PluginProbe
Essential Widgets / 1.3
Essential Widgets v1.3
3.2.1 3.3 3.2 trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 1.9 2.0 2.1 2.2 All 31 releases
essential-widgets / admin / partials / essential-widgets-admin-display.php

essential-widgets-admin-display.php in Essential Widgets 1.3, at admin/partials/essential-widgets-admin-display.php

337 lines 24.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Provide a admin area view for the plugin
4 *
5 * This file is used to markup the admin-facing aspects of the plugin.
6 *
7 * @link catchplugins.com
8 * @since 1.0.0
9 *
10 * @package Essential_Content_types
11 * @subpackage Essential_Content_types/admin/partials
12 */
13
14 ?>
15
16 <div class="wrap">
17 <h1 class="wp-heading-inline"><?php esc_html_e( 'Essential Widgets', 'essential-widgets' ); ?></h1>
18 <div id="plugin-description">
19 <p><?php esc_html_e( 'Essential Widgets is a WordPress plugin for widgets that allows you to create and add amazing widgets with high customization option on your website without affecting your wallet.', 'essential-widgets' ); ?></p>
20 </div>
21 <div class="catchp-content-wrapper">
22 <div class="catchp_widget_settings">
23 <form id="essential-widgets-main" method="post" action="options.php">
24
25 <h2 class="nav-tab-wrapper">
26 <a class="nav-tab nav-tab-active" id="dashboard-tab" href="#dashboard"><?php esc_html_e( 'Dashboard', 'essential-widgets' ); ?></a>
27 <a class="nav-tab" id="features-tab" href="#features"><?php esc_html_e( 'Features', 'essential-widgets' ); ?></a>
28 <a class="nav-tab" id="premium-extensions-tab" href="#premium-extensions"><?php esc_html_e( 'Compare Table', 'essential-widgets' ); ?></a>
29 </h2>
30
31 <div id="dashboard" class="wpcatchtab nosave active">
32
33 <?php require_once plugin_dir_path( dirname( __FILE__ ) ) . 'partials/dashboard-display.php'; ?>
34
35 <div id="go-premium" class="content-wrapper col-2">
36
37 <div class="header">
38 <h2><?php esc_html_e( 'Go Premium!', 'essential-widgets' ); ?></h2>
39 </div> <!-- .Header -->
40
41 <div class="content">
42 <button type="button" class="button dismiss">
43 <span class="screen-reader-text"><?php esc_html_e( 'Dismiss this item.', 'essential-widgets' ); ?></span>
44 <span class="dashicons dashicons-no-alt"></span>
45 </button>
46 <ul class="catchp-lists">
47 <li><strong><?php esc_html_e( 'EW: About', 'essential-widgets' ); ?></strong></li>
48 <li><strong><?php esc_html_e( 'EW: Advertisement Code', 'essential-widgets' ); ?></strong></li>
49 <li><strong><?php esc_html_e( 'EW: Advertisement Images', 'essential-widgets' ); ?></strong></li>
50 <li><strong><?php esc_html_e( 'EW: Featured Embeds', 'essential-widgets' ); ?></strong></li>
51 <li><strong><?php esc_html_e( 'EW: Featured Images', 'essential-widgets' ); ?></strong></li>
52 <li><strong><?php esc_html_e( 'EW: Featured Pages', 'essential-widgets' ); ?></strong></li>
53 <li><strong><?php esc_html_e( 'EW: Featured Posts', 'essential-widgets' ); ?></strong></li>
54 <li><strong><?php esc_html_e( 'EW: Gallery Images', 'essential-widgets' ); ?></strong></li>
55 <li><strong><?php esc_html_e( 'EW: Gallery Pages', 'essential-widgets' ); ?></strong></li>
56 <li><strong><?php esc_html_e( 'EW: Gallery Posts', 'essential-widgets' ); ?></strong></li>
57 <li><strong><?php esc_html_e( 'EW: Image', 'essential-widgets' ); ?></strong></li>
58 <li><strong><?php esc_html_e( 'EW: Image Slider', 'essential-widgets' ); ?></strong></li>
59 <li><strong><?php esc_html_e( 'EW: Newletter', 'essential-widgets' ); ?></strong></li>
60 <li><strong><?php esc_html_e( 'EW: Video', 'essential-widgets' ); ?></strong></li>
61 <li><strong><?php esc_html_e( 'EW: Tabbed Recent/Popular Posts', 'essential-widgets' ); ?></strong></li>
62 </ul>
63
64 <a href="https://catchplugins.com/plugins/essential-widgets-pro/" target="_blank"><?php esc_html_e( 'Find out why you should upgrade to Essential Widgets Premium »', 'essential-widgets' ); ?></a>
65 </div> <!-- .Content -->
66 </div> <!-- #go-premium -->
67
68 </div><!-- .dashboard -->
69
70 <div id="features" class="wpcatchtab save">
71 <div class="content-wrapper col-3">
72 <div class="header">
73 <h3><?php esc_html_e( 'Features', 'essential-widgets' ); ?></h3>
74
75 </div><!-- .header -->
76 <div class="content">
77 <ul class="catchp-lists">
78 <li>
79 <strong><?php esc_html_e( 'EW: Archives', 'essential-widgets' ); ?></strong>
80 <p><?php esc_html_e( 'The Archives widget comes with various customization options. Choose a title, limit the number of posts, select the archive type, post type, order and more with the Archives widget.', 'essential-widgets' ); ?></p>
81 </li>
82
83 <li>
84 <strong><?php esc_html_e( 'EW: Authors', 'essential-widgets' ); ?></strong>
85 <p><?php esc_html_e( 'Displaying the author’s information is kind of a must-have feature if your website has multiple authors. Our new WordPress widgets plugin allows you to add Authors widget. With this widget, you can show the list of the authors on your website, the number of posts, select feed type, and more.', 'essential-widgets' ); ?></p>
86 </li>
87
88 <li>
89 <strong><?php esc_html_e( 'EW: Categories', 'essential-widgets' ); ?></strong>
90 <p><?php esc_html_e( 'Essential Widgets Pro supports Categories widget. The widget provides you with various customizable options such as the title of the widget, taxonomy option, order option, number of categories to show, display as a list or none, number of posts to display, sort by option, select feed type ton display and display as text or image.', 'essential-widgets' ); ?></p>
91 </li>
92
93 <li>
94 <strong><?php esc_html_e( 'EW: Menus', 'essential-widgets' ); ?></strong>
95 <p><?php esc_html_e( 'Bored with the same default menu? Our new WordPress plugin for widgets, Essential Widgets Pro supports Menus widget. With the Menus widget filled with various customization options, you can display your menus elegantly anywhere you want on your website.', 'essential-widgets' ); ?></p>
96 </li>
97
98 <li>
99 <strong><?php esc_html_e( 'EW: Pages', 'essential-widgets' ); ?></strong>
100 <p><?php esc_html_e( 'Display a list of pages with the Pages widget. With various customization options being provided to you, you can showcase the pages that are more important on your website wherever you want with Essential Widgets Pro.', 'essential-widgets' ); ?></p>
101 </li>
102
103 <li>
104 <strong><?php esc_html_e( 'EW: Posts', 'essential-widgets' ); ?></strong>
105 <p><?php esc_html_e( 'Essential Widgets Pro supports Posts widget. With the widget and its customizable options, you can easily display a list of posts on your website. You can add a title, select the post type, number of items to display, order, sort by, and more.', 'essential-widgets' ); ?></p>
106 </li>
107
108 <li>
109 <strong><?php esc_html_e( 'EW: Tags', 'essential-widgets' ); ?></strong>
110 <p><?php esc_html_e( 'And last, but definitely not the least, the Tags widget. You can display a list of tags as cloud or list, select the order of the tags, sort by option and the number of items to be displayed. The widget also provides you with more customization options including the unit, separator, search, text type, and more.', 'essential-widgets' ); ?></p>
111 </li>
112 </ul>
113 <a href="https://catchplugins.com/plugins/essential-widgets-pro/" target="_blank"><?php esc_html_e( 'Upgrade to Essential Widgets Premium »', 'essential-widgets' ); ?></a>
114 </div><!-- .content -->
115 </div><!-- content-wrapper -->
116 </div> <!-- Featured -->
117
118 <div id="premium-extensions" class="wpcatchtab save">
119
120 <div class="about-text">
121 <h2><?php esc_html_e( 'Get Essential Widgets Pro -', 'essential-widgets' ); ?> <a href="https://catchplugins.com/plugins/essential-widgets-pro/" target="_blank"><?php esc_html_e( 'Get It Here!', 'essential-widgets' ); ?></a></h2>
122 <p><?php esc_html_e( 'You are currently using the free version of Essential Widgets.', 'essential-widgets' ); ?><br />
123 <a href="https://catchplugins.com/plugins/" target="_blank"><?php esc_html_e( 'If you have purchased from catchplugins.com, then follow this link to the installation instructions (particularly step 1).', 'essential-widgets' ); ?></a></p>
124 </div>
125
126 <div class="content-wrapper">
127 <div class="header">
128 <h3><?php esc_html_e( 'Compare Table', 'essential-widgets' ); ?></h3>
129
130 </div><!-- .header -->
131 <div class="content">
132
133 <table class="widefat fixed striped posts">
134 <thead>
135 <tr>
136 <th id="title" class="manage-column column-title column-primary"><?php esc_html_e( 'Features', 'essential-widgets' ); ?></th>
137 <th id="free" class="manage-column column-free"><?php esc_html_e( 'Free', 'essential-widgets' ); ?></th>
138 <th id="pro" class="manage-column column-pro"><?php esc_html_e( 'Pro', 'essential-widgets' ); ?></th>
139 </tr>
140 </thead>
141
142 <tbody id="the-list" class="ui-sortable">
143 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
144 <td>
145 <strong><?php esc_html_e( 'EW: Menus', 'essential-widgets' ); ?></strong>
146 </td>
147 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
148 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
149 </tr>
150
151 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
152 <td>
153 <strong><?php esc_html_e( 'EW: Pages', 'essential-widgets' ); ?></strong>
154 </td>
155 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
156 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
157 </tr>
158
159 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
160 <td>
161 <strong><?php esc_html_e( 'EW: Posts', 'essential-widgets' ); ?></strong>
162 </td>
163 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
164 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
165 </tr>
166
167 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
168 <td>
169 <strong><?php esc_html_e( 'EW: Tags', 'essential-widgets' ); ?></strong>
170 </td>
171 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
172 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
173 </tr>
174
175 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
176 <td>
177 <strong><?php esc_html_e( 'EW: Archives', 'essential-widgets' ); ?></strong>
178 </td>
179 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
180 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
181 </tr>
182
183 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
184 <td>
185 <strong><?php esc_html_e( 'EW: Authors', 'essential-widgets' ); ?></strong>
186 </td>
187 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
188 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
189 </tr>
190
191 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
192 <td>
193 <strong><?php esc_html_e( 'EW: Categories', 'essential-widgets' ); ?></strong>
194 </td>
195 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
196 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
197 </tr>
198
199 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
200 <td>
201 <strong><?php esc_html_e( 'EW: About', 'essential-widgets' ); ?></strong>
202 </td>
203 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
204 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
205 </tr>
206
207 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
208 <td>
209 <strong><?php esc_html_e( 'EW: Advertisement Codes', 'essential-widgets' ); ?></strong>
210 </td>
211 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
212 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
213 </tr>
214
215 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
216 <td>
217 <strong><?php esc_html_e( 'EW: Advertisement Images', 'essential-widgets' ); ?></strong>
218 </td>
219 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
220 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
221 </tr>
222
223 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
224 <td>
225 <strong><?php esc_html_e( 'EW: Featured Embeds', 'essential-widgets' ); ?></strong>
226 </td>
227 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
228 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
229 </tr>
230
231 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
232 <td>
233 <strong><?php esc_html_e( 'EW: Featured Images', 'essential-widgets' ); ?></strong>
234 </td>
235 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
236 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
237 </tr>
238
239 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
240 <td>
241 <strong><?php esc_html_e( 'EW: Featured Pages', 'essential-widgets' ); ?></strong>
242 </td>
243 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
244 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
245 </tr>
246
247 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
248 <td>
249 <strong><?php esc_html_e( 'EW: Featured Posts', 'essential-widgets' ); ?></strong>
250 </td>
251 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
252 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
253 </tr>
254
255 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
256 <td>
257 <strong><?php esc_html_e( 'EW: Gallery Images', 'essential-widgets' ); ?></strong>
258 </td>
259 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
260 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
261 </tr>
262
263 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
264 <td>
265 <strong><?php esc_html_e( 'EW: Gallery Pages', 'essential-widgets' ); ?></strong>
266 </td>
267 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
268 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
269 </tr>
270
271 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
272 <td>
273 <strong><?php esc_html_e( 'EW: Gallery Posts', 'essential-widgets' ); ?></strong>
274 </td>
275 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
276 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
277 </tr>
278
279 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
280 <td>
281 <strong><?php esc_html_e( 'EW: Newsletter', 'essential-widgets' ); ?></strong>
282 </td>
283 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
284 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
285 </tr>
286
287 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
288 <td>
289 <strong><?php esc_html_e( 'EW: Image', 'essential-widgets' ); ?></strong>
290 </td>
291 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
292 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
293 </tr>
294
295 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
296 <td>
297 <strong><?php esc_html_e( 'EW: Video', 'essential-widgets' ); ?></strong>
298 </td>
299 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
300 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
301 </tr>
302
303 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
304 <td>
305 <strong><?php esc_html_e( 'EW: Image Slider', 'essential-widgets' ); ?></strong>
306 </td>
307 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
308 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
309 </tr>
310
311 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
312 <td>
313 <strong><?php esc_html_e( 'EW: Tabbed Recent/Popular Posts', 'essential-widgets' ); ?></strong>
314 </td>
315 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
316 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
317 </tr>
318
319 </tbody>
320
321 </table>
322
323 </div><!-- .content -->
324 </div><!-- content-wrapper -->
325 </div>
326
327 </form><!-- #essential-widgets-main -->
328
329 </div><!-- .catchp_widget_settings -->
330
331
332 <?php require_once plugin_dir_path( dirname( __FILE__ ) ) . '/partials/sidebar.php'; ?>
333 </div> <!-- .catchp-content-wrapper -->
334
335 <?php require_once plugin_dir_path( dirname( __FILE__ ) ) . '/partials/footer.php'; ?>
336 </div><!-- .wrap -->
337