PluginProbe
WP Coder – Insert & Manage Code Snippets / 2.5.5
WP Coder – Insert & Manage Code Snippets v2.5.5
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / admin / partials / items.php

items.php in WP Coder – Insert & Manage Code Snippets 2.5.5, at admin/partials/items.php

133 lines 3.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Items
4 *
5 * @package Wow_Plugin
6 * @subpackage
7 * @copyright Copyright (c) 2018, Dmytro Lobov
8 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
9 * @since 1.0
10 */
11
12 if ( ! defined( 'ABSPATH' ) ) {
13 exit;
14 }
15
16 ?>
17 <style>
18 .height_screen {
19 height: 320px;
20 background: #fff;
21 }
22
23 .height_screen img {
24 max-width: 100%;
25 }
26
27 .height_screen span {
28 padding: 10px;
29 font-size: 16px;
30 font-weight: 500;
31 display: block;
32 }
33
34 .height_screen a {
35 color: #000;
36 text-decoration: none;
37 }
38
39 .themes {
40 overflow: hidden;
41 }
42
43 .theme-actions {
44 background: rgba(244, 244, 244, 1) !important;
45 }
46
47 .install {
48 float: right;
49 }
50 </style>
51
52 <h3>Have any idea about CSS and JS item? Write us now on email yoda@wow-company.com or via Support page.</h3>
53
54 <div class="theme-browser">
55 <div class="themes">
56
57 <div class="theme">
58 <div class="height_screen">
59 <a target="_blank" href="https://wow-estore.com/item/jquery-counters/">
60 <img src="<?php echo esc_url($this->plugin_url);?>assets/img/jq-counter.png">
61 <span>Increasing the Conversion of Purchases via any Counters, Countdowns and Timers</span>
62 </a>
63 </div>
64 <div class="theme-author"></div>
65 <div class="theme-id-container">
66 <h2 class="theme-name">
67 <span>jQuery Counters</span>
68 </h2>
69 <div class="theme-actions">
70 <a class="button activate" href="https://wow-estore.com/item/jquery-counters/">Get Now</a>
71
72 </div>
73 </div>
74 </div>
75
76 <div class="theme">
77 <div class="height_screen">
78 <a target="_blank" href="https://wow-estore.com/item/jquery-popup-notifications/">
79 <img src="<?php echo esc_url($this->plugin_url);?>assets/img/jq-notification.jpg">
80 <span>Create and show fake notifications to motivate users to take action on your site.</span>
81 </a>
82 </div>
83 <div class="theme-author"></div>
84 <div class="theme-id-container">
85 <h2 class="theme-name">
86 <span>jQuery Popup Notifications</span>
87 </h2>
88 <div class="theme-actions">
89 <a class="button activate" href="https://wow-estore.com/item/jquery-popup-notifications/">Get Now</a>
90
91 </div>
92 </div>
93 </div>
94
95 <div class="theme">
96 <div class="height_screen">
97 <a target="_blank" href="https://wow-estore.com/item/side-menu-pure-css/">
98 <img src="<?php echo esc_url($this->plugin_url);?>assets/img/side-menu-css.jpg">
99 <span>Easily create Side Menu of varying complexity</span>
100 </a>
101 </div>
102 <div class="theme-author"></div>
103 <div class="theme-id-container">
104 <h2 class="theme-name">
105 <span>CSS Side menu</span>
106 </h2>
107 <div class="theme-actions">
108 <a class="button activate" href="https://wow-estore.com/item/side-menu-pure-css/">Get Now</a>
109
110 </div>
111 </div>
112 </div>
113
114 <div class="theme">
115 <div class="height_screen">
116 <a target="_blank" href="https://wow-estore.com/item/floating-action-buttons/">
117 <img src="<?php echo esc_url($this->plugin_url);?>assets/img/floating-button-css.jpg">
118 <span>Easily create a floating button with any functions</span>
119 </a>
120 </div>
121 <div class="theme-author"></div>
122 <div class="theme-id-container">
123 <h2 class="theme-name">
124 <span>CSS Floating Action Buttons</span>
125 </h2>
126 <div class="theme-actions">
127 <a class="button activate" href="https://wow-estore.com/item/floating-action-buttons/">Get Now</a>
128
129 </div>
130 </div>
131 </div>
132 </div>
133 </div>