PluginProbe
Essential Widgets / 2.0
Essential Widgets v2.0
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 2.0, at admin/partials/essential-widgets-admin-display.php

368 lines 26.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="ctp-switch" class="content-wrapper col-3 ew-main">
36 <div class="header">
37 <h2><?php esc_html_e( 'Catch Themes & Catch Plugins Tabs', 'essential-widgets' ); ?></h2>
38 </div> <!-- .Header -->
39
40 <div class="content">
41
42 <p><?php echo esc_html__( 'If you want to turn off Catch Themes & Catch Plugins tabs option in Add Themes and Add Plugins page, please uncheck the following option.', 'essential-widgets' ); ?>
43 </p>
44 <table>
45 <tr>
46 <td>
47 <?php echo esc_html__( 'Turn On Catch Themes & Catch Plugin tabs', 'essential-widgets' ); ?>
48 </td>
49 <td>
50 <?php $ctp_options = ctp_get_options(); ?>
51 <div class="module-header <?php echo $ctp_options['theme_plugin_tabs'] ? 'active' : 'inactive'; ?>">
52 <div class="switch">
53 <input type="hidden" name="ew_switch_tabs_nonce" id="ew_switch_tabs_nonce" value="<?php echo esc_attr( wp_create_nonce( 'ew_switch_tabs_nonce' ) ); ?>" />
54 <input type="checkbox" id="ctp_options[theme_plugin_tabs]" class="ctp-switch" rel="theme_plugin_tabs" <?php checked( true, $ctp_options['theme_plugin_tabs'] ); ?> >
55 <label for="ctp_options[theme_plugin_tabs]"></label>
56 </div>
57 <div class="loader"></div>
58 </div>
59 </td>
60 </tr>
61 </table>
62
63 </div>
64 </div><!-- #ctp-switch -->
65
66 <div id="go-premium" class="content-wrapper col-2">
67
68 <div class="header">
69 <h2><?php esc_html_e( 'Go Premium!', 'essential-widgets' ); ?></h2>
70 </div> <!-- .Header -->
71
72 <div class="content">
73 <button type="button" class="button dismiss">
74 <span class="screen-reader-text"><?php esc_html_e( 'Dismiss this item.', 'essential-widgets' ); ?></span>
75 <span class="dashicons dashicons-no-alt"></span>
76 </button>
77 <ul class="catchp-lists">
78 <li><strong><?php esc_html_e( 'EW: About', 'essential-widgets' ); ?></strong></li>
79 <li><strong><?php esc_html_e( 'EW: Advertisement Code', 'essential-widgets' ); ?></strong></li>
80 <li><strong><?php esc_html_e( 'EW: Advertisement Images', 'essential-widgets' ); ?></strong></li>
81 <li><strong><?php esc_html_e( 'EW: Featured Embeds', 'essential-widgets' ); ?></strong></li>
82 <li><strong><?php esc_html_e( 'EW: Featured Images', 'essential-widgets' ); ?></strong></li>
83 <li><strong><?php esc_html_e( 'EW: Featured Pages', 'essential-widgets' ); ?></strong></li>
84 <li><strong><?php esc_html_e( 'EW: Featured Posts', 'essential-widgets' ); ?></strong></li>
85 <li><strong><?php esc_html_e( 'EW: Gallery Images', 'essential-widgets' ); ?></strong></li>
86 <li><strong><?php esc_html_e( 'EW: Gallery Pages', 'essential-widgets' ); ?></strong></li>
87 <li><strong><?php esc_html_e( 'EW: Gallery Posts', 'essential-widgets' ); ?></strong></li>
88 <li><strong><?php esc_html_e( 'EW: Image', 'essential-widgets' ); ?></strong></li>
89 <li><strong><?php esc_html_e( 'EW: Image Slider', 'essential-widgets' ); ?></strong></li>
90 <li><strong><?php esc_html_e( 'EW: Newletter', 'essential-widgets' ); ?></strong></li>
91 <li><strong><?php esc_html_e( 'EW: Video', 'essential-widgets' ); ?></strong></li>
92 <li><strong><?php esc_html_e( 'EW: Tabbed Recent/Popular Posts', 'essential-widgets' ); ?></strong></li>
93 </ul>
94
95 <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>
96 </div> <!-- .Content -->
97 </div> <!-- #go-premium -->
98
99 </div><!-- .dashboard -->
100
101 <div id="features" class="wpcatchtab save">
102 <div class="content-wrapper col-3">
103 <div class="header">
104 <h3><?php esc_html_e( 'Features', 'essential-widgets' ); ?></h3>
105
106 </div><!-- .header -->
107 <div class="content">
108 <ul class="catchp-lists">
109 <li>
110 <strong><?php esc_html_e( 'EW: Archives', 'essential-widgets' ); ?></strong>
111 <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>
112 </li>
113
114 <li>
115 <strong><?php esc_html_e( 'EW: Authors', 'essential-widgets' ); ?></strong>
116 <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>
117 </li>
118
119 <li>
120 <strong><?php esc_html_e( 'EW: Categories', 'essential-widgets' ); ?></strong>
121 <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>
122 </li>
123
124 <li>
125 <strong><?php esc_html_e( 'EW: Menus', 'essential-widgets' ); ?></strong>
126 <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>
127 </li>
128
129 <li>
130 <strong><?php esc_html_e( 'EW: Pages', 'essential-widgets' ); ?></strong>
131 <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>
132 </li>
133
134 <li>
135 <strong><?php esc_html_e( 'EW: Posts', 'essential-widgets' ); ?></strong>
136 <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>
137 </li>
138
139 <li>
140 <strong><?php esc_html_e( 'EW: Tags', 'essential-widgets' ); ?></strong>
141 <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>
142 </li>
143 </ul>
144 <a href="https://catchplugins.com/plugins/essential-widgets-pro/" target="_blank"><?php esc_html_e( 'Upgrade to Essential Widgets Premium »', 'essential-widgets' ); ?></a>
145 </div><!-- .content -->
146 </div><!-- content-wrapper -->
147 </div> <!-- Featured -->
148
149 <div id="premium-extensions" class="wpcatchtab save">
150
151 <div class="about-text">
152 <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>
153 <p><?php esc_html_e( 'You are currently using the free version of Essential Widgets.', 'essential-widgets' ); ?><br />
154 <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>
155 </div>
156
157 <div class="content-wrapper">
158 <div class="header">
159 <h3><?php esc_html_e( 'Compare Table', 'essential-widgets' ); ?></h3>
160
161 </div><!-- .header -->
162 <div class="content">
163
164 <table class="widefat fixed striped posts">
165 <thead>
166 <tr>
167 <th id="title" class="manage-column column-title column-primary"><?php esc_html_e( 'Features', 'essential-widgets' ); ?></th>
168 <th id="free" class="manage-column column-free"><?php esc_html_e( 'Free', 'essential-widgets' ); ?></th>
169 <th id="pro" class="manage-column column-pro"><?php esc_html_e( 'Pro', 'essential-widgets' ); ?></th>
170 </tr>
171 </thead>
172
173 <tbody id="the-list" class="ui-sortable">
174 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
175 <td>
176 <strong><?php esc_html_e( 'EW: Menus', 'essential-widgets' ); ?></strong>
177 </td>
178 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
179 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
180 </tr>
181
182 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
183 <td>
184 <strong><?php esc_html_e( 'EW: Pages', 'essential-widgets' ); ?></strong>
185 </td>
186 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
187 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
188 </tr>
189
190 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
191 <td>
192 <strong><?php esc_html_e( 'EW: Posts', 'essential-widgets' ); ?></strong>
193 </td>
194 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
195 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
196 </tr>
197
198 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
199 <td>
200 <strong><?php esc_html_e( 'EW: Tags', 'essential-widgets' ); ?></strong>
201 </td>
202 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
203 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
204 </tr>
205
206 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
207 <td>
208 <strong><?php esc_html_e( 'EW: Archives', 'essential-widgets' ); ?></strong>
209 </td>
210 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
211 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
212 </tr>
213
214 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
215 <td>
216 <strong><?php esc_html_e( 'EW: Authors', 'essential-widgets' ); ?></strong>
217 </td>
218 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
219 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
220 </tr>
221
222 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
223 <td>
224 <strong><?php esc_html_e( 'EW: Categories', 'essential-widgets' ); ?></strong>
225 </td>
226 <td class="column column-free"><div class="table-icons icon-green">&#10003;</div></td>
227 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
228 </tr>
229
230 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
231 <td>
232 <strong><?php esc_html_e( 'EW: About', 'essential-widgets' ); ?></strong>
233 </td>
234 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
235 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
236 </tr>
237
238 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
239 <td>
240 <strong><?php esc_html_e( 'EW: Advertisement Codes', 'essential-widgets' ); ?></strong>
241 </td>
242 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
243 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
244 </tr>
245
246 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
247 <td>
248 <strong><?php esc_html_e( 'EW: Advertisement Images', 'essential-widgets' ); ?></strong>
249 </td>
250 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
251 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
252 </tr>
253
254 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
255 <td>
256 <strong><?php esc_html_e( 'EW: Featured Embeds', 'essential-widgets' ); ?></strong>
257 </td>
258 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
259 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
260 </tr>
261
262 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
263 <td>
264 <strong><?php esc_html_e( 'EW: Featured Images', 'essential-widgets' ); ?></strong>
265 </td>
266 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
267 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
268 </tr>
269
270 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
271 <td>
272 <strong><?php esc_html_e( 'EW: Featured Pages', 'essential-widgets' ); ?></strong>
273 </td>
274 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
275 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
276 </tr>
277
278 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
279 <td>
280 <strong><?php esc_html_e( 'EW: Featured Posts', 'essential-widgets' ); ?></strong>
281 </td>
282 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
283 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
284 </tr>
285
286 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
287 <td>
288 <strong><?php esc_html_e( 'EW: Gallery Images', 'essential-widgets' ); ?></strong>
289 </td>
290 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
291 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
292 </tr>
293
294 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
295 <td>
296 <strong><?php esc_html_e( 'EW: Gallery Pages', 'essential-widgets' ); ?></strong>
297 </td>
298 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
299 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
300 </tr>
301
302 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
303 <td>
304 <strong><?php esc_html_e( 'EW: Gallery Posts', 'essential-widgets' ); ?></strong>
305 </td>
306 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
307 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
308 </tr>
309
310 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
311 <td>
312 <strong><?php esc_html_e( 'EW: Newsletter', 'essential-widgets' ); ?></strong>
313 </td>
314 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
315 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
316 </tr>
317
318 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
319 <td>
320 <strong><?php esc_html_e( 'EW: Image', 'essential-widgets' ); ?></strong>
321 </td>
322 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
323 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
324 </tr>
325
326 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
327 <td>
328 <strong><?php esc_html_e( 'EW: Video', 'essential-widgets' ); ?></strong>
329 </td>
330 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
331 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
332 </tr>
333
334 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
335 <td>
336 <strong><?php esc_html_e( 'EW: Image Slider', 'essential-widgets' ); ?></strong>
337 </td>
338 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
339 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
340 </tr>
341
342 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
343 <td>
344 <strong><?php esc_html_e( 'EW: Tabbed Recent/Popular Posts', 'essential-widgets' ); ?></strong>
345 </td>
346 <td class="column column-free"><div class="table-icons icon-red">&#215;</div></td>
347 <td class="column column-pro"><div class="table-icons icon-green">&#10003;</div></td>
348 </tr>
349
350 </tbody>
351
352 </table>
353
354 </div><!-- .content -->
355 </div><!-- content-wrapper -->
356 </div>
357
358 </form><!-- #essential-widgets-main -->
359
360 </div><!-- .catchp_widget_settings -->
361
362
363 <?php require_once plugin_dir_path( dirname( __FILE__ ) ) . '/partials/sidebar.php'; ?>
364 </div> <!-- .catchp-content-wrapper -->
365
366 <?php require_once plugin_dir_path( dirname( __FILE__ ) ) . '/partials/footer.php'; ?>
367 </div><!-- .wrap -->
368