PluginProbe
Essential Widgets / 1.5
Essential Widgets v1.5
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.5, at admin/partials/essential-widgets-admin-display.php

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