WD Instagram Feed – Instagram Gallery - Version 1.1.11

Version Description

Added: Setting to show media descriptions in widget mode (PRO)
Fixed: Untranslatable strings in widget editor
Change: Featured plugins list

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Instagram Feed – Instagram Gallery
Version 1.1.11
Comparing to
See all releases

Code changes from version 1.1.10 to 1.1.11

admin/views/WDIViewWidget.php CHANGED
@@ -75,11 +75,11 @@ class WDIViewWidget {
75
  ?>
76
 
77
  <p>
78
- <label for="<?php echo $id_title; ?>">Title:</label>
79
  <input class="widefat" id="<?php echo $id_title; ?>" name="<?php echo $name_title; ?>'" type="text" value="<?php echo $instance['title']; ?>"/>
80
  </p>
81
  <p>
82
- <label for="<?php echo $id_feed_id; ?>">Feed:</label>
83
  <select onchange="wdi_toggle(jQuery(this));" class="widefat" id="<?php echo $id_feed_id; ?>" name="<?php echo $name_feed_id; ?>'" type="text"?>">
84
  <?php foreach ($feeds as $feed) {
85
  ?>
@@ -90,7 +90,7 @@ class WDIViewWidget {
90
  </p>
91
 
92
  <p class="wdi_number_of_columns">
93
- <label for="<?php echo $id_number_of_columns; ?>">Number of columns:</label>
94
  <select class="widefat" id="<?php echo $id_number_of_columns; ?>" name="<?php echo $name_number_of_columns; ?>'" type="text" >
95
  <?php for ($k = 1 ;$k <= 10; $k++) {
96
  ?>
@@ -102,16 +102,16 @@ class WDIViewWidget {
102
 
103
 
104
  <p>
105
- <label for="<?php echo $id_img_number; ?>">How many images to show:</label>
106
  <input class="widefat" id="<?php echo $id_img_number; ?>" name="<?php echo $name_img_number; ?>'" type="text" value="<?php echo $instance['img_number']; ?>"/>
107
  </p>
108
  <p>
109
  <input <?php if($instance['show_likes_comments']=='1') echo "checked"?> class="widefat" id="<?php echo $id_show_likes_comments; ?>" name="<?php echo $name_show_likes_comments; ?>'" type="checkbox" value="<?php echo $instance['show_likes_comments']; ?>"/>
110
- <label for="<?php echo $id_show_likes_comments; ?>">Show likes and comments</label>
111
  </p>
112
  <p>
113
  <input <?php if($instance['enable_loading_buttons']=='1') echo "checked"?> class="widefat" id="<?php echo $id_enable_loading_buttons; ?>" name="<?php echo $name_enable_loading_buttons; ?>'" type="checkbox" value="<?php echo $instance['enable_loading_buttons']; ?>"/>
114
- <label for="<?php echo $id_enable_loading_buttons; ?>">Enable loading new images</label>
115
  </p>
116
  <script>
117
  jQuery(document).ready(function(){
75
  ?>
76
 
77
  <p>
78
+ <label for="<?php echo $id_title; ?>"><?php _e("Title", 'wdi'); ?></label>
79
  <input class="widefat" id="<?php echo $id_title; ?>" name="<?php echo $name_title; ?>'" type="text" value="<?php echo $instance['title']; ?>"/>
80
  </p>
81
  <p>
82
+ <label for="<?php echo $id_feed_id; ?>"><?php _e("Feed", 'wdi'); ?></label>
83
  <select onchange="wdi_toggle(jQuery(this));" class="widefat" id="<?php echo $id_feed_id; ?>" name="<?php echo $name_feed_id; ?>'" type="text"?>">
84
  <?php foreach ($feeds as $feed) {
85
  ?>
90
  </p>
91
 
92
  <p class="wdi_number_of_columns">
93
+ <label for="<?php echo $id_number_of_columns; ?>"><?php _e("Number of columns", 'wdi'); ?></label>
94
  <select class="widefat" id="<?php echo $id_number_of_columns; ?>" name="<?php echo $name_number_of_columns; ?>'" type="text" >
95
  <?php for ($k = 1 ;$k <= 10; $k++) {
96
  ?>
102
 
103
 
104
  <p>
105
+ <label for="<?php echo $id_img_number; ?>"><?php _e("Number of images to show", 'wdi'); ?></label>
106
  <input class="widefat" id="<?php echo $id_img_number; ?>" name="<?php echo $name_img_number; ?>'" type="text" value="<?php echo $instance['img_number']; ?>"/>
107
  </p>
108
  <p>
109
  <input <?php if($instance['show_likes_comments']=='1') echo "checked"?> class="widefat" id="<?php echo $id_show_likes_comments; ?>" name="<?php echo $name_show_likes_comments; ?>'" type="checkbox" value="<?php echo $instance['show_likes_comments']; ?>"/>
110
+ <label for="<?php echo $id_show_likes_comments; ?>"><?php _e("Show likes and comments", 'wdi'); ?></label>
111
  </p>
112
  <p>
113
  <input <?php if($instance['enable_loading_buttons']=='1') echo "checked"?> class="widefat" id="<?php echo $id_enable_loading_buttons; ?>" name="<?php echo $name_enable_loading_buttons; ?>'" type="checkbox" value="<?php echo $instance['enable_loading_buttons']; ?>"/>
114
+ <label for="<?php echo $id_enable_loading_buttons; ?>"><?php _e("Enable loading new images", 'wdi'); ?></label>
115
  </p>
116
  <script>
117
  jQuery(document).ready(function(){
featured/WDIFeaturedPlugins.php CHANGED
@@ -2,460 +2,484 @@
2
 
3
  class WDIFeaturedPlugins
4
  {
5
- private $plugins = array(
6
- "form-maker" => array(
7
- 'title' => 'Form Maker',
8
- 'text' => 'Wordpress form builder plugin',
9
- 'content' => 'Form Maker is a modern and advanced tool for creating WordPress forms easily and fast.',
10
- 'href' => 'https://web-dorado.com/products/wordpress-form.html'
11
- ),
12
- "photo-gallery" => array(
13
- 'title' => 'Photo Gallery',
14
- 'text' => 'WordPress Photo Gallery plugin',
15
- 'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.',
16
- 'href' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin.html'
17
- ),
18
- "wd-google-analytics" => array(
19
- 'title' => 'Wd Google Analytics',
20
- 'text' => 'WordPress Google Analytics Plugin',
21
- 'content' => 'WD Google Analytics is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.',
22
- 'href' => 'https://web-dorado.com/products/wordpress-google-analytics-plugin.html'
23
- ),
24
- "google-maps" => array(
25
- 'title' => 'Google Map',
26
- 'text' => 'WordPress Google Maps Plugin',
27
- 'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
28
- 'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
29
- ),
30
- "contact_form_bulder" => array(
31
- 'title' => 'Contact Form Builder',
32
- 'text' => 'WordPress contact form builder plugin',
33
- 'content' => 'Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors.',
34
- 'href' => 'https://web-dorado.com/products/wordpress-contact-form-builder.html'
35
- ),
36
- "slider_wd" => array(
37
- 'title' => 'Slider WD',
38
- 'text' => 'WordPress slider plugin',
39
- 'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
40
- 'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
41
- ),
42
- "events-wd" => array(
43
- 'title' => 'Event Calendar WD',
44
- 'text' => 'WordPress calendar plugin',
45
- 'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
46
- 'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
47
- ),
48
- "contact-maker" => array(
49
- 'title' => 'Contact Form Maker',
50
- 'text' => 'WordPress contact form maker plugin',
51
- 'content' => 'WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.',
52
- 'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
53
- ),
54
- "spider-calendar" => array(
55
- 'title' => 'Spider Calendar',
56
- 'text' => 'WordPress event calendar plugin',
57
- 'content' => 'Spider Event Calendar is a highly configurable product which allows you to have multiple organized events.',
58
- 'href' => 'https://web-dorado.com/products/wordpress-calendar.html'
59
- ),
60
- "catalog" => array(
61
- 'title' => 'Spider Catalog',
62
- 'text' => 'WordPress product catalog plugin',
63
- 'content' => 'Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.',
64
- 'href' => 'https://web-dorado.com/products/wordpress-catalog.html'
65
- ),
66
- "player" => array(
67
- 'title' => 'Video Player',
68
- 'text' => 'WordPress Video player plugin',
69
- 'content' => 'Spider Video Player for WordPress is a Flash & HTML5 video player plugin that allows you to easily add videos to your website with the possibility.',
70
- 'href' => 'https://web-dorado.com/products/wordpress-player.html'
71
- ),
72
- "contacts" => array(
73
- 'title' => 'Spider Contacts',
74
- 'text' => 'Wordpress staff list plugin',
75
- 'content' => 'Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.',
76
- 'href' => 'https://web-dorado.com/products/wordpress-contacts-plugin.html'
77
- ),
78
- "facebook" => array(
79
- 'title' => 'Spider Facebook',
80
- 'text' => 'WordPress Facebook plugin',
81
- 'content' => 'Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets.',
82
- 'href' => 'https://web-dorado.com/products/wordpress-facebook.html'
83
- ),
84
- "twitter-widget" => array(
85
- 'title' => 'Widget Twitter',
86
- 'text' => 'WordPress Widget Twitter plugin',
87
- 'content' => 'The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.',
88
- 'href' => 'https://web-dorado.com/products/wordpress-twitter-integration-plugin.html'
89
- ),
90
- "faq" => array(
91
- 'title' => 'Spider FAQ',
92
- 'text' => 'WordPress FAQ Plugin',
93
- 'content' => 'The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.',
94
- 'href' => 'https://web-dorado.com/products/wordpress-faq-plugin.html'
95
- ),
96
- "zoom" => array(
97
- 'title' => 'Zoom',
98
- 'text' => 'WordPress text zoom plugin',
99
- 'content' => 'Zoom enables site users to resize the predefined areas of the web site.',
100
- 'href' => 'https://web-dorado.com/products/wordpress-zoom.html'
101
- ),
102
- "flash-calendar" => array(
103
- 'title' => 'Flash Calendar',
104
- 'text' => 'WordPress flash calendar plugin',
105
- 'content' => 'Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.',
106
- 'href' => 'https://web-dorado.com/products/wordpress-events-calendar.html'
107
- ),
108
- "folder_menu" => array(
109
- 'title' => 'Folder Menu',
110
- 'text' => 'WordPress folder menu plugin',
111
- 'content' => 'Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.',
112
- 'href' => 'https://web-dorado.com/products/wordpress-menu-vertical.html'
113
- ),
114
- "random_post" => array(
115
- 'title' => 'Random post',
116
- 'text' => 'WordPress random post plugin',
117
- 'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
118
- 'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
119
- ),
120
- "faq_wd" => array(
121
- 'title' => 'FAQ WD',
122
- 'text' => 'WordPress FAQ plugin',
123
- 'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
124
- 'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
125
- ),
126
- "instagram_feed" => array(
127
- 'title' => 'Instagram Feed WD',
128
- 'text' => 'WordPress Instagram Feed plugin',
129
- 'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
130
- 'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
131
- ),
132
- "post-slider" => array(
133
- 'title' => 'Post Slider',
134
- 'text' => 'WordPress Post Slider plugin',
135
- 'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
136
- 'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
137
- )
138
- );
139
-
140
- public function print_css()
141
- {
142
- ?>
143
- <style>
144
- @import url(http://fonts.googleapis.com/css?family=Oswald);
145
-
146
- #main_featured_plugins_page {
147
- font-family: Oswald;
148
- width: 90%;
149
- margin: 15px auto 0px auto;
150
- }
151
-
152
- #main_featured_plugins_page h3 {
153
- border-bottom: 2px solid #CECECE;
154
- color: rgb(111, 111, 111);
155
- font-family: Segoe UI;
156
- font-size: 18px;
157
- margin: 0px auto 15px auto;
158
- padding: 20px 0;
159
- }
160
-
161
- #main_featured_plugins_page #featured-plugins-list {
162
- position: relative;
163
- margin: 0px auto;
164
- height: auto;
165
- display: table;
166
- list-style: none;
167
- text-align: center;
168
- width: 100%;
169
- }
170
-
171
- #main_featured_plugins_page #featured-plugins-list li {
172
- display: inline-table;
173
- width: 200px;
174
- margin: 20px 10px 0px 10px;
175
- background: #FFFFFF;
176
- border-right: 3px solid #E5E5E5;
177
- height: 335px;
178
- border-bottom: 3px solid #E5E5E5;
179
- position: relative;
180
- }
181
-
182
- #main_featured_plugins_page #featured-plugins-list li .product {
183
- position: relative;
184
- height: 113px;
185
- background-color: transparent !important;
186
- background-position-x: 50% !important;
187
- margin: 7px;
188
- border-radius: 3px;
189
- background-size: 115px !important;
190
- }
191
-
192
- #main_featured_plugins_page #featured-plugins-list li .title {
193
- width: 90%;
194
- text-align: center;
195
- margin: 0 auto;
196
- }
197
-
198
- #main_featured_plugins_page #featured-plugins-list li.form-maker .product {
199
- background: url("<?php echo WDI_URL; ?>/featured/images/form.png") center center no-repeat;
200
- }
201
-
202
- #main_featured_plugins_page #featured-plugins-list li.catalog .product {
203
- background: url("<?php echo WDI_URL; ?>/featured/images/catalog.png") center center no-repeat;
204
- }
205
-
206
- #main_featured_plugins_page #featured-plugins-list li.contact-maker .product {
207
- background: url("<?php echo WDI_URL; ?>/featured/images/contact.maker.png") center center no-repeat;
208
- }
209
-
210
- #main_featured_plugins_page #featured-plugins-list li.contacts .product {
211
- background: url("<?php echo WDI_URL; ?>/featured/images/contacts.png") center center no-repeat;
212
- }
213
-
214
- #main_featured_plugins_page #featured-plugins-list li.facebook .product {
215
- background: url("<?php echo WDI_URL; ?>/featured/images/facebook.png") center center no-repeat;
216
- }
217
-
218
- #main_featured_plugins_page #featured-plugins-list li.faq .product {
219
- background: url("<?php echo WDI_URL; ?>/featured/images/faq.png") center center no-repeat;
220
- }
221
-
222
- #main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {
223
- background: url("<?php echo WDI_URL; ?>/featured/images/flash.calendar.png") center center no-repeat;
224
- }
225
-
226
- #main_featured_plugins_page #featured-plugins-list li.player .product {
227
- background: url("<?php echo WDI_URL; ?>/featured/images/player.png") center center no-repeat;
228
- }
229
-
230
- #main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {
231
- background: url("<?php echo WDI_URL; ?>/featured/images/spider.calendar.png") center center no-repeat;
232
- }
233
-
234
- #main_featured_plugins_page #featured-plugins-list li.contact_form_bulder .product {
235
- background: url("<?php echo WDI_URL; ?>/featured/images/contact.builder.png") center center no-repeat;
236
- }
237
-
238
- #main_featured_plugins_page #featured-plugins-list li.random_post .product {
239
- background: url("<?php echo WDI_URL; ?>/featured/images/random.post.png") center center no-repeat;
240
- }
241
-
242
- #main_featured_plugins_page #featured-plugins-list li.slider_wd .product {
243
- background: url("<?php echo WDI_URL; ?>/featured/images/slider.png") center center no-repeat;
244
- }
245
-
246
- #main_featured_plugins_page #featured-plugins-list li.folder_menu .product {
247
- background: url("<?php echo WDI_URL; ?>/featured/images/folder.menu.png") center center no-repeat;
248
- }
249
-
250
- #main_featured_plugins_page #featured-plugins-list li.zoom .product {
251
- background: url("<?php echo WDI_URL; ?>/featured/images/zoom.png") center center no-repeat;
252
- }
253
-
254
- #main_featured_plugins_page #featured-plugins-list li.fm-import .product {
255
- background: url("<?php echo WDI_URL; ?>/featured/images/fm-import.png") center center no-repeat;
256
- }
257
-
258
- #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {
259
- background: url("<?php echo WDI_URL; ?>/featured/images/photo-gallery.png") center center no-repeat;
260
- }
261
-
262
- #main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {
263
- background: url("<?php echo WDI_URL; ?>/featured/images/twittertools.png") center center no-repeat;
264
- }
265
-
266
- #main_featured_plugins_page #featured-plugins-list li.events-wd .product {
267
- background: url("<?php echo WDI_URL; ?>/featured/images/events-wd.png") center center no-repeat;
268
- }
269
-
270
- #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {
271
- background: url("<?php echo WDI_URL; ?>/featured/images/faq_wd.png") center center no-repeat;
272
- }
273
-
274
- #main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {
275
- background: url("<?php echo WDI_URL; ?>/featured/images/instagram_feed.png") center center no-repeat;
276
- }
277
- #main_featured_plugins_page #featured-plugins-list li.wd-google-analytics .product {
278
- background: url("<?php echo WDI_URL; ?>/featured/images/wd-google-analytics.png") center center no-repeat;
279
- }
280
-
281
- #main_featured_plugins_page #featured-plugins-list li.post-slider .product {
282
- background: url("<?php echo WDI_URL; ?>/featured/images/post-slider.png") center center no-repeat;
283
- }
284
-
285
- #main_featured_plugins_page #featured-plugins-list li.google-maps .product {
286
- background: url("<?php echo WDI_URL; ?>/featured/images/google-maps.png") center center no-repeat;
287
- }
288
-
289
- #main_featured_plugins_page #featured-plugins-list li .title .heading {
290
- display: block;
291
- position: relative;
292
- font-size: 17px;
293
- color: #767676;
294
- margin: 13px 0px 13px 0px;
295
- text-transform: uppercase;
296
- }
297
-
298
- #main_featured_plugins_page #featured-plugins-list li .title p {
299
- font-size: 14px;
300
- color: #444;
301
- margin-left: 20px;
302
- }
303
-
304
- #main_featured_plugins_page #featured-plugins-list li .description {
305
- height: 127px;
306
- width: 90%;
307
- margin: 0 auto;
308
- }
309
-
310
- #main_featured_plugins_page #featured-plugins-list li .description p {
311
- text-align: center;
312
- width: 100%;
313
- color: #9A9A9A;
314
- font-family: Segoe UI Light;
315
- }
316
-
317
- #featured-plugins-list li a.download {
318
- display: block;
319
- border-top: 1px solid #CACACA;
320
- outline: none;
321
- width: 90%;
322
- margin: 0 auto;
323
- font-size: 14px;
324
- line-height: 40px;
325
- text-decoration: none;
326
- font-weight: bolder;
327
- text-align: center;
328
- color: #134D68;
329
- position: absolute;
330
- text-transform: uppercase;
331
- bottom: 0;
332
- left: 10px;
333
- font-family: Segoe UI Black;
334
- text-shadow: 1px 0;
335
- }
336
-
337
- #featured-plugins-list li a.download:hover {
338
- color: #F47629;
339
- }
340
-
341
- .featured_header {
342
- background: #11465F;
343
- border-right: 3px solid #E5E5E5;
344
- border-bottom: 3px solid #E5E5E5;
345
- position: relative;
346
- padding: 20px 0;
347
- }
348
-
349
- .featured_header .old_price {
350
- color: rgba(180, 180, 180, 0.3);
351
- text-decoration: line-through;
352
- font-family: Oswald;
353
- }
354
-
355
- .featured_header h1.get_plugins {
356
- color: #FFFFFF;
357
- height: 85px;
358
- margin: 0;
359
- background-size: 85% 100%;
360
- background-position: center;
361
- line-height: 60px;
362
- }
363
-
364
- .featured_header .try-now {
365
- text-align: center;
366
- }
367
-
368
- .featured_header .try-now span {
369
- display: inline-block;
370
- padding: 7px 16px;
371
- background: #F47629;
372
- border-radius: 10px;
373
- color: #ffffff;
374
- font-size: 23px;
375
- }
376
-
377
- .featured_header h1 {
378
- font-size: 50px;
379
- text-align: center;
380
- color: #FFFFFF;
381
- letter-spacing: 3px;
382
- text-transform: uppercase;
383
- }
384
-
385
- .featured_header a {
386
- text-decoration: none;
387
- }
388
-
389
- .featured_header a:hover {
390
- text-decoration: none;
391
- }
392
-
393
- @media screen and (max-width: 1105px) {
394
- .featured_header h1 {
395
- font-size: 37px;
396
- line-height: 0;
397
- }
398
- }
399
-
400
- @media screen and (max-width: 835px) {
401
- .get_plugins span {
402
- display: none;
403
- }
404
- }
405
-
406
- @media screen and (max-width: 700px) {
407
- .featured_header h1 {
408
- line-height: 40px;
409
- }
410
- }
411
-
412
- @media screen and (max-width: 435px) {
413
- .featured_header h1 {
414
- font-size: 20px;
415
- line-height: 25px;
416
- }
417
- } </style><?php
418
- }
419
-
420
- public function display($current_plugin = "instagram_feed")
421
- {
422
- $this->print_css();
423
- ?>
424
- <div id="main_featured_plugins_page">
425
- <h3>Featured Plugins</h3>
426
- <div class="featured_header">
427
- <a target="_blank"
428
- href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>">
429
- <h1>GET <?php echo $this->plugins[$current_plugin]["title"]; ?> +23 PLUGINS</h1>
430
- <h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
431
- <div class="try-now">
432
- <span>TRY NOW</span>
433
- </div>
434
- </a>
435
  </div>
436
- <ul id="featured-plugins-list">
437
- <?php
438
- foreach ($this->plugins as $key => $plugins) {
439
- if ($current_plugin != $key) {
440
- ?>
441
- <li class="<?php echo $key; ?>">
442
- <div class="product"></div>
443
- <div class="title">
444
- <strong class="heading"><?php echo $plugins['title']; ?></strong>
445
- </div>
446
- <div class="description">
447
- <p><?php echo $plugins['content']; ?></p>
448
- </div>
449
- <a target="_blank" href="<?php echo $plugins['href']; ?>?source=<?php echo $current_plugin; ?>"
450
- class="download">Download Plugin &#9658;</a>
451
- </li>
452
- <?php
453
- }
454
- }
455
- ?>
456
- </ul>
457
- </div><?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
458
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
459
  }
460
 
461
 
2
 
3
  class WDIFeaturedPlugins
4
  {
5
+ private $plugins = array(
6
+ "form-maker" => array(
7
+ 'title' => 'Form Maker',
8
+ 'text' => 'Wordpress form builder plugin',
9
+ 'content' => 'Form Maker is a modern and advanced tool for creating WordPress forms easily and fast.',
10
+ 'href' => 'https://web-dorado.com/products/wordpress-form.html'
11
+ ),
12
+ "photo-gallery" => array(
13
+ 'title' => 'Photo Gallery',
14
+ 'text' => 'WordPress Photo Gallery plugin',
15
+ 'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.',
16
+ 'href' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin.html'
17
+ ),
18
+ "wd-google-analytics" => array(
19
+ 'title' => 'Wd Google Analytics',
20
+ 'text' => 'WordPress Google Analytics Plugin',
21
+ 'content' => 'WD Google Analytics is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.',
22
+ 'href' => 'https://web-dorado.com/products/wordpress-google-analytics-plugin.html'
23
+ ),
24
+ "ecommerce-wd" => array(
25
+ 'title' => 'Ecommerce',
26
+ 'text' => 'WordPress Ecommerce Plugin',
27
+ 'content' => 'Ecommerce WD is a highly-functional, user friendly WordPress Ecommerce plugin, which is perfect for developing online stores for any level of complexity.',
28
+ 'href' => 'https://web-dorado.com/products/wordpress-ecommerce.html'
29
+ ),
30
+ "google-maps" => array(
31
+ 'title' => 'Google Map',
32
+ 'text' => 'WordPress Google Maps Plugin',
33
+ 'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
34
+ 'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
35
+ ),
36
+ "facebook-wd" => array(
37
+ 'title' => 'Facebook Feed WD',
38
+ 'text' => 'WordPress facebook feed plugin',
39
+ 'content' => 'Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.',
40
+ 'href' => 'https://web-dorado.com/products/wordpress-facebook-feed-plugin.html'
41
+ ),
42
+
43
+ "slider_wd" => array(
44
+ 'title' => 'Slider WD',
45
+ 'text' => 'WordPress slider plugin',
46
+ 'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
47
+ 'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
48
+ ),
49
+ "events-wd" => array(
50
+ 'title' => 'Event Calendar WD',
51
+ 'text' => 'WordPress calendar plugin',
52
+ 'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
53
+ 'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
54
+ ),
55
+
56
+ "contact_form_bulder" => array(
57
+ 'title' => 'Contact Form Builder',
58
+ 'text' => 'WordPress contact form builder plugin',
59
+ 'content' => 'Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors.',
60
+ 'href' => 'https://web-dorado.com/products/wordpress-contact-form-builder.html'
61
+ ),
62
+ "contact-maker" => array(
63
+ 'title' => 'Contact Form Maker',
64
+ 'text' => 'WordPress contact form maker plugin',
65
+ 'content' => 'WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.',
66
+ 'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
67
+ ),
68
+ "spider-calendar" => array(
69
+ 'title' => 'Spider Calendar',
70
+ 'text' => 'WordPress event calendar plugin',
71
+ 'content' => 'Spider Event Calendar is a highly configurable product which allows you to have multiple organized events.',
72
+ 'href' => 'https://web-dorado.com/products/wordpress-calendar.html'
73
+ ),
74
+ "faq_wd" => array(
75
+ 'title' => 'FAQ WD',
76
+ 'text' => 'WordPress FAQ plugin',
77
+ 'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
78
+ 'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
79
+ ),
80
+ "instagram_feed" => array(
81
+ 'title' => 'Instagram Feed WD',
82
+ 'text' => 'WordPress Instagram Feed plugin',
83
+ 'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
84
+ 'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
85
+ ),
86
+ "post-slider" => array(
87
+ 'title' => 'Post Slider',
88
+ 'text' => 'WordPress Post Slider plugin',
89
+ 'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
90
+ 'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
91
+ ),
92
+ "catalog" => array(
93
+ 'title' => 'Spider Catalog',
94
+ 'text' => 'WordPress product catalog plugin',
95
+ 'content' => 'Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.',
96
+ 'href' => 'https://web-dorado.com/products/wordpress-catalog.html'
97
+ ),
98
+ "player" => array(
99
+ 'title' => 'Video Player',
100
+ 'text' => 'WordPress Video player plugin',
101
+ 'content' => 'Spider Video Player for WordPress is a Flash & HTML5 video player plugin that allows you to easily add videos to your website with the possibility.',
102
+ 'href' => 'https://web-dorado.com/products/wordpress-player.html'
103
+ ),
104
+ "contacts" => array(
105
+ 'title' => 'Spider Contacts',
106
+ 'text' => 'Wordpress staff list plugin',
107
+ 'content' => 'Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.',
108
+ 'href' => 'https://web-dorado.com/products/wordpress-contacts-plugin.html'
109
+ ),
110
+ "facebook" => array(
111
+ 'title' => 'Spider Facebook',
112
+ 'text' => 'WordPress Facebook plugin',
113
+ 'content' => 'Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets.',
114
+ 'href' => 'https://web-dorado.com/products/wordpress-facebook.html'
115
+ ),
116
+ "twitter-widget" => array(
117
+ 'title' => 'Widget Twitter',
118
+ 'text' => 'WordPress Widget Twitter plugin',
119
+ 'content' => 'The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.',
120
+ 'href' => 'https://web-dorado.com/products/wordpress-twitter-integration-plugin.html'
121
+ ),
122
+ "faq" => array(
123
+ 'title' => 'Spider FAQ',
124
+ 'text' => 'WordPress FAQ Plugin',
125
+ 'content' => 'The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.',
126
+ 'href' => 'https://web-dorado.com/products/wordpress-faq-plugin.html'
127
+ ),
128
+ "zoom" => array(
129
+ 'title' => 'Zoom',
130
+ 'text' => 'WordPress text zoom plugin',
131
+ 'content' => 'Zoom enables site users to resize the predefined areas of the web site.',
132
+ 'href' => 'https://web-dorado.com/products/wordpress-zoom.html'
133
+ ),
134
+ "flash-calendar" => array(
135
+ 'title' => 'Flash Calendar',
136
+ 'text' => 'WordPress flash calendar plugin',
137
+ 'content' => 'Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.',
138
+ 'href' => 'https://web-dorado.com/products/wordpress-events-calendar.html'
139
+ ),
140
+ "folder_menu" => array(
141
+ 'title' => 'Folder Menu',
142
+ 'text' => 'WordPress folder menu plugin',
143
+ 'content' => 'Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.',
144
+ 'href' => 'https://web-dorado.com/products/wordpress-menu-vertical.html'
145
+ ),
146
+ "random_post" => array(
147
+ 'title' => 'Random post',
148
+ 'text' => 'WordPress random post plugin',
149
+ 'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
150
+ 'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
151
+ ),
152
+
153
+ );
154
+
155
+ public function display($current_plugin = "instagram_feed")
156
+ {
157
+ $this->print_css();
158
+ ?>
159
+ <div id="main_featured_plugins_page">
160
+ <h3>Featured Plugins</h3>
161
+ <div class="featured_header">
162
+ <a target="_blank"
163
+ href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>">
164
+ <h1>GET <?php echo $this->plugins[$current_plugin]["title"]; ?> +23 PLUGINS</h1>
165
+ <h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
166
+ <div class="try-now">
167
+ <span>TRY NOW</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  </div>
169
+ </a>
170
+ </div>
171
+ <ul id="featured-plugins-list">
172
+ <?php
173
+ foreach ($this->plugins as $key => $plugins) {
174
+ if ($current_plugin != $key) {
175
+ ?>
176
+ <li class="<?php echo $key; ?>">
177
+ <div class="product"></div>
178
+ <div class="title">
179
+ <strong class="heading"><?php echo $plugins['title']; ?></strong>
180
+ </div>
181
+ <div class="description">
182
+ <p><?php echo $plugins['content']; ?></p>
183
+ </div>
184
+ <a target="_blank" href="<?php echo $plugins['href']; ?>?source=<?php echo $current_plugin; ?>"
185
+ class="download">Download Plugin &#9658;</a>
186
+ </li>
187
+ <?php
188
+ }
189
+ }
190
+ ?>
191
+ </ul>
192
+ </div><?php
193
+ }
194
+
195
+ public function print_css()
196
+ {
197
+ ?>
198
+ <style>
199
+ @import url(http://fonts.googleapis.com/css?family=Oswald);
200
+
201
+ #main_featured_plugins_page {
202
+ font-family: Oswald;
203
+ width: 90%;
204
+ margin: 15px auto 0px auto;
205
  }
206
+
207
+ #main_featured_plugins_page h3 {
208
+ border-bottom: 2px solid #CECECE;
209
+ color: rgb(111, 111, 111);
210
+ font-family: Segoe UI;
211
+ font-size: 18px;
212
+ margin: 0px auto 15px auto;
213
+ padding: 20px 0;
214
+ }
215
+
216
+ #main_featured_plugins_page #featured-plugins-list {
217
+ position: relative;
218
+ margin: 0px auto;
219
+ height: auto;
220
+ display: table;
221
+ list-style: none;
222
+ text-align: center;
223
+ width: 100%;
224
+ }
225
+
226
+ #main_featured_plugins_page #featured-plugins-list li {
227
+ display: inline-table;
228
+ width: 200px;
229
+ margin: 20px 10px 0px 10px;
230
+ background: #FFFFFF;
231
+ border-right: 3px solid #E5E5E5;
232
+ height: 335px;
233
+ border-bottom: 3px solid #E5E5E5;
234
+ position: relative;
235
+ }
236
+
237
+ #main_featured_plugins_page #featured-plugins-list li .product {
238
+ position: relative;
239
+ height: 113px;
240
+ background-color: transparent !important;
241
+ background-position-x: 50% !important;
242
+ margin: 7px;
243
+ border-radius: 3px;
244
+ background-size: 115px !important;
245
+ }
246
+
247
+ #main_featured_plugins_page #featured-plugins-list li .title {
248
+ width: 90%;
249
+ text-align: center;
250
+ margin: 0 auto;
251
+ }
252
+
253
+ #main_featured_plugins_page #featured-plugins-list li.form-maker .product {
254
+ background: url("<?php echo WDI_URL; ?>/featured/images/form.png") center center no-repeat;
255
+ }
256
+
257
+ #main_featured_plugins_page #featured-plugins-list li.catalog .product {
258
+ background: url("<?php echo WDI_URL; ?>/featured/images/catalog.png") center center no-repeat;
259
+ }
260
+
261
+ #main_featured_plugins_page #featured-plugins-list li.contact-maker .product {
262
+ background: url("<?php echo WDI_URL; ?>/featured/images/contact.maker.png") center center no-repeat;
263
+ }
264
+
265
+ #main_featured_plugins_page #featured-plugins-list li.contacts .product {
266
+ background: url("<?php echo WDI_URL; ?>/featured/images/contacts.png") center center no-repeat;
267
+ }
268
+
269
+ #main_featured_plugins_page #featured-plugins-list li.ecommerce-wd .product {
270
+ background: url("<?php echo WDI_URL; ?>/featured/images/ecommerce.png") center center no-repeat;
271
+ }
272
+
273
+ #main_featured_plugins_page #featured-plugins-list li.facebook .product {
274
+ background: url("<?php echo WDI_URL; ?>/featured/images/facebook.png") center center no-repeat;
275
+ }
276
+
277
+ #main_featured_plugins_page #featured-plugins-list li.facebook-wd .product {
278
+ background: url("<?php echo WDI_URL; ?>/featured/images/facebook-feed.png") center center no-repeat;
279
+ }
280
+
281
+ #main_featured_plugins_page #featured-plugins-list li.faq .product {
282
+ background: url("<?php echo WDI_URL; ?>/featured/images/faq.png") center center no-repeat;
283
+ }
284
+
285
+ #main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {
286
+ background: url("<?php echo WDI_URL; ?>/featured/images/flash.calendar.png") center center no-repeat;
287
+ }
288
+
289
+ #main_featured_plugins_page #featured-plugins-list li.player .product {
290
+ background: url("<?php echo WDI_URL; ?>/featured/images/player.png") center center no-repeat;
291
+ }
292
+
293
+ #main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {
294
+ background: url("<?php echo WDI_URL; ?>/featured/images/spider.calendar.png") center center no-repeat;
295
+ }
296
+
297
+ #main_featured_plugins_page #featured-plugins-list li.contact_form_bulder .product {
298
+ background: url("<?php echo WDI_URL; ?>/featured/images/contact.builder.png") center center no-repeat;
299
+ }
300
+
301
+ #main_featured_plugins_page #featured-plugins-list li.random_post .product {
302
+ background: url("<?php echo WDI_URL; ?>/featured/images/random.post.png") center center no-repeat;
303
+ }
304
+
305
+ #main_featured_plugins_page #featured-plugins-list li.slider_wd .product {
306
+ background: url("<?php echo WDI_URL; ?>/featured/images/slider.png") center center no-repeat;
307
+ }
308
+
309
+ #main_featured_plugins_page #featured-plugins-list li.folder_menu .product {
310
+ background: url("<?php echo WDI_URL; ?>/featured/images/folder.menu.png") center center no-repeat;
311
+ }
312
+
313
+ #main_featured_plugins_page #featured-plugins-list li.zoom .product {
314
+ background: url("<?php echo WDI_URL; ?>/featured/images/zoom.png") center center no-repeat;
315
+ }
316
+
317
+ #main_featured_plugins_page #featured-plugins-list li.fm-import .product {
318
+ background: url("<?php echo WDI_URL; ?>/featured/images/fm-import.png") center center no-repeat;
319
+ }
320
+
321
+ #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {
322
+ background: url("<?php echo WDI_URL; ?>/featured/images/photo-gallery.png") center center no-repeat;
323
+ }
324
+
325
+ #main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {
326
+ background: url("<?php echo WDI_URL; ?>/featured/images/twittertools.png") center center no-repeat;
327
+ }
328
+
329
+ #main_featured_plugins_page #featured-plugins-list li.events-wd .product {
330
+ background: url("<?php echo WDI_URL; ?>/featured/images/events-wd.png") center center no-repeat;
331
+ }
332
+
333
+ #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {
334
+ background: url("<?php echo WDI_URL; ?>/featured/images/faq_wd.png") center center no-repeat;
335
+ }
336
+
337
+ #main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {
338
+ background: url("<?php echo WDI_URL; ?>/featured/images/instagram_feed.png") center center no-repeat;
339
+ }
340
+
341
+ #main_featured_plugins_page #featured-plugins-list li.wd-google-analytics .product {
342
+ background: url("<?php echo WDI_URL; ?>/featured/images/wd-google-analytics.png") center center no-repeat;
343
+ }
344
+
345
+ #main_featured_plugins_page #featured-plugins-list li.post-slider .product {
346
+ background: url("<?php echo WDI_URL; ?>/featured/images/post-slider.png") center center no-repeat;
347
+ }
348
+
349
+ #main_featured_plugins_page #featured-plugins-list li.google-maps .product {
350
+ background: url("<?php echo WDI_URL; ?>/featured/images/google-maps.png") center center no-repeat;
351
+ }
352
+
353
+ #main_featured_plugins_page #featured-plugins-list li .title .heading {
354
+ display: block;
355
+ position: relative;
356
+ font-size: 17px;
357
+ color: #767676;
358
+ margin: 13px 0px 13px 0px;
359
+ text-transform: uppercase;
360
+ }
361
+
362
+ #main_featured_plugins_page #featured-plugins-list li .title p {
363
+ font-size: 14px;
364
+ color: #444;
365
+ margin-left: 20px;
366
+ }
367
+
368
+ #main_featured_plugins_page #featured-plugins-list li .description {
369
+ height: 127px;
370
+ width: 90%;
371
+ margin: 0 auto;
372
+ }
373
+
374
+ #main_featured_plugins_page #featured-plugins-list li .description p {
375
+ text-align: center;
376
+ width: 100%;
377
+ color: #9A9A9A;
378
+ font-family: Segoe UI Light;
379
+ }
380
+
381
+ #featured-plugins-list li a.download {
382
+ display: block;
383
+ border-top: 1px solid #CACACA;
384
+ outline: none;
385
+ width: 90%;
386
+ margin: 0 auto;
387
+ font-size: 14px;
388
+ line-height: 40px;
389
+ text-decoration: none;
390
+ font-weight: bolder;
391
+ text-align: center;
392
+ color: #134D68;
393
+ position: absolute;
394
+ text-transform: uppercase;
395
+ bottom: 0;
396
+ left: 10px;
397
+ font-family: Segoe UI Black;
398
+ text-shadow: 1px 0;
399
+ }
400
+
401
+ #featured-plugins-list li a.download:hover {
402
+ color: #F47629;
403
+ }
404
+
405
+ .featured_header {
406
+ background: #11465F;
407
+ border-right: 3px solid #E5E5E5;
408
+ border-bottom: 3px solid #E5E5E5;
409
+ position: relative;
410
+ padding: 20px 0;
411
+ }
412
+
413
+ .featured_header .old_price {
414
+ color: rgba(180, 180, 180, 0.3);
415
+ text-decoration: line-through;
416
+ font-family: Oswald;
417
+ }
418
+
419
+ .featured_header h1.get_plugins {
420
+ color: #FFFFFF;
421
+ height: 85px;
422
+ margin: 0;
423
+ background-size: 85% 100%;
424
+ background-position: center;
425
+ line-height: 60px;
426
+ }
427
+
428
+ .featured_header .try-now {
429
+ text-align: center;
430
+ }
431
+
432
+ .featured_header .try-now span {
433
+ display: inline-block;
434
+ padding: 7px 16px;
435
+ background: #F47629;
436
+ border-radius: 10px;
437
+ color: #ffffff;
438
+ font-size: 23px;
439
+ }
440
+
441
+ .featured_header h1 {
442
+ font-size: 50px;
443
+ text-align: center;
444
+ color: #FFFFFF;
445
+ letter-spacing: 3px;
446
+ text-transform: uppercase;
447
+ }
448
+
449
+ .featured_header a {
450
+ text-decoration: none;
451
+ }
452
+
453
+ .featured_header a:hover {
454
+ text-decoration: none;
455
+ }
456
+
457
+ @media screen and (max-width: 1105px) {
458
+ .featured_header h1 {
459
+ font-size: 37px;
460
+ line-height: 0;
461
+ }
462
+ }
463
+
464
+ @media screen and (max-width: 835px) {
465
+ .get_plugins span {
466
+ display: none;
467
+ }
468
+ }
469
+
470
+ @media screen and (max-width: 700px) {
471
+ .featured_header h1 {
472
+ line-height: 40px;
473
+ }
474
+ }
475
+
476
+ @media screen and (max-width: 435px) {
477
+ .featured_header h1 {
478
+ font-size: 20px;
479
+ line-height: 25px;
480
+ }
481
+ } </style><?php
482
+ }
483
  }
484
 
485
 
featured/images/best_magazine.jpg DELETED
Binary file
featured/images/business_elite.jpg DELETED
Binary file
featured/images/business_world.jpg DELETED
Binary file
featured/images/ecommerce.png ADDED
Binary file
featured/images/exclusive.jpg DELETED
Binary file
featured/images/expert.jpg DELETED
Binary file
featured/images/facebook-feed.png ADDED
Binary file
featured/images/magazine.jpg DELETED
Binary file
featured/images/mottomag.jpg DELETED
Binary file
featured/images/news_magazine.jpg DELETED
Binary file
featured/images/portfolio.png DELETED
Binary file
featured/images/portfolio_gallery.jpg DELETED
Binary file
featured/images/sauron.jpg DELETED
Binary file
featured/images/wedding.jpg DELETED
Binary file
featured/images/wedding_style.jpg DELETED
Binary file
images/featured_themes/business_world.jpg CHANGED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
4
  Tags: : custom instagram feed, feed, instagram, hashtag, Instagram feed, instagram gallery, instagram posts, Instagram images, Instagram photos, Instagram wall, lightbox, photos
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
- Stable tag: 1.1.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -107,6 +107,11 @@ After downloading the ZIP file of the Instagram Feed WD plugin,
107
 
108
  == Changelog ==
109
 
 
 
 
 
 
110
  = 1.1.10 =
111
  Added: New text in uninstall page
112
  Fixed: Video not centering issue on blogstyle
4
  Tags: : custom instagram feed, feed, instagram, hashtag, Instagram feed, instagram gallery, instagram posts, Instagram images, Instagram photos, Instagram wall, lightbox, photos
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
+ Stable tag: 1.1.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
107
 
108
  == Changelog ==
109
 
110
+ = 1.1.11 =
111
+ Added: Setting to show media descriptions in widget mode (PRO)
112
+ Fixed: Untranslatable strings in widget editor
113
+ Change: Featured plugins list
114
+
115
  = 1.1.10 =
116
  Added: New text in uninstall page
117
  Fixed: Video not centering issue on blogstyle
templates/default-themes.php CHANGED
@@ -243,7 +243,7 @@ function wdi_get_default_themes(){
243
  'load_more_text_font_size' => '14px',
244
  'load_more_wrap_hover_color' => 'transparent',
245
  'pagination_ctrl_color' => '#0f4973',
246
- 'pagination_size' => '40px',
247
  'pagination_ctrl_margin' => '15px',
248
  'pagination_ctrl_hover_color' => '#25292c',
249
  'pagination_position' => 'center',
@@ -490,7 +490,7 @@ function wdi_get_default_themes(){
490
  'load_more_text_font_size' => '14px',
491
  'load_more_wrap_hover_color' => '3cbac8',
492
  'pagination_ctrl_color' => '#3cbac8',
493
- 'pagination_size' => '40px',
494
  'pagination_ctrl_margin' => '15px',
495
  'pagination_ctrl_hover_color' => '#000000',
496
  'pagination_position' => 'center',
243
  'load_more_text_font_size' => '14px',
244
  'load_more_wrap_hover_color' => 'transparent',
245
  'pagination_ctrl_color' => '#0f4973',
246
+ 'pagination_size' => '36px',
247
  'pagination_ctrl_margin' => '15px',
248
  'pagination_ctrl_hover_color' => '#25292c',
249
  'pagination_position' => 'center',
490
  'load_more_text_font_size' => '14px',
491
  'load_more_wrap_hover_color' => '3cbac8',
492
  'pagination_ctrl_color' => '#3cbac8',
493
+ 'pagination_size' => '36px',
494
  'pagination_ctrl_margin' => '15px',
495
  'pagination_ctrl_hover_color' => '#000000',
496
  'pagination_position' => 'center',
wd-instagram-feed.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Instagram Feed WD
4
  Plugin URI: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
5
  Description: WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. You can create feeds with one of the available layouts. It allows displaying image metadata, open up images in lightbox, download them and even share in social networking websites.
6
- Version: 1.1.10
7
  Author: WebDorado
8
  Author URI: https://web-dorado.com
9
  License: GPLv2 or later
@@ -20,7 +20,7 @@ define("WDI_META", "_".WDI_VAR."_meta");
20
  //define("wdi",'wdi');
21
  define('WDI_FEED_TABLE','wdi_feeds');
22
  define('WDI_THEME_TABLE','wdi_themes');
23
- define('WDI_VERSION','1.1.10');
24
  define('WDI_IS_PRO','false');
25
 
26
 
3
  Plugin Name: Instagram Feed WD
4
  Plugin URI: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
5
  Description: WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. You can create feeds with one of the available layouts. It allows displaying image metadata, open up images in lightbox, download them and even share in social networking websites.
6
+ Version: 1.1.11
7
  Author: WebDorado
8
  Author URI: https://web-dorado.com
9
  License: GPLv2 or later
20
  //define("wdi",'wdi');
21
  define('WDI_FEED_TABLE','wdi_feeds');
22
  define('WDI_THEME_TABLE','wdi_themes');
23
+ define('WDI_VERSION','1.1.11');
24
  define('WDI_IS_PRO','false');
25
 
26