Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp - Version 5.1.7

Version Description

  • Fixed: Likebox Settings issue
  • Fixed: Minor issues
Download this release

Release Info

Developer DaNish Ali
Plugin Icon 128x128 Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp
Version 5.1.7
Comparing to
See all releases

Code changes from version 5.1.2 to 5.1.7

Files changed (64) hide show
  1. LICENSE.txt +0 -0
  2. README.txt +175 -181
  3. admin/admin.php +51 -10
  4. assets/css/fta_admin_style.css +1 -1
  5. assets/css/fta_customizer_style.css +1 -149
  6. assets/images/fb_cover.png +0 -0
  7. assets/images/insta_cover.png +0 -0
  8. assets/images/insta_cover1.png +0 -0
  9. assets/js/fta-admin.js +2 -0
  10. assets/scss/fta_admin_style.scss +43 -4
  11. easy-facebook-likebox.php +43 -23
  12. easy-facebook-likebox/admin/assets/css/admin.css +1 -1
  13. easy-facebook-likebox/admin/assets/css/admin.css.map +0 -1
  14. easy-facebook-likebox/admin/assets/css/efbl-customizer.css +1 -1
  15. easy-facebook-likebox/admin/assets/css/index.php +0 -1
  16. easy-facebook-likebox/admin/assets/js/admin.js +180 -31
  17. easy-facebook-likebox/admin/assets/js/efbl-likebox-block.js +0 -54
  18. easy-facebook-likebox/admin/assets/js/efbl-live-preview.js +572 -17
  19. easy-facebook-likebox/admin/assets/scss/admin.scss +457 -36
  20. easy-facebook-likebox/admin/assets/scss/efbl-customizer.scss +12 -7
  21. easy-facebook-likebox/admin/easy-facebook-likebox-admin.php +509 -128
  22. easy-facebook-likebox/admin/includes/efbl-customizer-extend.php +35 -1
  23. easy-facebook-likebox/admin/includes/efbl-customizer.php +1026 -1901
  24. easy-facebook-likebox/admin/includes/efbl-skins.php +541 -285
  25. easy-facebook-likebox/includes/easy-custom-facebook-feed-widget.php +33 -5
  26. easy-facebook-likebox/includes/easy-facebook-likebox-widget.php +1 -1
  27. easy-facebook-likebox/includes/easy-facebook-page-plugin-widget.php +389 -202
  28. easy-facebook-likebox/public/assets/css/public-premium.css +966 -0
  29. easy-facebook-likebox/public/assets/css/public.css +49 -338
  30. easy-facebook-likebox/public/assets/images/efbl-angry.gif +0 -0
  31. easy-facebook-likebox/public/assets/images/efbl-haha.gif +0 -0
  32. easy-facebook-likebox/public/assets/images/efbl-like.gif +0 -0
  33. easy-facebook-likebox/public/assets/images/efbl-love.gif +0 -0
  34. easy-facebook-likebox/public/assets/images/efbl-sad.gif +0 -0
  35. easy-facebook-likebox/public/assets/images/efbl-wow.gif +0 -0
  36. easy-facebook-likebox/public/assets/js/public.js +7 -3
  37. easy-facebook-likebox/public/easy-facebook-likebox.php +47 -24
  38. easy-facebook-likebox/public/includes/core-functions.php +6 -1
  39. easy-facebook-likebox/public/views/feed.php +64 -34
  40. easy-facebook-likebox/public/views/public.php +89 -55
  41. easy-facebook-likebox/public/views/templates/template-fullwidth.php +3 -10
  42. easy-facebook-likebox/public/views/templates/template-halfwidth.php +3 -10
  43. easy-facebook-likebox/public/views/templates/template-thumbnail.php +3 -10
  44. freemius/assets/img/easy-facebook-likebox.png +0 -0
  45. my-instagram-feed/admin/admin.php +30 -66
  46. my-instagram-feed/assets/css/mif_admin_style.css +1 -1
  47. my-instagram-feed/assets/css/mif_admin_style.css.map +0 -1
  48. my-instagram-feed/assets/css/mif_customizer_style.css +1 -1
  49. my-instagram-feed/assets/css/mif_fancy_popup.css +1 -1
  50. my-instagram-feed/assets/css/mif_fancy_popup.css.map +0 -1
  51. my-instagram-feed/assets/css/mif_style.css +1 -1
  52. my-instagram-feed/assets/css/mif_style.css.map +0 -1
  53. my-instagram-feed/assets/js/mif-admin.js +3 -0
  54. my-instagram-feed/assets/js/mif-custom.js +39 -2
  55. my-instagram-feed/assets/js/mif-customizer-custom.js +0 -26
  56. my-instagram-feed/assets/scss/mif_admin_style.scss +26 -14
  57. my-instagram-feed/assets/scss/mif_customizer_style.scss +2 -6
  58. my-instagram-feed/assets/scss/mif_fancy_popup.scss +40 -14
  59. my-instagram-feed/assets/scss/mif_style.scss +56 -29
  60. my-instagram-feed/frontend/frontend.php +4 -339
  61. my-instagram-feed/frontend/templates/template-grid.php +2 -3
  62. my-instagram-feed/includes/customizer.php +5 -5
  63. my-instagram-feed/includes/customizer_extend.php +3 -1
  64. my-instagram-feed/includes/mif-skins.php +9 -7
LICENSE.txt CHANGED
File without changes
README.txt CHANGED
@@ -1,73 +1,72 @@
1
  === Easy Social Post Feed - Social Photos Gallery - Page Plugin - Auto PopUp - MT ===
2
- Contributors: maltathemes, sjaved
3
  Tags: instagram feed, instagram, facebook feed, PopUp, page plugin
4
  Requires at least: 3.3
5
- Tested up to: 5.2.3
6
- Stable tag: 5.1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Formerly "Easy Facebook Like Box" easiest plugin to display custom Facebook feed (posts, photos, videos, events), custom Instagram Feed (photos, gallery and videos), page plugin (like box), and any content in a PopUp.
11
 
12
  == Description ==
13
 
14
- The easiest and beginner friendly plugin for **Custom Instagram Feed** (Display photos, gallery and videos), **Custom Facebook Feed** (posts, links, status, photos, videos, events), **Facebook Page Plugin** (previously Facebook Like Box) and **Auto PopUp**.
15
 
16
- *"Easy to use as the description – awesome plugin and excellent support, easy to setup and more function, won’t affect the page speed, GREAT JOB!"* – [alexwee88](https://wordpress.org/support/topic/easy-to-use-as-the-description/)
17
 
18
- *"Much better than the othersI’m really happy with this and it’s better than the other plugins Ive tried that offer the same thing. Thank you!"* – [sarahtaylor777](https://wordpress.org/support/topic/much-better-than-the-others-2/)
19
 
20
- ### Custom Instagram Feed for WordPress:
21
 
22
  Display your stunning photos and videos from your Instagram account on your site. It’s mobile-friendly (responsive), highly customizable (completely match the look and feel with your site), SEO friendly and has multiple layouts.
23
 
24
- ### FREE FEATURES OF INSTAGRAM FEED PLUGIN:
25
 
26
  - **One minute** setup. Easy setup flow to configure and go live in minutes.
27
  - **Fully customizable**. Customize the layout and look & feel using the WP Customizer in **real-time**. Yes, no more guessing!
28
  - Change **number of columns**, colors and borders.
29
- - Create **multiple skins**. Really handy when you need to display the feed in the page as well as in the footer or sidebar, differently.
30
- Completely responsive and mobile friendly.
31
  - Powerful **shortcode generator**, you don’t need to mess up with shortcode attributes.
32
  - **Load more** button to display **unlimited photos**.
33
- - **Follow** on Instagram button.
34
  - Display **header** at the top of the feed.
35
  - Dynamically load more photos - Display more phtos and videos with the click of a button.
36
- - Much More Awesome Stuff To Come…
37
-
38
- [Easy Custom Instagram Feed Free Demo](http://demos.maltathemes.com/my-instagram-feed-demo/)
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
- ### Pro FEATURES OF INSTAGRAM FEED PLUGIN:
41
- - **Multiple feeds​** - There is no limitation to display number of feeds on your site. Our shortcode and widgets works independently. Which means you can add the feed from multiple pages wherever you want, whenever you want.​
42
- - Advanced PopUp - Display photos in advanced and super fast PopUp. Give your feed a look like Instagram so your users do not leave your site ever.
43
- - Images gallery - Display multiple images in a gallery carousel. Perfect way to display multiple photos in an attractive and user friendly way.
44
- - Videos gallery - Display multiple videos in a gallery carousel. Yeppp! Your visitors can play videos right inside the popup. Cool!
45
- - Comments - Display comments on posts on your site under in popup. Also, display replies on comments in thread.
46
- - Hearts - Display how many times your photo was loved by your followers right on your site.
47
- - Layouts - Select layouts for your photos feed in full-width, half-width and masonry.
48
- - Image filters - Apply cool filters to make your photos even more stunning. Available filters are greyscale, saturate, sepia, hue, invert, brightness
49
- - Animate filters - Confused what filter you want to use? Then no worries, just select animate filters to animate and apply all filters in a loop on your images.
50
- - Fully customisable layouts - Change colors, padding or even enable and disable the elements.
51
- - Priority support - Above all, I stand firmly behind my plugin and provide top notch priority support to the premium plan users via email.
52
-
53
- [Easy Custom Instagram Feed Pro Demo](https://maltathemes.com/my-instagram-feed-demo)
54
 
55
  ### Custom Facebook Feed for WordPress:
56
 
57
- Display a customizable (completely match the look and feel with your site), mobile-friendly (responsive) and SEO friendly feed of your Facebook posts on your site in minutes. Supports all types of posts, including images, videos, status and links.
58
 
59
- ### FREE FEATURES OF CUSTOM FACEBOOK FEED:
60
 
61
  - Support fully **customizable** facebook feed. Match the look and feel of the feed with your website using WordPress **customizer** (yes, no more guessing)
62
- - **Responsive** - It's responsive and mobile friendly. Easy Social Post feed WordPress plugin is designed from scratch to make sure your content looks and works stunning on all devices and screens.
63
  - Caption words limit - Limit the number of words to display in the story on your site
64
- - **PopUp** - Display images, videos and albums in the advanced popup so your users never leave your site again. ​Also, navigate between post images using next and previous links in the popup
65
- - **Super fast​** - Cache - It caches the posts, images and other content from Facebook and Instagram to minimize external requests to load the page faster. ​It caches the posts, images and other content from Facebook and Instagram to minimize external requests to load the page faster. You can set the interval to check for new posts every second, minute, hour or days. Choice is yours!
66
- - **Multiple feeds​** - There is no limitation to display number of feeds on your site. Our shortcode and widgets works independently. Which means you can add the feed from multiple pages wherever you want, whenever you want.​
67
- - **Top-notch customer support​** - We firmly stand behind our plugin. In case you need help we will be always on the other side of your computer screen to help whenever you need. ​
68
- - **Layouts** - Display feed in full-width, half-width and in thumbnail views
69
  - Show/hide page plugin - show or hide the page plugin.
70
- - Show/hide page header - ability to show or hide the name of page, information about page, category of the page and number followers
71
  - Image size - Select the size of images you want to display in the feed
72
  - Show or hide the image - ability to hide or show images in the feed
73
  - Share - Share buttons with each post in your feed to make it even more viral on social media.
@@ -75,23 +74,19 @@ Display a customizable (completely match the look and feel with your site), mobi
75
  - Shortcode generator - easily generate shortcode to display feed wherever you want
76
  - Widget - dedicated widget to display the feed in sidebar or footer.
77
  - And much more in the pack…
78
-
79
- [Easy Custom Facebook Feed Free Demo](http://demos.maltathemes.com/custom-facebook-feed/)
80
-
81
-
82
- ### PRO FEATURES OF CUSTOM FACEBOOK FEED:
83
- - Post filter - Filter the posts in feed to based on type of the post for example images, videos, and only posts where you were mentions.
84
- - Any page post feed - You can display posts from any public page even you don't manage it.
85
- - Post images gallery - Display all images and videos in the gallery carousel in PopUp.
86
- - Advanced PopUp - Replaces the current PopUp with advanced and super fast PopUp. Give your feed a look like FB so your users do not leave your site ever.
87
- - Albums feed - Display albums of any page on your site. Really good to reduce effort of uploading images in the site again.
88
- - Events - Display events of your page on your site. It syncs the events you share on Facebook to keep your site visitors stay up to date.
89
- - Comment replies - Display threads of comments reply in the separate fancy popup.
90
- - Comments media - Display images and videos added on your posts in the comments by your followers in fancy popup.
91
- - Likes popup - Display likes and reactions in the popup. Also, it will help you filter the reactions on a post like Facebook.
92
- - Fully customisable layouts - Change colors, padding or even enable and disable the elements.
93
-
94
- [Easy Custom Facebook Feed Pro Demo](https://maltathemes.com/custom-facebook-feed/)
95
 
96
  ### Facebook Page plugin for WordPress:
97
 
@@ -101,19 +96,18 @@ Displays a Facebook Page Plugin (previously Facebook Like Box). The Facebook Pag
101
 
102
  - Show or hide faces/connections.
103
  - Show or hide header.
104
- - Show or hide latest facebook fan page posts.
105
  - Now support optional **responsive** layout.
 
106
  - Display like box or page plugin in page/post/custom posts using shortcodes easily generated while saving widget or using the shortcode generator on the settings page.
107
  - Set fixed width and height.
108
  - Choose your desired language or input your own language (if not in list).
109
  - Support 75 different locales
110
  - Like box or page plugin in responsive PopUp/Modal window to gain more likes.
111
- - **Top notch customer support​** - We firmly stand behind our plugin. In case you need help we will be always on the other side of your computer screen to help whenever you need. ​
112
 
113
  [Faceook Page Plugin Demo](https://maltathemes.com/faceook-page-plugin)
114
 
115
- ** Easy Social Post Feed WordPress ** plugin is designed to keep beginners in mind from scratch. It has beginner’s friendly workflow to set up Custom Instagram Feed, Custom Facebook Feed, Page Plugin and Auto PopUp in minutes (time is the single most precious commodity in the universe).
116
-
117
  ### FEATURES OF AUTO POPUP:
118
 
119
  - Enable/Disable PopUp
@@ -125,24 +119,26 @@ Displays a Facebook Page Plugin (previously Facebook Like Box). The Facebook Pag
125
  - Hide on mobile devices
126
  - Added some smooth transitions
127
  - All of the above options are available with PopUp
128
- - Support all WordPress shortcodes and even html in PopUp
129
- - **Top notch customer support​** - We firmly stand behind our plugin. In case you need help we will be always on the other side of your computer screen to help whenever you need. ​
 
 
130
  - **And a lot more inside the pack…**
131
 
132
  [Auto PopUp Demo](https://maltathemes.com/auto-popup-likebox/)
133
 
 
134
 
135
  ### HOW TO USE EASY CUSTOM FACEBOOK FEED (NEW)
136
- For instructions on how to configure and use this plugin please see FAQ section, Screenshots or checkout or extensive documentation.
137
 
138
- **Need support** feel free to open support ticket:
139
  [Support](https://wordpress.org/support/plugin/easy-facebook-likebox "Support")
140
 
141
  **NOTE**
142
- Easy Facebook Likebox is absolutely the simplest, most beginner friendly yet powerful and the only plugin with one minute setup (or even less).
143
-
144
- Also, I’m the author of [Floating Links](https://wordpress.org/plugins/floating-links) (the easiest to use plugin with 5 star rating and over 800+ active installs) and [My Instagram Feed](https://wordpress.org/plugins/my-instagram-feed) (simplest plugin ever to show your Instagram Feeds in One minute only).
145
 
 
146
  Thank you
147
 
148
  Danish Ali Malik
@@ -151,117 +147,7 @@ Danish Ali Malik
151
  == Installation ==
152
  1. Upload "easy-facebook-likebox" to the "/wp-content/plugins/" directory.
153
  2. Activate the plugin through the "Plugins" menu in WordPress.
154
- 3. Navigate to "Appearance > Widgets" and drag and drop "Easy Facebook Likebox" in desired widget area or use the shortcode in page/post generated by widget.
155
-
156
- == Upgrade Notice ==
157
- = 5.1.2 =
158
- Fixed the customizer compatibility issue.
159
-
160
- = 5.0 =
161
- Major update in the Easy Social Post Feed plugin history. After updating the plugin please 1) authenticate the APP again 2) clear cache 3) clear borwser cache.
162
-
163
- = 4.4.3 =
164
- Fixed CSRF issue
165
-
166
- = 4.4.2 =
167
- Added new app to optimize api calls
168
- Changed plugin name from Easy Facebook Likebox to Easy Social Post Feed to remove their WORDMARK
169
- Fixed security issues
170
- Tested Upto 5.2.3
171
- Fixed Minor issues
172
-
173
- = 4.4.1 =
174
- Optimized API calls
175
- Tested Upto 5.2.2
176
- Fixed Minor issues
177
-
178
- = 4.4.0 =
179
- Fixed API rate limit issue
180
- Removed Legacy API version
181
- Tested Upto 5.1.1
182
- Fixed Minor issues
183
-
184
- == Upgrade Notice ==
185
- = 4.3.9 =
186
- Added My Plugins Page.
187
- Tested Upto 5.0.2
188
- Tested With Gutenberg
189
-
190
- = 4.3.8 =
191
- Added Minimum 1 day cache storing (Still working on it and improve more in future).
192
- Fixed Plugin CSS mess up the WordPress admin bar issue.
193
- Fixed Alt attribute missing in feeds.
194
-
195
- = 4.3.7 =
196
- Added Clear cache option.
197
-
198
- = 4.3.6 =
199
- Fixed Feeds not showing error.
200
- Added Minimum 6 days cache storing.
201
-
202
- = 4.3.5 =
203
- Fixed FB not defined issue.
204
- Added multiple facebook apps to reduce api rate limit error.
205
-
206
- = 4.3.4 =
207
- Fixed FB not defined issue.
208
- Tested upto WordPress 4.9.1 version.
209
-
210
- = 4.3.3 =
211
- Fixed preloader remove after loading.
212
-
213
- = 4.3.2 =
214
- Load story in PopUP via ajax.
215
- Added some smooth transitions.
216
- Fixed stretched PopUP images problem.
217
-
218
- = 4.3.1 =
219
- Next and previous story in popup.
220
- Added some fancy effects to popup.
221
- Load asynchronously to avoid render blocking.
222
-
223
- = 4.3.0 =
224
- MUST update to make it work with latest facebook API.
225
-
226
- = 4.2.5 =
227
- Recent update with open external links in new tab option and little improvements here and there.
228
-
229
- = 4.2.5 =
230
- Upadte to ensuer the maximum compatiblity with other themes and plugins.
231
-
232
- = 4.2.2 =
233
- Update if you see any issue with security plugin
234
-
235
- = 4.2.1 =
236
- Important, must update. Fixed lots of issues specially the feed not updating after the scheduled time.
237
-
238
- = 4.2 =
239
- Fixed responsive feature.
240
-
241
- = 4.1 =
242
- Its a maintenance release of this plugin. Fixed some issues with custom facebook feed layout and plugin icon.
243
-
244
- = 4.0.0 =
245
- Its biggest release of all time. Want to use new custom facebook feed ? Then upgrade.
246
-
247
- = 3.1.0 =
248
- Major realease! Must Update the plugin if you were missing the facebook like box in PopUp. Now display like box in auto display PopUp (Auto PopUp).
249
-
250
- = 3.0.0 =
251
- Major realease! Must Update the plugin if you were missing the facebook like box in PopUp. Now display like box in auto display PopUp (Auto PopUp).
252
-
253
- = 2.0.0 =
254
- Update the plugin if you can not find your locale in list
255
-
256
- = 1.0.2 =
257
- Updated the plugin with instructions and major bug fix. Must update.
258
-
259
- =1.0.1=
260
- Updated the plugin to avoid possible conflict with other plugins. Must update.
261
-
262
- =1.0.0=
263
- Initial release.
264
-
265
 
266
  == Frequently Asked Questions ==
267
  = Width not working =
@@ -293,10 +179,33 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
293
  17. Instagram shortcode generator.
294
  18. Instagram skins panel.
295
 
296
- == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
297
  = 5.1.2 =
298
- * Fixed: WP Customizer compatibility issue
299
- * Fixed: Other minor notices and warnings
 
300
 
301
  = 5.1.1 =
302
  * Fixed: Minor layout bug
@@ -439,4 +348,89 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
439
 
440
  = 1.0.0 =
441
 
442
- * Initial release.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  === Easy Social Post Feed - Social Photos Gallery - Page Plugin - Auto PopUp - MT ===
2
+ Contributors: maltathemes, sjaved, freemius
3
  Tags: instagram feed, instagram, facebook feed, PopUp, page plugin
4
  Requires at least: 3.3
5
+ Tested up to: 5.3
6
+ Stable tag: 5.1.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ Formerly "Easy Facebook Like Box" easiest plugin to display custom Facebook feed (posts, photos, videos, events), custom Instagram Feed (photos, gallery, and videos), page plugin (like box), and any content in a PopUp.
11
 
12
  == Description ==
13
 
14
+ The easiest and beginner-friendly plugin for **Custom Instagram Feed** (Display photos, gallery and videos), **Custom Facebook Feed** (posts, links, status, photos, videos, events), **Facebook Page Plugin** (previously Facebook Like Box) and **Auto PopUp**.
15
 
16
+ [youtube https://www.youtube.com/watch?v=HES9pa98x_8]
17
 
18
+ *"Easy to use as the descriptionawesome plugin and excellent support, easy to set up and more function, wont affect the page speed, GREAT JOB!"* – [alexwee88](https://wordpress.org/support/topic/easy-to-use-as-the-description/)
19
 
20
+ ### Custom Instagram Feed plugin for WordPress:
21
 
22
  Display your stunning photos and videos from your Instagram account on your site. It’s mobile-friendly (responsive), highly customizable (completely match the look and feel with your site), SEO friendly and has multiple layouts.
23
 
24
+ ### FEATURES OF INSTAGRAM FEED PLUGIN:
25
 
26
  - **One minute** setup. Easy setup flow to configure and go live in minutes.
27
  - **Fully customizable**. Customize the layout and look & feel using the WP Customizer in **real-time**. Yes, no more guessing!
28
  - Change **number of columns**, colors and borders.
29
+ - Create **multiple skins**. Really handy when you need to display the feed on the page as well as in the footer or sidebar, differently.
30
+ - Completely responsive and mobile friendly.
31
  - Powerful **shortcode generator**, you don’t need to mess up with shortcode attributes.
32
  - **Load more** button to display **unlimited photos**.
33
+ - **Follow** using the Instagram button.
34
  - Display **header** at the top of the feed.
35
  - Dynamically load more photos - Display more phtos and videos with the click of a button.
36
+ - **Multiple feeds​** (pro)- There is no limitation to display number of feeds on your site. Our shortcode and widgets work independently. Which means you can add the feed from multiple pages wherever you want, whenever you want.​
37
+ - Advanced PopUp (pro)- Display photos in advanced and super fast PopUp. Give your feed a look like Instagram so your users do not leave your site ever.
38
+ - Images gallery (pro)- Display multiple images in a gallery carousel. Perfect way to display multiple photos in an attractive and user-friendly way.
39
+ - Videos gallery (pro)- Display multiple videos in a gallery carousel. Yeppp! Your visitors can play videos right inside the popup. Cool!
40
+ - Comments (pro)- Display comments on posts on your site under in popup. Also, display replies on comments in thread.
41
+ - Hearts (pro)- Display how many times your photo was loved by your followers right on your site.
42
+ - Layouts (pro)- Select layouts for your photos feed in full-width, half-width and masonry.
43
+ - Image filters (pro)- Apply cool filters to make your photos even more stunning. Available filters are greyscaled, saturate, sepia, hue, invert, brightness
44
+ - Animate filters (pro)- Confused what filter you want to use? Then no worries, just select animate filters to animate and apply all filters in a loop on your images.
45
+ - Fully customizable layouts (pro)- Change colors, padding or even enable and disable the elements.
46
+ - Priority support (pro)- Above all, I stand firmly behind my plugin and provide top notch priority support to the premium plan users via email.
47
+ - Much More Awesome and Cool Stuff To Come…
48
+
49
+
50
+ [Easy Custom Instagram Demo](https://maltathemes.com/my-instagram-feed-demo)
51
 
52
+ *"Much better than the others –I’m really happy with this – and it’s better than the other plugins I’ve tried that offer the same thing. Thank you!"* – [sarahtaylor777](https://wordpress.org/support/topic/much-better-than-the-others-2/)
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ### Custom Facebook Feed for WordPress:
55
 
56
+ Display a customizable (completely match the look and feel with your site), mobile-friendly (responsive) and SEO friendly feed of your Facebook posts on your site in minutes. Supports all types of posts, including images, videos, status, and links.
57
 
58
+ ### FEATURES OF CUSTOM FACEBOOK FEED:
59
 
60
  - Support fully **customizable** facebook feed. Match the look and feel of the feed with your website using WordPress **customizer** (yes, no more guessing)
61
+ - **Responsive** - It's responsive and mobile-friendly. Easy Social Post feed WordPress plugin is designed from scratch to make sure your content looks and works stunning on all devices and screens.
62
  - Caption words limit - Limit the number of words to display in the story on your site
63
+ - **PopUp** - Display images, videos, and albums in the advanced popup so your users never leave your site again. ​Also, navigate between post images using next and previous links in the popup
64
+ - **Super fast​** - Cache - It caches the posts, images and other content from Facebook and Instagram to minimize external requests to load the page faster. ​It caches the posts, images and other content from Facebook and Instagram to minimize external requests to load the page faster. You can set the interval to check for new posts every second, minute, hour or days. The choice is yours!
65
+ - **Multiple feeds​** - There is no limitation to display number of feeds on your site. Our shortcode and widgets work independently. Which means you can add the feed from multiple pages wherever you want, whenever you want.​
66
+ - **Top-notch customer support​** - We firmly stand behind our plugin. In case you need help we will be always on the other side of your computer screen to help whenever you need it. ​
67
+ - **Layouts** - Display the feed in full-width, half-width and in thumbnail views
68
  - Show/hide page plugin - show or hide the page plugin.
69
+ - Show/hide page header - ability to show or hide the name of the page, information about the page, category of the page and number followers
70
  - Image size - Select the size of images you want to display in the feed
71
  - Show or hide the image - ability to hide or show images in the feed
72
  - Share - Share buttons with each post in your feed to make it even more viral on social media.
74
  - Shortcode generator - easily generate shortcode to display feed wherever you want
75
  - Widget - dedicated widget to display the feed in sidebar or footer.
76
  - And much more in the pack…
77
+ - Post filter (pro)- Filter the posts in feed to based on the type of the post for example images, videos, and events.
78
+ - **More layouts** (pro)- Display the feed-in grid or masonry layouts.
79
+ - Any page post feed (pro)- You can display posts from any public page even you don't manage it.
80
+ - Post images gallery (pro)- Display all images and videos in the gallery carousel in PopUp.
81
+ - Advanced PopUp (pro)- Replaces the current PopUp with advanced and super-fast PopUp. Give your feed a look like FB so your users do not leave your site ever.
82
+ - Albums feed (pro)- Display albums of any page on your site. Really good to reduce the effort of uploading images on the site again.
83
+ - Events (pro)- Display events of your page on your site. It syncs the events you share on Facebook to keep your site visitors stay up to date.
84
+ - Comment replies (pro)- Display threads of comments reply in the separate fancy popup.
85
+ - Comments media (pro)- Display images and videos added on your posts in the comments by your followers in fancy popup.
86
+ - Likes popup (pro)- Display likes and reactions in the popup. Also, it will help you filter the reactions on a post like Facebook.
87
+ - Fully customizable layouts (pro)- Change colors, padding or even enable and disable the elements.
88
+
89
+ [Easy Custom Facebook Feed Demo](https://maltathemes.com/custom-facebook-feed/)
 
 
 
 
90
 
91
  ### Facebook Page plugin for WordPress:
92
 
96
 
97
  - Show or hide faces/connections.
98
  - Show or hide header.
99
+ - Show or hide the latest facebook fan page posts.
100
  - Now support optional **responsive** layout.
101
+ - Page plugin tabs (pro) - Use tabs to display events, timeline, and messages in the Likebox or Page plugin feed
102
  - Display like box or page plugin in page/post/custom posts using shortcodes easily generated while saving widget or using the shortcode generator on the settings page.
103
  - Set fixed width and height.
104
  - Choose your desired language or input your own language (if not in list).
105
  - Support 75 different locales
106
  - Like box or page plugin in responsive PopUp/Modal window to gain more likes.
107
+ - **Top notch customer support​** - We firmly stand behind our plugin. In case you need help we will be always on the other side of your computer screen to help whenever you need it. ​
108
 
109
  [Faceook Page Plugin Demo](https://maltathemes.com/faceook-page-plugin)
110
 
 
 
111
  ### FEATURES OF AUTO POPUP:
112
 
113
  - Enable/Disable PopUp
119
  - Hide on mobile devices
120
  - Added some smooth transitions
121
  - All of the above options are available with PopUp
122
+ - Support all WordPress shortcodes and even HTML in PopUp
123
+ - **Top notch customer support​** - We firmly stand behind our plugin. In case you need help we will be always on the other side of your computer screen to help whenever you need it. ​
124
+ - **Auto popup exit-intent** (pro) - Display popup right before the user intent to leave your site. Perfect to convert and grab the attention.
125
+ - **Auto Popup page conditions** (pro) - Display PopUp on specific pages only
126
  - **And a lot more inside the pack…**
127
 
128
  [Auto PopUp Demo](https://maltathemes.com/auto-popup-likebox/)
129
 
130
+ **Easy Social Post Feed WordPress** plugin is designed to keep beginners in mind from scratch. It has beginner’s friendly workflow to set up Custom Instagram Feed, Custom Facebook Feed, Page Plugin and Auto PopUp in minutes (time is the single most precious commodity in the universe).
131
 
132
  ### HOW TO USE EASY CUSTOM FACEBOOK FEED (NEW)
133
+ For instructions on how to configure and use this plugin please see FAQ section, Screenshots or checkout or extensive [documentation](https://maltathemes.com/documentation-category/easy-facebook-likebox/).
134
 
135
+ **Need support** feel free to open a support ticket:
136
  [Support](https://wordpress.org/support/plugin/easy-facebook-likebox "Support")
137
 
138
  **NOTE**
139
+ Easy Facebook Likebox is absolutely the simplest, most beginner-friendly yet powerful and the only plugin with a one-minute setup (or even less).
 
 
140
 
141
+ Also, I’m the author of [Floating Links](https://wordpress.org/plugins/floating-links) (the easiest to use plugin with 5-star rating and over 800+ active installs)
142
  Thank you
143
 
144
  Danish Ali Malik
147
  == Installation ==
148
  1. Upload "easy-facebook-likebox" to the "/wp-content/plugins/" directory.
149
  2. Activate the plugin through the "Plugins" menu in WordPress.
150
+ 3. Navigate to "Appearance > Widgets" and drag and drop "Easy Facebook Likebox" in the desired widget area or use the shortcode in page/post generated by widget.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
 
152
  == Frequently Asked Questions ==
153
  = Width not working =
179
  17. Instagram shortcode generator.
180
  18. Instagram skins panel.
181
 
182
+ == Changelog ==
183
+ = 5.1.7 =
184
+ * Fixed: Likebox Settings issue
185
+ * Fixed: Minor issues
186
+
187
+ = 5.1.6 =
188
+ * Fixed: Critical error
189
+
190
+ = 5.1.5 =
191
+ * Fixed: Added default skins
192
+ * Tested: Upto WP 5.3
193
+ * Fixed: Minor issues
194
+
195
+ = 5.1.4 =
196
+ * Tested: Upto WP 5.2.4
197
+ * Fixed: Widget responsive issue
198
+ * Fixed: Minor issues
199
+
200
+ = 5.1.3 =
201
+ * Tested: Compability with other themes
202
+ * Fixed: PHP notices issues
203
+ * Fixed: Minor issues
204
+
205
  = 5.1.2 =
206
+ * Fixed: Customizer broken issue
207
+ * Fixed: PHP notices issues
208
+ * Fixed: Minor issues
209
 
210
  = 5.1.1 =
211
  * Fixed: Minor layout bug
348
 
349
  = 1.0.0 =
350
 
351
+ * Initial release.
352
+
353
+
354
+ == Upgrade Notice ==
355
+
356
+ = 4.3.9 =
357
+ Added My Plugins Page.
358
+ Tested Upto 5.0.2
359
+ Tested With Gutenberg
360
+
361
+ = 4.3.8 =
362
+ Added Minimum 1 day cache storing (Still working on it and improve more in future).
363
+ Fixed Plugin CSS mess up the WordPress admin bar issue.
364
+ Fixed Alt attribute missing in feeds.
365
+
366
+ = 4.3.7 =
367
+ Added Clear cache option.
368
+
369
+ = 4.3.6 =
370
+ Fixed Feeds not showing error.
371
+ Added Minimum 6 days cache storing.
372
+
373
+ = 4.3.5 =
374
+ Fixed FB not defined issue.
375
+ Added multiple facebook apps to reduce api rate limit error.
376
+
377
+ = 4.3.4 =
378
+ Fixed FB not defined issue.
379
+ Tested upto WordPress 4.9.1 version.
380
+
381
+ = 4.3.3 =
382
+ Fixed preloader remove after loading.
383
+
384
+ = 4.3.2 =
385
+ Load story in PopUP via ajax.
386
+ Added some smooth transitions.
387
+ Fixed stretched PopUP images problem.
388
+
389
+ = 4.3.1 =
390
+ Next and previous story in popup.
391
+ Added some fancy effects to popup.
392
+ Load asynchronously to avoid render blocking.
393
+
394
+ = 4.3.0 =
395
+ MUST update to make it work with latest facebook API.
396
+
397
+ = 4.2.5 =
398
+ Recent update with open external links in new tab option and little improvements here and there.
399
+
400
+ = 4.2.5 =
401
+ Upadte to ensuer the maximum compatiblity with other themes and plugins.
402
+
403
+ = 4.2.2 =
404
+ Update if you see any issue with security plugin
405
+
406
+ = 4.2.1 =
407
+ Important, must update. Fixed lots of issues specially the feed not updating after the scheduled time.
408
+
409
+ = 4.2 =
410
+ Fixed responsive feature.
411
+
412
+ = 4.1 =
413
+ Its a maintenance release of this plugin. Fixed some issues with custom facebook feed layout and plugin icon.
414
+
415
+ = 4.0.0 =
416
+ Its biggest release of all time. Want to use new custom facebook feed ? Then upgrade.
417
+
418
+ = 3.1.0 =
419
+ Major realease! Must Update the plugin if you were missing the facebook like box in PopUp. Now display like box in auto display PopUp (Auto PopUp).
420
+
421
+ = 3.0.0 =
422
+ Major realease! Must Update the plugin if you were missing the facebook like box in PopUp. Now display like box in auto display PopUp (Auto PopUp).
423
+
424
+ = 2.0.0 =
425
+ Update the plugin if you can not find your locale in list
426
+
427
+ = 1.0.2 =
428
+ Updated the plugin with instructions and major bug fix. Must update.
429
+
430
+ =1.0.1=
431
+ Updated the plugin to avoid possible conflict with other plugins. Must update.
432
+
433
+ =1.0.0=
434
+ Initial release.
435
+
436
+
admin/admin.php CHANGED
@@ -50,6 +50,11 @@ class FTA_Admin
50
  * fta_admin_notice method will be call.
51
  */
52
  add_action( 'admin_notices', array( $this, 'fta_admin_notice' ) );
 
 
 
 
 
53
  /*
54
  * efbl_save_access_token hooks fires on Ajax call.
55
  * efbl_save_access_token method will be call when the access token needs to be updated.
@@ -194,7 +199,7 @@ class FTA_Admin
194
  </div>
195
  <div class="fta_tab_c_holder">
196
  <div class="row">
197
- <h5>%1$s ' . $current_user->user_login . '! %2$s</h5>
198
  <p>%3$s</p>
199
  %4$s
200
  </div>
@@ -203,11 +208,19 @@ class FTA_Admin
203
  </div>
204
  </div>',
205
  /* Variables starts here. */
206
- __( "Welcome ", $fta_class->fta_slug ),
207
- __( "Whats's your goal?", $fta_class->fta_slug ),
208
- __( "You can manage the modules on this page. Just deactivate the module you don't need so we only include the required resources (we care about your site speed and performance).", $fta_class->fta_slug ),
209
  $this->fta_plugins_listing()
210
  );
 
 
 
 
 
 
 
 
211
  // echo "<pre>"; print_r($returner);exit();
212
  echo $returner = apply_filters( 'fta_base_html', $returner ) ;
213
  }
@@ -246,7 +259,7 @@ class FTA_Admin
246
  /*
247
  * Making Slug.
248
  */
249
- $slug = strtolower( $fta_plug['name'] );
250
  /*
251
  * Making Button Label.
252
  */
@@ -260,16 +273,16 @@ class FTA_Admin
260
  $returner .= sprintf(
261
  '<div class="card col fta_single_plug s5 fta_plug_%5$s fta_plug_%4$s">
262
  <div class="card-image waves-effect waves-block waves-light">
263
- <img class="activator" src="%2$s">
264
  </div>
265
  <div class="card-content">
266
- <span class="card-title activator grey-text text-darken-4">%1$s<i class="material-icons right">more_vert</i></span>
267
  </div>
268
  <hr>
269
  <div class="fta_cta_holder">
270
- <p>%3$s</p>
271
  <a class="btn waves-effect fta_plug_activate waves-light" data-status="%4$s" data-plug="%5$s" href="javascript:void(0);">%6$s</a>
272
- <a class="btn waves-effect right waves-light" href="%8$s">%7$s</a>
273
  </div>
274
 
275
  <div class="card-reveal">
@@ -630,7 +643,7 @@ class FTA_Admin
630
  __( 'rating on Wordpress? ', 'easy-facebook-likebox' ),
631
  __( 'This will help to spread its popularity and to make this plugin a better one.', 'easy-facebook-likebox' ),
632
  __( 'Your help is much appreciated. Thank you very much. ', 'easy-facebook-likebox' ),
633
- __( 'I Like Floating Links - It increased engagement on my site', 'easy-facebook-likebox' ),
634
  __( 'I already rated it', 'easy-facebook-likebox' ),
635
  __( 'No, not good enough, I do not like to rate it', 'easy-facebook-likebox' )
636
  );
@@ -734,6 +747,34 @@ class FTA_Admin
734
  echo json_encode( array( "success" ) ) ;
735
  exit;
736
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
737
 
738
  }
739
  /* FTA_Admin Class ends here. */
50
  * fta_admin_notice method will be call.
51
  */
52
  add_action( 'admin_notices', array( $this, 'fta_admin_notice' ) );
53
+ /*
54
+ * admin_footer_text hooks fires for displaying admin footer text.
55
+ * fta_admin_footer_text method will be call.
56
+ */
57
+ add_filter( 'admin_footer_text', array( $this, 'fta_admin_footer_text' ) );
58
  /*
59
  * efbl_save_access_token hooks fires on Ajax call.
60
  * efbl_save_access_token method will be call when the access token needs to be updated.
199
  </div>
200
  <div class="fta_tab_c_holder">
201
  <div class="row">
202
+ <h5>%1$s %2$s</h5>
203
  <p>%3$s</p>
204
  %4$s
205
  </div>
208
  </div>
209
  </div>',
210
  /* Variables starts here. */
211
+ __( "Welcome", $fta_class->fta_slug ),
212
+ __( "to the modules management page.", $fta_class->fta_slug ),
213
+ __( "You can disable or enable the modules you are not using to only include resources you need. If you are using all features, then keep these active.", $fta_class->fta_slug ),
214
  $this->fta_plugins_listing()
215
  );
216
+ if ( efl_fs()->is_free_plan() ) {
217
+ $returner .= '<div class="espf-upgrade">
218
+ <h2>' . __( 'Easy Social Post Feed <b>Pro</b>', 'easy-facebook-likebox' ) . '</h2>
219
+ <p>' . __( 'Unlock all premium features such as Advanced PopUp, More Fancy Layouts, Post filters like events, images, videos, and albums, gallery in the PopUp and above all top notch priority support.', 'easy-facebook-likebox' ) . '</p>
220
+ <p>' . __( 'Upgrade today and get a 10% discount! On the checkout click on "Have a promotional code?" and enter <code>espf10</code>', 'easy-facebook-likebox' ) . '</p>
221
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>' . __( 'Upgrade To Pro', 'easy-facebook-likebox' ) . '</a>
222
+ </div>';
223
+ }
224
  // echo "<pre>"; print_r($returner);exit();
225
  echo $returner = apply_filters( 'fta_base_html', $returner ) ;
226
  }
259
  /*
260
  * Making Slug.
261
  */
262
+ $slug = $fta_plug['activate_slug'];
263
  /*
264
  * Making Button Label.
265
  */
273
  $returner .= sprintf(
274
  '<div class="card col fta_single_plug s5 fta_plug_%5$s fta_plug_%4$s">
275
  <div class="card-image waves-effect waves-block waves-light">
276
+ <img src="%2$s">
277
  </div>
278
  <div class="card-content">
279
+ <span class="card-title grey-text text-darken-4">%1$s</span>
280
  </div>
281
  <hr>
282
  <div class="fta_cta_holder">
283
+ %3$s
284
  <a class="btn waves-effect fta_plug_activate waves-light" data-status="%4$s" data-plug="%5$s" href="javascript:void(0);">%6$s</a>
285
+ <a class="btn waves-effect fta_setting_btn right waves-light" href="%8$s">%7$s</a>
286
  </div>
287
 
288
  <div class="card-reveal">
643
  __( 'rating on Wordpress? ', 'easy-facebook-likebox' ),
644
  __( 'This will help to spread its popularity and to make this plugin a better one.', 'easy-facebook-likebox' ),
645
  __( 'Your help is much appreciated. Thank you very much. ', 'easy-facebook-likebox' ),
646
+ __( 'I Like Easy Social Post Feed - It increased engagement on my site', 'easy-facebook-likebox' ),
647
  __( 'I already rated it', 'easy-facebook-likebox' ),
648
  __( 'No, not good enough, I do not like to rate it', 'easy-facebook-likebox' )
649
  );
747
  echo json_encode( array( "success" ) ) ;
748
  exit;
749
  }
750
+
751
+ /**
752
+ * Add powered by text in admin footer
753
+ *
754
+ * @param string $text Default footer text.
755
+ *
756
+ * @return string
757
+ */
758
+ function fta_admin_footer_text( $text )
759
+ {
760
+ $screen = get_current_screen();
761
+ $arr = array(
762
+ 'easy-facebook-likebox-espf_page_mif',
763
+ 'toplevel_page_feed-them-all',
764
+ 'easy-facebook-likebox-espf_page_feed-them-all-account',
765
+ 'easy-facebook-likebox-espf_page_feed-them-all-contact',
766
+ 'easy-facebook-likebox-espf_page_feed-them-all-pricing',
767
+ 'easy-facebook-likebox-espf_page_easy-facebook-likebox'
768
+ );
769
+ // echo $screen->id;
770
+
771
+ if ( in_array( $screen->id, $arr ) ) {
772
+ $fta_class = new Feed_Them_All();
773
+ $text = '<i><a href="' . admin_url( '?page=feed-them-all' ) . '" title="' . __( 'Visit Easy Social Post Feed page for more info', 'easy-facebook-likebox' ) . '">ESPF</a> v' . $fta_class->version . '. Please <a target="_blank" href="https://wordpress.org/support/plugin/easy-facebook-likebox/reviews/?filter=5#new-post" title="Rate the plugin">rate the plugin <span>★★★★★</span></a> to help us spread the word. Thank you from the Easy Social Post Feed team!</i>';
774
+ }
775
+
776
+ return $text;
777
+ }
778
 
779
  }
780
  /* FTA_Admin Class ends here. */
assets/css/fta_admin_style.css CHANGED
@@ -1 +1 @@
1
- .material-icons.efbl_copy_id{font-size:18px;margin-left:6px;display:inline-block;cursor:pointer;position:absolute;bottom:4px;border-left:1px solid;padding-left:5px}.modal{top:30% !important;background:#fff}.modal .modal-content h5.header{color:#ee6e73;border-bottom:1px solid #ccc;margin-bottom:0;padding-bottom:15px;margin-top:0}.modal .modal-footer{border-top:1px solid #ccc}.modal .modal-footer .modal-close{float:left}.modal .modal-footer .btn-flat{color:#ee6e73}.modal .modal-footer .btn-flat:hover{color:#02acf7}.fta-upgrade-modal{width:34%;top:34% !important}.fta-upgrade-modal .mif-close-modal{position:absolute;right:10px;top:10px}.fta-upgrade-modal .mif-modal-content{float:none;margin:0 auto;display:table;padding-top:0;text-align:center}.fta-upgrade-modal .mif-modal-content h5{font-size:40px}.fta-upgrade-modal .mif-modal-content p{font-size:15px;line-height:1.8}.fta-upgrade-modal .mif-modal-content .mif-lock-icon .material-icons{color:#26a69a;font-size:50px}.fta-upgrade-modal .mif-modal-content input[type=email]::placeholder{color:#444}.fta-upgrade-modal .mif-modal-content .btn{border-radius:0}.efbl_all_pages{display:none}.efbl_all_pages a{color:inherit}.efbl_all_pages .title{font-size:18px;font-weight:bold}.efbl_all_pages.show{display:block}.mif_wrap p{font-size:15px;line-height:1.8;font-weight:400;color:#867979;position:relative}#mif-general .auth-row{margin-top:20px}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(../fonts/material-icons.woff2) format("woff2")}.efbl_all_pages img.insta{float:right;width:50px;margin-top:8px;cursor:pointer}.efbl_all_pages p{font-size:15px;line-height:1.8;font-weight:400;color:#867979;position:relative}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a:hover,.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a{-webkit-transition:all ease-in-out 1s;-moz-transition:all ease-in-out 1s;-o-transition:all ease-in-out 1s;transition:all ease-in-out 1s}.fta-auth-app-noti{ftaoat:left;width:98%;border-left:6px solid #80c7a7;padding:10px 60px 10px 10px;position:relative}.fta-auth-app-noti .material-icons{position:absolute;right:10px;top:10px;cursor:pointer}.fta_wrap{float:left;clear:both;position:relative;width:98%;overftaow:hidden;background-color:#fff;margin-top:40px}.fta_wrap .btn:focus{color:#fff}.fta_wrap .fta_sliders_wrap{float:left;background-color:#d05d53;padding:11px 80px 10px 80px;cursor:pointer;margin-top:-5px}.fta_wrap .fta_sliders_wrap #fta_sliders{width:36.5px;height:35px;position:relative;cursor:pointer;ftaoat:left}.fta_wrap .fta_sliders_wrap #fta_sliders span{width:100%;height:2px;display:block;background-color:#fff;position:absolute;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(1){top:25%}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(2){top:54%}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(3){top:83%}.fta_wrap .fta_sliders_wrap #fta_sliders .box{width:7px;height:7px;border-radius:2px;border:1px solid #eee;background-color:#fff;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:left .3s;-moz-transition:left .3s;transition:left .3s}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(1) .box{left:25%}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(2) .box{left:75%}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(3) .box{left:25%}.fta_wrap .fta_sliders_wrap #fta_sliders:hover span:nth-child(1) .box{left:75%}.fta_wrap .fta_sliders_wrap #fta_sliders:hover span:nth-child(2) .box{left:25%}.fta_wrap .fta_sliders_wrap #fta_sliders:hover span:nth-child(3) .box{left:75%}.fta_wrap .modal{width:30%;top:30% !important}.fta_wrap .modal .fta-close-modal{position:absolute;right:10px;top:10px}.fta_wrap .modal .fta-modal-content{ftaoat:none;margin:0 auto;display:table;padding-top:30px;text-align:center}.fta_wrap .modal .fta-modal-content h5{font-size:40px}.fta_wrap .modal .fta-modal-content p{font-size:15px;line-height:1.8}.fta_wrap .modal .fta-modal-content .fta-lock-icon .material-icons{color:#26a69a;font-size:50px}.fta_wrap .modal .fta-modal-content input[type=email]::placeholder{color:#444}.fta_wrap .modal .fta-modal-content .btn{border-radius:0}.fta_wrap .fta_wrap_inner{ftaoat:left;width:100%;clear:both;position:relative}.fta_wrap .fta_wrap_inner .fta_loader_wrap{position:absolute;z-index:9;background-color:#f9f9f9;width:100%;height:100%}.fta_wrap .fta_wrap_inner .fta_loader_wrap .fa{position:absolute;top:42%;left:46%;font-size:50px;color:#26a69a;text-align:center}.fta_wrap .fta_wrap_inner .fta_tabs_header{background-color:#ed6d62;color:#fff;padding:5px 0;height:56px;ftaoat:left;width:100%}.fta_wrap .fta_wrap_inner .fta_tabs_header .fta_design_tab{display:table;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;color:#fff;padding:0 24px;font-size:14px}.fta_wrap .fta_wrap_inner .fta_tabs_header .fta_design_tab .material-icons{display:table-cell;vertical-align:middle;ftaoat:none;width:100%}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs{background-color:transparent;ftaoat:left;width:auto;margin-left:17px;padding-right:17px;width:100%}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs .indicator{background-color:#1bf1e9;margin-bottom:0;width:70px}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a{color:#fff;display:table}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a:hover{opacity:.8}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a .material-icons{display:table-cell;vertical-align:middle;ftaoat:none;width:100%}.fta_wrap .fta_wrap_inner #fta-help .fta_faqs_wrap h5,.fta_wrap .fta_wrap_inner #fta-help .fta_more_help_wrap h5{font-size:31px;border-bottom:1px solid #e0e0e0;padding-bottom:20px}.fta_wrap .fta_wrap_inner #fta-help .fta_faqs_wrap h4,.fta_wrap .fta_wrap_inner #fta-help .fta_more_help_wrap h4{font-size:22px}.fta_wrap .fta_wrap_inner #fta-help .fta_more_help_wrap h5{padding-top:20px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder{padding:15px;width:100%;min-height:330px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_tab_c{width:100%;display:inline-block}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs{padding:0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .fta_single_plug{margin:0 20px 0 0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .card-content{padding:15px 0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .card-content .card-title{margin-bottom:0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .fta_cta_holder{float:left;margin-bottom:20px;width:100%}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .fta_cta_holder p{margin-top:0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .fta_cta_holder .btn.right{display:none}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .card-image{margin-top:15px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .btn{background:#ed6d62;text-transform:capitalize}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .btn:hover{background-color:#d05d53}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_plug_activated .fta_cta_holder .btn.right{display:block !important}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder{width:18%;display:inline-block;vertical-align:top}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card{padding:0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-image{background-color:#26a69a}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-image .fta_confused_img{height:auto;width:auto;margin:0 auto}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-content{padding:16px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-content .card-title{border-bottom:1px solid #9e9e9e;margin:0 0 10px;padding:0 0 10px 0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-content .btn{margin:0 auto;display:table;margin-top:15px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .input-field{margin-bottom:10px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_auth_form{display:none;width:100%}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder.fta_no_user .collection{border:none}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder{ftaoat:left;width:100%}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder h5{margin-bottom:20px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .collection-item .badge{color:#fff;padding:5px 10px;height:auto;margin-bottom:10px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .collection-item.fta_is_primary .fta_make_primary{display:none}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_user_meta{ftaoat:left}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_user_meta img.circle{width:50px;height:50px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_users_auth_actions{ftaoat:right;margin-top:10px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_users_auth_actions .secondary-content{position:relative;margin-top:2px;ftaoat:left;font-size:18px;top:0;right:0;margin-left:5px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_users_auth_actions .secondary-content .material-icons{font-size:30px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_auth_btn_st{margin-top:20px;margin-bottom:0;height:45px;line-height:45px;text-transform:capitalize}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_auth_btn_st:hover,.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_auth_btn_st:active{color:#fff}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_show_token_form{display:none;margin-bottom:20px;ftaoat:right;background-color:#1b97f3}.fta_wrap .fta_noti_holder{position:relative;display:none}.fta_wrap .fta_noti_holder .fta_arrow{position:absolute;left:32%;top:-2px;width:15%}.fta_wrap .fta_noti_holder .tap-target-wrapper.open{left:auto;position:absolute;right:-238px;top:-100px;color:#fff}.fta_wrap .fta_noti_holder .tap-target-content{width:440px;height:400px;top:10px;right:auto;bottom:0;left:60px;padding:40px;vertical-align:bottom}.fta_wrap .fta_noti_holder .tap-target{background-color:rgba(237,109,98,.9)}.fta_wrap .fta_noti_holder.fta_green_noti .fta_arrow{display:none}.fta_wrap .fta_noti_holder.fta_green_noti .tap-target{background-color:rgba(38,166,154,.9)}.fta_wrap .fta_noti_holder.fta_green_noti .tap-target .tap-target-content p{font-size:15px}#toast-container{top:auto !important;right:auto !important;bottom:0;left:50%;color:#7fc6a6 !important}#toast-container .toast{background-color:#26a69a;padding:15px 60px;font-size:18px}.material-tooltip{padding:10px 20px}.btn:hover,.btn-large:hover{color:#fff}.disabled{pointer-events:none;cursor:default}#fta-auth-error.modal,#fta-remove-at.modal{top:25% !important;width:40%}#fta-auth-error.modal .mif-close-modal.modal-close,#fta-remove-at.modal .mif-close-modal.modal-close{position:absolute;right:5px;top:5px}#fta-remove-at.modal{width:30%}#fta-auth-error .mif-modal-content,#fta-remove-at .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center;padding-top:0}#fta-auth-error .mif-modal-content p,#fta-remove-at .mif-modal-content p{font-size:13px;line-height:1.8;border-bottom:1px solid #ccc;padding-bottom:12px}#fta-auth-error .mif-modal-content .mif-lock-icon .material-icons,#fta-remove-at .mif-modal-content .mif-lock-icon .material-icons{color:#ed6d62;font-size:60px}#fta-auth-error .mif-modal-content .btn,#fta-remove-at .mif-modal-content .btn{font-size:13px;padding:10px 25px 10px 10px;height:auto;text-transform:capitalize}#fta-auth-error .mif-modal-content .btn img,#fta-remove-at .mif-modal-content .btn img{height:31px;margin-right:5px}#fta-remove-at .mif-modal-content .btn{padding:10px 20px;height:auto;width:auto;line-height:normal;font-size:15px;border-radius:0;margin-right:30px}#fta-remove-at .mif-modal-content .efbl_delete_at_confirmed{background:#ed6d62}.fta_noti_holder{position:relative;display:none}.fta_noti_holder .fta_arrow{position:absolute;left:26%;top:150px;width:6%}.fta_noti_holder .tap-target-wrapper.open{left:auto;position:absolute;right:-238px;top:-100px;color:#fff;width:800px;height:520px}.fta_noti_holder .tap-target-content{width:500px;height:400px;top:-18px;right:auto;bottom:0;left:60px;padding:40px;vertical-align:bottom}.fta_noti_holder .tap-target-content p{color:#fff}.fta_noti_holder .tap-target{background-color:rgba(237,109,98,.9)}.fta_noti_holder.fta_green_noti .fta_arrow{display:none}.fta_noti_holder.fta_green_noti .tap-target{background-color:rgba(38,166,154,.9)}.fta_noti_holder.fta_green_noti .tap-target .tap-target-content p{font-size:15px}.fta_empty_at .fta_noti_holder{display:block}.mif_wrap .fta_noti_holder .fta_arrow{left:27%;width:6%;top:200px}.collection-header{position:relative}.fta-remove-at-btn{position:absolute;right:2%;top:36%}.fta-remove-at-btn .material-icons{font-size:28px;color:#ed6d62}/*# sourceMappingURL=fta_admin_style.css.map */
1
+ .espf-upgrade{float:left;width:50%;margin-top:20px;padding:20px;color:#fff;background:#ff8c00;text-align:center}.espf-upgrade b{text-shadow:4px 3px #9c3d35;font-size:33px}.espf-upgrade h2{color:#fff;font-size:36px;margin-top:0}.espf-upgrade a,.espf-upgrade a:hover{background:#ed6d62}.material-icons.efbl_copy_id{font-size:18px;margin-left:6px;display:inline-block;cursor:pointer;position:absolute;bottom:4px;border-left:1px solid;padding-left:5px}.modal{top:30% !important;background:#fff}.modal .modal-content h5.header{color:#ee6e73;border-bottom:1px solid #ccc;margin-bottom:0;padding-bottom:15px;margin-top:0}.modal .modal-footer{border-top:1px solid #ccc}.modal .modal-footer .modal-close{float:left}.modal .modal-footer .btn-flat{color:#ee6e73}.modal .modal-footer .btn-flat:hover{color:#02acf7}.fta-upgrade-modal{width:34%;top:34% !important}.fta-upgrade-modal .mif-close-modal{position:absolute;right:10px;top:10px}.fta-upgrade-modal .mif-modal-content{float:none;margin:0 auto;display:table;padding-top:0;text-align:center}.fta-upgrade-modal .mif-modal-content h5{font-size:40px}.fta-upgrade-modal .mif-modal-content p{font-size:15px;line-height:1.8}.fta-upgrade-modal .mif-modal-content .mif-lock-icon .material-icons{color:#26a69a;font-size:50px}.fta-upgrade-modal .mif-modal-content input[type=email]::placeholder{color:#444}.fta-upgrade-modal .mif-modal-content .btn{border-radius:0;background:#ff8c00}.efbl_all_pages{display:none}.efbl_all_pages a{color:inherit}.efbl_all_pages .title{font-size:18px;font-weight:bold}.efbl_all_pages.show{display:block}.mif_wrap p{font-size:15px;line-height:1.8;font-weight:400;color:#867979;position:relative}#mif-general .auth-row{margin-top:20px}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(../fonts/material-icons.woff2) format("woff2")}.efbl_all_pages img.insta{float:right;width:50px;margin-top:8px;cursor:pointer}.efbl_all_pages p{font-size:15px;line-height:1.8;font-weight:400;color:#867979;position:relative}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a:hover,.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a{-webkit-transition:all ease-in-out 1s;-moz-transition:all ease-in-out 1s;-o-transition:all ease-in-out 1s;transition:all ease-in-out 1s}.fta-auth-app-noti{ftaoat:left;width:98%;border-left:6px solid #80c7a7;padding:10px 60px 10px 10px;position:relative}.fta-auth-app-noti .material-icons{position:absolute;right:10px;top:10px;cursor:pointer}.fta_wrap{float:left;clear:both;position:relative;width:98%;overftaow:hidden;background-color:#fff;margin-top:40px}.fta_wrap .btn:focus{color:#fff}.fta_wrap .fta_sliders_wrap{float:left;background-color:#d05d53;padding:11px 80px 10px 80px;cursor:pointer;margin-top:-5px}.fta_wrap .fta_sliders_wrap #fta_sliders{width:36.5px;height:35px;position:relative;cursor:pointer;ftaoat:left}.fta_wrap .fta_sliders_wrap #fta_sliders span{width:100%;height:2px;display:block;background-color:#fff;position:absolute;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(1){top:25%}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(2){top:54%}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(3){top:83%}.fta_wrap .fta_sliders_wrap #fta_sliders .box{width:7px;height:7px;border-radius:2px;border:1px solid #eee;background-color:#fff;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:left .3s;-moz-transition:left .3s;transition:left .3s}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(1) .box{left:25%}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(2) .box{left:75%}.fta_wrap .fta_sliders_wrap #fta_sliders span:nth-child(3) .box{left:25%}.fta_wrap .fta_sliders_wrap #fta_sliders:hover span:nth-child(1) .box{left:75%}.fta_wrap .fta_sliders_wrap #fta_sliders:hover span:nth-child(2) .box{left:25%}.fta_wrap .fta_sliders_wrap #fta_sliders:hover span:nth-child(3) .box{left:75%}.fta_wrap .modal{width:30%;top:30% !important}.fta_wrap .modal .fta-close-modal{position:absolute;right:10px;top:10px}.fta_wrap .modal .fta-modal-content{ftaoat:none;margin:0 auto;display:table;padding-top:30px;text-align:center}.fta_wrap .modal .fta-modal-content h5{font-size:40px}.fta_wrap .modal .fta-modal-content p{font-size:15px;line-height:1.8}.fta_wrap .modal .fta-modal-content .fta-lock-icon .material-icons{color:#26a69a;font-size:50px}.fta_wrap .modal .fta-modal-content input[type=email]::placeholder{color:#444}.fta_wrap .modal .fta-modal-content .btn{border-radius:0}.fta_wrap .fta_wrap_inner{ftaoat:left;width:100%;clear:both;position:relative}.fta_wrap .fta_wrap_inner .fta_loader_wrap{position:absolute;z-index:9;background-color:#f9f9f9;width:100%;height:100%}.fta_wrap .fta_wrap_inner .fta_loader_wrap .fa{position:absolute;top:42%;left:46%;font-size:50px;color:#26a69a;text-align:center}.fta_wrap .fta_wrap_inner .fta_tabs_header{background-color:#ed6d62;color:#fff;padding:5px 0;height:56px;ftaoat:left;width:100%}.fta_wrap .fta_wrap_inner .fta_tabs_header .fta_design_tab{display:table;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;color:#fff;padding:0 24px;font-size:14px}.fta_wrap .fta_wrap_inner .fta_tabs_header .fta_design_tab .material-icons{display:table-cell;vertical-align:middle;ftaoat:none;width:100%}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs{background-color:transparent;ftaoat:left;width:auto;margin-left:17px;padding-right:17px;width:100%}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs .indicator{background-color:#1bf1e9;margin-bottom:0;width:70px}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a{color:#fff;display:table}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a:hover{opacity:.8}.fta_wrap .fta_wrap_inner .fta_tabs_header #fta_tabs a .material-icons{display:table-cell;vertical-align:middle;ftaoat:none;width:100%}.fta_wrap .fta_wrap_inner #fta-help .fta_faqs_wrap h5,.fta_wrap .fta_wrap_inner #fta-help .fta_more_help_wrap h5{font-size:31px;border-bottom:1px solid #e0e0e0;padding-bottom:20px}.fta_wrap .fta_wrap_inner #fta-help .fta_faqs_wrap h4,.fta_wrap .fta_wrap_inner #fta-help .fta_more_help_wrap h4{font-size:22px}.fta_wrap .fta_wrap_inner #fta-help .fta_more_help_wrap h5{padding-top:20px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder{padding:15px;width:100%;min-height:330px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_tab_c{width:100%;display:inline-block}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs{padding:0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .fta_single_plug{margin:0 20px 0 0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .fta_single_plug.fta_plug_instagram a.btn{margin-top:50px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .btn.fta_setting_btn{background-color:#66a98a}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .btn.fta_setting_btn:hover{background-color:#558e74}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .card-content{padding:15px 0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .card-content .card-title{min-height:63px;margin-bottom:0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .fta_cta_holder{float:left;margin-bottom:20px;width:100%}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .fta_cta_holder li{font-size:15px;line-height:1.5;list-style-type:disc;margin-left:20px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .fta_cta_holder p{font-size:15px;margin-top:0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .fta_cta_holder .btn.right{display:none}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .card-image{margin-top:15px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .btn{background:#ed6d62;text-transform:capitalize}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_plugs .card .btn:hover{background-color:#d05d53}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_plug_activated .fta_cta_holder .btn.right{display:block !important}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder{width:18%;display:inline-block;vertical-align:top}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card{padding:0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-image{background-color:#26a69a}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-image .fta_confused_img{height:auto;width:auto;margin:0 auto}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-content{padding:16px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-content .card-title{border-bottom:1px solid #9e9e9e;margin:0 0 10px;padding:0 0 10px 0}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_support_holder .card-content .btn{margin:0 auto;display:table;margin-top:15px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .input-field{margin-bottom:10px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_auth_form{display:none;width:100%}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder.fta_no_user .collection{border:none}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder{ftaoat:left;width:100%}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder h5{margin-bottom:20px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .collection-item .badge{color:#fff;padding:5px 10px;height:auto;margin-bottom:10px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .collection-item.fta_is_primary .fta_make_primary{display:none}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_user_meta{ftaoat:left}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_user_meta img.circle{width:50px;height:50px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_users_auth_actions{ftaoat:right;margin-top:10px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_users_auth_actions .secondary-content{position:relative;margin-top:2px;ftaoat:left;font-size:18px;top:0;right:0;margin-left:5px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_all_users_holder .fta_users_auth_actions .secondary-content .material-icons{font-size:30px}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_auth_btn_st{margin-top:20px;margin-bottom:0;height:45px;line-height:45px;text-transform:capitalize}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_auth_btn_st:hover,.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_auth_btn_st:active{color:#fff}.fta_wrap .fta_wrap_inner .fta_tab_c_holder .fta_show_token_form{display:none;margin-bottom:20px;ftaoat:right;background-color:#1b97f3}.fta_wrap .fta_noti_holder{position:relative;display:none}.fta_wrap .fta_noti_holder .fta_arrow{position:absolute;left:32%;top:-2px;width:15%}.fta_wrap .fta_noti_holder .tap-target-wrapper.open{left:auto;position:absolute;right:-238px;top:-100px;color:#fff}.fta_wrap .fta_noti_holder .tap-target-content{width:440px;height:400px;top:10px;right:auto;bottom:0;left:60px;padding:40px;vertical-align:bottom}.fta_wrap .fta_noti_holder .tap-target{background-color:rgba(237,109,98,.9)}.fta_wrap .fta_noti_holder.fta_green_noti .fta_arrow{display:none}.fta_wrap .fta_noti_holder.fta_green_noti .tap-target{background-color:rgba(38,166,154,.9)}.fta_wrap .fta_noti_holder.fta_green_noti .tap-target .tap-target-content p{font-size:15px}#toast-container{top:auto !important;right:auto !important;bottom:0;left:50%;color:#7fc6a6 !important}#toast-container .toast{background-color:#26a69a;padding:15px 60px;font-size:18px}.material-tooltip{padding:10px 20px}.btn:hover,.btn-large:hover{color:#fff}.disabled{pointer-events:none;cursor:default}#fta-auth-error.modal,#fta-remove-at.modal{top:25% !important;width:40%}#fta-auth-error.modal .mif-close-modal.modal-close,#fta-remove-at.modal .mif-close-modal.modal-close{position:absolute;right:5px;top:5px}#fta-remove-at.modal{width:30%}#fta-auth-error .mif-modal-content,#fta-remove-at .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center;padding-top:0}#fta-auth-error .mif-modal-content p,#fta-remove-at .mif-modal-content p{font-size:13px;line-height:1.8;border-bottom:1px solid #ccc;padding-bottom:12px}#fta-auth-error .mif-modal-content .mif-lock-icon .material-icons,#fta-remove-at .mif-modal-content .mif-lock-icon .material-icons{color:#ed6d62;font-size:60px}#fta-auth-error .mif-modal-content .btn,#fta-remove-at .mif-modal-content .btn{font-size:13px;padding:10px 25px 10px 10px;height:auto;text-transform:capitalize}#fta-auth-error .mif-modal-content .btn img,#fta-remove-at .mif-modal-content .btn img{height:31px;margin-right:5px}#fta-remove-at .mif-modal-content .btn{padding:10px 20px;height:auto;width:auto;line-height:normal;font-size:15px;border-radius:0;margin-right:30px}#fta-remove-at .mif-modal-content .efbl_delete_at_confirmed{background:#ed6d62}.fta_noti_holder{position:relative;display:none}.fta_noti_holder .fta_arrow{position:absolute;left:26%;top:150px;width:6%}.fta_noti_holder .tap-target-wrapper.open{left:auto;position:absolute;right:-238px;top:-100px;color:#fff;width:800px;height:520px}.fta_noti_holder .tap-target-content{width:500px;height:400px;top:-18px;right:auto;bottom:0;left:60px;padding:40px;vertical-align:bottom}.fta_noti_holder .tap-target-content p{color:#fff}.fta_noti_holder .tap-target{background-color:rgba(237,109,98,.9)}.fta_noti_holder.fta_green_noti .fta_arrow{display:none}.fta_noti_holder.fta_green_noti .tap-target{background-color:rgba(38,166,154,.9)}.fta_noti_holder.fta_green_noti .tap-target .tap-target-content p{font-size:15px}.fta_empty_at .fta_noti_holder{display:block}.mif_wrap .fta_noti_holder .fta_arrow{left:27%;width:6%;top:200px}.collection-header{position:relative}.fta-remove-at-btn{position:absolute;right:2%;top:36%}.fta-remove-at-btn .material-icons{font-size:28px;color:#ed6d62}/*# sourceMappingURL=fta_admin_style.css.map */
assets/css/fta_customizer_style.css CHANGED
@@ -1,149 +1 @@
1
- #accordion-panel-fta_skins_panel {
2
- display: block !important;
3
- }
4
-
5
- #sub-accordion-section-fta_layout, #accordion-section-fta_layout, #sub-accordion-section-fta_typography, #accordion-section-fta_typography, #sub-accordion-section-fta_header, #accordion-section-fta_header, #sub-accordion-section-fta_feed, #accordion-section-fta_feed {
6
- background-color: #fff !important;
7
- }
8
- #sub-accordion-section-fta_layout .modal, #accordion-section-fta_layout .modal, #sub-accordion-section-fta_typography .modal, #accordion-section-fta_typography .modal, #sub-accordion-section-fta_header .modal, #accordion-section-fta_header .modal, #sub-accordion-section-fta_feed .modal, #accordion-section-fta_feed .modal {
9
- width: 30%;
10
- top: 30% !important;
11
- background-color: #fff;
12
- }
13
- #sub-accordion-section-fta_layout .modal .mif-close-modal, #accordion-section-fta_layout .modal .mif-close-modal, #sub-accordion-section-fta_typography .modal .mif-close-modal, #accordion-section-fta_typography .modal .mif-close-modal, #sub-accordion-section-fta_header .modal .mif-close-modal, #accordion-section-fta_header .modal .mif-close-modal, #sub-accordion-section-fta_feed .modal .mif-close-modal, #accordion-section-fta_feed .modal .mif-close-modal {
14
- position: absolute;
15
- right: 10px;
16
- top: 10px;
17
- }
18
- #sub-accordion-section-fta_layout .modal .mif-modal-content, #accordion-section-fta_layout .modal .mif-modal-content, #sub-accordion-section-fta_typography .modal .mif-modal-content, #accordion-section-fta_typography .modal .mif-modal-content, #sub-accordion-section-fta_header .modal .mif-modal-content, #accordion-section-fta_header .modal .mif-modal-content, #sub-accordion-section-fta_feed .modal .mif-modal-content, #accordion-section-fta_feed .modal .mif-modal-content {
19
- float: none;
20
- margin: 0 auto;
21
- display: table;
22
- padding-top: 30px;
23
- text-align: center;
24
- }
25
- #sub-accordion-section-fta_layout .modal .mif-modal-content h5, #accordion-section-fta_layout .modal .mif-modal-content h5, #sub-accordion-section-fta_typography .modal .mif-modal-content h5, #accordion-section-fta_typography .modal .mif-modal-content h5, #sub-accordion-section-fta_header .modal .mif-modal-content h5, #accordion-section-fta_header .modal .mif-modal-content h5, #sub-accordion-section-fta_feed .modal .mif-modal-content h5, #accordion-section-fta_feed .modal .mif-modal-content h5 {
26
- font-size: 40px;
27
- }
28
- #sub-accordion-section-fta_layout .modal .mif-modal-content p, #accordion-section-fta_layout .modal .mif-modal-content p, #sub-accordion-section-fta_typography .modal .mif-modal-content p, #accordion-section-fta_typography .modal .mif-modal-content p, #sub-accordion-section-fta_header .modal .mif-modal-content p, #accordion-section-fta_header .modal .mif-modal-content p, #sub-accordion-section-fta_feed .modal .mif-modal-content p, #accordion-section-fta_feed .modal .mif-modal-content p {
29
- font-size: 15px;
30
- line-height: 1.8;
31
- text-align: center;
32
- }
33
- #sub-accordion-section-fta_layout .modal .mif-modal-content .mif-lock-icon .material-icons, #accordion-section-fta_layout .modal .mif-modal-content .mif-lock-icon .material-icons, #sub-accordion-section-fta_typography .modal .mif-modal-content .mif-lock-icon .material-icons, #accordion-section-fta_typography .modal .mif-modal-content .mif-lock-icon .material-icons, #sub-accordion-section-fta_header .modal .mif-modal-content .mif-lock-icon .material-icons, #accordion-section-fta_header .modal .mif-modal-content .mif-lock-icon .material-icons, #sub-accordion-section-fta_feed .modal .mif-modal-content .mif-lock-icon .material-icons, #accordion-section-fta_feed .modal .mif-modal-content .mif-lock-icon .material-icons {
34
- color: #26a69a;
35
- font-size: 50px;
36
- }
37
- #sub-accordion-section-fta_layout .modal .mif-modal-content input[type=email]::placeholder, #accordion-section-fta_layout .modal .mif-modal-content input[type=email]::placeholder, #sub-accordion-section-fta_typography .modal .mif-modal-content input[type=email]::placeholder, #accordion-section-fta_typography .modal .mif-modal-content input[type=email]::placeholder, #sub-accordion-section-fta_header .modal .mif-modal-content input[type=email]::placeholder, #accordion-section-fta_header .modal .mif-modal-content input[type=email]::placeholder, #sub-accordion-section-fta_feed .modal .mif-modal-content input[type=email]::placeholder, #accordion-section-fta_feed .modal .mif-modal-content input[type=email]::placeholder {
38
- color: #444;
39
- }
40
- #sub-accordion-section-fta_layout .modal .mif-modal-content .btn, #accordion-section-fta_layout .modal .mif-modal-content .btn, #sub-accordion-section-fta_typography .modal .mif-modal-content .btn, #accordion-section-fta_typography .modal .mif-modal-content .btn, #sub-accordion-section-fta_header .modal .mif-modal-content .btn, #accordion-section-fta_header .modal .mif-modal-content .btn, #sub-accordion-section-fta_feed .modal .mif-modal-content .btn, #accordion-section-fta_feed .modal .mif-modal-content .btn {
41
- border-radius: 0;
42
- }
43
- #sub-accordion-section-fta_layout .modal .mif-modal-content input[type="submit"], #accordion-section-fta_layout .modal .mif-modal-content input[type="submit"], #sub-accordion-section-fta_typography .modal .mif-modal-content input[type="submit"], #accordion-section-fta_typography .modal .mif-modal-content input[type="submit"], #sub-accordion-section-fta_header .modal .mif-modal-content input[type="submit"], #accordion-section-fta_header .modal .mif-modal-content input[type="submit"], #sub-accordion-section-fta_feed .modal .mif-modal-content input[type="submit"], #accordion-section-fta_feed .modal .mif-modal-content input[type="submit"] {
44
- line-height: 28px;
45
- }
46
- #sub-accordion-section-fta_layout .mif_customizer_popup, #accordion-section-fta_layout .mif_customizer_popup, #sub-accordion-section-fta_typography .mif_customizer_popup, #accordion-section-fta_typography .mif_customizer_popup, #sub-accordion-section-fta_header .mif_customizer_popup, #accordion-section-fta_header .mif_customizer_popup, #sub-accordion-section-fta_feed .mif_customizer_popup, #accordion-section-fta_feed .mif_customizer_popup {
47
- height: 45px;
48
- line-height: 45px;
49
- text-transform: capitalize;
50
- width: 100%;
51
- }
52
- #sub-accordion-section-fta_layout a:hover, #sub-accordion-section-fta_layout a:focus, #accordion-section-fta_layout a:hover, #accordion-section-fta_layout a:focus, #sub-accordion-section-fta_typography a:hover, #sub-accordion-section-fta_typography a:focus, #accordion-section-fta_typography a:hover, #accordion-section-fta_typography a:focus, #sub-accordion-section-fta_header a:hover, #sub-accordion-section-fta_header a:focus, #accordion-section-fta_header a:hover, #accordion-section-fta_header a:focus, #sub-accordion-section-fta_feed a:hover, #sub-accordion-section-fta_feed a:focus, #accordion-section-fta_feed a:hover, #accordion-section-fta_feed a:focus {
53
- color: #fff;
54
- }
55
- #sub-accordion-section-fta_layout select, #accordion-section-fta_layout select, #sub-accordion-section-fta_typography select, #accordion-section-fta_typography select, #sub-accordion-section-fta_header select, #accordion-section-fta_header select, #sub-accordion-section-fta_feed select, #accordion-section-fta_feed select {
56
- display: block;
57
- }
58
- #sub-accordion-section-fta_layout .customize-section-description, #accordion-section-fta_layout .customize-section-description, #sub-accordion-section-fta_typography .customize-section-description, #accordion-section-fta_typography .customize-section-description, #sub-accordion-section-fta_header .customize-section-description, #accordion-section-fta_header .customize-section-description, #sub-accordion-section-fta_feed .customize-section-description, #accordion-section-fta_feed .customize-section-description {
59
- font-size: 18px;
60
- border-bottom: 2px solid #ddd;
61
- padding-bottom: 20px;
62
- }
63
- #sub-accordion-section-fta_layout label, #accordion-section-fta_layout label, #sub-accordion-section-fta_typography label, #accordion-section-fta_typography label, #sub-accordion-section-fta_header label, #accordion-section-fta_header label, #sub-accordion-section-fta_feed label, #accordion-section-fta_feed label {
64
- height: auto;
65
- }
66
- #sub-accordion-section-fta_layout .customize-control, #accordion-section-fta_layout .customize-control, #sub-accordion-section-fta_typography .customize-control, #accordion-section-fta_typography .customize-control, #sub-accordion-section-fta_header .customize-control, #accordion-section-fta_header .customize-control, #sub-accordion-section-fta_feed .customize-control, #accordion-section-fta_feed .customize-control {
67
- padding-bottom: 10px;
68
- margin-bottom: 0px;
69
- }
70
- #sub-accordion-section-fta_layout .customize-control .customize-control-title, #accordion-section-fta_layout .customize-control .customize-control-title, #sub-accordion-section-fta_typography .customize-control .customize-control-title, #accordion-section-fta_typography .customize-control .customize-control-title, #sub-accordion-section-fta_header .customize-control .customize-control-title, #accordion-section-fta_header .customize-control .customize-control-title, #sub-accordion-section-fta_feed .customize-control .customize-control-title, #accordion-section-fta_feed .customize-control .customize-control-title {
71
- font-size: 20px;
72
- margin-bottom: 10px;
73
- color: #555d66;
74
- border-bottom: 2px solid #ddd;
75
- padding-bottom: 20px;
76
- }
77
- #sub-accordion-section-fta_layout #customize-controls .description, #accordion-section-fta_layout #customize-controls .description, #sub-accordion-section-fta_typography #customize-controls .description, #accordion-section-fta_typography #customize-controls .description, #sub-accordion-section-fta_header #customize-controls .description, #accordion-section-fta_header #customize-controls .description, #sub-accordion-section-fta_feed #customize-controls .description, #accordion-section-fta_feed #customize-controls .description {
78
- text-transform: capitalize;
79
- }
80
- #sub-accordion-section-fta_layout .customize-control .customize-inside-control-row, #accordion-section-fta_layout .customize-control .customize-inside-control-row, #sub-accordion-section-fta_typography .customize-control .customize-inside-control-row, #accordion-section-fta_typography .customize-control .customize-inside-control-row, #sub-accordion-section-fta_header .customize-control .customize-inside-control-row, #accordion-section-fta_header .customize-control .customize-inside-control-row, #sub-accordion-section-fta_feed .customize-control .customize-inside-control-row, #accordion-section-fta_feed .customize-control .customize-inside-control-row {
81
- margin-left: 5px;
82
- border-bottom: 2px solid #ddd;
83
- padding-bottom: 20px;
84
- }
85
- #sub-accordion-section-fta_layout .select-wrapper, #accordion-section-fta_layout .select-wrapper, #sub-accordion-section-fta_typography .select-wrapper, #accordion-section-fta_typography .select-wrapper, #sub-accordion-section-fta_header .select-wrapper, #accordion-section-fta_header .select-wrapper, #sub-accordion-section-fta_feed .select-wrapper, #accordion-section-fta_feed .select-wrapper {
86
- position: relative;
87
- }
88
- #sub-accordion-section-fta_layout .select-wrapper .dropdown-content, #accordion-section-fta_layout .select-wrapper .dropdown-content, #sub-accordion-section-fta_typography .select-wrapper .dropdown-content, #accordion-section-fta_typography .select-wrapper .dropdown-content, #sub-accordion-section-fta_header .select-wrapper .dropdown-content, #accordion-section-fta_header .select-wrapper .dropdown-content, #sub-accordion-section-fta_feed .select-wrapper .dropdown-content, #accordion-section-fta_feed .select-wrapper .dropdown-content {
89
- width: 100% !important;
90
- z-index: 99999999999;
91
- overflow: visible;
92
- height: auto;
93
- background-color: #7FC6A6;
94
- border: none;
95
- box-shadow: none;
96
- }
97
- #sub-accordion-section-fta_layout .select-wrapper .dropdown-content li, #accordion-section-fta_layout .select-wrapper .dropdown-content li, #sub-accordion-section-fta_typography .select-wrapper .dropdown-content li, #accordion-section-fta_typography .select-wrapper .dropdown-content li, #sub-accordion-section-fta_header .select-wrapper .dropdown-content li, #accordion-section-fta_header .select-wrapper .dropdown-content li, #sub-accordion-section-fta_feed .select-wrapper .dropdown-content li, #accordion-section-fta_feed .select-wrapper .dropdown-content li {
98
- float: left;
99
- position: relative;
100
- display: inline-block;
101
- }
102
- #sub-accordion-section-fta_layout .select-wrapper .dropdown-content li span, #accordion-section-fta_layout .select-wrapper .dropdown-content li span, #sub-accordion-section-fta_typography .select-wrapper .dropdown-content li span, #accordion-section-fta_typography .select-wrapper .dropdown-content li span, #sub-accordion-section-fta_header .select-wrapper .dropdown-content li span, #accordion-section-fta_header .select-wrapper .dropdown-content li span, #sub-accordion-section-fta_feed .select-wrapper .dropdown-content li span, #accordion-section-fta_feed .select-wrapper .dropdown-content li span {
103
- color: #fff;
104
- }
105
- #sub-accordion-section-fta_layout .wp-picker-container .wp-color-result.button, #accordion-section-fta_layout .wp-picker-container .wp-color-result.button, #sub-accordion-section-fta_typography .wp-picker-container .wp-color-result.button, #accordion-section-fta_typography .wp-picker-container .wp-color-result.button, #sub-accordion-section-fta_header .wp-picker-container .wp-color-result.button, #accordion-section-fta_header .wp-picker-container .wp-color-result.button, #sub-accordion-section-fta_feed .wp-picker-container .wp-color-result.button, #accordion-section-fta_feed .wp-picker-container .wp-color-result.button {
106
- width: 100%;
107
- height: 33px;
108
- }
109
- #sub-accordion-section-fta_layout .wp-picker-container .wp-color-result.button .wp-color-result-text, #accordion-section-fta_layout .wp-picker-container .wp-color-result.button .wp-color-result-text, #sub-accordion-section-fta_typography .wp-picker-container .wp-color-result.button .wp-color-result-text, #accordion-section-fta_typography .wp-picker-container .wp-color-result.button .wp-color-result-text, #sub-accordion-section-fta_header .wp-picker-container .wp-color-result.button .wp-color-result-text, #accordion-section-fta_header .wp-picker-container .wp-color-result.button .wp-color-result-text, #sub-accordion-section-fta_feed .wp-picker-container .wp-color-result.button .wp-color-result-text, #accordion-section-fta_feed .wp-picker-container .wp-color-result.button .wp-color-result-text {
110
- height: 31px;
111
- width: 75%;
112
- float: right;
113
- line-height: 31px;
114
- }
115
- #sub-accordion-section-fta_layout .customize-control-select .customize-control-title, #sub-accordion-section-fta_layout .customize-control-number .customize-control-title, #accordion-section-fta_layout .customize-control-select .customize-control-title, #accordion-section-fta_layout .customize-control-number .customize-control-title, #sub-accordion-section-fta_typography .customize-control-select .customize-control-title, #sub-accordion-section-fta_typography .customize-control-number .customize-control-title, #accordion-section-fta_typography .customize-control-select .customize-control-title, #accordion-section-fta_typography .customize-control-number .customize-control-title, #sub-accordion-section-fta_header .customize-control-select .customize-control-title, #sub-accordion-section-fta_header .customize-control-number .customize-control-title, #accordion-section-fta_header .customize-control-select .customize-control-title, #accordion-section-fta_header .customize-control-number .customize-control-title, #sub-accordion-section-fta_feed .customize-control-select .customize-control-title, #sub-accordion-section-fta_feed .customize-control-number .customize-control-title, #accordion-section-fta_feed .customize-control-select .customize-control-title, #accordion-section-fta_feed .customize-control-number .customize-control-title {
116
- border: none;
117
- padding-bottom: 0px;
118
- }
119
- #sub-accordion-section-fta_layout .wp-picker-input-wrap, #accordion-section-fta_layout .wp-picker-input-wrap, #sub-accordion-section-fta_typography .wp-picker-input-wrap, #accordion-section-fta_typography .wp-picker-input-wrap, #sub-accordion-section-fta_header .wp-picker-input-wrap, #accordion-section-fta_header .wp-picker-input-wrap, #sub-accordion-section-fta_feed .wp-picker-input-wrap, #accordion-section-fta_feed .wp-picker-input-wrap {
120
- width: 100%;
121
- }
122
- #sub-accordion-section-fta_layout .wp-picker-input-wrap label, #accordion-section-fta_layout .wp-picker-input-wrap label, #sub-accordion-section-fta_typography .wp-picker-input-wrap label, #accordion-section-fta_typography .wp-picker-input-wrap label, #sub-accordion-section-fta_header .wp-picker-input-wrap label, #accordion-section-fta_header .wp-picker-input-wrap label, #sub-accordion-section-fta_feed .wp-picker-input-wrap label, #accordion-section-fta_feed .wp-picker-input-wrap label {
123
- width: 50%;
124
- }
125
- #sub-accordion-section-fta_layout .wp-picker-input-wrap label input[type=text].wp-color-picker, #accordion-section-fta_layout .wp-picker-input-wrap label input[type=text].wp-color-picker, #sub-accordion-section-fta_typography .wp-picker-input-wrap label input[type=text].wp-color-picker, #accordion-section-fta_typography .wp-picker-input-wrap label input[type=text].wp-color-picker, #sub-accordion-section-fta_header .wp-picker-input-wrap label input[type=text].wp-color-picker, #accordion-section-fta_header .wp-picker-input-wrap label input[type=text].wp-color-picker, #sub-accordion-section-fta_feed .wp-picker-input-wrap label input[type=text].wp-color-picker, #accordion-section-fta_feed .wp-picker-input-wrap label input[type=text].wp-color-picker {
126
- width: 100%;
127
- }
128
- #sub-accordion-section-fta_layout .wp-picker-input-wrap .button, #accordion-section-fta_layout .wp-picker-input-wrap .button, #sub-accordion-section-fta_typography .wp-picker-input-wrap .button, #accordion-section-fta_typography .wp-picker-input-wrap .button, #sub-accordion-section-fta_header .wp-picker-input-wrap .button, #accordion-section-fta_header .wp-picker-input-wrap .button, #sub-accordion-section-fta_feed .wp-picker-input-wrap .button, #accordion-section-fta_feed .wp-picker-input-wrap .button {
129
- float: right;
130
- width: 47%;
131
- height: 30px;
132
- margin-top: 15px;
133
- }
134
- #sub-accordion-section-fta_layout input[type=range] + .thumb.active, #accordion-section-fta_layout input[type=range] + .thumb.active, #sub-accordion-section-fta_typography input[type=range] + .thumb.active, #accordion-section-fta_typography input[type=range] + .thumb.active, #sub-accordion-section-fta_header input[type=range] + .thumb.active, #accordion-section-fta_header input[type=range] + .thumb.active, #sub-accordion-section-fta_feed input[type=range] + .thumb.active, #accordion-section-fta_feed input[type=range] + .thumb.active {
135
- position: relative;
136
- background-color: #26a69a;
137
- top: 0;
138
- transform: none;
139
- }
140
- #sub-accordion-section-fta_layout input[type=range] + .thumb.active .value, #accordion-section-fta_layout input[type=range] + .thumb.active .value, #sub-accordion-section-fta_typography input[type=range] + .thumb.active .value, #accordion-section-fta_typography input[type=range] + .thumb.active .value, #sub-accordion-section-fta_header input[type=range] + .thumb.active .value, #accordion-section-fta_header input[type=range] + .thumb.active .value, #sub-accordion-section-fta_feed input[type=range] + .thumb.active .value, #accordion-section-fta_feed input[type=range] + .thumb.active .value {
141
- background-color: #26a69a;
142
- padding: 10px 20px;
143
- text-align: center;
144
- width: 100%;
145
- float: left;
146
- margin: 0px;
147
- font-size: 17px;
148
- transform: none;
149
- }
1
+ #accordion-panel-fta_skins_panel{display:block !important}#sub-accordion-section-fta_layout,#accordion-section-fta_layout,#sub-accordion-section-fta_typography,#accordion-section-fta_typography,#sub-accordion-section-fta_header,#accordion-section-fta_header,#sub-accordion-section-fta_feed,#accordion-section-fta_feed{background-color:#fff !important}#sub-accordion-section-fta_layout .modal,#accordion-section-fta_layout .modal,#sub-accordion-section-fta_typography .modal,#accordion-section-fta_typography .modal,#sub-accordion-section-fta_header .modal,#accordion-section-fta_header .modal,#sub-accordion-section-fta_feed .modal,#accordion-section-fta_feed .modal{width:30%;top:30% !important;background-color:#fff}#sub-accordion-section-fta_layout .modal .mif-close-modal,#accordion-section-fta_layout .modal .mif-close-modal,#sub-accordion-section-fta_typography .modal .mif-close-modal,#accordion-section-fta_typography .modal .mif-close-modal,#sub-accordion-section-fta_header .modal .mif-close-modal,#accordion-section-fta_header .modal .mif-close-modal,#sub-accordion-section-fta_feed .modal .mif-close-modal,#accordion-section-fta_feed .modal .mif-close-modal{position:absolute;right:10px;top:10px}#sub-accordion-section-fta_layout .modal .mif-modal-content,#accordion-section-fta_layout .modal .mif-modal-content,#sub-accordion-section-fta_typography .modal .mif-modal-content,#accordion-section-fta_typography .modal .mif-modal-content,#sub-accordion-section-fta_header .modal .mif-modal-content,#accordion-section-fta_header .modal .mif-modal-content,#sub-accordion-section-fta_feed .modal .mif-modal-content,#accordion-section-fta_feed .modal .mif-modal-content{float:none;margin:0 auto;display:table;padding-top:30px;text-align:center}#sub-accordion-section-fta_layout .modal .mif-modal-content h5,#accordion-section-fta_layout .modal .mif-modal-content h5,#sub-accordion-section-fta_typography .modal .mif-modal-content h5,#accordion-section-fta_typography .modal .mif-modal-content h5,#sub-accordion-section-fta_header .modal .mif-modal-content h5,#accordion-section-fta_header .modal .mif-modal-content h5,#sub-accordion-section-fta_feed .modal .mif-modal-content h5,#accordion-section-fta_feed .modal .mif-modal-content h5{font-size:40px}#sub-accordion-section-fta_layout .modal .mif-modal-content p,#accordion-section-fta_layout .modal .mif-modal-content p,#sub-accordion-section-fta_typography .modal .mif-modal-content p,#accordion-section-fta_typography .modal .mif-modal-content p,#sub-accordion-section-fta_header .modal .mif-modal-content p,#accordion-section-fta_header .modal .mif-modal-content p,#sub-accordion-section-fta_feed .modal .mif-modal-content p,#accordion-section-fta_feed .modal .mif-modal-content p{font-size:15px;line-height:1.8;text-align:center}#sub-accordion-section-fta_layout .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-fta_layout .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-fta_typography .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-fta_typography .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-fta_header .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-fta_header .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-fta_feed .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-fta_feed .modal .mif-modal-content .mif-lock-icon .material-icons{color:#26a69a;font-size:50px}#sub-accordion-section-fta_layout .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-fta_layout .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-fta_typography .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-fta_typography .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-fta_header .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-fta_header .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-fta_feed .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-fta_feed .modal .mif-modal-content input[type=email]::placeholder{color:#444}#sub-accordion-section-fta_layout .modal .mif-modal-content .btn,#accordion-section-fta_layout .modal .mif-modal-content .btn,#sub-accordion-section-fta_typography .modal .mif-modal-content .btn,#accordion-section-fta_typography .modal .mif-modal-content .btn,#sub-accordion-section-fta_header .modal .mif-modal-content .btn,#accordion-section-fta_header .modal .mif-modal-content .btn,#sub-accordion-section-fta_feed .modal .mif-modal-content .btn,#accordion-section-fta_feed .modal .mif-modal-content .btn{border-radius:0}#sub-accordion-section-fta_layout .modal .mif-modal-content input[type=submit],#accordion-section-fta_layout .modal .mif-modal-content input[type=submit],#sub-accordion-section-fta_typography .modal .mif-modal-content input[type=submit],#accordion-section-fta_typography .modal .mif-modal-content input[type=submit],#sub-accordion-section-fta_header .modal .mif-modal-content input[type=submit],#accordion-section-fta_header .modal .mif-modal-content input[type=submit],#sub-accordion-section-fta_feed .modal .mif-modal-content input[type=submit],#accordion-section-fta_feed .modal .mif-modal-content input[type=submit]{line-height:28px}#sub-accordion-section-fta_layout .mif_customizer_popup,#accordion-section-fta_layout .mif_customizer_popup,#sub-accordion-section-fta_typography .mif_customizer_popup,#accordion-section-fta_typography .mif_customizer_popup,#sub-accordion-section-fta_header .mif_customizer_popup,#accordion-section-fta_header .mif_customizer_popup,#sub-accordion-section-fta_feed .mif_customizer_popup,#accordion-section-fta_feed .mif_customizer_popup{height:45px;line-height:45px;text-transform:capitalize;width:100%}#sub-accordion-section-fta_layout a:hover,#sub-accordion-section-fta_layout a:focus,#accordion-section-fta_layout a:hover,#accordion-section-fta_layout a:focus,#sub-accordion-section-fta_typography a:hover,#sub-accordion-section-fta_typography a:focus,#accordion-section-fta_typography a:hover,#accordion-section-fta_typography a:focus,#sub-accordion-section-fta_header a:hover,#sub-accordion-section-fta_header a:focus,#accordion-section-fta_header a:hover,#accordion-section-fta_header a:focus,#sub-accordion-section-fta_feed a:hover,#sub-accordion-section-fta_feed a:focus,#accordion-section-fta_feed a:hover,#accordion-section-fta_feed a:focus{color:#fff}#sub-accordion-section-fta_layout select,#accordion-section-fta_layout select,#sub-accordion-section-fta_typography select,#accordion-section-fta_typography select,#sub-accordion-section-fta_header select,#accordion-section-fta_header select,#sub-accordion-section-fta_feed select,#accordion-section-fta_feed select{display:block}#sub-accordion-section-fta_layout .customize-section-description,#accordion-section-fta_layout .customize-section-description,#sub-accordion-section-fta_typography .customize-section-description,#accordion-section-fta_typography .customize-section-description,#sub-accordion-section-fta_header .customize-section-description,#accordion-section-fta_header .customize-section-description,#sub-accordion-section-fta_feed .customize-section-description,#accordion-section-fta_feed .customize-section-description{font-size:18px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-fta_layout label,#accordion-section-fta_layout label,#sub-accordion-section-fta_typography label,#accordion-section-fta_typography label,#sub-accordion-section-fta_header label,#accordion-section-fta_header label,#sub-accordion-section-fta_feed label,#accordion-section-fta_feed label{height:auto}#sub-accordion-section-fta_layout .customize-control,#accordion-section-fta_layout .customize-control,#sub-accordion-section-fta_typography .customize-control,#accordion-section-fta_typography .customize-control,#sub-accordion-section-fta_header .customize-control,#accordion-section-fta_header .customize-control,#sub-accordion-section-fta_feed .customize-control,#accordion-section-fta_feed .customize-control{padding-bottom:10px;margin-bottom:0}#sub-accordion-section-fta_layout .customize-control .customize-control-title,#accordion-section-fta_layout .customize-control .customize-control-title,#sub-accordion-section-fta_typography .customize-control .customize-control-title,#accordion-section-fta_typography .customize-control .customize-control-title,#sub-accordion-section-fta_header .customize-control .customize-control-title,#accordion-section-fta_header .customize-control .customize-control-title,#sub-accordion-section-fta_feed .customize-control .customize-control-title,#accordion-section-fta_feed .customize-control .customize-control-title{font-size:20px;margin-bottom:10px;color:#555d66;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-fta_layout #customize-controls .description,#accordion-section-fta_layout #customize-controls .description,#sub-accordion-section-fta_typography #customize-controls .description,#accordion-section-fta_typography #customize-controls .description,#sub-accordion-section-fta_header #customize-controls .description,#accordion-section-fta_header #customize-controls .description,#sub-accordion-section-fta_feed #customize-controls .description,#accordion-section-fta_feed #customize-controls .description{text-transform:capitalize}#sub-accordion-section-fta_layout .customize-control .customize-inside-control-row,#accordion-section-fta_layout .customize-control .customize-inside-control-row,#sub-accordion-section-fta_typography .customize-control .customize-inside-control-row,#accordion-section-fta_typography .customize-control .customize-inside-control-row,#sub-accordion-section-fta_header .customize-control .customize-inside-control-row,#accordion-section-fta_header .customize-control .customize-inside-control-row,#sub-accordion-section-fta_feed .customize-control .customize-inside-control-row,#accordion-section-fta_feed .customize-control .customize-inside-control-row{margin-left:5px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-fta_layout .select-wrapper,#accordion-section-fta_layout .select-wrapper,#sub-accordion-section-fta_typography .select-wrapper,#accordion-section-fta_typography .select-wrapper,#sub-accordion-section-fta_header .select-wrapper,#accordion-section-fta_header .select-wrapper,#sub-accordion-section-fta_feed .select-wrapper,#accordion-section-fta_feed .select-wrapper{position:relative}#sub-accordion-section-fta_layout .select-wrapper .dropdown-content,#accordion-section-fta_layout .select-wrapper .dropdown-content,#sub-accordion-section-fta_typography .select-wrapper .dropdown-content,#accordion-section-fta_typography .select-wrapper .dropdown-content,#sub-accordion-section-fta_header .select-wrapper .dropdown-content,#accordion-section-fta_header .select-wrapper .dropdown-content,#sub-accordion-section-fta_feed .select-wrapper .dropdown-content,#accordion-section-fta_feed .select-wrapper .dropdown-content{width:100% !important;z-index:99999999999;overflow:visible;height:auto;background-color:#7fc6a6;border:none;box-shadow:none}#sub-accordion-section-fta_layout .select-wrapper .dropdown-content li,#accordion-section-fta_layout .select-wrapper .dropdown-content li,#sub-accordion-section-fta_typography .select-wrapper .dropdown-content li,#accordion-section-fta_typography .select-wrapper .dropdown-content li,#sub-accordion-section-fta_header .select-wrapper .dropdown-content li,#accordion-section-fta_header .select-wrapper .dropdown-content li,#sub-accordion-section-fta_feed .select-wrapper .dropdown-content li,#accordion-section-fta_feed .select-wrapper .dropdown-content li{float:left;position:relative;display:inline-block}#sub-accordion-section-fta_layout .select-wrapper .dropdown-content li span,#accordion-section-fta_layout .select-wrapper .dropdown-content li span,#sub-accordion-section-fta_typography .select-wrapper .dropdown-content li span,#accordion-section-fta_typography .select-wrapper .dropdown-content li span,#sub-accordion-section-fta_header .select-wrapper .dropdown-content li span,#accordion-section-fta_header .select-wrapper .dropdown-content li span,#sub-accordion-section-fta_feed .select-wrapper .dropdown-content li span,#accordion-section-fta_feed .select-wrapper .dropdown-content li span{color:#fff}#sub-accordion-section-fta_layout .wp-picker-container .wp-color-result.button,#accordion-section-fta_layout .wp-picker-container .wp-color-result.button,#sub-accordion-section-fta_typography .wp-picker-container .wp-color-result.button,#accordion-section-fta_typography .wp-picker-container .wp-color-result.button,#sub-accordion-section-fta_header .wp-picker-container .wp-color-result.button,#accordion-section-fta_header .wp-picker-container .wp-color-result.button,#sub-accordion-section-fta_feed .wp-picker-container .wp-color-result.button,#accordion-section-fta_feed .wp-picker-container .wp-color-result.button{width:100%;height:33px}#sub-accordion-section-fta_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-fta_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-fta_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-fta_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-fta_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-fta_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-fta_feed .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-fta_feed .wp-picker-container .wp-color-result.button .wp-color-result-text{height:31px;width:75%;float:right;line-height:31px}#sub-accordion-section-fta_layout .customize-control-select .customize-control-title,#sub-accordion-section-fta_layout .customize-control-number .customize-control-title,#accordion-section-fta_layout .customize-control-select .customize-control-title,#accordion-section-fta_layout .customize-control-number .customize-control-title,#sub-accordion-section-fta_typography .customize-control-select .customize-control-title,#sub-accordion-section-fta_typography .customize-control-number .customize-control-title,#accordion-section-fta_typography .customize-control-select .customize-control-title,#accordion-section-fta_typography .customize-control-number .customize-control-title,#sub-accordion-section-fta_header .customize-control-select .customize-control-title,#sub-accordion-section-fta_header .customize-control-number .customize-control-title,#accordion-section-fta_header .customize-control-select .customize-control-title,#accordion-section-fta_header .customize-control-number .customize-control-title,#sub-accordion-section-fta_feed .customize-control-select .customize-control-title,#sub-accordion-section-fta_feed .customize-control-number .customize-control-title,#accordion-section-fta_feed .customize-control-select .customize-control-title,#accordion-section-fta_feed .customize-control-number .customize-control-title{border:none;padding-bottom:0}#sub-accordion-section-fta_layout .wp-picker-input-wrap,#accordion-section-fta_layout .wp-picker-input-wrap,#sub-accordion-section-fta_typography .wp-picker-input-wrap,#accordion-section-fta_typography .wp-picker-input-wrap,#sub-accordion-section-fta_header .wp-picker-input-wrap,#accordion-section-fta_header .wp-picker-input-wrap,#sub-accordion-section-fta_feed .wp-picker-input-wrap,#accordion-section-fta_feed .wp-picker-input-wrap{width:100%}#sub-accordion-section-fta_layout .wp-picker-input-wrap label,#accordion-section-fta_layout .wp-picker-input-wrap label,#sub-accordion-section-fta_typography .wp-picker-input-wrap label,#accordion-section-fta_typography .wp-picker-input-wrap label,#sub-accordion-section-fta_header .wp-picker-input-wrap label,#accordion-section-fta_header .wp-picker-input-wrap label,#sub-accordion-section-fta_feed .wp-picker-input-wrap label,#accordion-section-fta_feed .wp-picker-input-wrap label{width:50%}#sub-accordion-section-fta_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-fta_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-fta_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-fta_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-fta_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-fta_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-fta_feed .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-fta_feed .wp-picker-input-wrap label input[type=text].wp-color-picker{width:100%}#sub-accordion-section-fta_layout .wp-picker-input-wrap .button,#accordion-section-fta_layout .wp-picker-input-wrap .button,#sub-accordion-section-fta_typography .wp-picker-input-wrap .button,#accordion-section-fta_typography .wp-picker-input-wrap .button,#sub-accordion-section-fta_header .wp-picker-input-wrap .button,#accordion-section-fta_header .wp-picker-input-wrap .button,#sub-accordion-section-fta_feed .wp-picker-input-wrap .button,#accordion-section-fta_feed .wp-picker-input-wrap .button{float:right;width:47%;height:30px;margin-top:15px}#sub-accordion-section-fta_layout input[type=range] + .thumb.active,#accordion-section-fta_layout input[type=range] + .thumb.active,#sub-accordion-section-fta_typography input[type=range] + .thumb.active,#accordion-section-fta_typography input[type=range] + .thumb.active,#sub-accordion-section-fta_header input[type=range] + .thumb.active,#accordion-section-fta_header input[type=range] + .thumb.active,#sub-accordion-section-fta_feed input[type=range] + .thumb.active,#accordion-section-fta_feed input[type=range] + .thumb.active{position:relative;background-color:#26a69a;top:0;transform:none}#sub-accordion-section-fta_layout input[type=range] + .thumb.active .value,#accordion-section-fta_layout input[type=range] + .thumb.active .value,#sub-accordion-section-fta_typography input[type=range] + .thumb.active .value,#accordion-section-fta_typography input[type=range] + .thumb.active .value,#sub-accordion-section-fta_header input[type=range] + .thumb.active .value,#accordion-section-fta_header input[type=range] + .thumb.active .value,#sub-accordion-section-fta_feed input[type=range] + .thumb.active .value,#accordion-section-fta_feed input[type=range] + .thumb.active .value{background-color:#26a69a;padding:10px 20px;text-align:center;width:100%;float:left;margin:0;font-size:17px;transform:none}/*# sourceMappingURL=fta_customizer_style.css.map */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/images/fb_cover.png CHANGED
Binary file
assets/images/insta_cover.png CHANGED
Binary file
assets/images/insta_cover1.png ADDED
Binary file
assets/js/fta-admin.js CHANGED
@@ -4,6 +4,8 @@ jQuery( document ).ready(function($) {
4
 
5
  $('select').material_select();
6
 
 
 
7
  $('ul.tabs').tabs();
8
 
9
  function getUrlVars()
4
 
5
  $('select').material_select();
6
 
7
+ document.querySelectorAll('.select-wrapper').forEach(t => t.addEventListener('click', e=>e.stopPropagation())); // fixes first click
8
+
9
  $('ul.tabs').tabs();
10
 
11
  function getUrlVars()
assets/scss/fta_admin_style.scss CHANGED
@@ -1,5 +1,25 @@
1
  /*fta admin css*/
2
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  .material-icons.efbl_copy_id{
4
  font-size: 18px;
5
  margin-left: 6px;
@@ -63,6 +83,7 @@
63
  .btn
64
  {
65
  border-radius: 0;
 
66
  }
67
  }
68
  }
@@ -357,20 +378,38 @@
357
  width: 100%;
358
  display: inline-block;
359
  }
360
- .fta_all_plugs{padding: 0; .fta_single_plug { margin: 0 20px 0 0;} }
 
 
 
 
 
 
 
361
  .fta_all_plugs .card {
362
 
 
 
 
 
 
363
  .card-content{
364
  padding: 15px 0;
365
 
366
- .card-title { margin-bottom: 0;}
367
  }
368
 
369
  .fta_cta_holder {
370
  float: left;
371
  margin-bottom: 20px;
372
  width: 100%;
373
- p{ margin-top: 0;}
 
 
 
 
 
 
374
  .btn.right{display:none;}
375
  }
376
 
1
  /*fta admin css*/
2
+ .espf-upgrade{
3
+ float: left;
4
+ width: 50%;
5
+ margin-top: 20px;
6
+ padding: 20px;
7
+ color: #fff;
8
+ background: #ff8c00;
9
+ text-align: center;
10
+ b{
11
+ text-shadow: 4px 3px #9c3d35;
12
+ font-size: 33px;
13
+ }
14
+ h2{
15
+ color: #fff;
16
+ font-size: 36px;
17
+ margin-top: 0;
18
+ }
19
+ a, a:hover{
20
+ background: #ed6d62;
21
+ }
22
+ }
23
  .material-icons.efbl_copy_id{
24
  font-size: 18px;
25
  margin-left: 6px;
83
  .btn
84
  {
85
  border-radius: 0;
86
+ background: #FF8C00;
87
  }
88
  }
89
  }
378
  width: 100%;
379
  display: inline-block;
380
  }
381
+ .fta_all_plugs{padding: 0; .fta_single_plug { margin: 0 20px 0 0;}
382
+ .fta_single_plug.fta_plug_instagram {
383
+ a.btn{
384
+ margin-top: 50px;
385
+ }
386
+ }
387
+
388
+ }
389
  .fta_all_plugs .card {
390
 
391
+ .btn.fta_setting_btn{
392
+ background-color: #66a98a;
393
+ &:hover{ background-color: #558e74;}
394
+
395
+ }
396
  .card-content{
397
  padding: 15px 0;
398
 
399
+ .card-title { min-height: 63px; margin-bottom: 0; }
400
  }
401
 
402
  .fta_cta_holder {
403
  float: left;
404
  margin-bottom: 20px;
405
  width: 100%;
406
+ li{
407
+ font-size: 15px;
408
+ line-height: 1.5;
409
+ list-style-type: disc;
410
+ margin-left: 20px;
411
+ }
412
+ p{ font-size: 15px; margin-top: 0;}
413
  .btn.right{display:none;}
414
  }
415
 
easy-facebook-likebox.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
 
3
  /**
4
- * Plugin Name: Easy Social Post Feed
5
  * Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
6
  * Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally it also now allows you to dipslay the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
7
- * Version: 5.1.2
8
  * Author: Danish Ali Malik
9
  * Author URI: https://maltathemes.com/danish-ali-malik
10
  * Text Domain: easy-facebook-likebox,
@@ -32,17 +32,23 @@ if ( function_exists( 'efl_fs' ) ) {
32
  // Include Freemius SDK.
33
  require_once dirname( __FILE__ ) . '/freemius/start.php';
34
  $efl_fs = fs_dynamic_init( array(
35
- 'id' => '4142',
36
- 'slug' => 'easy-facebook-likebox',
37
- 'type' => 'plugin',
38
- 'public_key' => 'pk_d982f4dff842224ca5e54c84f6822',
39
- 'is_premium' => false,
40
- 'has_addons' => false,
41
- 'has_paid_plans' => true,
42
- 'menu' => array(
43
- 'slug' => 'feed-them-all',
 
44
  ),
45
- 'is_live' => true,
 
 
 
 
 
46
  ) );
47
  }
48
 
@@ -84,7 +90,7 @@ if ( function_exists( 'efl_fs' ) ) {
84
  /*
85
  * $version defines the version of the plugin.
86
  */
87
- public $version = '5.1.2' ;
88
  public $fta_slug = 'easy-facebook-likebox' ;
89
  public $plug_slug = 'easy-facebook-likebox' ;
90
  /*
@@ -236,18 +242,32 @@ if ( function_exists( 'efl_fs' ) ) {
236
  */
237
  $fta_plugins = array(
238
  'facebook' => array(
239
- 'name' => __( 'Facebook', $this->plug_slug ),
240
- 'slug' => 'easy-facebook-likebox',
241
- 'description' => __( 'This module allows you to add customizable, search engine friendly (increase traffic) and mobile-friendly Facebook posts feed and popular feature Page Plugin (previously Like Box) using widget, shortcode, template tag, and auto-popup to convert your site visitors into followers of your site.', $this->plug_slug ),
242
- 'img_name' => 'fb_cover.png',
243
- 'status' => $fb_status,
 
 
 
 
 
 
 
 
244
  ),
245
  'instagram' => array(
246
- 'name' => __( 'Instagram', $this->plug_slug ),
247
- 'slug' => 'mif',
248
- 'description' => __( 'This module allows you to display your stunning photos and videos from your non-private Instagram account to your site in a highly customizable, search engine friendly (increase exposures of your photos and videos) and responsive (mobile friendly) way.', $this->plug_slug ),
249
- 'img_name' => 'insta_cover.png',
250
- 'status' => $insta_status,
 
 
 
 
 
 
251
  ),
252
  );
253
  /*
1
  <?php
2
 
3
  /**
4
+ * Plugin Name: Easy Social Post Feed
5
  * Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
6
  * Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally it also now allows you to dipslay the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
7
+ * Version: 5.1.7
8
  * Author: Danish Ali Malik
9
  * Author URI: https://maltathemes.com/danish-ali-malik
10
  * Text Domain: easy-facebook-likebox,
32
  // Include Freemius SDK.
33
  require_once dirname( __FILE__ ) . '/freemius/start.php';
34
  $efl_fs = fs_dynamic_init( array(
35
+ 'id' => '4142',
36
+ 'slug' => 'easy-facebook-likebox',
37
+ 'type' => 'plugin',
38
+ 'public_key' => 'pk_d982f4dff842224ca5e54c84f6822',
39
+ 'is_premium' => false,
40
+ 'has_addons' => false,
41
+ 'has_paid_plans' => true,
42
+ 'trial' => array(
43
+ 'days' => 7,
44
+ 'is_require_payment' => true,
45
  ),
46
+ 'has_affiliation' => 'selected',
47
+ 'menu' => array(
48
+ 'slug' => 'feed-them-all',
49
+ 'first-path' => 'admin.php?page=easy-facebook-likebox',
50
+ ),
51
+ 'is_live' => true,
52
  ) );
53
  }
54
 
90
  /*
91
  * $version defines the version of the plugin.
92
  */
93
+ public $version = '5.1.7' ;
94
  public $fta_slug = 'easy-facebook-likebox' ;
95
  public $plug_slug = 'easy-facebook-likebox' ;
96
  /*
242
  */
243
  $fta_plugins = array(
244
  'facebook' => array(
245
+ 'name' => __( 'Custom Facebook Feed- Facebook Page Plugin (Likebox & Popup)', $this->plug_slug ),
246
+ 'slug' => 'easy-facebook-likebox',
247
+ 'activate_slug' => 'facebook',
248
+ 'description' => __( '<p>This module allows you to display:</p>
249
+ <ul>
250
+ <li>Customizable and mobile-friendly Facebook post, images, videos, events, and albums feed</li>
251
+ <li>Facebook Page Plugin (previously like box)</li>
252
+ <li>Auto-popup (display page plugin or anything in the auto popup)</li>
253
+ <li>using shortcode, widget, inside popup and widget.</li>
254
+ </ul>
255
+ ', $this->plug_slug ),
256
+ 'img_name' => 'fb_cover.png',
257
+ 'status' => $fb_status,
258
  ),
259
  'instagram' => array(
260
+ 'name' => __( 'Custom Instagram Feed', $this->plug_slug ),
261
+ 'slug' => 'mif',
262
+ 'activate_slug' => 'instagram',
263
+ 'description' => __( '<p>This module allows you to display:</p>
264
+ <ul>
265
+ <li>Display stunning photos from the Instagram account in feed</li>
266
+ <li>Gallery of photos in the PopUp</li>
267
+ <li>using shortcode, widget, inside popup and widget.</li>
268
+ </ul>', $this->plug_slug ),
269
+ 'img_name' => 'insta_cover.png',
270
+ 'status' => $insta_status,
271
  ),
272
  );
273
  /*
easy-facebook-likebox/admin/assets/css/admin.css CHANGED
@@ -1 +1 @@
1
- .easy-facebook-likebox-espf_page_easy-facebook-likebox #wpfooter{display:none}.efbl_wrap{float:left;clear:both;position:relative;width:98.4%;overflow:hidden;background-color:#fff;margin-top:40px}.efbl_wrap .efbl_wrap_inner{float:left;width:100%;clear:both;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_auth_form{padding-top:30px}.efbl_wrap .efbl_wrap_inner .efbl_auth_btn:hover{background-color:#02acf7;color:#fff}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder{float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header{background-color:#02acf7;color:#fff;padding:5px 0;height:56px;float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs{background-color:transparent;float:left;width:auto;margin-left:17px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a{color:#fff;display:table}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a .material-icons{line-height:unset}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs .indicator{background-color:#1bf1e9;margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder{padding:15px;float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .efbl_authentication_btn{padding:10px 25px 10px 10px;height:auto;line-height:2.5;text-transform:capitalize}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .efbl_authentication_btn .efb_icon{height:40px;margin-right:5px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row{margin-top:20px;margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row .collection{margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row .efbl_all_pages{padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .fta_empty_at#efbl-authentication .auth-row{margin:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible{margin-top:30px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-header{text-transform:capitalize;font-size:22px;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-header .material-icons{margin-top:4px;color:#02acf7}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-header .efbl_collapsible_icon{position:absolute;right:0;font-size:30px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-header.active .efbl_collapsible_icon{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body{padding:1.5rem}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_shortcode_accord .collapsible-header{font-size:16px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_shortcode_accord .collapsible-header .material-icons{font-size:19px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_shortcode_accord .collapsible-body p{font-size:14px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info:first-child{padding-left:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_shortocode_genrator_main{margin-bottom:20px;float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_shortocode_genrator{margin-top:10px;float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .select-wrapper{margin-top:12px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_shortocode_genrator .efbl_fields.s6 .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_like_box_shortocode_genrator .efbl_fields.s6 .efbl_open_likebox_collapisble{right:10px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_shortocode_genrator .efbl_fields.s6:nth-child(even) .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_like_box_shortocode_genrator .efbl_fields.s6:nth-child(odd) .efbl_open_likebox_collapisble{right:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_open_likebox_collapisble{position:absolute;right:0;font-size:21px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_fields{padding:0;margin-top:10px;margin-bottom:10px;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .input-field.col label{left:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .select-wrapper input.select-dropdown{color:#867979}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_shortcode_submit,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_shortcode_submit{margin-top:20px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_generated_shortcode,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_generated_shortcode{display:none;float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_generated_shortcode p,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_generated_shortcode p{margin-top:20px;margin-bottom:0;font-size:14px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_generated_shortcode .efbl-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_generated_shortcode .efbl-likebox-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_generated_shortcode .efbl-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_generated_shortcode .efbl-likebox-shortcode-block{margin-bottom:0;margin-top:5px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_generated_shortcode .efbl_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_generated_shortcode .efbl_likebox_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_generated_shortcode .efbl_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_generated_shortcode .efbl_likebox_shortcode_generated_final{margin-top:0;width:100%;text-align:center;border-radius:0;padding:5px;line-height:normal}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_generated_shortcode .efbl_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_generated_shortcode .efbl_likebox_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_generated_shortcode .efbl_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body .efbl_collapsible_info .efbl_likebox_generated_shortcode .efbl_likebox_shortcode_generated_final i{border-radius:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body p{margin-top:0;font-size:16px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body ol li{font-size:14px;padding:5px 0;line-height:1.5;color:#867979}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible .collapsible-body a.btn{margin-top:10px;font-size:15px;padding:6px 20px;height:auto}.efbl_wrap p{font-size:15px;line-height:1.8;font-weight:400;color:#867979;position:relative}.efbl_wrap .efbl_popup_settings{float:left;width:100%}.efbl_wrap .efbl_popup_settings .efbl_fields{float:left;width:100%}.efbl_wrap .efbl_popup_settings .checkbox-row{margin-top:20px;padding:0 .75rem}.efbl_wrap .input-field.col label{color:#867979}.efbl_wrap blockquote{background-color:#7fc6a6;color:#fff;padding:15px;font-size:13px;border-left:5px solid #02acf7}.efbl_wrap #efbl-skins .efbl_new_skin{display:none}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details #efbl_skin_feat_img{width:74.6%}.efbl_wrap #efbl-skins .efbl_all_skins{margin-top:20px;margin-bottom:0}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin{display:inline-block;margin-right:20px;margin-bottom:20px;padding:10px;margin-top:0}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .card-content{border-bottom:1px solid #baa5a5;padding-bottom:10px;padding:24px 0 24px 0;margin-bottom:15px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_copy_skin_id{float:left;width:100%;margin-top:20px}.toplevel_page_easy-facebook-likebox #wpfooter{position:relative}.toplevel_page_easy-facebook-likebox #toast-container{top:auto;bottom:0;left:153px;right:0;margin-left:auto;margin-right:auto;text-align:center;width:89.1%;background-color:#02acf7;color:#fff;max-width:100%;min-height:60px}.toplevel_page_easy-facebook-likebox #toast-container .toast{top:auto !important;text-align:center;float:none;margin:0 auto;display:table;background-color:transparent;border:none;box-shadow:none;transition:none !important;font-size:20px;font-weight:400;position:relative;display:inline-block;line-height:2;align-items:normal}.toplevel_page_easy-facebook-likebox #toast-container.efbl_green{background-color:#7fc6a6}.toplevel_page_easy-facebook-likebox #toast-container.efbl_red{background-color:#ed6d62}.slideDown{animation-name:slideDown;-webkit-animation-name:slideDown;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes slideDown{0%{transform:translateY(-100%)}50%{transform:translateY(8%)}65%{transform:translateY(-4%)}80%{transform:translateY(4%)}95%{transform:translateY(-2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%)}50%{-webkit-transform:translateY(8%)}65%{-webkit-transform:translateY(-4%)}80%{-webkit-transform:translateY(4%)}95%{-webkit-transform:translateY(-2%)}100%{-webkit-transform:translateY(0%)}}.slideUp{animation-name:slideUp;-webkit-animation-name:slideUp;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes slideUp{0%{transform:translateY(0%)}50%{transform:translateY(-2%)}95%{transform:translateY(-8%)}100%{transform:translateY(-100%)}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(100%)}50%{-webkit-transform:translateY(-8%)}65%{-webkit-transform:translateY(4%)}80%{-webkit-transform:translateY(-4%)}95%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}.slideLeft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@-webkit-keyframes slideLeft{0%{-ms-transform:translate(-20px, 0);-webkit-transform:translate(-20px, 0);transform:translate(-20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}@keyframes slideLeft{0%{-ms-transform:translate(-20px, 0);-webkit-transform:translate(-20px, 0);transform:translate(-20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}.SlideRight{animation-name:SlideRight;-webkit-animation-name:SlideRight;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@-webkit-keyframes SlideRight{0%{-ms-transform:translate(20px, 0);-webkit-transform:translate(20px, 0);transform:translate(20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}@keyframes SlideRight{0%{-ms-transform:translate(20px, 0);-webkit-transform:translate(20px, 0);transform:translate(20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}.slideExpandUp{animation-name:slideExpandUp;-webkit-animation-name:slideExpandUp;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease -out;visibility:visible !important}@keyframes slideExpandUp{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(-8%) scaleX(0.5)}40%{transform:translateY(2%) scaleX(0.5)}50%{transform:translateY(0%) scaleX(1.1)}60%{transform:translateY(0%) scaleX(0.9)}70%{transform:translateY(0%) scaleX(1.05)}80%{transform:translateY(0%) scaleX(0.95)}90%{transform:translateY(0%) scaleX(1.02)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}40%{-webkit-transform:translateY(2%) scaleX(0.5)}50%{-webkit-transform:translateY(0%) scaleX(1.1)}60%{-webkit-transform:translateY(0%) scaleX(0.9)}70%{-webkit-transform:translateY(0%) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleX(0.95)}90%{-webkit-transform:translateY(0%) scaleX(1.02)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp{animation-name:expandUp;-webkit-animation-name:expandUp;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes expandUp{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{transform:translateY(-7%) scaleY(1.12)}75%{transform:translateY(3%)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{-webkit-transform:translateY(-7%) scaleY(1.12)}75%{-webkit-transform:translateY(3%)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}@keyframes fadeIn{0%{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}100%{opacity:1;-webkit-transition-duration:1.1s;transition-duration:1.1s;-webkit-transition-delay:.05s;transition-delay:.05s}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}100%{opacity:1;-webkit-transition-duration:1.1s;transition-duration:1.1s;-webkit-transition-delay:.05s;transition-delay:.05s}}.fadeIn{animation-name:fadeIn;-webkit-animation-name:fadeIn;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}.fadeOut{animation-name:fadeOut;-webkit-animation-name:fadeOut;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.expandOpen{animation-name:expandOpen;-webkit-animation-name:expandOpen;animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes expandOpen{0%{transform:scale(1.8)}50%{transform:scale(0.95)}80%{transform:scale(1.05)}90%{transform:scale(0.98)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(0.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(0.98)}100%{-webkit-transform:scale(1)}}.bigEntrance{animation-name:bigEntrance;-webkit-animation-name:bigEntrance;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes bigEntrance{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}@-webkit-keyframes bigEntrance{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}.hatch{animation-name:hatch;-webkit-animation-name:hatch;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes hatch{0%{transform:rotate(0deg) scaleY(0.6)}20%{transform:rotate(-2deg) scaleY(1.05)}35%{transform:rotate(2deg) scaleY(1)}50%{transform:rotate(-2deg)}65%{transform:rotate(1deg)}80%{transform:rotate(-1deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(0.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg)}100%{-webkit-transform:rotate(0deg)}}.bounce{animation-name:bounce;-webkit-animation-name:bounce;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease;-webkit-animation-timing-function:ease;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes bounce{0%{transform:translateY(0%) scaleY(0.6)}60%{transform:translateY(-100%) scaleY(1.1)}70%{transform:translateY(0%) scaleY(0.95) scaleX(1.05)}80%{transform:translateY(0%) scaleY(1.05) scaleX(1)}90%{transform:translateY(0%) scaleY(0.95) scaleX(1)}100%{transform:translateY(0%) scaleY(1) scaleX(1)}}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0%) scaleY(0.6)}60%{-webkit-transform:translateY(-100%) scaleY(1.1)}70%{-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleY(1.05) scaleX(1)}90%{-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1)}100%{-webkit-transform:translateY(0%) scaleY(1) scaleX(1)}}.pulse{animation-name:pulse;-webkit-animation-name:pulse;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes pulse{0%{transform:scale(0.9);opacity:.7}50%{transform:scale(1);opacity:1}100%{transform:scale(0.9);opacity:.7}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.95);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(0.95);opacity:.7}}.floating{animation-name:floating;-webkit-animation-name:floating;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes floating{0%{transform:translateY(0%)}50%{transform:translateY(8%)}100%{transform:translateY(0%)}}@-webkit-keyframes floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(8%)}100%{-webkit-transform:translateY(0%)}}.tossing{animation-name:tossing;-webkit-animation-name:tossing;animation-duration:2.5s;-webkit-animation-duration:2.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes tossing{0%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}100%{transform:rotate(-4deg)}}@-webkit-keyframes tossing{0%{-webkit-transform:rotate(-4deg)}50%{-webkit-transform:rotate(4deg)}100%{-webkit-transform:rotate(-4deg)}}.pullUp{animation-name:pullUp;-webkit-animation-name:pullUp;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes pullUp{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullUp{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.pullDown{animation-name:pullDown;-webkit-animation-name:pullDown;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 0%;-ms-transform-origin:50% 0%;-webkit-transform-origin:50% 0%}@keyframes pullDown{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullDown{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.stretchLeft{animation-name:stretchLeft;-webkit-animation-name:stretchLeft;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:100% 0%;-ms-transform-origin:100% 0%;-webkit-transform-origin:100% 0%}@keyframes stretchLeft{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchLeft{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.stretchRight{animation-name:stretchRight;-webkit-animation-name:stretchRight;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:0% 0%;-ms-transform-origin:0% 0%;-webkit-transform-origin:0% 0%}@keyframes stretchRight{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchRight{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.Rotate{animation-name:Rotate;-webkit-animation-name:Rotate;animation-duration:3s;-webkit-animation-duration:3s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes Rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}.Linear_1{animation-name:Linear_1;-webkit-animation-name:Linear_1;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Linear_1{0%{transform:translate(0px, 0px)}50%{transform:translate(-20px, 0px)}100%{transform:translate(0px, 0px)}}@-webkit-keyframes Linear_1{0%{-webkit-transform:translate(0px, 0px)}50%{transform:translate(-20px, 0px)}100%{-webkit-transform:translate(0px, 0px)}}.Linear_2{animation-name:Linear_2;-webkit-animation-name:Linear_2;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Linear_2{0%{transform:translate(0px, 0px)}50%{transform:translate(20px, 0px)}100%{transform:translate(0px, 0px)}}@-webkit-keyframes Linear_2{0%{-webkit-transform:translate(0px, 0px)}50%{transform:translate(20px, 0px)}100%{-webkit-transform:translate(20px, 0px)}}.pulse-down{-webkit-animation:pulse-down 3s ease-in infinite;animation:pulse-down 3s ease-in infinite}@-webkit-keyframes pulse-down{80%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}85%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}90%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}95%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}}@keyframes pulse-down{80%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}85%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}90%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}95%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}}@keyframes fadeinout{0%{opacity:0}6.25%{opacity:1}26.75%{opacity:1}33%{opacity:0}}@keyframes flipdown{0%{opacity:0;transform-origin:top center;transform:rotateX(-90deg)}5%{opacity:1}80%{transform:rotateX(8deg)}83%{transform:rotateX(6deg)}92%{transform:rotateX(-3deg)}100%{transform-origin:top center;transform:rotateX(0deg)}}/*# sourceMappingURL=admin.css.map */
1
+ .efbl_wrap{float:left;clear:both;position:relative;width:98.4%;overflow:hidden;background-color:#fff;margin-top:40px}.efbl_wrap a,.efbl_wrap .btn{text-transform:capitalize}.efbl_wrap a::focus,.efbl_wrap a:visited,.efbl_wrap .btn::focus,.efbl_wrap .btn:visited{color:#fff}.efbl_wrap i.left{margin-right:10px}.efbl_wrap .efbl_wrap_inner{float:left;width:100%;clear:both;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_auth_form{padding-top:30px}.efbl_wrap .efbl_wrap_inner .efbl_auth_btn:hover{background-color:#02acf7;color:#fff}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder{float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_right{float:right;margin-right:20px;margin-top:12px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_right a{color:#fff;font-size:17px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header{background-color:#27aae4;color:#fff;padding:5px 0;height:56px;float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs{background-color:transparent;float:left;width:auto;margin-left:17px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a{color:#fff;display:table}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a .material-icons{line-height:unset;margin-right:5px;float:left}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a span{text-transform:capitalize}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs .indicator{background-color:#1bf1e9;margin-bottom:0;width:140px;float:none;margin:0 auto}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder{float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c{padding:15px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .efbl_authentication_btn{padding:10px 25px 10px 10px;height:auto;line-height:2.5;text-transform:capitalize}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .efbl_authentication_btn .efb_icon{height:40px;margin-right:5px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row{margin-top:20px;margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row .collection{margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row .efbl_all_pages{padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .fta_empty_at#efbl-authentication .auth-row{margin:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header{text-transform:capitalize;font-size:22px;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header .material-icons{margin-top:4px;color:#02acf7}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header .efbl_collapsible_icon{position:absolute;right:0;font-size:30px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header.active .efbl_collapsible_icon{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-header{font-size:16px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-header .material-icons{font-size:19px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-body p{font-size:14px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_collapsible_info{padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_collapsible_info:last-child{margin-top:10px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator_main{margin-bottom:20px;float:left;padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator{float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator h5{margin-bottom:20px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .select-wrapper{margin-top:12px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator .efbl_fields.s6:nth-child(even) .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_like_box_shortocode_genrator .efbl_fields.s6:nth-child(odd) .efbl_open_likebox_collapisble{right:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_open_likebox_collapisble{position:absolute;right:0;font-size:21px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_fields{padding:0;margin-top:10px;margin-bottom:10px;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_fields.efbl_filter_events_wrap{display:none}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .input-field.col label{left:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .select-wrapper input.select-dropdown{color:#867979}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_submit,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_shortcode_submit{margin-top:20px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode{display:none;float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode p,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode p{margin-top:20px;margin-bottom:0;font-size:14px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl-likebox-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl-likebox-shortcode-block{margin-bottom:0;margin-top:5px;box-shadow:none;border:none}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_likebox_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_likebox_shortcode_generated_final{margin-top:0;width:100%;text-align:center;border-radius:0;padding:5px;line-height:normal;background-color:#25a69aad;box-shadow:none}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_likebox_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_likebox_shortcode_generated_final i{border-radius:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c å p{margin-top:0;font-size:16px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c ol li{font-size:14px;padding:5px 0;line-height:1.5;color:#867979}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c a.btn{margin-top:10px;font-size:15px;padding:6px 20px;height:auto}.efbl_wrap p{font-size:15px;line-height:1.8;font-weight:400;color:#867979;position:relative}.efbl_wrap .efbl_popup_settings{float:left;width:100%}.efbl_wrap .efbl_popup_settings .efbl_popup_info{margin-top:10px;float:left}.efbl_wrap .efbl_popup_settings .select-dropdown [type=checkbox] + label:before,.efbl_wrap .efbl_popup_settings .select-dropdown [type=checkbox]:not(.filled-in) + label:after{top:-17px}.efbl_wrap .efbl_popup_settings .efbl_fields{float:left;width:100%}.efbl_wrap .efbl_popup_settings .checkbox-row{margin-top:20px;padding:0 .75rem}.efbl_wrap .input-field.col label{color:#867979}.efbl_wrap blockquote{background-color:#26a69a;color:#fff;padding:15px;font-size:13px;border-left:5px solid #6fc2ba}.efbl_wrap #efbl-skins .efbl_create_skin{height:auto;padding:5px 25px 5px 20px}.efbl_wrap #efbl-skins .efbl_new_skin{display:none}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details{min-height:550px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details #efbl_skin_feat_img{width:75.8%}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.waves-input-wrapper{height:auto;padding:5px 20px 5px 20px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details #efbl_skin_feat_img_btn{text-transform:capitalize}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.create_new_skin_fb_wrap.waves-input-wrapper{padding:3px 23px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.create_new_skin_fb_wrap.waves-input-wrapper .right{margin-left:5px;font-size:17px;margin-top:2px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .efbl_show_all_skins{margin-bottom:10px;text-transform:capitalize;height:auto;padding:5px 15px 5px 15px}.efbl_wrap #efbl-skins .efbl_all_skins{margin-top:20px;margin-bottom:0}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin{display:inline-block;margin-right:15px;margin-bottom:15px;padding:10px;margin-top:0;width:24%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .skin_free_full{position:absolute;width:100%;height:100%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .skin_free_full:focus{box-shadow:none}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .selected_layout{padding:6px;float:left;width:100%;background:#27aae4;color:#fff;text-align:center;font-weight:bold;text-transform:capitalize;margin-bottom:10px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .card-image{max-height:150px;overflow:hidden}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .card-content{border-bottom:1px solid #baa5a5;padding:20px 0 5px 0;margin-bottom:15px;float:left;width:100%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .btn .material-icons{font-size:15px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin a.btn{padding:0 20px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete{padding-right:0;padding-left:0;width:42%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect .material-icons,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete .material-icons{position:absolute;right:10px;top:2px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect span,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete span{float:none;margin:0 auto;display:table}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_copy_skin_id{float:left;width:100%;margin-top:20px}.efbl_wrap .efbl_single_skin:nth-child(4n+4){margin-right:0 !important}.efbl_wrap .efbl_single_skin_free{background:#f7f5f2;opacity:.955}.efbl_wrap #efbl-general{position:relative;min-height:300px;padding:0}.efbl_wrap #efbl-general .row{margin-bottom:0}.efbl_wrap .efbl-tabs-vertical{float:left;width:100%;position:relative}.efbl_wrap .efbl-tabs-vertical .efbl_si_tabs_name_holder{padding:0;position:absolute;height:100%;background-color:#0090d0;width:210px}.efbl_wrap .efbl-tabs-vertical .tabs{height:auto;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;display:-webkit-flex;display:flex;color:#939aaa;background-color:transparent}.efbl_wrap .efbl-tabs-vertical .tab{width:100%;text-align:left;padding-left:11px}.efbl_wrap .efbl-tabs-vertical .tab a{padding:0;color:#fff}.efbl_wrap .efbl-tabs-vertical .tab a span{margin-left:8px}.efbl_wrap .efbl-tabs-vertical .tab a:focus{box-shadow:none !important}.efbl_wrap .efbl-tabs-vertical .tab .active{-moz-transition:border-color .5s ease;-o-transition:border-color .5s ease;-webkit-transition:border-color .5s ease;transition:border-color .5s ease;border-right:4px solid #1bf1e9}.efbl_wrap .efbl-tabs-vertical .tab:hover a{border-color:#7fc6a6}.efbl_wrap .efbl-tabs-vertical .indicator{display:none}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder{float:left;margin-left:210px;padding:13px 15px 20px;min-height:400px;width:auto}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content{float:left;width:100%;padding:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder{float:left;padding:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl-shortcode-block{float:left;margin-top:0;margin-bottom:5px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_copy_shortcode{margin-top:0;border-radius:0;box-shadow:none;float:left;background-color:#25a69aad;font-size:15px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_copy_shortcode i{margin:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder p{float:left;margin-top:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder h5{float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_more_head{margin-top:20px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks{height:auto;padding:5px 25px 5px 18px;text-transform:capitalize}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks:hover,.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks:focus{color:#fff}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks .material-icons{font-size:26px;margin-right:8px;font-weight:bold}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap{float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap .fl_available_networks_wrap{float:left;width:100%;margin:15px 0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap .fl_available_networks_wrap .fl_available_network_wrap{display:inline-block;margin-right:5px;padding:5px 20px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap{float:left;width:25%;padding:15px;text-align:center}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap h2{font-size:24px;margin:0;margin-bottom:10px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap img{width:100%;background:rgba(224,228,233,.3019607843);padding:10px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap ul{list-style-type:none;float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap li{display:inline-block;float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap input[type=checkbox]{display:none}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label{border:1px solid #fff;padding:8px;display:block;position:relative;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;width:100%;height:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label::before{background-color:#fff;color:#fff;content:" ";display:block;border-radius:50%;border:1px solid #09b95a;position:absolute;top:-5px;left:-5px;width:25px;height:25px;text-align:center;line-height:28px;transition-duration:.4s;transform:scale(0)}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label img{transition-duration:.2s;transform-origin:50% 50%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label{border-color:#ddd}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label::before{content:"✓";background-color:#09b95a;transform:scale(1)}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label img{transform:scale(0.9);z-index:-1}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_sidebar img{padding-left:0;padding-bottom:0}.toplevel_page_easy-facebook-likebox #wpfooter{position:relative}.toplevel_page_easy-facebook-likebox #toast-container{top:auto;bottom:0;left:153px;right:0;margin-left:auto;margin-right:auto;text-align:center;width:89.1%;background-color:#02acf7;color:#fff;max-width:100%;min-height:60px}.toplevel_page_easy-facebook-likebox #toast-container .toast{top:auto !important;text-align:center;float:none;margin:0 auto;display:table;background-color:transparent;border:none;box-shadow:none;transition:none !important;font-size:20px;font-weight:400;position:relative;display:inline-block;line-height:2;align-items:normal}.toplevel_page_easy-facebook-likebox #toast-container.efbl_green{background-color:#7fc6a6}.toplevel_page_easy-facebook-likebox #toast-container.efbl_red{background-color:#ed6d62}.slideDown{animation-name:slideDown;-webkit-animation-name:slideDown;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes slideDown{0%{transform:translateY(-100%)}50%{transform:translateY(8%)}65%{transform:translateY(-4%)}80%{transform:translateY(4%)}95%{transform:translateY(-2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%)}50%{-webkit-transform:translateY(8%)}65%{-webkit-transform:translateY(-4%)}80%{-webkit-transform:translateY(4%)}95%{-webkit-transform:translateY(-2%)}100%{-webkit-transform:translateY(0%)}}.slideUp{animation-name:slideUp;-webkit-animation-name:slideUp;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes slideUp{0%{transform:translateY(0%)}50%{transform:translateY(-2%)}95%{transform:translateY(-8%)}100%{transform:translateY(-100%)}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(100%)}50%{-webkit-transform:translateY(-8%)}65%{-webkit-transform:translateY(4%)}80%{-webkit-transform:translateY(-4%)}95%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}.slideLeft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@-webkit-keyframes slideLeft{0%{-ms-transform:translate(-20px, 0);-webkit-transform:translate(-20px, 0);transform:translate(-20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}@keyframes slideLeft{0%{-ms-transform:translate(-20px, 0);-webkit-transform:translate(-20px, 0);transform:translate(-20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}.SlideRight{animation-name:SlideRight;-webkit-animation-name:SlideRight;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@-webkit-keyframes SlideRight{0%{-ms-transform:translate(20px, 0);-webkit-transform:translate(20px, 0);transform:translate(20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}@keyframes SlideRight{0%{-ms-transform:translate(20px, 0);-webkit-transform:translate(20px, 0);transform:translate(20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}.slideExpandUp{animation-name:slideExpandUp;-webkit-animation-name:slideExpandUp;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease -out;visibility:visible !important}@keyframes slideExpandUp{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(-8%) scaleX(0.5)}40%{transform:translateY(2%) scaleX(0.5)}50%{transform:translateY(0%) scaleX(1.1)}60%{transform:translateY(0%) scaleX(0.9)}70%{transform:translateY(0%) scaleX(1.05)}80%{transform:translateY(0%) scaleX(0.95)}90%{transform:translateY(0%) scaleX(1.02)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}40%{-webkit-transform:translateY(2%) scaleX(0.5)}50%{-webkit-transform:translateY(0%) scaleX(1.1)}60%{-webkit-transform:translateY(0%) scaleX(0.9)}70%{-webkit-transform:translateY(0%) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleX(0.95)}90%{-webkit-transform:translateY(0%) scaleX(1.02)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp{animation-name:expandUp;-webkit-animation-name:expandUp;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes expandUp{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{transform:translateY(-7%) scaleY(1.12)}75%{transform:translateY(3%)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{-webkit-transform:translateY(-7%) scaleY(1.12)}75%{-webkit-transform:translateY(3%)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}@keyframes fadeIn{0%{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}100%{opacity:1;-webkit-transition-duration:1.1s;transition-duration:1.1s;-webkit-transition-delay:.05s;transition-delay:.05s}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}100%{opacity:1;-webkit-transition-duration:1.1s;transition-duration:1.1s;-webkit-transition-delay:.05s;transition-delay:.05s}}.fadeIn{animation-name:fadeIn;-webkit-animation-name:fadeIn;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}.fadeOut{animation-name:fadeOut;-webkit-animation-name:fadeOut;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.expandOpen{animation-name:expandOpen;-webkit-animation-name:expandOpen;animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes expandOpen{0%{transform:scale(1.8)}50%{transform:scale(0.95)}80%{transform:scale(1.05)}90%{transform:scale(0.98)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(0.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(0.98)}100%{-webkit-transform:scale(1)}}.bigEntrance{animation-name:bigEntrance;-webkit-animation-name:bigEntrance;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes bigEntrance{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}@-webkit-keyframes bigEntrance{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}.hatch{animation-name:hatch;-webkit-animation-name:hatch;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes hatch{0%{transform:rotate(0deg) scaleY(0.6)}20%{transform:rotate(-2deg) scaleY(1.05)}35%{transform:rotate(2deg) scaleY(1)}50%{transform:rotate(-2deg)}65%{transform:rotate(1deg)}80%{transform:rotate(-1deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(0.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg)}100%{-webkit-transform:rotate(0deg)}}.bounce{animation-name:bounce;-webkit-animation-name:bounce;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease;-webkit-animation-timing-function:ease;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes bounce{0%{transform:translateY(0%) scaleY(0.6)}60%{transform:translateY(-100%) scaleY(1.1)}70%{transform:translateY(0%) scaleY(0.95) scaleX(1.05)}80%{transform:translateY(0%) scaleY(1.05) scaleX(1)}90%{transform:translateY(0%) scaleY(0.95) scaleX(1)}100%{transform:translateY(0%) scaleY(1) scaleX(1)}}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0%) scaleY(0.6)}60%{-webkit-transform:translateY(-100%) scaleY(1.1)}70%{-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleY(1.05) scaleX(1)}90%{-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1)}100%{-webkit-transform:translateY(0%) scaleY(1) scaleX(1)}}.pulse{animation-name:pulse;-webkit-animation-name:pulse;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes pulse{0%{transform:scale(0.9);opacity:.7}50%{transform:scale(1);opacity:1}100%{transform:scale(0.9);opacity:.7}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.95);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(0.95);opacity:.7}}.floating{animation-name:floating;-webkit-animation-name:floating;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes floating{0%{transform:translateY(0%)}50%{transform:translateY(8%)}100%{transform:translateY(0%)}}@-webkit-keyframes floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(8%)}100%{-webkit-transform:translateY(0%)}}.tossing{animation-name:tossing;-webkit-animation-name:tossing;animation-duration:2.5s;-webkit-animation-duration:2.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes tossing{0%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}100%{transform:rotate(-4deg)}}@-webkit-keyframes tossing{0%{-webkit-transform:rotate(-4deg)}50%{-webkit-transform:rotate(4deg)}100%{-webkit-transform:rotate(-4deg)}}.pullUp{animation-name:pullUp;-webkit-animation-name:pullUp;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes pullUp{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullUp{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.pullDown{animation-name:pullDown;-webkit-animation-name:pullDown;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 0%;-ms-transform-origin:50% 0%;-webkit-transform-origin:50% 0%}@keyframes pullDown{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullDown{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.stretchLeft{animation-name:stretchLeft;-webkit-animation-name:stretchLeft;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:100% 0%;-ms-transform-origin:100% 0%;-webkit-transform-origin:100% 0%}@keyframes stretchLeft{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchLeft{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.stretchRight{animation-name:stretchRight;-webkit-animation-name:stretchRight;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:0% 0%;-ms-transform-origin:0% 0%;-webkit-transform-origin:0% 0%}@keyframes stretchRight{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchRight{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.Rotate{animation-name:Rotate;-webkit-animation-name:Rotate;animation-duration:3s;-webkit-animation-duration:3s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes Rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}.Linear_1{animation-name:Linear_1;-webkit-animation-name:Linear_1;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Linear_1{0%{transform:translate(0px, 0px)}50%{transform:translate(-20px, 0px)}100%{transform:translate(0px, 0px)}}@-webkit-keyframes Linear_1{0%{-webkit-transform:translate(0px, 0px)}50%{transform:translate(-20px, 0px)}100%{-webkit-transform:translate(0px, 0px)}}.Linear_2{animation-name:Linear_2;-webkit-animation-name:Linear_2;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Linear_2{0%{transform:translate(0px, 0px)}50%{transform:translate(20px, 0px)}100%{transform:translate(0px, 0px)}}@-webkit-keyframes Linear_2{0%{-webkit-transform:translate(0px, 0px)}50%{transform:translate(20px, 0px)}100%{-webkit-transform:translate(20px, 0px)}}.pulse-down{-webkit-animation:pulse-down 3s ease-in infinite;animation:pulse-down 3s ease-in infinite}@-webkit-keyframes pulse-down{80%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}85%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}90%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}95%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}}@keyframes pulse-down{80%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}85%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}90%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}95%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}}@keyframes fadeinout{0%{opacity:0}6.25%{opacity:1}26.75%{opacity:1}33%{opacity:0}}@keyframes flipdown{0%{opacity:0;transform-origin:top center;transform:rotateX(-90deg)}5%{opacity:1}80%{transform:rotateX(8deg)}83%{transform:rotateX(6deg)}92%{transform:rotateX(-3deg)}100%{transform-origin:top center;transform:rotateX(0deg)}}.efbl-confirm-modal.modal{top:25% !important;width:40%}.efbl-confirm-modal.modal .mif-close-modal.modal-close{position:absolute;right:5px;top:5px}.efbl-confirm-modal.modal{width:30%}.efbl-confirm-modal .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center;padding-top:0}.efbl-confirm-modal .mif-modal-content p{font-size:13px;line-height:1.8;border-bottom:1px solid #ccc;padding-bottom:12px}.efbl-confirm-modal .mif-modal-content .mif-lock-icon .material-icons{color:#ed6d62;font-size:60px}.efbl-confirm-modal .mif-modal-content .btn{font-size:13px;padding:10px 25px 10px 10px;height:auto;text-transform:capitalize}.efbl-confirm-modal .mif-modal-content .btn img{height:31px;margin-right:5px}.efbl-confirm-modal .mif-modal-content .btn{padding:10px 20px;height:auto;width:auto;line-height:normal;font-size:15px;border-radius:0;margin-right:30px}.efbl-confirm-modal .mif-modal-content .efbl_skin_delete{background:#ed6d62}/*# sourceMappingURL=admin.css.map */
easy-facebook-likebox/admin/assets/css/admin.css.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../scss/admin.scss"],"names":[],"mappings":"AAAA,8EAEA,WACE,WACA,WACA,kBACA,YACA,gBACA,sBACA,gBAKA,4BACK,WACA,WACA,WACA,kBAEA,4CACI,iBAEJ,iDACA,yBACA,WAEJ,8CACI,WACA,WACA,gEACE,yBACA,WACA,cACA,YACA,WACA,WAEA,2EACC,6BACA,WACA,WACA,iBAEA,6EACE,WACA,cAEA,6FACC,kBAGL,sFACG,yBACA,gBAMR,+CACI,aACA,WACA,WAGC,6FACI,4BACH,YACA,gBACA,0BAEA,uGACI,YACJ,iBAID,8EACI,gBACI,gBACJ,0FACA,gBAEA,8FACA,UASN,2FACA,SAKE,wEACI,gBACC,4FACI,0BACN,eACA,kBACA,4GACA,eACC,cAED,mHACA,kBACA,QACA,eAIG,0HACJ,6BACA,iCACA,yBAEE,0FAqFI,eAlFF,qIACC,eACA,qJACI,eAGL,qIACI,eAGL,6HACI,eAGJ,gJACI,mBACA,WACA,WAEJ,2IACI,gBACL,WAEC,iIACI,gBAEJ,qXACH,WAEG,oZACA,QAEA,wRACA,kBACH,QACA,eAEI,8HACF,UACA,gBACC,mBACI,kBAEH,wIACC,OAED,uJACI,cAGJ,wRACI,gBAEJ,8RACA,aACI,WACJ,kSACI,gBACT,gBACA,eAGM,oqBACA,gBACA,eAGA,4sBACQ,aACT,WACA,kBACA,gBACA,YACA,mBAED,otBACI,gBAOD,4FACI,aACV,eAEG,gGACM,eACR,cACA,gBACI,cAEF,gGACI,gBACN,eACA,iBACA,YAUR,aACG,eACA,gBACA,gBACA,cACI,kBAGP,gCACI,WACD,WAEC,6CACI,WACF,WAGF,8CAEI,gBACH,iBAGL,gDAIE,sBACY,yBACN,WACA,aACA,eACA,8BAIR,sCACA,aAEE,iFACI,YAIN,uCACI,gBACA,gBACA,yDACO,qBACN,kBACC,mBACA,aACA,aAEA,uEACI,gCACH,oBACA,sBACA,mBAGF,4EACI,WACH,WACA,gBAQR,iEAEA,sDACM,SACH,SACA,WACA,QACA,iBACA,kBACA,kBACA,YACA,yBACA,WACA,eACA,gBAEC,6DACQ,oBACN,kBACA,WACA,cACA,cACA,6BACA,YACA,gBACA,2BACA,eACA,gBACA,kBACA,qBACA,cACI,mBAGV,0FACA,wFAyBD,WAEC,yBAEA,iCAIA,sBAEA,8BAIA,+BAEA,uCAIA,8BAMD,qBAEC,GAEC,4BAID,IAEC,yBAID,IAEC,0BAID,IAEC,yBAID,IAEC,0BAID,KAEC,0BAQF,6BAEC,GAEC,oCAID,IAEC,iCAID,IAEC,kCAID,IAEC,iCAID,IAEC,kCAID,KAEC,kCAuBF,SAEC,uBAEA,+BAIA,sBAEA,8BAIA,mCAEA,2CAIA,8BAMD,mBAEC,GAEC,yBAMD,IAEC,0BAQD,IAEC,0BAMD,KAEC,6BAUF,2BAEC,GAEC,mCAID,IAEC,kCAID,IAEC,iCAID,IAEC,kCAID,IAEC,iCAID,KAEC,kCAwBF,WAEC,yBAEA,iCAIA,uBAEA,+BAIA,sCAEA,8CAIA,8BAMD,6BAEC,GAIA,kCAEC,sCAEA,8BAEA,UAID,KAEA,8BAEC,kCAEA,0BAEA,WAIF,qBAEC,GAEA,kCAEC,sCAEA,wCAIA,KAEA,8BAEA,kCAEA,qCAoBF,YAEC,0BAEA,kCAIA,uBAEA,+BAIA,sCAEA,8CAIA,8BAMD,8BAEC,GAIA,iCAEC,qCAEA,6BAEA,UAID,KAEA,8BAEC,kCAEA,0BAEA,WAIF,sBAEC,GAEA,iCAEC,qCAEA,uCAIA,KAEA,8BAEA,kCAEA,qCAoBF,eAEC,6BAEA,qCAIA,wBAEA,gCAIA,mCAEA,4CAIA,8BAMD,yBAEC,GAEC,uCAID,IAEC,sCAID,IAEC,qCAID,IAEC,qCAID,IAEC,qCAID,IAEC,sCAID,IAEC,sCAID,IAEC,sCAID,KAEC,oCAQF,iCAEC,GAEC,+CAID,IAEC,8CAID,IAEC,6CAID,IAEC,6CAID,IAEC,6CAID,IAEC,8CAID,IAEC,8CAID,IAEC,8CAID,KAEC,4CAsBF,UAEC,wBAEA,gCAIA,uBAEA,+BAIA,+BAEA,uCAIA,8BAMD,oBAEC,GAEC,kDAID,IAEC,uCAID,IAEC,yBAID,KAEC,6CAQF,4BAEC,GAEC,0DAID,IAEC,+CAID,IAEC,iCAID,KAEC,qDAoBF,kBAEC,GAEC,UAEE,oCAEA,4BAEA,kEAEA,0DAMH,KAIA,UAEG,iCAEA,yBAEA,8BAEA,uBAQJ,0BAEE,GAEA,UAEE,oCAEA,4BAEA,kEAEA,0DAMH,KAIA,UAEG,iCAEA,yBAEA,8BAEA,uBAUJ,QAEG,sBAEF,8BAIA,wBAEA,gCAIA,sCAEA,8CAIA,8BAkBD,SAEC,uBAEA,+BAIA,sBAEA,8BAIA,sCAEA,8CAIA,8BAMD,mBAEE,aAEU,gBAMZ,2BAEE,aAEU,gBAsBZ,YAEC,0BAEA,kCAIA,wBAEA,gCAIA,mCAEA,2CAIA,8BAMD,sBAEC,GAEC,qBAID,IAEC,sBAID,IAEC,sBAID,IAEC,sBAID,KAEC,oBAQF,8BAEC,GAEC,6BAID,IAEC,8BAID,IAEC,8BAID,IAEC,8BAID,KAEC,4BAsBF,aAEC,2BAEA,mCAIA,wBAEA,gCAIA,mCAEA,2CAIA,8BAMD,uBAEC,GAEC,mEAEA,WAID,IAEC,mEAEA,UAID,IAEC,iEAEA,UAID,IAEC,kEAEA,UAID,IAEC,iEAEA,UAID,IAEC,iEAEA,UAID,KAEC,8DAEA,WAQF,+BAEC,GAEC,2EAEA,WAID,IAEC,2EAEA,UAID,IAEC,yEAEA,UAID,IAEC,0EAEA,UAID,IAEC,yEAEA,UAID,IAEC,yEAEA,UAID,KAEC,sEAEA,WAoBF,OAEC,qBAEA,6BAIA,sBAEA,8BAIA,sCAEA,8CAIA,0BAEA,8BAEA,kCAIA,8BAMD,iBAEC,GAEC,mCAID,IAEC,qCAID,IAEC,iCAID,IAEC,wBAID,IAEC,uBAID,IAEC,wBAID,KAEC,wBAQF,yBAEC,GAEC,2CAID,IAEC,6CAID,IAEC,yCAID,IAEC,gCAID,IAEC,+BAID,IAEC,gCAID,KAEC,gCAwBF,QAEC,sBAEA,8BAIA,wBAEA,gCAIA,+BAEA,uCAIA,0BAEA,8BAEA,kCAMD,kBAEC,GAEC,qCAID,IAEC,wCAID,IAEC,mDAID,IAEC,gDAID,IAEC,gDAID,KAEC,8CAQF,0BAEC,GAEC,6CAID,IAEC,gDAID,IAEC,2DAID,IAEC,wDAID,IAEC,wDAID,KAEC,sDAsBF,OAEC,qBAEA,6BAIA,wBAEA,gCAIA,mCAEA,2CAMD,iBAEC,GAEC,qBAEA,WAID,IAEC,mBAEA,UAID,KAEC,qBAEA,YAQF,yBAEC,GAEC,8BAEA,WAID,IAEC,2BAEA,UAID,KAEC,8BAEA,YAoBF,UAEC,wBAEA,gCAIA,wBAEA,gCAIA,mCAEA,2CAMD,oBAEC,GAEC,yBAID,IAEC,yBAID,KAEC,0BAQF,4BAEC,GAEC,iCAID,IAEC,iCAID,KAEC,kCAoBF,SAEC,uBAEA,+BAIA,wBAEA,gCAIA,mCAEA,2CAMD,mBAEC,GAEC,wBAID,IAEC,uBAID,KAEC,yBAQF,2BAEC,GAEC,gCAID,IAEC,+BAID,KAEC,iCAoBF,QAEC,sBAEA,8BAIA,wBAEA,gCAIA,mCAEA,2CAIA,0BAEA,8BAEA,kCAMD,kBAEC,GAEC,sBAID,IAEC,uBAID,IAEC,uBAID,IAEC,uBAID,KAEC,uBAID,IAEC,uBAID,KAEC,qBAQF,0BAEC,GAEC,8BAID,IAEC,+BAID,IAEC,+BAID,IAEC,+BAID,KAEC,+BAID,IAEC,+BAID,KAEC,6BAoBF,UAEC,wBAEA,gCAIA,wBAEA,gCAIA,mCAEA,2CAIA,wBAEA,4BAEA,gCAMD,oBAEC,GAEC,sBAID,IAEC,uBAID,IAEC,uBAID,IAEC,uBAID,KAEC,uBAID,IAEC,uBAID,KAEC,qBAQF,4BAEC,GAEC,8BAID,IAEC,+BAID,IAEC,+BAID,IAEC,+BAID,KAEC,+BAID,IAEC,+BAID,KAEC,6BAoBF,aAEC,2BAEA,mCAIA,wBAEA,gCAIA,mCAEA,2CAIA,yBAEA,6BAEA,iCAMD,uBAEC,GAEC,sBAID,IAEC,uBAID,IAEC,uBAID,IAEC,uBAID,KAEC,uBAID,IAEC,uBAID,KAEC,qBAQF,+BAEC,GAEC,8BAID,IAEC,+BAID,IAEC,+BAID,IAEC,+BAID,KAEC,+BAID,IAEC,+BAID,KAEC,6BAoBF,cAEC,4BAEA,oCAIA,wBAEA,gCAIA,mCAEA,2CAIA,uBAEA,2BAEA,+BAMD,wBAEC,GAEC,sBAID,IAEC,uBAID,IAEC,uBAID,IAEC,uBAID,KAEC,uBAID,IAEC,uBAID,KAEC,qBAQF,gCAEC,GAEC,8BAID,IAEC,+BAID,IAEC,+BAID,IAEC,+BAID,KAEC,+BAID,IAEC,+BAID,KAEC,6BAMF,QAEC,sBAEA,8BAIA,sBAEA,8BAIA,mCAEA,2CAIA,iCAEA,yCAMD,kBAEC,GAEA,uBAIA,KAEA,0BAQD,0BAEC,GAEA,+BAQA,KAEA,kCAUD,UAIC,wBAEA,gCAIA,sBAEA,8BAIA,iCAEA,yCAUD,oBAEC,GAEA,8BAMA,IAEA,gCAMC,KAED,+BAMD,4BAEC,GAEA,sCAMD,IAEC,gCAMC,KAED,uCAQD,UAIC,wBAEA,gCAIA,sBAEA,8BAIA,iCAEA,yCAUD,oBAEC,GAEA,8BAIA,IAEA,+BAMC,KAED,+BAMD,4BAEC,GAEA,sCAMD,IAEC,+BAMC,KAED,wCAOA,YACG,iDACA,yCAGJ,8BACI,IACI,yCACQ,iCAEZ,IACI,yCACQ,iCAEZ,IACI,yCACQ,iCAEZ,IACK,yCACQ,iCACZ,KACK,yCACO,kCAIjB,sBACI,IACI,yCACQ,iCAEZ,IACI,yCACQ,iCAEZ,IACI,yCACQ,iCAEZ,IACK,yCACQ,iCACZ,KACK,yCACO,kCAGjB,qBACE,GACE,UAEF,MACE,UAEF,OACE,UAEF,IACE,WAIJ,oBACE,GACE,UACA,4BACA,0BAEF,GACE,UAEF,IACE,wBAEF,IACE,wBAEF,IACE,yBAEF,KACE,4BACA","file":"admin.css"}
 
easy-facebook-likebox/admin/assets/css/efbl-customizer.css CHANGED
@@ -1 +1 @@
1
- #accordion-panel-efbl_customize_panel{display:block !important}#sub-accordion-section-efbl_layout,#accordion-section-efbl_layout,#sub-accordion-section-efbl_typography,#accordion-section-efbl_typography,#sub-accordion-section-efbl_header,#accordion-section-efbl_header,#sub-accordion-section-efbl_feed,#accordion-section-efbl_feed{background:#fff !important}#sub-accordion-section-efbl_layout input[type=range] + .thumb.active,#accordion-section-efbl_layout input[type=range] + .thumb.active,#sub-accordion-section-efbl_typography input[type=range] + .thumb.active,#accordion-section-efbl_typography input[type=range] + .thumb.active,#sub-accordion-section-efbl_header input[type=range] + .thumb.active,#accordion-section-efbl_header input[type=range] + .thumb.active,#sub-accordion-section-efbl_feed input[type=range] + .thumb.active,#accordion-section-efbl_feed input[type=range] + .thumb.active{position:relative;background-color:#26a69a;top:0 !important;left:0 !important;right:0 !important;transform:none}#sub-accordion-section-efbl_layout .customize-control-checkbox input,#sub-accordion-section-efbl_layout .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_layout .customize-control-radio input,#accordion-section-efbl_layout .customize-control-checkbox input,#accordion-section-efbl_layout .customize-control-nav_menu_auto_add input,#accordion-section-efbl_layout .customize-control-radio input,#sub-accordion-section-efbl_typography .customize-control-checkbox input,#sub-accordion-section-efbl_typography .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_typography .customize-control-radio input,#accordion-section-efbl_typography .customize-control-checkbox input,#accordion-section-efbl_typography .customize-control-nav_menu_auto_add input,#accordion-section-efbl_typography .customize-control-radio input,#sub-accordion-section-efbl_header .customize-control-checkbox input,#sub-accordion-section-efbl_header .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_header .customize-control-radio input,#accordion-section-efbl_header .customize-control-checkbox input,#accordion-section-efbl_header .customize-control-nav_menu_auto_add input,#accordion-section-efbl_header .customize-control-radio input,#sub-accordion-section-efbl_feed .customize-control-checkbox input,#sub-accordion-section-efbl_feed .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_feed .customize-control-radio input,#accordion-section-efbl_feed .customize-control-checkbox input,#accordion-section-efbl_feed .customize-control-nav_menu_auto_add input,#accordion-section-efbl_feed .customize-control-radio input{margin-left:0 !important}#sub-accordion-section-efbl_layout select,#accordion-section-efbl_layout select,#sub-accordion-section-efbl_typography select,#accordion-section-efbl_typography select,#sub-accordion-section-efbl_header select,#accordion-section-efbl_header select,#sub-accordion-section-efbl_feed select,#accordion-section-efbl_feed select{display:block}#sub-accordion-section-efbl_layout .customize-section-description,#accordion-section-efbl_layout .customize-section-description,#sub-accordion-section-efbl_typography .customize-section-description,#accordion-section-efbl_typography .customize-section-description,#sub-accordion-section-efbl_header .customize-section-description,#accordion-section-efbl_header .customize-section-description,#sub-accordion-section-efbl_feed .customize-section-description,#accordion-section-efbl_feed .customize-section-description{font-size:18px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-efbl_layout label,#accordion-section-efbl_layout label,#sub-accordion-section-efbl_typography label,#accordion-section-efbl_typography label,#sub-accordion-section-efbl_header label,#accordion-section-efbl_header label,#sub-accordion-section-efbl_feed label,#accordion-section-efbl_feed label{height:auto}#sub-accordion-section-efbl_layout .customize-control,#accordion-section-efbl_layout .customize-control,#sub-accordion-section-efbl_typography .customize-control,#accordion-section-efbl_typography .customize-control,#sub-accordion-section-efbl_header .customize-control,#accordion-section-efbl_header .customize-control,#sub-accordion-section-efbl_feed .customize-control,#accordion-section-efbl_feed .customize-control{padding-bottom:10px;margin-bottom:0}#sub-accordion-section-efbl_layout .customize-control .customize-control-title,#accordion-section-efbl_layout .customize-control .customize-control-title,#sub-accordion-section-efbl_typography .customize-control .customize-control-title,#accordion-section-efbl_typography .customize-control .customize-control-title,#sub-accordion-section-efbl_header .customize-control .customize-control-title,#accordion-section-efbl_header .customize-control .customize-control-title,#sub-accordion-section-efbl_feed .customize-control .customize-control-title,#accordion-section-efbl_feed .customize-control .customize-control-title{font-size:20px;margin-bottom:10px;color:#555d66;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-efbl_layout #customize-controls .description,#accordion-section-efbl_layout #customize-controls .description,#sub-accordion-section-efbl_typography #customize-controls .description,#accordion-section-efbl_typography #customize-controls .description,#sub-accordion-section-efbl_header #customize-controls .description,#accordion-section-efbl_header #customize-controls .description,#sub-accordion-section-efbl_feed #customize-controls .description,#accordion-section-efbl_feed #customize-controls .description{text-transform:capitalize}#sub-accordion-section-efbl_layout .customize-control .customize-inside-control-row,#accordion-section-efbl_layout .customize-control .customize-inside-control-row,#sub-accordion-section-efbl_typography .customize-control .customize-inside-control-row,#accordion-section-efbl_typography .customize-control .customize-inside-control-row,#sub-accordion-section-efbl_header .customize-control .customize-inside-control-row,#accordion-section-efbl_header .customize-control .customize-inside-control-row,#sub-accordion-section-efbl_feed .customize-control .customize-inside-control-row,#accordion-section-efbl_feed .customize-control .customize-inside-control-row{margin-left:5px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-efbl_layout .select-wrapper,#accordion-section-efbl_layout .select-wrapper,#sub-accordion-section-efbl_typography .select-wrapper,#accordion-section-efbl_typography .select-wrapper,#sub-accordion-section-efbl_header .select-wrapper,#accordion-section-efbl_header .select-wrapper,#sub-accordion-section-efbl_feed .select-wrapper,#accordion-section-efbl_feed .select-wrapper{position:relative}#sub-accordion-section-efbl_layout .select-wrapper .dropdown-content,#accordion-section-efbl_layout .select-wrapper .dropdown-content,#sub-accordion-section-efbl_typography .select-wrapper .dropdown-content,#accordion-section-efbl_typography .select-wrapper .dropdown-content,#sub-accordion-section-efbl_header .select-wrapper .dropdown-content,#accordion-section-efbl_header .select-wrapper .dropdown-content,#sub-accordion-section-efbl_feed .select-wrapper .dropdown-content,#accordion-section-efbl_feed .select-wrapper .dropdown-content{width:100% !important;z-index:99999999999;overflow:visible;height:auto;background-color:#7fc6a6;border:none;box-shadow:none}#sub-accordion-section-efbl_layout .select-wrapper .dropdown-content li,#accordion-section-efbl_layout .select-wrapper .dropdown-content li,#sub-accordion-section-efbl_typography .select-wrapper .dropdown-content li,#accordion-section-efbl_typography .select-wrapper .dropdown-content li,#sub-accordion-section-efbl_header .select-wrapper .dropdown-content li,#accordion-section-efbl_header .select-wrapper .dropdown-content li,#sub-accordion-section-efbl_feed .select-wrapper .dropdown-content li,#accordion-section-efbl_feed .select-wrapper .dropdown-content li{float:left;position:relative;display:inline-block}#sub-accordion-section-efbl_layout .select-wrapper .dropdown-content li span,#accordion-section-efbl_layout .select-wrapper .dropdown-content li span,#sub-accordion-section-efbl_typography .select-wrapper .dropdown-content li span,#accordion-section-efbl_typography .select-wrapper .dropdown-content li span,#sub-accordion-section-efbl_header .select-wrapper .dropdown-content li span,#accordion-section-efbl_header .select-wrapper .dropdown-content li span,#sub-accordion-section-efbl_feed .select-wrapper .dropdown-content li span,#accordion-section-efbl_feed .select-wrapper .dropdown-content li span{color:#fff}#sub-accordion-section-efbl_layout input[type=range],#accordion-section-efbl_layout input[type=range],#sub-accordion-section-efbl_typography input[type=range],#accordion-section-efbl_typography input[type=range],#sub-accordion-section-efbl_header input[type=range],#accordion-section-efbl_header input[type=range],#sub-accordion-section-efbl_feed input[type=range],#accordion-section-efbl_feed input[type=range]{width:100%}#sub-accordion-section-efbl_layout .wp-picker-container,#accordion-section-efbl_layout .wp-picker-container,#sub-accordion-section-efbl_typography .wp-picker-container,#accordion-section-efbl_typography .wp-picker-container,#sub-accordion-section-efbl_header .wp-picker-container,#accordion-section-efbl_header .wp-picker-container,#sub-accordion-section-efbl_feed .wp-picker-container,#accordion-section-efbl_feed .wp-picker-container{width:100%}#sub-accordion-section-efbl_layout .wp-picker-container .wp-color-result.button,#accordion-section-efbl_layout .wp-picker-container .wp-color-result.button,#sub-accordion-section-efbl_typography .wp-picker-container .wp-color-result.button,#accordion-section-efbl_typography .wp-picker-container .wp-color-result.button,#sub-accordion-section-efbl_header .wp-picker-container .wp-color-result.button,#accordion-section-efbl_header .wp-picker-container .wp-color-result.button,#sub-accordion-section-efbl_feed .wp-picker-container .wp-color-result.button,#accordion-section-efbl_feed .wp-picker-container .wp-color-result.button{width:100%;height:33px}#sub-accordion-section-efbl_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-efbl_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-efbl_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-efbl_feed .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_feed .wp-picker-container .wp-color-result.button .wp-color-result-text{width:80%;float:right}#sub-accordion-section-efbl_layout .customize-control-select .customize-control-title,#sub-accordion-section-efbl_layout .customize-control-number .customize-control-title,#accordion-section-efbl_layout .customize-control-select .customize-control-title,#accordion-section-efbl_layout .customize-control-number .customize-control-title,#sub-accordion-section-efbl_typography .customize-control-select .customize-control-title,#sub-accordion-section-efbl_typography .customize-control-number .customize-control-title,#accordion-section-efbl_typography .customize-control-select .customize-control-title,#accordion-section-efbl_typography .customize-control-number .customize-control-title,#sub-accordion-section-efbl_header .customize-control-select .customize-control-title,#sub-accordion-section-efbl_header .customize-control-number .customize-control-title,#accordion-section-efbl_header .customize-control-select .customize-control-title,#accordion-section-efbl_header .customize-control-number .customize-control-title,#sub-accordion-section-efbl_feed .customize-control-select .customize-control-title,#sub-accordion-section-efbl_feed .customize-control-number .customize-control-title,#accordion-section-efbl_feed .customize-control-select .customize-control-title,#accordion-section-efbl_feed .customize-control-number .customize-control-title{border:none;padding-bottom:0}#sub-accordion-section-efbl_layout .wp-picker-input-wrap,#accordion-section-efbl_layout .wp-picker-input-wrap,#sub-accordion-section-efbl_typography .wp-picker-input-wrap,#accordion-section-efbl_typography .wp-picker-input-wrap,#sub-accordion-section-efbl_header .wp-picker-input-wrap,#accordion-section-efbl_header .wp-picker-input-wrap,#sub-accordion-section-efbl_feed .wp-picker-input-wrap,#accordion-section-efbl_feed .wp-picker-input-wrap{width:100%}#sub-accordion-section-efbl_layout .wp-picker-input-wrap label,#accordion-section-efbl_layout .wp-picker-input-wrap label,#sub-accordion-section-efbl_typography .wp-picker-input-wrap label,#accordion-section-efbl_typography .wp-picker-input-wrap label,#sub-accordion-section-efbl_header .wp-picker-input-wrap label,#accordion-section-efbl_header .wp-picker-input-wrap label,#sub-accordion-section-efbl_feed .wp-picker-input-wrap label,#accordion-section-efbl_feed .wp-picker-input-wrap label{width:50%}#sub-accordion-section-efbl_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-efbl_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-efbl_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-efbl_feed .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_feed .wp-picker-input-wrap label input[type=text].wp-color-picker{width:100%}#sub-accordion-section-efbl_layout .wp-picker-input-wrap .button,#accordion-section-efbl_layout .wp-picker-input-wrap .button,#sub-accordion-section-efbl_typography .wp-picker-input-wrap .button,#accordion-section-efbl_typography .wp-picker-input-wrap .button,#sub-accordion-section-efbl_header .wp-picker-input-wrap .button,#accordion-section-efbl_header .wp-picker-input-wrap .button,#sub-accordion-section-efbl_feed .wp-picker-input-wrap .button,#accordion-section-efbl_feed .wp-picker-input-wrap .button{float:right;width:47%;height:30px;margin-top:15px}#sub-accordion-section-efbl_layout input[type=range] + .thumb.active,#accordion-section-efbl_layout input[type=range] + .thumb.active,#sub-accordion-section-efbl_typography input[type=range] + .thumb.active,#accordion-section-efbl_typography input[type=range] + .thumb.active,#sub-accordion-section-efbl_header input[type=range] + .thumb.active,#accordion-section-efbl_header input[type=range] + .thumb.active,#sub-accordion-section-efbl_feed input[type=range] + .thumb.active,#accordion-section-efbl_feed input[type=range] + .thumb.active{position:relative;background-color:#26a69a;top:0;transform:none}#sub-accordion-section-efbl_layout input[type=range] + .thumb.active .value,#accordion-section-efbl_layout input[type=range] + .thumb.active .value,#sub-accordion-section-efbl_typography input[type=range] + .thumb.active .value,#accordion-section-efbl_typography input[type=range] + .thumb.active .value,#sub-accordion-section-efbl_header input[type=range] + .thumb.active .value,#accordion-section-efbl_header input[type=range] + .thumb.active .value,#sub-accordion-section-efbl_feed input[type=range] + .thumb.active .value,#accordion-section-efbl_feed input[type=range] + .thumb.active .value{background-color:#26a69a;padding:10px 20px;text-align:center;width:100%;float:left;margin:0;font-size:17px;transform:none}/*# sourceMappingURL=efbl-customizer.css.map */
1
+ #accordion-panel-efbl_customize_panel{display:block !important}#sub-accordion-section-efbl_layout,#accordion-section-efbl_layout,#sub-accordion-section-efbl_typography,#accordion-section-efbl_typography,#sub-accordion-section-efbl_header,#accordion-section-efbl_header,#sub-accordion-section-efbl_feed,#accordion-section-efbl_feed,#sub-accordion-section-efbl_popup,#accordion-section-efbl_popup{background:#fff !important}#sub-accordion-section-efbl_layout .customize-control-popup li,#accordion-section-efbl_layout .customize-control-popup li,#sub-accordion-section-efbl_typography .customize-control-popup li,#accordion-section-efbl_typography .customize-control-popup li,#sub-accordion-section-efbl_header .customize-control-popup li,#accordion-section-efbl_header .customize-control-popup li,#sub-accordion-section-efbl_feed .customize-control-popup li,#accordion-section-efbl_feed .customize-control-popup li,#sub-accordion-section-efbl_popup .customize-control-popup li,#accordion-section-efbl_popup .customize-control-popup li{background:#f7f5f2;display:block;color:#333;padding:6px 20px;padding-left:8px}#sub-accordion-section-efbl_layout input[type=range] + .thumb.active,#accordion-section-efbl_layout input[type=range] + .thumb.active,#sub-accordion-section-efbl_typography input[type=range] + .thumb.active,#accordion-section-efbl_typography input[type=range] + .thumb.active,#sub-accordion-section-efbl_header input[type=range] + .thumb.active,#accordion-section-efbl_header input[type=range] + .thumb.active,#sub-accordion-section-efbl_feed input[type=range] + .thumb.active,#accordion-section-efbl_feed input[type=range] + .thumb.active,#sub-accordion-section-efbl_popup input[type=range] + .thumb.active,#accordion-section-efbl_popup input[type=range] + .thumb.active{position:relative;background-color:#26a69a;top:0 !important;left:0 !important;right:0 !important;transform:none}#sub-accordion-section-efbl_layout .fta-upgrade-btn,#accordion-section-efbl_layout .fta-upgrade-btn,#sub-accordion-section-efbl_typography .fta-upgrade-btn,#accordion-section-efbl_typography .fta-upgrade-btn,#sub-accordion-section-efbl_header .fta-upgrade-btn,#accordion-section-efbl_header .fta-upgrade-btn,#sub-accordion-section-efbl_feed .fta-upgrade-btn,#accordion-section-efbl_feed .fta-upgrade-btn,#sub-accordion-section-efbl_popup .fta-upgrade-btn,#accordion-section-efbl_popup .fta-upgrade-btn{padding:10px;height:auto;font-size:15px;line-height:2.5;text-transform:capitalize;text-decoration:none;color:#fff;background-color:#ff8c00;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer;width:90%;float:left}#sub-accordion-section-efbl_layout .fta-upgrade-btn:hover,#accordion-section-efbl_layout .fta-upgrade-btn:hover,#sub-accordion-section-efbl_typography .fta-upgrade-btn:hover,#accordion-section-efbl_typography .fta-upgrade-btn:hover,#sub-accordion-section-efbl_header .fta-upgrade-btn:hover,#accordion-section-efbl_header .fta-upgrade-btn:hover,#sub-accordion-section-efbl_feed .fta-upgrade-btn:hover,#accordion-section-efbl_feed .fta-upgrade-btn:hover,#sub-accordion-section-efbl_popup .fta-upgrade-btn:hover,#accordion-section-efbl_popup .fta-upgrade-btn:hover{opacity:.9;transition:.2s ease-out}#sub-accordion-section-efbl_layout .customize-control-checkbox input,#sub-accordion-section-efbl_layout .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_layout .customize-control-radio input,#accordion-section-efbl_layout .customize-control-checkbox input,#accordion-section-efbl_layout .customize-control-nav_menu_auto_add input,#accordion-section-efbl_layout .customize-control-radio input,#sub-accordion-section-efbl_typography .customize-control-checkbox input,#sub-accordion-section-efbl_typography .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_typography .customize-control-radio input,#accordion-section-efbl_typography .customize-control-checkbox input,#accordion-section-efbl_typography .customize-control-nav_menu_auto_add input,#accordion-section-efbl_typography .customize-control-radio input,#sub-accordion-section-efbl_header .customize-control-checkbox input,#sub-accordion-section-efbl_header .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_header .customize-control-radio input,#accordion-section-efbl_header .customize-control-checkbox input,#accordion-section-efbl_header .customize-control-nav_menu_auto_add input,#accordion-section-efbl_header .customize-control-radio input,#sub-accordion-section-efbl_feed .customize-control-checkbox input,#sub-accordion-section-efbl_feed .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_feed .customize-control-radio input,#accordion-section-efbl_feed .customize-control-checkbox input,#accordion-section-efbl_feed .customize-control-nav_menu_auto_add input,#accordion-section-efbl_feed .customize-control-radio input,#sub-accordion-section-efbl_popup .customize-control-checkbox input,#sub-accordion-section-efbl_popup .customize-control-nav_menu_auto_add input,#sub-accordion-section-efbl_popup .customize-control-radio input,#accordion-section-efbl_popup .customize-control-checkbox input,#accordion-section-efbl_popup .customize-control-nav_menu_auto_add input,#accordion-section-efbl_popup .customize-control-radio input{margin-left:0 !important}#sub-accordion-section-efbl_layout select,#accordion-section-efbl_layout select,#sub-accordion-section-efbl_typography select,#accordion-section-efbl_typography select,#sub-accordion-section-efbl_header select,#accordion-section-efbl_header select,#sub-accordion-section-efbl_feed select,#accordion-section-efbl_feed select,#sub-accordion-section-efbl_popup select,#accordion-section-efbl_popup select{display:block}#sub-accordion-section-efbl_layout .customize-section-description,#accordion-section-efbl_layout .customize-section-description,#sub-accordion-section-efbl_typography .customize-section-description,#accordion-section-efbl_typography .customize-section-description,#sub-accordion-section-efbl_header .customize-section-description,#accordion-section-efbl_header .customize-section-description,#sub-accordion-section-efbl_feed .customize-section-description,#accordion-section-efbl_feed .customize-section-description,#sub-accordion-section-efbl_popup .customize-section-description,#accordion-section-efbl_popup .customize-section-description{font-size:18px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-efbl_layout label,#accordion-section-efbl_layout label,#sub-accordion-section-efbl_typography label,#accordion-section-efbl_typography label,#sub-accordion-section-efbl_header label,#accordion-section-efbl_header label,#sub-accordion-section-efbl_feed label,#accordion-section-efbl_feed label,#sub-accordion-section-efbl_popup label,#accordion-section-efbl_popup label{height:auto}#sub-accordion-section-efbl_layout .customize-control,#accordion-section-efbl_layout .customize-control,#sub-accordion-section-efbl_typography .customize-control,#accordion-section-efbl_typography .customize-control,#sub-accordion-section-efbl_header .customize-control,#accordion-section-efbl_header .customize-control,#sub-accordion-section-efbl_feed .customize-control,#accordion-section-efbl_feed .customize-control,#sub-accordion-section-efbl_popup .customize-control,#accordion-section-efbl_popup .customize-control{padding-bottom:10px;margin-bottom:0}#sub-accordion-section-efbl_layout .customize-control .customize-control-title,#accordion-section-efbl_layout .customize-control .customize-control-title,#sub-accordion-section-efbl_typography .customize-control .customize-control-title,#accordion-section-efbl_typography .customize-control .customize-control-title,#sub-accordion-section-efbl_header .customize-control .customize-control-title,#accordion-section-efbl_header .customize-control .customize-control-title,#sub-accordion-section-efbl_feed .customize-control .customize-control-title,#accordion-section-efbl_feed .customize-control .customize-control-title,#sub-accordion-section-efbl_popup .customize-control .customize-control-title,#accordion-section-efbl_popup .customize-control .customize-control-title{font-size:20px;margin-bottom:10px;color:#555d66;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-efbl_layout #customize-controls .description,#accordion-section-efbl_layout #customize-controls .description,#sub-accordion-section-efbl_typography #customize-controls .description,#accordion-section-efbl_typography #customize-controls .description,#sub-accordion-section-efbl_header #customize-controls .description,#accordion-section-efbl_header #customize-controls .description,#sub-accordion-section-efbl_feed #customize-controls .description,#accordion-section-efbl_feed #customize-controls .description,#sub-accordion-section-efbl_popup #customize-controls .description,#accordion-section-efbl_popup #customize-controls .description{text-transform:capitalize}#sub-accordion-section-efbl_layout .customize-control .customize-inside-control-row,#accordion-section-efbl_layout .customize-control .customize-inside-control-row,#sub-accordion-section-efbl_typography .customize-control .customize-inside-control-row,#accordion-section-efbl_typography .customize-control .customize-inside-control-row,#sub-accordion-section-efbl_header .customize-control .customize-inside-control-row,#accordion-section-efbl_header .customize-control .customize-inside-control-row,#sub-accordion-section-efbl_feed .customize-control .customize-inside-control-row,#accordion-section-efbl_feed .customize-control .customize-inside-control-row,#sub-accordion-section-efbl_popup .customize-control .customize-inside-control-row,#accordion-section-efbl_popup .customize-control .customize-inside-control-row{margin-left:5px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-efbl_layout .select-wrapper,#accordion-section-efbl_layout .select-wrapper,#sub-accordion-section-efbl_typography .select-wrapper,#accordion-section-efbl_typography .select-wrapper,#sub-accordion-section-efbl_header .select-wrapper,#accordion-section-efbl_header .select-wrapper,#sub-accordion-section-efbl_feed .select-wrapper,#accordion-section-efbl_feed .select-wrapper,#sub-accordion-section-efbl_popup .select-wrapper,#accordion-section-efbl_popup .select-wrapper{position:relative}#sub-accordion-section-efbl_layout .select-wrapper .dropdown-content,#accordion-section-efbl_layout .select-wrapper .dropdown-content,#sub-accordion-section-efbl_typography .select-wrapper .dropdown-content,#accordion-section-efbl_typography .select-wrapper .dropdown-content,#sub-accordion-section-efbl_header .select-wrapper .dropdown-content,#accordion-section-efbl_header .select-wrapper .dropdown-content,#sub-accordion-section-efbl_feed .select-wrapper .dropdown-content,#accordion-section-efbl_feed .select-wrapper .dropdown-content,#sub-accordion-section-efbl_popup .select-wrapper .dropdown-content,#accordion-section-efbl_popup .select-wrapper .dropdown-content{width:100% !important;z-index:99999999999;overflow:visible;height:auto;background-color:#7fc6a6;border:none;box-shadow:none}#sub-accordion-section-efbl_layout .select-wrapper .dropdown-content li,#accordion-section-efbl_layout .select-wrapper .dropdown-content li,#sub-accordion-section-efbl_typography .select-wrapper .dropdown-content li,#accordion-section-efbl_typography .select-wrapper .dropdown-content li,#sub-accordion-section-efbl_header .select-wrapper .dropdown-content li,#accordion-section-efbl_header .select-wrapper .dropdown-content li,#sub-accordion-section-efbl_feed .select-wrapper .dropdown-content li,#accordion-section-efbl_feed .select-wrapper .dropdown-content li,#sub-accordion-section-efbl_popup .select-wrapper .dropdown-content li,#accordion-section-efbl_popup .select-wrapper .dropdown-content li{float:left;position:relative;display:inline-block}#sub-accordion-section-efbl_layout .select-wrapper .dropdown-content li span,#accordion-section-efbl_layout .select-wrapper .dropdown-content li span,#sub-accordion-section-efbl_typography .select-wrapper .dropdown-content li span,#accordion-section-efbl_typography .select-wrapper .dropdown-content li span,#sub-accordion-section-efbl_header .select-wrapper .dropdown-content li span,#accordion-section-efbl_header .select-wrapper .dropdown-content li span,#sub-accordion-section-efbl_feed .select-wrapper .dropdown-content li span,#accordion-section-efbl_feed .select-wrapper .dropdown-content li span,#sub-accordion-section-efbl_popup .select-wrapper .dropdown-content li span,#accordion-section-efbl_popup .select-wrapper .dropdown-content li span{color:#fff}#sub-accordion-section-efbl_layout input[type=range],#accordion-section-efbl_layout input[type=range],#sub-accordion-section-efbl_typography input[type=range],#accordion-section-efbl_typography input[type=range],#sub-accordion-section-efbl_header input[type=range],#accordion-section-efbl_header input[type=range],#sub-accordion-section-efbl_feed input[type=range],#accordion-section-efbl_feed input[type=range],#sub-accordion-section-efbl_popup input[type=range],#accordion-section-efbl_popup input[type=range]{width:100%}#sub-accordion-section-efbl_layout .wp-picker-container,#accordion-section-efbl_layout .wp-picker-container,#sub-accordion-section-efbl_typography .wp-picker-container,#accordion-section-efbl_typography .wp-picker-container,#sub-accordion-section-efbl_header .wp-picker-container,#accordion-section-efbl_header .wp-picker-container,#sub-accordion-section-efbl_feed .wp-picker-container,#accordion-section-efbl_feed .wp-picker-container,#sub-accordion-section-efbl_popup .wp-picker-container,#accordion-section-efbl_popup .wp-picker-container{width:100%}#sub-accordion-section-efbl_layout .wp-picker-container .wp-color-result.button,#accordion-section-efbl_layout .wp-picker-container .wp-color-result.button,#sub-accordion-section-efbl_typography .wp-picker-container .wp-color-result.button,#accordion-section-efbl_typography .wp-picker-container .wp-color-result.button,#sub-accordion-section-efbl_header .wp-picker-container .wp-color-result.button,#accordion-section-efbl_header .wp-picker-container .wp-color-result.button,#sub-accordion-section-efbl_feed .wp-picker-container .wp-color-result.button,#accordion-section-efbl_feed .wp-picker-container .wp-color-result.button,#sub-accordion-section-efbl_popup .wp-picker-container .wp-color-result.button,#accordion-section-efbl_popup .wp-picker-container .wp-color-result.button{width:100%}#sub-accordion-section-efbl_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-efbl_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-efbl_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-efbl_feed .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_feed .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-efbl_popup .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-efbl_popup .wp-picker-container .wp-color-result.button .wp-color-result-text{width:80%;float:right}#sub-accordion-section-efbl_layout .customize-control-select .customize-control-title,#sub-accordion-section-efbl_layout .customize-control-number .customize-control-title,#accordion-section-efbl_layout .customize-control-select .customize-control-title,#accordion-section-efbl_layout .customize-control-number .customize-control-title,#sub-accordion-section-efbl_typography .customize-control-select .customize-control-title,#sub-accordion-section-efbl_typography .customize-control-number .customize-control-title,#accordion-section-efbl_typography .customize-control-select .customize-control-title,#accordion-section-efbl_typography .customize-control-number .customize-control-title,#sub-accordion-section-efbl_header .customize-control-select .customize-control-title,#sub-accordion-section-efbl_header .customize-control-number .customize-control-title,#accordion-section-efbl_header .customize-control-select .customize-control-title,#accordion-section-efbl_header .customize-control-number .customize-control-title,#sub-accordion-section-efbl_feed .customize-control-select .customize-control-title,#sub-accordion-section-efbl_feed .customize-control-number .customize-control-title,#accordion-section-efbl_feed .customize-control-select .customize-control-title,#accordion-section-efbl_feed .customize-control-number .customize-control-title,#sub-accordion-section-efbl_popup .customize-control-select .customize-control-title,#sub-accordion-section-efbl_popup .customize-control-number .customize-control-title,#accordion-section-efbl_popup .customize-control-select .customize-control-title,#accordion-section-efbl_popup .customize-control-number .customize-control-title{border:none;padding-bottom:0}#sub-accordion-section-efbl_layout .wp-picker-input-wrap,#accordion-section-efbl_layout .wp-picker-input-wrap,#sub-accordion-section-efbl_typography .wp-picker-input-wrap,#accordion-section-efbl_typography .wp-picker-input-wrap,#sub-accordion-section-efbl_header .wp-picker-input-wrap,#accordion-section-efbl_header .wp-picker-input-wrap,#sub-accordion-section-efbl_feed .wp-picker-input-wrap,#accordion-section-efbl_feed .wp-picker-input-wrap,#sub-accordion-section-efbl_popup .wp-picker-input-wrap,#accordion-section-efbl_popup .wp-picker-input-wrap{width:100%}#sub-accordion-section-efbl_layout .wp-picker-input-wrap label,#accordion-section-efbl_layout .wp-picker-input-wrap label,#sub-accordion-section-efbl_typography .wp-picker-input-wrap label,#accordion-section-efbl_typography .wp-picker-input-wrap label,#sub-accordion-section-efbl_header .wp-picker-input-wrap label,#accordion-section-efbl_header .wp-picker-input-wrap label,#sub-accordion-section-efbl_feed .wp-picker-input-wrap label,#accordion-section-efbl_feed .wp-picker-input-wrap label,#sub-accordion-section-efbl_popup .wp-picker-input-wrap label,#accordion-section-efbl_popup .wp-picker-input-wrap label{width:50%}#sub-accordion-section-efbl_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-efbl_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-efbl_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-efbl_feed .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_feed .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-efbl_popup .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-efbl_popup .wp-picker-input-wrap label input[type=text].wp-color-picker{width:100%}#sub-accordion-section-efbl_layout .wp-picker-input-wrap .button,#accordion-section-efbl_layout .wp-picker-input-wrap .button,#sub-accordion-section-efbl_typography .wp-picker-input-wrap .button,#accordion-section-efbl_typography .wp-picker-input-wrap .button,#sub-accordion-section-efbl_header .wp-picker-input-wrap .button,#accordion-section-efbl_header .wp-picker-input-wrap .button,#sub-accordion-section-efbl_feed .wp-picker-input-wrap .button,#accordion-section-efbl_feed .wp-picker-input-wrap .button,#sub-accordion-section-efbl_popup .wp-picker-input-wrap .button,#accordion-section-efbl_popup .wp-picker-input-wrap .button{float:right;width:47%;height:24px}#sub-accordion-section-efbl_layout input[type=range] + .thumb.active,#accordion-section-efbl_layout input[type=range] + .thumb.active,#sub-accordion-section-efbl_typography input[type=range] + .thumb.active,#accordion-section-efbl_typography input[type=range] + .thumb.active,#sub-accordion-section-efbl_header input[type=range] + .thumb.active,#accordion-section-efbl_header input[type=range] + .thumb.active,#sub-accordion-section-efbl_feed input[type=range] + .thumb.active,#accordion-section-efbl_feed input[type=range] + .thumb.active,#sub-accordion-section-efbl_popup input[type=range] + .thumb.active,#accordion-section-efbl_popup input[type=range] + .thumb.active{position:relative;background-color:#26a69a;top:0;transform:none}#sub-accordion-section-efbl_layout input[type=range] + .thumb.active .value,#accordion-section-efbl_layout input[type=range] + .thumb.active .value,#sub-accordion-section-efbl_typography input[type=range] + .thumb.active .value,#accordion-section-efbl_typography input[type=range] + .thumb.active .value,#sub-accordion-section-efbl_header input[type=range] + .thumb.active .value,#accordion-section-efbl_header input[type=range] + .thumb.active .value,#sub-accordion-section-efbl_feed input[type=range] + .thumb.active .value,#accordion-section-efbl_feed input[type=range] + .thumb.active .value,#sub-accordion-section-efbl_popup input[type=range] + .thumb.active .value,#accordion-section-efbl_popup input[type=range] + .thumb.active .value{background-color:#26a69a;padding:10px 20px;text-align:center;width:100%;float:left;margin:0;font-size:17px;transform:none}/*# sourceMappingURL=efbl-customizer.css.map */
easy-facebook-likebox/admin/assets/css/index.php DELETED
@@ -1 +0,0 @@
1
- <?php // Silence is golden
 
easy-facebook-likebox/admin/assets/js/admin.js CHANGED
@@ -3,6 +3,17 @@
3
  */
4
  jQuery(document).ready(function($){
5
 
 
 
 
 
 
 
 
 
 
 
 
6
  /*
7
  * Getting the form submitted value from shortcode generator.
8
  */
@@ -20,7 +31,10 @@ jQuery(document).ready(function($){
20
  */
21
  var efbl_page_id = $( '#efbl_page_id' ).val();
22
 
23
-
 
 
 
24
 
25
  /*
26
  * Getting Feeds Per Page
@@ -32,6 +46,15 @@ jQuery(document).ready(function($){
32
  */
33
  var efbl_skin_id = $( '#efbl_skin_id' ).val();
34
 
 
 
 
 
 
 
 
 
 
35
  /*
36
  * Getting Wrap Class
37
  */
@@ -47,6 +70,11 @@ jQuery(document).ready(function($){
47
  */
48
  var efbl_cache_unit = $( '#efbl_cache_unit' ).val();
49
 
 
 
 
 
 
50
 
51
  /*
52
  * Getting Skin ID
@@ -60,57 +88,72 @@ jQuery(document).ready(function($){
60
 
61
 
62
  if(efbl_skin_id){
63
- efbl_skin_id = 'skin_id="'+efbl_skin_id+'"';
64
  }
65
  else{
66
  efbl_skin_id = '';
67
  }
68
 
 
 
 
 
 
 
 
69
  if(efbl_page_id){
70
- efbl_page_id = 'fanpage_id="'+efbl_page_id+'"';
71
  }
72
  else{
73
  efbl_page_id = '';
74
  }
75
 
76
  if(efbl_filter){
77
- efbl_filter = 'filter="'+efbl_filter+'"';
78
  }
79
  else{
80
  efbl_filter = '';
81
  }
 
 
 
 
 
 
 
 
82
 
83
 
84
  if(efbl_post_limit){
85
- efbl_post_limit = 'post_limit="'+efbl_post_limit+'"';
86
  }else{
87
  efbl_post_limit = '';
88
  }
89
 
90
 
91
  if(efbl_caption_words){
92
- efbl_caption_words = 'words_limit="'+efbl_caption_words+'"';
93
  }else{
94
  efbl_caption_words = '';
95
  }
96
 
97
  if(efbl_cache_unit){
98
- efbl_cache_unit = 'cache_unit="'+efbl_cache_unit+'"';
99
  }else{
100
  efbl_cache_unit = '';
101
  }
102
 
103
  if(efbl_cache_duration){
104
- efbl_cache_duration = 'cache_duration="'+efbl_cache_duration+'"';
105
  }else{
106
  efbl_cache_duration = '';
107
  }
108
 
109
  if (jQuery('#efbl_link_new_tab').is(":checked"))
110
  {
111
- efbl_link_new_tab = 'links_new_tab="1"';
112
  }else{
113
- efbl_link_new_tab = 'links_new_tab="0"';
114
  }
115
 
116
  if (jQuery('#efbl_show_likebox').is(":checked"))
@@ -121,11 +164,11 @@ jQuery(document).ready(function($){
121
  }
122
 
123
  if(efbl_other_page){
124
- efbl_page_id = 'fanpage_id="'+efbl_other_page+'"';
125
  }
126
 
127
 
128
- var shortcode_html = '[efb_feed '+efbl_page_id+' '+efbl_filter+' '+efbl_caption_words+' '+efbl_post_limit+' '+efbl_skin_id+' '+efbl_cache_unit+' '+efbl_cache_duration+' '+efbl_link_new_tab+' '+efbl_show_likebox+']';
129
 
130
 
131
  jQuery('.efbl_generated_shortcode blockquote').html(' ');
@@ -182,6 +225,8 @@ jQuery(document).on("click", ".efbl_skin_redirect", function(event) {
182
  });/* Ajax func ends here. */
183
 
184
  });/* mif_create_skin func ends here. */
 
 
185
  /*
186
  * Getting the form submitted value from shortcode generator.
187
  */
@@ -191,6 +236,8 @@ jQuery(document).on("click", ".efbl_skin_redirect", function(event) {
191
  * Prevnting to reload the page.
192
  */
193
  event.preventDefault();
 
 
194
 
195
  /*
196
  * Getting mif_user_id
@@ -222,21 +269,21 @@ jQuery(document).on("click", ".efbl_skin_redirect", function(event) {
222
 
223
 
224
  if(efbl_like_box_url){
225
- efbl_like_box_url = 'fanpage_url="'+efbl_like_box_url+'"';
226
  }
227
  else{
228
  efbl_like_box_url = '';
229
  }
230
 
231
  if(efbl_like_box_app_id){
232
- efbl_like_box_app_id = 'fb_appid="'+efbl_like_box_app_id+'"';
233
  }
234
  else{
235
  efbl_like_box_app_id = '';
236
  }
237
 
238
  if(efbl_like_box_width){
239
- efbl_like_box_width = 'box_width="'+efbl_like_box_width+'"';
240
  }
241
  else{
242
  efbl_like_box_width = '';
@@ -244,53 +291,81 @@ jQuery(document).on("click", ".efbl_skin_redirect", function(event) {
244
 
245
 
246
  if(efbl_like_box_height){
247
- efbl_like_box_height = 'box_height="'+efbl_like_box_height+'"';
248
  }else{
249
  efbl_like_box_height = '';
250
  }
251
 
252
 
253
  if(efbl_like_box_locale){
254
- efbl_like_box_locale = 'locale="'+efbl_like_box_locale+'"';
255
  }else{
256
  efbl_like_box_locale = '';
257
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
 
 
259
 
260
 
261
  if (jQuery('#efbl_like_box_responsive').is(":checked"))
262
  {
263
- efbl_like_box_responsive = 'responsive="1"';
264
  }else{
265
- efbl_like_box_responsive = 'responsive="0"';
266
  }
267
 
268
  if (jQuery('#efbl_like_box_faces').is(":checked"))
269
  {
270
- efbl_like_box_faces = 'show_faces="1"';
271
  }else{
272
- efbl_like_box_faces = 'show_faces="0"';
273
  }
274
 
275
  if (jQuery('#efbl_like_box_stream').is(":checked"))
276
  {
277
- efbl_like_box_stream = 'show_stream="1"';
278
  }else{
279
- efbl_like_box_stream = 'show_stream="0"';
280
  }
281
 
282
  if (jQuery('#efbl_like_box_cover').is(":checked"))
283
  {
284
- efbl_like_box_cover = 'hide_cover="1"';
285
  }else{
286
- efbl_like_box_cover = 'hide_cover="0"';
287
  }
288
 
289
  if (jQuery('#efbl_like_box_small_header').is(":checked"))
290
  {
291
- efbl_like_box_small_header = 'small_header="1"';
292
  }else{
293
- efbl_like_box_small_header = 'small_header="0"';
294
  }
295
 
296
  if (jQuery('#efbl_like_box_hide_cta').is(":checked"))
@@ -300,7 +375,7 @@ jQuery(document).on("click", ".efbl_skin_redirect", function(event) {
300
  efbl_like_box_hide_cta = 'hide_cta="0"';
301
  }
302
 
303
- var shortcode_html = '[efb_likebox '+efbl_like_box_url+' '+efbl_like_box_app_id+' '+efbl_like_box_width+' '+efbl_like_box_height+' '+efbl_like_box_locale+' '+efbl_like_box_responsive+' '+efbl_like_box_faces+' '+efbl_like_box_stream+' '+efbl_like_box_cover+' '+efbl_like_box_small_header+' '+efbl_like_box_hide_cta+']';
304
 
305
 
306
  jQuery('.efbl_likebox_generated_shortcode blockquote').html(' ');
@@ -648,18 +723,45 @@ jQuery(document).on("click", ".efbl_options", function($) {
648
  },300);
649
  });
650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
651
  jQuery( ".efbl_create_skin" ).click(function($) {
652
 
653
  /*
654
  * Hiding the create new button to make look and feel awesome.
655
  */
656
- jQuery(this).slideUp();
 
 
657
 
658
  /*
659
  * Hiding the All skins html.
660
  */
661
  jQuery('.efbl_all_skins').slideUp();
662
 
 
 
 
 
 
663
  /*
664
  * Showing up the skin creataion form.
665
  */
@@ -667,6 +769,32 @@ jQuery(document).on("click", ".efbl_options", function($) {
667
 
668
  });/* efbl_create_skin func ends here. */
669
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
670
  /*
671
  * Copying Skin ID.
672
  */
@@ -702,6 +830,8 @@ jQuery( ".efbl_copy_skin_id" ).click(function($) {
702
 
703
  });/* efbl_create_skin func ends here. */
704
 
 
 
705
 
706
  jQuery(document).on("click", ".create_new_skin_fb", function($) {
707
 
@@ -709,6 +839,22 @@ jQuery(document).on("click", ".create_new_skin_fb", function($) {
709
  * Disabaling the deafult event.
710
  */
711
  event.preventDefault();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
712
  /*
713
  * Collecting data for ajax call.
714
  */
@@ -725,8 +871,9 @@ jQuery(document).on("click", ".create_new_skin_fb", function($) {
725
  data : data,
726
  dataType: 'json',
727
  success : function( response ) {
728
-
729
  if(response.success){
 
730
  window.location.href = response.data;
731
  }
732
  else{
@@ -795,7 +942,7 @@ jQuery(document).on("click", ".efbl_skin_delete", function($) {
795
  jQuery('#efbl-skins .efbl_new_skin').slideDown('slow');
796
  }
797
 
798
- jQuery('.efbl_skin_'+response.data['1']).slideUp();
799
  /*
800
  * Show the dialog.
801
  */
@@ -953,6 +1100,8 @@ function EFBLremoveURLParameter(url, parameter) {
953
  data : data,
954
  success : function( response ) {
955
 
 
 
956
 
957
  jQuery('#toast-container').slideUp('slow');
958
 
3
  */
4
  jQuery(document).ready(function($){
5
 
6
+ /*
7
+ * Getting the filter selected value from shortcode generator.
8
+ */
9
+ jQuery('select#efbl_filter').on('change', function() {
10
+ if(this.value === 'events'){
11
+ jQuery('.efbl_filter_events_wrap').slideDown('slow');
12
+ }else{
13
+ jQuery('.efbl_filter_events_wrap').slideUp('slow');
14
+ }
15
+ });
16
+
17
  /*
18
  * Getting the form submitted value from shortcode generator.
19
  */
31
  */
32
  var efbl_page_id = $( '#efbl_page_id' ).val();
33
 
34
+ /*
35
+ * Getting efbl_access_token
36
+ */
37
+ var efbl_access_token = $( '#efbl_access_token' ).val();
38
 
39
  /*
40
  * Getting Feeds Per Page
46
  */
47
  var efbl_skin_id = $( '#efbl_skin_id' ).val();
48
 
49
+ jQuery('.modal.open').modal('close');
50
+
51
+
52
+ if(efbl_skin_id === 'free-grid' || efbl_skin_id === 'free-masonry'){
53
+ jQuery('#efbl-'+efbl_skin_id+'-upgrade').modal('open');
54
+
55
+ efbl_skin_id = efbl.default_skin_id;
56
+ }
57
+
58
  /*
59
  * Getting Wrap Class
60
  */
70
  */
71
  var efbl_cache_unit = $( '#efbl_cache_unit' ).val();
72
 
73
+ /*
74
+ * Getting events filter
75
+ */
76
+ var efbl_filter_events = $( '#efbl_filter_events' ).val();
77
+
78
 
79
  /*
80
  * Getting Skin ID
88
 
89
 
90
  if(efbl_skin_id){
91
+ efbl_skin_id = 'skin_id="'+efbl_skin_id+'" ';
92
  }
93
  else{
94
  efbl_skin_id = '';
95
  }
96
 
97
+ if(efbl_access_token){
98
+ efbl_access_token = 'accesstoken="'+efbl_access_token+'" ';
99
+ }
100
+ else{
101
+ efbl_access_token = '';
102
+ }
103
+
104
  if(efbl_page_id){
105
+ efbl_page_id = 'fanpage_id="'+efbl_page_id+'" ';
106
  }
107
  else{
108
  efbl_page_id = '';
109
  }
110
 
111
  if(efbl_filter){
112
+ efbl_filter = 'filter="'+efbl_filter+'" ';
113
  }
114
  else{
115
  efbl_filter = '';
116
  }
117
+
118
+ if($( '#efbl_filter' ).val() === 'events'){
119
+
120
+ efbl_filter_events = 'events_filter="'+efbl_filter_events+'" ';
121
+
122
+ }else{
123
+ efbl_filter_events = '';
124
+ }
125
 
126
 
127
  if(efbl_post_limit){
128
+ efbl_post_limit = 'post_limit="'+efbl_post_limit+'" ';
129
  }else{
130
  efbl_post_limit = '';
131
  }
132
 
133
 
134
  if(efbl_caption_words){
135
+ efbl_caption_words = 'words_limit="'+efbl_caption_words+'" ';
136
  }else{
137
  efbl_caption_words = '';
138
  }
139
 
140
  if(efbl_cache_unit){
141
+ efbl_cache_unit = 'cache_unit="'+efbl_cache_unit+'" ';
142
  }else{
143
  efbl_cache_unit = '';
144
  }
145
 
146
  if(efbl_cache_duration){
147
+ efbl_cache_duration = 'cache_duration="'+efbl_cache_duration+'" ';
148
  }else{
149
  efbl_cache_duration = '';
150
  }
151
 
152
  if (jQuery('#efbl_link_new_tab').is(":checked"))
153
  {
154
+ efbl_link_new_tab = 'links_new_tab="1" ';
155
  }else{
156
+ efbl_link_new_tab = 'links_new_tab="0" ';
157
  }
158
 
159
  if (jQuery('#efbl_show_likebox').is(":checked"))
164
  }
165
 
166
  if(efbl_other_page){
167
+ efbl_page_id = 'fanpage_id="'+efbl_other_page+'" ';
168
  }
169
 
170
 
171
+ var shortcode_html = '[efb_feed '+efbl_page_id+''+efbl_access_token+''+efbl_filter+''+efbl_filter_events+''+efbl_caption_words+''+efbl_post_limit+''+efbl_skin_id+''+efbl_cache_unit+''+efbl_cache_duration+''+efbl_link_new_tab+''+efbl_show_likebox+']';
172
 
173
 
174
  jQuery('.efbl_generated_shortcode blockquote').html(' ');
225
  });/* Ajax func ends here. */
226
 
227
  });/* mif_create_skin func ends here. */
228
+
229
+
230
  /*
231
  * Getting the form submitted value from shortcode generator.
232
  */
236
  * Prevnting to reload the page.
237
  */
238
  event.preventDefault();
239
+
240
+ var tabs = null;
241
 
242
  /*
243
  * Getting mif_user_id
269
 
270
 
271
  if(efbl_like_box_url){
272
+ efbl_like_box_url = 'fanpage_url="'+efbl_like_box_url+'" ';
273
  }
274
  else{
275
  efbl_like_box_url = '';
276
  }
277
 
278
  if(efbl_like_box_app_id){
279
+ efbl_like_box_app_id = 'fb_appid="'+efbl_like_box_app_id+'" ';
280
  }
281
  else{
282
  efbl_like_box_app_id = '';
283
  }
284
 
285
  if(efbl_like_box_width){
286
+ efbl_like_box_width = 'box_width="'+efbl_like_box_width+'" ';
287
  }
288
  else{
289
  efbl_like_box_width = '';
291
 
292
 
293
  if(efbl_like_box_height){
294
+ efbl_like_box_height = 'box_height="'+efbl_like_box_height+'" ';
295
  }else{
296
  efbl_like_box_height = '';
297
  }
298
 
299
 
300
  if(efbl_like_box_locale){
301
+ efbl_like_box_locale = 'locale="'+efbl_like_box_locale+'" ';
302
  }else{
303
  efbl_like_box_locale = '';
304
  }
305
+
306
+ if (jQuery('#efbl_tabs_timeline').is(":checked"))
307
+ {
308
+ efbl_tabs_timeline = 'timeline,';
309
+ }else{
310
+ efbl_tabs_timeline = '';
311
+ }
312
+
313
+ if (jQuery('#efbl_tabs_events').is(":checked"))
314
+ {
315
+ efbl_tabs_events = 'events,';
316
+ }else{
317
+ efbl_tabs_events = '';
318
+ }
319
+ if (jQuery('#efbl_tabs_messages').is(":checked"))
320
+ {
321
+ efbl_tabs_messages = 'messages';
322
+ }else{
323
+ efbl_tabs_messages = '';
324
+ }
325
+
326
+ if((efbl_tabs_timeline != '') || (efbl_tabs_events != '') || (efbl_tabs_messages != '')){
327
+ tabs = 'tabs="'+efbl_tabs_timeline+efbl_tabs_events+efbl_tabs_messages+'" ';
328
+ }else{
329
+ tabs = "";
330
+ }
331
+
332
 
333
+ // console.log(tabs); return;
334
 
335
 
336
  if (jQuery('#efbl_like_box_responsive').is(":checked"))
337
  {
338
+ efbl_like_box_responsive = 'responsive="1" ';
339
  }else{
340
+ efbl_like_box_responsive = 'responsive="0" ';
341
  }
342
 
343
  if (jQuery('#efbl_like_box_faces').is(":checked"))
344
  {
345
+ efbl_like_box_faces = 'show_faces="1" ';
346
  }else{
347
+ efbl_like_box_faces = 'show_faces="0" ';
348
  }
349
 
350
  if (jQuery('#efbl_like_box_stream').is(":checked"))
351
  {
352
+ efbl_like_box_stream = 'show_stream="1" ';
353
  }else{
354
+ efbl_like_box_stream = 'show_stream="0" ';
355
  }
356
 
357
  if (jQuery('#efbl_like_box_cover').is(":checked"))
358
  {
359
+ efbl_like_box_cover = 'hide_cover="1" ';
360
  }else{
361
+ efbl_like_box_cover = 'hide_cover="0" ';
362
  }
363
 
364
  if (jQuery('#efbl_like_box_small_header').is(":checked"))
365
  {
366
+ efbl_like_box_small_header = 'small_header="1" ';
367
  }else{
368
+ efbl_like_box_small_header = 'small_header="0" ';
369
  }
370
 
371
  if (jQuery('#efbl_like_box_hide_cta').is(":checked"))
375
  efbl_like_box_hide_cta = 'hide_cta="0"';
376
  }
377
 
378
+ var shortcode_html = '[efb_likebox '+efbl_like_box_url+''+tabs+''+efbl_like_box_app_id+''+efbl_like_box_width+''+efbl_like_box_height+''+efbl_like_box_locale+''+efbl_like_box_responsive+''+efbl_like_box_faces+''+efbl_like_box_stream+''+efbl_like_box_cover+''+efbl_like_box_small_header+''+efbl_like_box_hide_cta+']';
379
 
380
 
381
  jQuery('.efbl_likebox_generated_shortcode blockquote').html(' ');
723
  },300);
724
  });
725
 
726
+ jQuery('select').on('change', function() {
727
+
728
+ jQuery('.modal.open').modal('close');
729
+
730
+ var selected_val = this.value;
731
+
732
+ if(selected_val === 'free-grid' || selected_val === 'free-masonry'){
733
+ jQuery('#efbl-'+selected_val+'-upgrade').modal('open');
734
+ }
735
+
736
+
737
+ });
738
+
739
+ jQuery( ".efbl_skin_delete_confrim" ).click(function($) {
740
+ var skin_id = jQuery(this).data('skin_id');
741
+ jQuery('.modal.open').modal('close');
742
+ jQuery('#efbl-remove-skin').modal('open');
743
+ jQuery('.efbl-remove-skin.open .efbl_skin_delete').attr('data-skin_id', skin_id);
744
+ });/* efbl_skin_delete_confrim func ends here. */
745
+
746
  jQuery( ".efbl_create_skin" ).click(function($) {
747
 
748
  /*
749
  * Hiding the create new button to make look and feel awesome.
750
  */
751
+ jQuery(this).hide();
752
+
753
+ jQuery(".efbl_show_all_skins").show();
754
 
755
  /*
756
  * Hiding the All skins html.
757
  */
758
  jQuery('.efbl_all_skins').slideUp();
759
 
760
+ /*
761
+ * Hiding the All skins html.
762
+ */
763
+ jQuery('.efbl_skin_head_wrap').slideUp();
764
+
765
  /*
766
  * Showing up the skin creataion form.
767
  */
769
 
770
  });/* efbl_create_skin func ends here. */
771
 
772
+ jQuery( ".efbl_show_all_skins" ).click(function($) {
773
+
774
+ /*
775
+ * Hiding the create new button to make look and feel awesome.
776
+ */
777
+ jQuery(this).hide();
778
+
779
+ jQuery(".efbl_create_skin").show();
780
+
781
+ /*
782
+ * Hiding the All skins html.
783
+ */
784
+ jQuery('.efbl_all_skins').slideDown();
785
+
786
+ /*
787
+ * Hiding the All skins html.
788
+ */
789
+ jQuery('.efbl_skin_head_wrap').slideDown();
790
+
791
+ /*
792
+ * Showing up the skin creataion form.
793
+ */
794
+ jQuery('.efbl_new_skin ').slideUp();
795
+
796
+ });/* efbl_create_skin func ends here. */
797
+
798
  /*
799
  * Copying Skin ID.
800
  */
830
 
831
  });/* efbl_create_skin func ends here. */
832
 
833
+
834
+ /* Premium Code Stripped by Freemius */
835
 
836
  jQuery(document).on("click", ".create_new_skin_fb", function($) {
837
 
839
  * Disabaling the deafult event.
840
  */
841
  event.preventDefault();
842
+
843
+ Materialize.Toast.removeAll();
844
+
845
+ var selected_val = jQuery('#efbl_selected_layout').find(":selected").val();
846
+
847
+ if(selected_val === 'free-grid' || selected_val === 'free-masonry'){
848
+ jQuery('.modal.open').modal('close');
849
+
850
+ jQuery('#efbl-'+selected_val+'-upgrade').modal('open');
851
+ return;
852
+ }
853
+
854
+ /*
855
+ * Show the dialog for Saving.
856
+ */
857
+ Materialize.toast("Please wait! We are generating preview for you", 50000000);
858
  /*
859
  * Collecting data for ajax call.
860
  */
871
  data : data,
872
  dataType: 'json',
873
  success : function( response ) {
874
+ // console.log(response); return;
875
  if(response.success){
876
+ Materialize.Toast.removeAll();
877
  window.location.href = response.data;
878
  }
879
  else{
942
  jQuery('#efbl-skins .efbl_new_skin').slideDown('slow');
943
  }
944
 
945
+ jQuery('.efbl_skin_'+response.data['1']).fadeOut('slow');
946
  /*
947
  * Show the dialog.
948
  */
1100
  data : data,
1101
  success : function( response ) {
1102
 
1103
+ // console.log(response);return;
1104
+
1105
 
1106
  jQuery('#toast-container').slideUp('slow');
1107
 
easy-facebook-likebox/admin/assets/js/efbl-likebox-block.js DELETED
@@ -1,54 +0,0 @@
1
- /* This section of the code registers a Easy Facebook likebox block, sets an icon and a category, and indicates what type of fields it'll include. */
2
-
3
- wp.blocks.registerBlockType('easy-facebook-likebox/easy-facebook-likebox', {
4
- title: 'Easy Facebook Likebox',
5
- description: 'Displays Facebook Page Likebox',
6
- icon: {
7
- // Specifying a color for the icon (optional: if not set, a readable color will be automatically defined)
8
- foreground: '#02acf7',
9
- // Specifying a dashicon for the block
10
- src: 'facebook',
11
- },
12
- category: 'widgets',
13
- keywords: ['facebook', 'easy', 'likebox', 'page', 'plugin', 'likes'],
14
- attributes: {
15
- content: {type: 'string'},
16
- color: {type: 'string'}
17
- },
18
- transforms: {
19
- from: [
20
- {
21
- type: 'shortcode',
22
- // Shortcode tag can also be an array of shortcode aliases
23
- tag: 'caption',
24
- attributes: {
25
- // An attribute can be source from a tag attribute in the shortcode content
26
- url: {
27
- type: 'string',
28
- source: 'attribute',
29
- attribute: 'src',
30
- selector: 'img',
31
- },
32
- // An attribute can be source from the shortcode attributes
33
- align: {
34
- type: 'string',
35
- shortcode: function( attributes ) {
36
- var align = attributes.named.align ? attributes.named.align : 'alignnone';
37
- return align.replace( 'align', '' );
38
- },
39
- },
40
- },
41
- },
42
- ]
43
- },
44
-
45
- /* This configures how the content and color fields will work, and sets up the necessary elements */
46
-
47
- save: function(props) {
48
- return wp.element.createElement(
49
- "h3",
50
- { style: { border: "3px solid " + props.attributes.color } },
51
- props.attributes.content
52
- );
53
- }
54
- })
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
easy-facebook-likebox/admin/assets/js/efbl-live-preview.js CHANGED
@@ -31,6 +31,48 @@
31
  });
32
  });
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
  /*
36
  * Updated background color of header in real time.
@@ -116,6 +158,22 @@
116
 
117
  });
118
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
 
120
  /*
121
  * Show or hide total number of followers in real time.
@@ -267,6 +325,19 @@
267
 
268
  } );
269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  /*
271
  * Updated the Header top padding in real time.
272
  */
@@ -380,10 +451,10 @@
380
  value.bind( function( newval ) {
381
 
382
  if(newval){
383
- $( '.efbl_feed_wraper .efbl_load_feeds' ).fadeIn('slow');
384
  }else
385
  {
386
- $( '.efbl_feed_wraper .efbl_load_feeds' ).fadeOut('slow');
387
  }
388
 
389
  });
@@ -405,6 +476,133 @@
405
  });
406
  });
407
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  /*
409
  * Show or hide total number of followers in real time.
410
  */
@@ -412,10 +610,10 @@
412
  value.bind( function( newval ) {
413
 
414
  if(newval){
415
- $( '.efbl_feed_wraper .efbl_likes' ).fadeIn('slow');
416
  }else
417
  {
418
- $( '.efbl_feed_wraper .efbl_likes' ).fadeOut('slow');
419
  }
420
 
421
  });
@@ -448,8 +646,8 @@
448
  }else
449
  {
450
  $( '.efbl_feed_wraper .efbl_comments' ).fadeOut('slow');
451
- $( '.efbl_feed_wraper .efbl_comments' ).fadeOut('slow');
452
- }
453
 
454
  });
455
  });
@@ -496,11 +694,11 @@
496
  /*
497
  * Show or hide total number of followers in real time.
498
  */
499
- wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_padding_top_bottom]', function( value ) {
500
 
501
  value.bind( function( newval ) {
502
 
503
- $( '.efbl_feed_wraper .efbl_fb_story' ).css({"padding-top": newval+'px', "padding-bottom": newval+'px'});
504
 
505
 
506
  });
@@ -509,11 +707,37 @@
509
  /*
510
  * Show or hide total number of followers in real time.
511
  */
512
- wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_padding_right_left]', function( value ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
513
 
514
  value.bind( function( newval ) {
515
 
516
- $( '.efbl_feed_wraper .efbl_fb_story' ).css({"padding-left": newval+'px', "padding-right": newval+'px'});
517
 
518
 
519
  });
@@ -523,11 +747,11 @@
523
  /*
524
  * Show or hide total number of followers in real time.
525
  */
526
- wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_margin_top_bottom]', function( value ) {
527
 
528
  value.bind( function( newval ) {
529
 
530
- $( '.efbl_feed_wraper .efbl_fb_story' ).css({"margin-top": newval+'px', "margin-bottom": newval+'px'});
531
 
532
 
533
  });
@@ -536,11 +760,38 @@
536
  /*
537
  * Show or hide total number of followers in real time.
538
  */
539
- wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_margin_right_left]', function( value ) {
540
 
541
  value.bind( function( newval ) {
542
 
543
- $( '.efbl_feed_wraper .efbl_fb_story' ).css({"margin-left": newval+'px', "margin-right": newval+'px'});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
544
 
545
 
546
  });
@@ -569,7 +820,7 @@
569
 
570
  value.bind( function( newval ) {
571
 
572
- $( '.efbl_feed_wraper .efbl_story_meta .efbl_info' ).css({"background-color": newval});
573
 
574
 
575
  });
@@ -826,7 +1077,7 @@
826
  */
827
  wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_cta_text_hover_color]', function( value ) {
828
  value.bind( function( newval ) {
829
- $('<style>.efbl_feed_wraper #efblcf .efbl_read_more_link a:hover{color:' + newval + '}</style>').appendTo('head');
830
  });
831
  });
832
 
@@ -885,10 +1136,314 @@
885
  wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_hover_bg_color]', function( value ) {
886
 
887
  value.bind( function( newval ) {
888
- $('<style>.efbl_feed_wraper .efbl_story_photo:hover a{background-color:' + newval + '!important}</style>').appendTo('head');
889
 
890
  } );
891
 
892
  } );
893
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
894
  } )( jQuery );
31
  });
32
  });
33
 
34
+ /*
35
+ * Updates background color of loadmore in real time.
36
+ */
37
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[load_more_background_color]', function( value ) {
38
+ value.bind( function( newval ) {
39
+ $( '.efbl_feed_wraper .efbl_load_more_holder a' ).css('background-color', newval );
40
+ });
41
+ });
42
+
43
+
44
+ /*
45
+ * Updates background color of loadmore in real time.
46
+ */
47
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[load_more_color]', function( value ) {
48
+ value.bind( function( newval ) {
49
+ $( '.efbl_feed_wraper .efbl_load_more_holder a' ).css('color', newval );
50
+ });
51
+ });
52
+
53
+ /*
54
+ * Updated the Header shadow color of dp.
55
+ */
56
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[load_more_hover_background_color]', function( value ) {
57
+
58
+ value.bind( function( newval ) {
59
+ $('<style>.efbl_feed_wraper .efbl_load_more_holder a:hover{background-color:' + newval + '!important}</style>').appendTo('head');
60
+
61
+ } );
62
+
63
+ } );
64
+
65
+ /*
66
+ * Updated the Header shadow color of dp.
67
+ */
68
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[load_more_hover_color]', function( value ) {
69
+
70
+ value.bind( function( newval ) {
71
+ $('<style>.efbl_feed_wraper .efbl_load_more_holder a:hover{color:' + newval + '!important}</style>').appendTo('head');
72
+
73
+ } );
74
+
75
+ } );
76
 
77
  /*
78
  * Updated background color of header in real time.
158
 
159
  });
160
  });
161
+
162
+ /*
163
+ * Show or hide total number of feeds in real time.
164
+ */
165
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_shadow]', function( value ) {
166
+ value.bind( function( newval ) {
167
+
168
+ if(newval){
169
+ $( '.efbl_feed_wraper #efblcf.efbl_fb_story.grid, .efbl_feed_wraper #efblcf.efbl_fb_story.masonry' ).css("box-shadow","0 0 10px 0 rgba(0,0,0,0.15)");
170
+ }else
171
+ {
172
+ $( '.efbl_feed_wraper #efblcf.efbl_fb_story.grid, .efbl_feed_wraper #efblcf.efbl_fb_story.masonry' ).css("box-shadow","none");
173
+ }
174
+
175
+ });
176
+ });
177
 
178
  /*
179
  * Show or hide total number of followers in real time.
325
 
326
  } );
327
 
328
+ /*
329
+ * Updated the Header top padding in real time.
330
+ */
331
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_content_padding]', function( value ) {
332
+
333
+ value.bind( function( newval ) {
334
+
335
+ $( '.efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content, .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_story_meta' ).css('padding', newval+'px' );
336
+
337
+ } );
338
+
339
+ } );
340
+
341
  /*
342
  * Updated the Header top padding in real time.
343
  */
451
  value.bind( function( newval ) {
452
 
453
  if(newval){
454
+ $( '.efbl_feed_wraper .efbl_load_more_btn ' ).fadeIn('slow');
455
  }else
456
  {
457
+ $( '.efbl_feed_wraper .efbl_load_more_btn ' ).fadeOut('slow');
458
  }
459
 
460
  });
476
  });
477
  });
478
 
479
+ /*
480
+ * Show or hide total number of followers in real time.
481
+ */
482
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_shared_link_bg_color]', function( value ) {
483
+
484
+ value.bind( function( newval ) {
485
+
486
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_shared_story' ).css({"background-color": newval});
487
+
488
+
489
+ });
490
+ });
491
+
492
+ /*
493
+ * Show or hide total number of followers in real time.
494
+ */
495
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_shared_link_heading_color]', function( value ) {
496
+
497
+ value.bind( function( newval ) {
498
+
499
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_shared_story .efbl_title_link a' ).css({"color": newval});
500
+
501
+
502
+ });
503
+ });
504
+
505
+ /*
506
+ * Show or hide total number of followers in real time.
507
+ */
508
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_shared_link_color]', function( value ) {
509
+
510
+ value.bind( function( newval ) {
511
+
512
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_shared_story .efbl_link_description' ).css({"color": newval});
513
+
514
+
515
+ });
516
+ });
517
+
518
+ /*
519
+ * Show or hide total number of followers in real time.
520
+ */
521
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_shared_link_border_color]', function( value ) {
522
+
523
+ value.bind( function( newval ) {
524
+
525
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_shared_story' ).css({"border-color": newval});
526
+
527
+
528
+ });
529
+ });
530
+
531
+
532
+ /*
533
+ * Show or hide total number of followers in real time.
534
+ */
535
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_text_color]', function( value ) {
536
+
537
+ value.bind( function( newval ) {
538
+
539
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({"color": newval});
540
+
541
+
542
+ });
543
+ });
544
+
545
+ /*
546
+ * Show or hide total number of followers in real time.
547
+ */
548
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_type_icon_color]', function( value ) {
549
+
550
+ value.bind( function( newval ) {
551
+
552
+ $( '.efbl_feed_wraper .efbl_feeds_holder .efbl_fb_story a.efbl_feed_fancy_popup .fa' ).css({"color": newval});
553
+
554
+
555
+ });
556
+ });
557
+
558
+ /*
559
+ * Show or hide total number of followers in real time.
560
+ */
561
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_header]', function( value ) {
562
+ value.bind( function( newval ) {
563
+
564
+ if(newval){
565
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_author_info ' ).fadeIn('slow');
566
+ }else
567
+ {
568
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_author_info ' ).fadeOut('slow');
569
+ }
570
+
571
+ });
572
+ });
573
+
574
+ /*
575
+ * Show or hide total number of followers in real time.
576
+ */
577
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_shared_link]', function( value ) {
578
+ value.bind( function( newval ) {
579
+
580
+ if(newval){
581
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_shared_story' ).fadeIn('slow');
582
+ }else
583
+ {
584
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_shared_story' ).fadeOut('slow');
585
+ }
586
+
587
+ });
588
+ });
589
+
590
+ /*
591
+ * Show or hide header in real time.
592
+ */
593
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_header_logo]', function( value ) {
594
+ value.bind( function( newval ) {
595
+
596
+ if(newval){
597
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_author_info .efbl_auth_logo' ).fadeIn('slow');
598
+ }else
599
+ {
600
+ $( '.efbl_feed_wraper .efbl_fb_story .efbl_author_info .efbl_auth_logo' ).fadeOut('slow');
601
+ }
602
+
603
+ });
604
+ });
605
+
606
  /*
607
  * Show or hide total number of followers in real time.
608
  */
610
  value.bind( function( newval ) {
611
 
612
  if(newval){
613
+ $( '.efbl_feed_wraper .efbl_likes, .efbl_feed_wraper .efbl_all_likes_wrap' ).fadeIn('slow');
614
  }else
615
  {
616
+ $( '.efbl_feed_wraper .efbl_likes, .efbl_feed_wraper .efbl_all_likes_wrap' ).fadeOut('slow');
617
  }
618
 
619
  });
646
  }else
647
  {
648
  $( '.efbl_feed_wraper .efbl_comments' ).fadeOut('slow');
649
+ $( '.efbl_feed_wraper .efbl_comments_wraper' ).remove();
650
+ }
651
 
652
  });
653
  });
694
  /*
695
  * Show or hide total number of followers in real time.
696
  */
697
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_padding_bottom]', function( value ) {
698
 
699
  value.bind( function( newval ) {
700
 
701
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({"padding-bottom": newval+'px'});
702
 
703
 
704
  });
707
  /*
708
  * Show or hide total number of followers in real time.
709
  */
710
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_padding_top]', function( value ) {
711
+
712
+ value.bind( function( newval ) {
713
+
714
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({"padding-top": newval+'px'});
715
+
716
+
717
+ });
718
+ });
719
+
720
+ /*
721
+ * Show or hide total number of followers in real time.
722
+ */
723
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_padding_right]', function( value ) {
724
+
725
+ value.bind( function( newval ) {
726
+
727
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({"padding-right": newval+'px'});
728
+
729
+
730
+ });
731
+ });
732
+
733
+ /*
734
+ * Show or hide total number of followers in real time.
735
+ */
736
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_padding_left]', function( value ) {
737
 
738
  value.bind( function( newval ) {
739
 
740
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({"padding-left": newval+'px'});
741
 
742
 
743
  });
747
  /*
748
  * Show or hide total number of followers in real time.
749
  */
750
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_margin_top]', function( value ) {
751
 
752
  value.bind( function( newval ) {
753
 
754
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({"margin-top": newval+'px'});
755
 
756
 
757
  });
760
  /*
761
  * Show or hide total number of followers in real time.
762
  */
763
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_margin_bottom]', function( value ) {
764
 
765
  value.bind( function( newval ) {
766
 
767
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({ "margin-bottom": newval+'px'});
768
+
769
+
770
+ });
771
+ });
772
+
773
+ /*
774
+ * Show or hide total number of followers in real time.
775
+ */
776
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_margin_left]', function( value ) {
777
+
778
+ value.bind( function( newval ) {
779
+
780
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({"margin-left": newval+'px'});
781
+
782
+
783
+ });
784
+ });
785
+
786
+
787
+ /*
788
+ * Show or hide total number of followers in real time.
789
+ */
790
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_margin_right]', function( value ) {
791
+
792
+ value.bind( function( newval ) {
793
+
794
+ $( '.efbl_feed_wraper .efbl_fb_story' ).css({ "margin-right": newval+'px'});
795
 
796
 
797
  });
820
 
821
  value.bind( function( newval ) {
822
 
823
+ $( '.efbl_feed_wraper .efbl_story_meta .efbl_info .efbl_likes, .efbl_feed_wraper .efbl_story_meta .efbl_info .efbl_comments, .efbl_feed_wraper .efbl_story_meta .efbl_info .efbl_shares' ).css({"background-color": newval});
824
 
825
 
826
  });
1077
  */
1078
  wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_cta_text_hover_color]', function( value ) {
1079
  value.bind( function( newval ) {
1080
+ $('<style>.efbl_feed_wraper #efblcf.efbl_fb_story .efbl_read_more_link a:hover{color:' + newval + '!important}</style>').appendTo('head');
1081
  });
1082
  });
1083
 
1136
  wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_hover_bg_color]', function( value ) {
1137
 
1138
  value.bind( function( newval ) {
1139
+ $('<style>.efbl_feed_wraper .efbl_story_photo .efbl_hover{background:' + newval + '!important}</style>').appendTo('head');
1140
 
1141
  } );
1142
 
1143
  } );
1144
 
1145
+
1146
+ //======================================================================
1147
+ // PoUp Live Preview
1148
+ //======================================================================
1149
+ /*
1150
+ * Background color
1151
+ */
1152
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_sidebar_bg]', function( value ) {
1153
+
1154
+ value.bind( function( newval ) {
1155
+
1156
+ $( '.efbl_popup_main .main-pop .caption' ).css({"background-color": newval});
1157
+
1158
+
1159
+ });
1160
+ });
1161
+
1162
+ /*
1163
+ * content color
1164
+ */
1165
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_sidebar_color]', function( value ) {
1166
+
1167
+ value.bind( function( newval ) {
1168
+
1169
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_caption, .efbl_popup_main .main-pop .caption .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_time, .efbl_popup_main .main-pop .caption .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_meta a, .efbl_popup_main .main-pop .caption .efbl_popup_caption a' ).css({"color": newval});
1170
+
1171
+
1172
+ });
1173
+ });
1174
+
1175
+ /*
1176
+ * Show header
1177
+ */
1178
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_header]', function( value ) {
1179
+ value.bind( function( newval ) {
1180
+
1181
+ if(newval){
1182
+ $( '.efbl_popup_main .main-pop .caption .efbl_author_info' ).fadeIn('slow');
1183
+ }else
1184
+ {
1185
+ $( '.efbl_popup_main .main-pop .caption .efbl_author_info' ).fadeOut('slow');
1186
+ }
1187
+
1188
+ });
1189
+ });
1190
+
1191
+ /*
1192
+ * Show header logo
1193
+ */
1194
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_header_logo]', function( value ) {
1195
+ value.bind( function( newval ) {
1196
+
1197
+ if(newval){
1198
+ $( '.efbl_popup_main .main-pop .caption .efbl_author_info .efbl_auth_logo' ).fadeIn('slow');
1199
+ }else
1200
+ {
1201
+ $( '.efbl_popup_main .main-pop .caption .efbl_author_info .efbl_auth_logo' ).fadeOut('slow');
1202
+ }
1203
+
1204
+ });
1205
+ });
1206
+
1207
+ /*
1208
+ * Header title color
1209
+ */
1210
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_header_title_color]', function( value ) {
1211
+
1212
+ value.bind( function( newval ) {
1213
+
1214
+ $( '.efbl_popup_main .main-pop .caption .efbl_name_date .efbl_author_name a' ).css({"color": newval});
1215
+
1216
+
1217
+ });
1218
+ });
1219
+
1220
+ /*
1221
+ * Header title color
1222
+ */
1223
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_post_time_color]', function( value ) {
1224
+
1225
+ value.bind( function( newval ) {
1226
+
1227
+ $( '.efbl_popup_main .main-pop .caption .efbl_story_time' ).css({"color": newval});
1228
+
1229
+
1230
+ });
1231
+ });
1232
+
1233
+
1234
+ /*
1235
+ * Show caption
1236
+ */
1237
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_caption]', function( value ) {
1238
+ value.bind( function( newval ) {
1239
+
1240
+ if(newval){
1241
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_caption' ).fadeIn('slow');
1242
+ }else
1243
+ {
1244
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_caption' ).fadeOut('slow');
1245
+ }
1246
+
1247
+ });
1248
+ });
1249
+
1250
+ /*
1251
+ * Show meta
1252
+ */
1253
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_meta]', function( value ) {
1254
+ value.bind( function( newval ) {
1255
+
1256
+ if(newval){
1257
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share' ).fadeIn('slow');
1258
+ }else
1259
+ {
1260
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share' ).fadeOut('slow');
1261
+ }
1262
+
1263
+ });
1264
+ });
1265
+
1266
+ /*
1267
+ * meta bg
1268
+ */
1269
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_meta_bg_color]', function( value ) {
1270
+
1271
+ value.bind( function( newval ) {
1272
+
1273
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share' ).css({"background": newval});
1274
+
1275
+
1276
+ });
1277
+ });
1278
+
1279
+ /*
1280
+ * meta color
1281
+ */
1282
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_meta_color]', function( value ) {
1283
+
1284
+ value.bind( function( newval ) {
1285
+
1286
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share, .efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share .efbl_popup_likes_holder a span, .efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share .efbl_view_story a' ).css({"color": newval});
1287
+
1288
+
1289
+ });
1290
+ });
1291
+
1292
+ /*
1293
+ * Show reactions counter
1294
+ */
1295
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_reactions_counter]', function( value ) {
1296
+ value.bind( function( newval ) {
1297
+
1298
+ if(newval){
1299
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share .efbl_popup_likes_holder' ).fadeIn('slow');
1300
+ }else
1301
+ {
1302
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share .efbl_popup_likes_holder' ).fadeOut('slow');
1303
+ }
1304
+
1305
+ });
1306
+ });
1307
+
1308
+ /*
1309
+ * Show comments counter
1310
+ */
1311
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_comments_counter]', function( value ) {
1312
+ value.bind( function( newval ) {
1313
+
1314
+ if(newval){
1315
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share .efbl_all_comments_count' ).fadeIn('slow');
1316
+ }else
1317
+ {
1318
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_like_share .efbl_all_comments_count' ).fadeOut('slow');
1319
+ }
1320
+
1321
+ });
1322
+ });
1323
+
1324
+ /*
1325
+ * Show comments
1326
+ */
1327
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_comments]', function( value ) {
1328
+ value.bind( function( newval ) {
1329
+
1330
+ if(newval){
1331
+ $( '.efbl_popup_main .main-pop .caption .efbl_all_comments_holder' ).fadeIn('slow');
1332
+ }else
1333
+ {
1334
+ $( '.efbl_popup_main .main-pop .caption .efbl_all_comments_holder' ).fadeOut('slow');
1335
+ }
1336
+
1337
+ });
1338
+ });
1339
+
1340
+ /*
1341
+ * Show view on fb link
1342
+ */
1343
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_view_fb_link]', function( value ) {
1344
+ value.bind( function( newval ) {
1345
+
1346
+ if(newval){
1347
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_right' ).fadeIn('slow');
1348
+ }else
1349
+ {
1350
+ $( '.efbl_popup_main .main-pop .caption .efbl_popup_meta_right' ).fadeOut('slow');
1351
+ }
1352
+
1353
+ });
1354
+ });
1355
+
1356
+ /*
1357
+ * Comments bg
1358
+ */
1359
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_comments_bg_color]', function( value ) {
1360
+
1361
+ value.bind( function( newval ) {
1362
+
1363
+ $( '.efbl_popup_main .main-pop .caption .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_popup' ).css({"background-color": newval});
1364
+
1365
+
1366
+ });
1367
+ });
1368
+
1369
+ /*
1370
+ * Comments color
1371
+ */
1372
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_comments_color]', function( value ) {
1373
+
1374
+ value.bind( function( newval ) {
1375
+
1376
+ $( '.efbl_popup_main .main-pop .caption .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_popup' ).css({"color": newval});
1377
+
1378
+
1379
+ });
1380
+ });
1381
+
1382
+ /*
1383
+ * Show close Icon
1384
+ */
1385
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_show_close_icon]', function( value ) {
1386
+ value.bind( function( newval ) {
1387
+
1388
+ if(newval){
1389
+ $( '.fancybox-container .efbl_popup_main.fancybox-content .fancybox-close-small' ).fadeIn('slow');
1390
+ }else
1391
+ {
1392
+ $( '.fancybox-container .efbl_popup_main.fancybox-content .fancybox-close-small' ).fadeOut('slow');
1393
+ }
1394
+
1395
+ });
1396
+ });
1397
+
1398
+ /*
1399
+ * Close Icon bg color
1400
+ */
1401
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_close_icon_bg_color]', function( value ) {
1402
+
1403
+ value.bind( function( newval ) {
1404
+
1405
+ $( '.fancybox-container .efbl_popup_main.fancybox-content .fancybox-close-small' ).css({"background-color": newval});
1406
+
1407
+
1408
+ });
1409
+ });
1410
+
1411
+ /*
1412
+ * Close Icon bg color
1413
+ */
1414
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_close_icon_color]', function( value ) {
1415
+
1416
+ value.bind( function( newval ) {
1417
+
1418
+ $( '.fancybox-container .efbl_popup_main.fancybox-content .fancybox-close-small' ).css({"color": newval});
1419
+
1420
+
1421
+ });
1422
+ });
1423
+
1424
+ /*
1425
+ * Close hover bg.
1426
+ */
1427
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_close_icon_bg_hover_color]', function( value ) {
1428
+
1429
+ value.bind( function( newval ) {
1430
+ $('<style>.fancybox-container .efbl_popup_main.fancybox-content .fancybox-close-small:hover{background-color:' + newval + '!important}</style>').appendTo('head');
1431
+
1432
+ } );
1433
+
1434
+ } );
1435
+
1436
+ /*
1437
+ * Close hover color.
1438
+ */
1439
+ wp.customize( 'efbl_skin_'+efbl_skin_id+'[popup_close_icon_hover_color]', function( value ) {
1440
+
1441
+ value.bind( function( newval ) {
1442
+ $('<style>.fancybox-container .efbl_popup_main.fancybox-content .fancybox-close-small:hover{color:' + newval + '!important}</style>').appendTo('head');
1443
+
1444
+ } );
1445
+
1446
+ } );
1447
+
1448
+
1449
  } )( jQuery );
easy-facebook-likebox/admin/assets/scss/admin.scss CHANGED
@@ -1,5 +1,3 @@
1
- .easy-facebook-likebox-espf_page_easy-facebook-likebox #wpfooter{display:none}
2
-
3
  .efbl_wrap {
4
  float: left;
5
  clear: both;
@@ -9,10 +7,19 @@
9
  background-color: #fff;
10
  margin-top: 40px;
11
 
12
-
13
-
 
 
 
 
 
 
 
14
 
15
  .efbl_wrap_inner {
 
 
16
  float: left;
17
  width: 100%;
18
  clear: both;
@@ -26,10 +33,19 @@
26
  color: #fff;
27
  }
28
  .efbl_tabs_holder{
 
 
 
 
 
 
 
 
 
29
  float: left;
30
  width: 100%;
31
  .efbl_tabs_header {
32
- background-color: #02acf7;
33
  color: #fff;
34
  padding: 5px 0px;
35
  height: 56px;
@@ -48,20 +64,32 @@
48
 
49
  .material-icons{
50
  line-height: unset;
 
 
 
 
 
51
  }
52
  }
53
  .indicator {
54
  background-color: #1bf1e9;
55
- margin-bottom: 0px;
 
 
 
56
  }
57
  }
58
 
59
  }
60
  }
61
  .efbl_tab_c_holder {
62
- padding: 15px;
63
  float: left;
64
  width: 100%;
 
 
 
 
 
65
 
66
  #efbl-authentication{
67
  .efbl_authentication_btn{
@@ -98,8 +126,6 @@
98
  }
99
 
100
  .efbl_tab_c {
101
- .collapsible{
102
- margin-top: 30px;
103
  .collapsible-header{
104
  text-transform: capitalize;
105
  font-size: 22px;
@@ -120,7 +146,6 @@
120
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
121
  transform: rotate(180deg);
122
  }
123
- .collapsible-body{
124
 
125
  .efbl_shortcode_accord{
126
  .collapsible-header{
@@ -133,24 +158,30 @@
133
  font-size: 14px;
134
  }
135
  }
136
- .efbl_collapsible_info:first-child{
137
- padding-left: 0;
138
- }
139
  .efbl_collapsible_info{
 
 
 
 
 
 
140
  .efbl_shortocode_genrator_main{
141
  margin-bottom: 20px;
142
  float:left;
143
- width:100%;
144
  }
145
  .efbl_shortocode_genrator{
146
- margin-top: 10px;
147
  float: left;
 
 
 
 
148
  }
149
  .select-wrapper{
150
  margin-top: 12px;
151
  }
152
  .efbl_shortocode_genrator .efbl_fields.s6 .efbl_open_collapisble, .efbl_like_box_shortocode_genrator .efbl_fields.s6 .efbl_open_likebox_collapisble{
153
- right: 10px;
154
  }
155
  .efbl_shortocode_genrator .efbl_fields.s6:nth-child(even) .efbl_open_collapisble, .efbl_like_box_shortocode_genrator .efbl_fields.s6:nth-child(odd) .efbl_open_likebox_collapisble{
156
  right: 0px;
@@ -166,6 +197,9 @@
166
  margin-bottom: 10px;
167
  position: relative;
168
  }
 
 
 
169
  .input-field.col label{
170
  left:0;
171
  }
@@ -186,8 +220,10 @@
186
  }
187
 
188
  .efbl-shortcode-block, .efbl-likebox-shortcode-block{
189
- margin-bottom: 0;
190
- margin-top: 5px;
 
 
191
 
192
  }
193
  .efbl_shortcode_generated_final, .efbl_likebox_shortcode_generated_final{
@@ -197,15 +233,14 @@
197
  border-radius: 0;
198
  padding: 5px;
199
  line-height: normal;
200
-
 
201
  i{
202
  border-radius: 0;
203
  }
204
  }
205
  }
206
- }
207
-
208
- padding: 1.5rem;
209
  p{
210
  margin-top: 0;
211
  font-size: 16px;
@@ -223,9 +258,6 @@
223
  height: auto;
224
  }
225
 
226
-
227
- }
228
- }
229
  }
230
  }
231
  }
@@ -242,6 +274,15 @@
242
  float: left;
243
  width: 100%;
244
 
 
 
 
 
 
 
 
 
 
245
  .efbl_fields{
246
  float: left;
247
  width: 100%;
@@ -258,38 +299,115 @@
258
 
259
 
260
  blockquote{
261
- background-color: #7FC6A6;
262
  color: #fff;
263
  padding: 15px;
264
  font-size: 13px;
265
- border-left: 5px solid #02acf7;
266
  }
267
  #efbl-skins {
268
 
 
 
 
 
 
269
  .efbl_new_skin{
270
  display:none;
271
  #efbl_new_skin_details{
 
272
  #efbl_skin_feat_img{
273
- width: 74.6%;
 
 
 
 
274
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  }
276
  }
277
  .efbl_all_skins{
278
  margin-top: 20px;
279
  margin-bottom: 0;
280
  .efbl_single_skin{
281
- display: inline-block;
282
- margin-right: 20px;
283
- margin-bottom: 20px;
284
  padding: 10px;
285
  margin-top: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
 
 
 
 
 
287
  .card-content{
288
- border-bottom: 1px solid #baa5a5;
289
- padding-bottom: 10px;
290
- padding: 24px 0 24px 0;
291
- margin-bottom: 15px;
 
292
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
 
294
  .efbl_copy_skin_id{
295
  float: left;
@@ -298,8 +416,259 @@
298
  }
299
  }
300
  }
 
301
  }
302
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  }
304
  .toplevel_page_easy-facebook-likebox{
305
  #wpfooter {position:relative;}
@@ -2891,4 +3260,56 @@ stretchRight
2891
  transform-origin: top center;
2892
  transform: rotateX(0deg);
2893
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2894
  }
 
 
1
  .efbl_wrap {
2
  float: left;
3
  clear: both;
7
  background-color: #fff;
8
  margin-top: 40px;
9
 
10
+ a, .btn{
11
+ text-transform: capitalize;
12
+ &::focus, &:visited{
13
+ color: #fff;
14
+ }
15
+ }
16
+ i.left{
17
+ margin-right: 10px;
18
+ }
19
 
20
  .efbl_wrap_inner {
21
+
22
+
23
  float: left;
24
  width: 100%;
25
  clear: both;
33
  color: #fff;
34
  }
35
  .efbl_tabs_holder{
36
+ .efbl_tabs_right{
37
+ float: right;
38
+ margin-right: 20px;
39
+ margin-top: 12px;
40
+ a{
41
+ color: #fff;
42
+ font-size: 17px;
43
+ }
44
+ }
45
  float: left;
46
  width: 100%;
47
  .efbl_tabs_header {
48
+ background-color: #27aae4;
49
  color: #fff;
50
  padding: 5px 0px;
51
  height: 56px;
64
 
65
  .material-icons{
66
  line-height: unset;
67
+ margin-right: 5px;
68
+ float: left;
69
+ }
70
+ span{
71
+ text-transform: capitalize;
72
  }
73
  }
74
  .indicator {
75
  background-color: #1bf1e9;
76
+ margin-bottom: 0;
77
+ width: 140px;
78
+ float: none;
79
+ margin: 0 auto;
80
  }
81
  }
82
 
83
  }
84
  }
85
  .efbl_tab_c_holder {
 
86
  float: left;
87
  width: 100%;
88
+
89
+ .efbl_tab_c{
90
+ padding: 15px;
91
+
92
+ }
93
 
94
  #efbl-authentication{
95
  .efbl_authentication_btn{
126
  }
127
 
128
  .efbl_tab_c {
 
 
129
  .collapsible-header{
130
  text-transform: capitalize;
131
  font-size: 22px;
146
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
147
  transform: rotate(180deg);
148
  }
 
149
 
150
  .efbl_shortcode_accord{
151
  .collapsible-header{
158
  font-size: 14px;
159
  }
160
  }
 
 
 
161
  .efbl_collapsible_info{
162
+ padding: 0;
163
+ }
164
+ .efbl_collapsible_info:last-child{
165
+ margin-top: 10px;
166
+ }
167
+
168
  .efbl_shortocode_genrator_main{
169
  margin-bottom: 20px;
170
  float:left;
171
+ padding: 0;
172
  }
173
  .efbl_shortocode_genrator{
 
174
  float: left;
175
+
176
+ h5{
177
+ margin-bottom: 20px;
178
+ }
179
  }
180
  .select-wrapper{
181
  margin-top: 12px;
182
  }
183
  .efbl_shortocode_genrator .efbl_fields.s6 .efbl_open_collapisble, .efbl_like_box_shortocode_genrator .efbl_fields.s6 .efbl_open_likebox_collapisble{
184
+
185
  }
186
  .efbl_shortocode_genrator .efbl_fields.s6:nth-child(even) .efbl_open_collapisble, .efbl_like_box_shortocode_genrator .efbl_fields.s6:nth-child(odd) .efbl_open_likebox_collapisble{
187
  right: 0px;
197
  margin-bottom: 10px;
198
  position: relative;
199
  }
200
+ .efbl_fields.efbl_filter_events_wrap{
201
+ display:none;
202
+ }
203
  .input-field.col label{
204
  left:0;
205
  }
220
  }
221
 
222
  .efbl-shortcode-block, .efbl-likebox-shortcode-block{
223
+ margin-bottom: 0;
224
+ margin-top: 5px;
225
+ box-shadow: none;
226
+ border: none;
227
 
228
  }
229
  .efbl_shortcode_generated_final, .efbl_likebox_shortcode_generated_final{
233
  border-radius: 0;
234
  padding: 5px;
235
  line-height: normal;
236
+ background-color: #25a69aad;
237
+ box-shadow: none;
238
  i{
239
  border-radius: 0;
240
  }
241
  }
242
  }
243
+ å
 
 
244
  p{
245
  margin-top: 0;
246
  font-size: 16px;
258
  height: auto;
259
  }
260
 
 
 
 
261
  }
262
  }
263
  }
274
  float: left;
275
  width: 100%;
276
 
277
+ .efbl_popup_info{
278
+ margin-top: 10px;
279
+ float: left;
280
+ }
281
+ .select-dropdown{
282
+ [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after{
283
+ top: -17px;
284
+ }
285
+ }
286
  .efbl_fields{
287
  float: left;
288
  width: 100%;
299
 
300
 
301
  blockquote{
302
+ background-color: #26a69a;
303
  color: #fff;
304
  padding: 15px;
305
  font-size: 13px;
306
+ border-left: 5px solid #6fc2ba;
307
  }
308
  #efbl-skins {
309
 
310
+ .efbl_create_skin{
311
+ height: auto;
312
+ padding: 5px 25px 5px 20px;
313
+ }
314
+
315
  .efbl_new_skin{
316
  display:none;
317
  #efbl_new_skin_details{
318
+ min-height: 550px;
319
  #efbl_skin_feat_img{
320
+ width: 75.8%;
321
+ }
322
+ .btn.waves-input-wrapper{
323
+ height: auto;
324
+ padding: 5px 20px 5px 20px;
325
  }
326
+ #efbl_skin_feat_img_btn{
327
+ text-transform: capitalize;
328
+
329
+ }
330
+ .btn.create_new_skin_fb_wrap.waves-input-wrapper{
331
+ padding: 3px 23px;
332
+ .right{
333
+ margin-left: 5px;
334
+ font-size: 17px;
335
+ margin-top: 2px;
336
+ }
337
+ }
338
+ .efbl_show_all_skins{
339
+ margin-bottom: 10px;
340
+ text-transform: capitalize;
341
+ height: auto;
342
+ padding: 5px 15px 5px 15px;
343
+ }
344
+
345
  }
346
  }
347
  .efbl_all_skins{
348
  margin-top: 20px;
349
  margin-bottom: 0;
350
  .efbl_single_skin{
351
+ display: inline-block;
352
+ margin-right: 15px;
353
+ margin-bottom: 15px;
354
  padding: 10px;
355
  margin-top: 0;
356
+ width: 24%;
357
+
358
+ .skin_free_full{
359
+ position: absolute;
360
+ width: 100%;
361
+ height: 100%;
362
+ &:focus{
363
+ box-shadow: none;
364
+ }
365
+ }
366
+ .selected_layout{
367
+ padding: 6px;
368
+ float: left;
369
+ width: 100%;
370
+ background: #27aae4;
371
+ color: #fff;
372
+ text-align: center;
373
+ font-weight: bold;
374
+ text-transform: capitalize;
375
+ margin-bottom: 10px;
376
+ }
377
 
378
+ .card-image{
379
+ max-height: 150px;
380
+ overflow: hidden;
381
+ }
382
  .card-content{
383
+ border-bottom: 1px solid #baa5a5;
384
+ padding: 20px 0 5px 0;
385
+ margin-bottom: 15px;
386
+ float: left;
387
+ width: 100%;
388
  }
389
+ .btn .material-icons{
390
+ font-size: 15px;
391
+ }
392
+ a.btn{
393
+ padding: 0px 20px;
394
+ }
395
+ .efbl_skin_redirect, .efbl_skin_delete{
396
+ padding-right: 0;
397
+ padding-left: 0px;
398
+ width: 42%;
399
+ .material-icons{
400
+ position: absolute;
401
+ right: 10px;
402
+ top: 2px;
403
+ }
404
+ span{
405
+ float: none;
406
+ margin: 0 auto;
407
+ display: table;
408
+ }
409
+ }
410
+
411
 
412
  .efbl_copy_skin_id{
413
  float: left;
416
  }
417
  }
418
  }
419
+
420
  }
421
+ .efbl_single_skin:nth-child(4n+4) {
422
+ margin-right: 0 !important;
423
+ }
424
+ .efbl_single_skin_free{
425
+ background: #F7F5F2;
426
+ opacity: .955;
427
+ }
428
+
429
+ #efbl-general{
430
+ position: relative;
431
+ min-height: 300px;
432
+ padding: 0;
433
+ .row{
434
+ margin-bottom: 0;
435
+ }
436
+ }
437
+
438
+ /* vertical tabs scss starts */
439
+ .efbl-tabs-vertical {
440
+ float: left;
441
+ width: 100%;
442
+ position: relative;
443
+ .efbl_si_tabs_name_holder{
444
+ padding: 0;
445
+ position: absolute;
446
+ height: 100%;
447
+ background-color: #0090d0;
448
+ width: 210px;
449
+ }
450
+ .tabs {
451
+ height: auto;
452
+ -ms-flex-direction: column;
453
+ -webkit-flex-direction: column;
454
+ flex-direction: column;
455
+ display: -webkit-flex;
456
+ display: flex;
457
+ color: #939AAA;
458
+ background-color: transparent;
459
+ }
460
+
461
+ .tab {
462
+ width: 100%;
463
+ text-align: left;
464
+ padding-left: 11px;
465
+
466
+ a{
467
+ padding:0; color: #fff;
468
+ span{
469
+ margin-left: 8px;
470
+ }
471
+
472
+ &:focus{
473
+ box-shadow:none !important;
474
+ }
475
+ }
476
+
477
+
478
+ .active {
479
+ -moz-transition: border-color .5s ease;
480
+ -o-transition: border-color .5s ease;
481
+ -webkit-transition: border-color .5s ease;
482
+ transition: border-color .5s ease;
483
+ border-right: 4px solid #1bf1e9;
484
+ }
485
+
486
+ }
487
+ .tab:hover a{
488
+ border-color: #7fc6a6;
489
+ }
490
+
491
+ .indicator {
492
+ display: none;
493
+ }
494
+
495
+ .efbl_tabs_holder{
496
+ float: left;
497
+ margin-left: 210px;
498
+ padding: 13px 15px 20px;
499
+ min-height: 400px;
500
+ width: auto;
501
+
502
+ .tab-content{
503
+ float: left;
504
+ width: 100%;
505
+ padding: 0;
506
+ .efbl_default_shortcode_holder{
507
+ float: left;
508
+ padding: 0;
509
+ .efbl-shortcode-block{
510
+ float: left;
511
+ margin-top: 0;
512
+ margin-bottom: 5px;
513
+ }
514
+ .efbl_copy_shortcode{
515
+ margin-top: 0;
516
+ border-radius: 0;
517
+ box-shadow: none;
518
+ float: left;
519
+ background-color: #25a69aad;
520
+ font-size: 15px;
521
+ i{
522
+ margin: 0;
523
+ }
524
+ }
525
+ p{
526
+ float: left;
527
+ margin-top: 0;
528
+ }
529
+ h5{
530
+ float: left;
531
+ width: 100%;
532
+ }
533
+ .efbl_more_head{
534
+ margin-top: 20px;
535
+ }
536
+ }
537
+ }
538
+
539
+ #fl_social_sharing_networks_tab{
540
+ a.fl_show_networks{
541
+ height: auto;
542
+ padding: 5px 25px 5px 18px;
543
+ text-transform: capitalize;
544
+
545
+ &:hover, &:focus{
546
+ color:#fff;
547
+ }
548
+
549
+ .material-icons{
550
+ font-size: 26px;
551
+ margin-right: 8px;
552
+ font-weight: bold;
553
+ }
554
+ }
555
+ }
556
+
557
+ .fl_networks_wrap{
558
+ float: left;
559
+ width: 100%;
560
+ .fl_available_networks_wrap{
561
+ float: left;
562
+ width: 100%;
563
+ margin: 15px 0;
564
+ .fl_available_network_wrap{
565
+ display: inline-block;
566
+ margin-right: 5px;
567
+ padding: 5px 20px;
568
+ }
569
+ }
570
+ }
571
+
572
+ .fl_ss_locations_wrap{
573
+ .fl_ss_location_wrap{
574
+ float: left;
575
+ width: 25%;
576
+ padding: 15px;
577
+ text-align: center;
578
+
579
+ h2{
580
+ font-size: 24px;
581
+ margin: 0;
582
+ margin-bottom: 10px;
583
+ }
584
+
585
+ img{
586
+ width: 100%;
587
+ background: rgba(224, 228, 233, 0.3019607843);
588
+ padding: 10px;
589
+ }
590
+ ul {
591
+ list-style-type: none;
592
+ float: left;
593
+ width: 100%;
594
+ }
595
+
596
+ li {
597
+ display: inline-block;
598
+ float: left;
599
+ width: 100%;
600
+ }
601
+
602
+ input[type="checkbox"] {
603
+ display: none;
604
+ }
605
+
606
+ label {
607
+ border: 1px solid #fff;
608
+ padding: 8px;
609
+ display: block;
610
+ position: relative;
611
+ cursor: pointer;
612
+ -webkit-touch-callout: none;
613
+ -webkit-user-select: none;
614
+ -khtml-user-select: none;
615
+ -moz-user-select: none;
616
+ -ms-user-select: none;
617
+ user-select: none;
618
+ float: left;
619
+ width: 100%;
620
+ height: 100%;
621
+ }
622
+
623
+ label::before {
624
+ background-color: white;
625
+ color: white;
626
+ content: " ";
627
+ display: block;
628
+ border-radius: 50%;
629
+ border: 1px solid #09B95A;
630
+ position: absolute;
631
+ top: -5px;
632
+ left: -5px;
633
+ width: 25px;
634
+ height: 25px;
635
+ text-align: center;
636
+ line-height: 28px;
637
+ transition-duration: 0.4s;
638
+ transform: scale(0);
639
+ }
640
+
641
+ label img {
642
+ transition-duration: 0.2s;
643
+ transform-origin: 50% 50%;
644
+ }
645
+
646
+ :checked+label {
647
+ border-color: #ddd;
648
+ }
649
+
650
+ :checked+label::before {
651
+ content: "✓";
652
+ background-color: #09B95A;
653
+ transform: scale(1);
654
+ }
655
+
656
+ :checked+label img {
657
+ transform: scale(0.9);
658
+ z-index: -1;
659
+ }
660
+ }
661
+ .fl_ss_location_sidebar img{
662
+
663
+ padding-left:0;
664
+ padding-bottom:0;
665
+
666
+ }
667
+ }
668
+
669
+ }
670
+
671
+ }/* vertical tabs scss ends */
672
  }
673
  .toplevel_page_easy-facebook-likebox{
674
  #wpfooter {position:relative;}
3260
  transform-origin: top center;
3261
  transform: rotateX(0deg);
3262
  }
3263
+ }
3264
+
3265
+ .efbl-confirm-modal.modal{
3266
+ top: 25% !important;
3267
+ width: 40%;
3268
+
3269
+ .mif-close-modal.modal-close{
3270
+ position: absolute;
3271
+ right: 5px;
3272
+ top: 5px;
3273
+ }
3274
+ }
3275
+ .efbl-confirm-modal.modal {width: 30%;}
3276
+ .efbl-confirm-modal{
3277
+ .mif-modal-content{
3278
+ float: none;
3279
+ margin: 0 auto;
3280
+ display: table;
3281
+ text-align: center;
3282
+ padding-top:0;
3283
+
3284
+ p{ font-size: 13px; line-height: 1.8; border-bottom: 1px solid #ccc; padding-bottom: 12px;}
3285
+
3286
+ .mif-lock-icon .material-icons{
3287
+ color: #ed6d62;
3288
+ font-size: 60px;
3289
+ }
3290
+
3291
+ .btn
3292
+ {
3293
+ font-size: 13px;
3294
+ padding: 10px 25px 10px 10px;
3295
+ height: auto;
3296
+ text-transform: capitalize;
3297
+ img{ height: 31px;
3298
+ margin-right: 5px;}
3299
+ }
3300
+ }
3301
+ }
3302
+ .efbl-confirm-modal{
3303
+ .mif-modal-content .btn{
3304
+ padding: 10px 20px;
3305
+ height: auto;
3306
+ width: auto;
3307
+ line-height: normal;
3308
+ font-size: 15px;
3309
+ border-radius: 0;
3310
+ margin-right: 30px;
3311
+ }
3312
+ .mif-modal-content .efbl_skin_delete{
3313
+ background: #ed6d62;
3314
+ }
3315
  }
easy-facebook-likebox/admin/assets/scss/efbl-customizer.scss CHANGED
@@ -1,8 +1,15 @@
1
  #accordion-panel-efbl_customize_panel{
2
  display: block !important;
3
  }
4
- #sub-accordion-section-efbl_layout, #accordion-section-efbl_layout, #sub-accordion-section-efbl_typography, #accordion-section-efbl_typography, #sub-accordion-section-efbl_header, #accordion-section-efbl_header, #sub-accordion-section-efbl_feed, #accordion-section-efbl_feed
5
  {
 
 
 
 
 
 
 
6
  input[type=range] + .thumb.active{
7
  position: relative;
8
  background-color: #26a69a;
@@ -19,7 +26,7 @@
19
  text-transform: capitalize;
20
  text-decoration: none;
21
  color: #fff;
22
- background-color: #26a69a;
23
  text-align: center;
24
  letter-spacing: .5px;
25
  -webkit-transition: .2s ease-out;
@@ -98,7 +105,6 @@
98
  }
99
  .wp-picker-container .wp-color-result.button{
100
  width: 100%;
101
- height: 33px;
102
  .wp-color-result-text{
103
  width: 80%;
104
  float: right;
@@ -120,10 +126,9 @@
120
  }
121
  }
122
  .button{
123
- float: right;
124
- width: 47%;
125
- height: 30px;
126
- margin-top: 15px;
127
  }
128
  }
129
  input[type=range]+.thumb.active{
1
  #accordion-panel-efbl_customize_panel{
2
  display: block !important;
3
  }
4
+ #sub-accordion-section-efbl_layout, #accordion-section-efbl_layout, #sub-accordion-section-efbl_typography, #accordion-section-efbl_typography, #sub-accordion-section-efbl_header, #accordion-section-efbl_header, #sub-accordion-section-efbl_feed, #accordion-section-efbl_feed, #sub-accordion-section-efbl_popup, #accordion-section-efbl_popup
5
  {
6
+ .customize-control-popup li{
7
+ background: #F7F5F2;
8
+ display: block;
9
+ color: #333;
10
+ padding: 6px 20px;
11
+ padding-left: 8px;
12
+ }
13
  input[type=range] + .thumb.active{
14
  position: relative;
15
  background-color: #26a69a;
26
  text-transform: capitalize;
27
  text-decoration: none;
28
  color: #fff;
29
+ background-color: #ff8c00;
30
  text-align: center;
31
  letter-spacing: .5px;
32
  -webkit-transition: .2s ease-out;
105
  }
106
  .wp-picker-container .wp-color-result.button{
107
  width: 100%;
 
108
  .wp-color-result-text{
109
  width: 80%;
110
  float: right;
126
  }
127
  }
128
  .button{
129
+ float: right;
130
+ width: 47%;
131
+ height: 24px;
 
132
  }
133
  }
134
  input[type=range]+.thumb.active{
easy-facebook-likebox/admin/easy-facebook-likebox-admin.php CHANGED
@@ -85,12 +85,27 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
85
  wp_enqueue_script( $this->plugin_slug . '-admin-script', EFBL_PLUGIN_URL . 'admin/assets/js/admin.js', array( 'jquery', 'materialize.min' ) );
86
  // echo "<pre>";
87
  // print_r(admin_url('admin-ajax.php'));exit();
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  /*
89
  * Localizing script to get admin-ajax url dynamically.
90
  */
91
  wp_localize_script( $this->plugin_slug . '-admin-script', 'efbl', array(
92
- 'ajax_url' => admin_url( 'admin-ajax.php' ),
93
- 'nonce' => wp_create_nonce( 'efbl-ajax-nonce' ),
 
 
94
  ) );
95
  wp_enqueue_script( 'media-upload' );
96
  wp_enqueue_media();
@@ -152,7 +167,13 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
152
  */
153
  $u_app_ID = $app_ID[$rand_app_ID];
154
  $efbl_empty_at_class = null;
155
- // echo'<pre>'; print_r();exit();
 
 
 
 
 
 
156
  if ( empty($fta_settings['plugins']['facebook']['access_token']) ) {
157
  $efbl_empty_at_class = 'fta_empty_at';
158
  }
@@ -177,9 +198,9 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
177
  <div class="efbl_tabs_holder">
178
  <div class="efbl_tabs_header">
179
  <ul id="efbl_tabs" class="tabs">
180
- %1$s
181
  </ul>
182
-
183
  </div>
184
  <div class="efbl_tab_c_holder">
185
  %2$s
@@ -200,6 +221,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
200
  <p>%9$s</p>
201
 
202
  <a class="waves-effect waves-light efbl_authentication_btn btn" href="%7$s"><img class="efb_icon left" src="' . EFBL_PLUGIN_URL . '/admin/assets/images/facebook-icon.png"/>%8$s</a>
 
203
  </div>
204
  </div>
205
 
@@ -221,6 +243,21 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
221
  </div>
222
  <!-- Popup ends<!-->
223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  <!-- Filter Modal Structure -->
225
  <div id="efbl-filter-upgrade" class="fta-upgrade-modal modal">
226
  <div class="modal-content">
@@ -228,7 +265,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
228
  <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
229
  <h5>%10$s</h5>
230
  <p>%12$s</p>
231
-
232
  <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
233
 
234
  </div>
@@ -238,6 +275,40 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
238
 
239
  <!-- Filter Modal Structure Ends-->
240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  <!-- Other page Modal Structure -->
242
  <div id="efbl-other-pages-upgrade" class="fta-upgrade-modal modal">
243
  <div class="modal-content">
@@ -245,6 +316,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
245
  <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
246
  <h5>%10$s</h5>
247
  <p>%20$s</p>
 
248
 
249
  <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
250
 
@@ -254,7 +326,75 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
254
  </div>
255
 
256
  <!-- Other page Modal Structure Ends-->
257
- </div>',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
  /* Variables starts here. */
259
  $this->efbl_settings_menu(),
260
  $this->efbl_authentication_tab(),
@@ -267,16 +407,34 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
267
  __( "Sorry, Plugin is unable to get the pages data. Please delete the access token and select pages in the second step of authentication to give the permission.", 'easy-facebook-likebox' ),
268
  __( 'Premium Feature', 'easy-facebook-likebox' ),
269
  __( 'Upgrade to pro', 'easy-facebook-likebox' ),
270
- __( "We're sorry, posts filter is not included in your plan. Please upgrade to premium version to unlock this and all other cool features.", 'easy-facebook-likebox' ),
271
  __( 'Attention!', 'easy-facebook-likebox' ),
272
- __( 'It seems like you have not connected your Facebook page with plugin yet. Please click the connect my facebook pages button to get the access token from Facebook and then go with the flow.', 'easy-facebook-likebox' ),
273
  $efbl_empty_at_class,
274
  __( 'Are you sure?', 'easy-facebook-likebox' ),
275
  __( "Do you really want to delete the access token? It will delete all the pages data, access tokens and premissions given to the app.", 'easy-facebook-likebox' ),
276
  __( 'Delete', 'easy-facebook-likebox' ),
277
  __( 'Cancel', 'easy-facebook-likebox' ),
278
- __( "We're sorry, ability to display posts from other pages not managed by you is not included in your plan. Please upgrade to premium version to unlock this and all other cool features.", 'easy-facebook-likebox' )
 
 
 
 
 
 
 
 
 
279
  );
 
 
 
 
 
 
 
 
 
280
  echo apply_filters( 'efbl_base_html', $returner ) ;
281
  }
282
 
@@ -443,12 +601,11 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
443
  */
444
  $efbl_authentication_tab = null;
445
  $efbl_authentication_tab .= sprintf(
446
- '<div id="efbl-authentication" class="col s12 slideLeft %6$s">
447
  <h5>%1$s</h5>
448
  <p>%2$s</p>
449
  <a class="waves-effect waves-light efbl_authentication_btn btn" href="%4$s"><img class="efb_icon left" src="' . EFBL_PLUGIN_URL . '/admin/assets/images/facebook-icon.png"/>%3$s</a>
450
 
451
-
452
  <div class="row auth-row">
453
  <div class="efbl_all_pages col s12 %6$s">
454
  %5$s
@@ -459,8 +616,8 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
459
 
460
  </div>',
461
  /* Variables starts here. */
462
- __( "Let's connect your page with plugin", 'easy-facebook-likebox' ),
463
- __( 'Click the button below, Log into your Facebook account and authorize the app to get access token.', 'easy-facebook-likebox' ),
464
  __( 'Connect My Facebook Pages', 'easy-facebook-likebox' ),
465
  'https://www.facebook.com/dialog/oauth?client_id=' . $u_app_ID . '&redirect_uri=https://maltathemes.com/efbl/app-' . $u_app_ID . '/index.php&scope=manage_pages,instagram_basic&state=' . admin_url( 'admin.php?page=easy-facebook-likebox' ) . '',
466
  $efbl_all_pages_html,
@@ -491,47 +648,99 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
491
 
492
  if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) ) {
493
  foreach ( $fta_settings['plugins']['facebook']['approved_pages'] as $efbl_page ) {
494
- // echo "<pre>"; print_r($efbl_page);exit();
495
  $efbl_page_options .= '<option value="' . $efbl_page['id'] . '" data-icon="https://graph.facebook.com/' . $efbl_page['id'] . '/picture">' . $efbl_page['name'] . '</option>';
496
  }
497
  } else {
498
  $efbl_page_options = '<option value="" disabled selected>' . __( 'No page found, Please connect your Facebook page with plugin first from authentication tab', 'easy-facebook-likebox' ) . '</option>';
499
  }
500
 
 
 
 
 
 
 
 
 
 
501
  $efbl_premium_filter = null;
502
- $efbl_premium_filter = '<div class="col s6 efbl_fields"><input name="" class="modal-trigger" href="#efbl-filter-upgrade" type="checkbox" required value="efbl_free_filter" id="efbl_free_filter" />
 
 
503
  <label for="efbl_free_filter">' . __( 'Filter Posts', 'easy-facebook-likebox' ) . '</label></div>';
504
  $efbl_premium_other_pages = null;
505
  $efbl_premium_other_pages = '<div class="col s6 efbl_fields">
 
506
  <input name="" class="modal-trigger" href="#efbl-other-pages-upgrade" type="checkbox" required value="efbl_free_other_pages" id="efbl_free_other_pages" />
507
  <label for="efbl_free_other_pages">' . __( 'Other Page', 'easy-facebook-likebox' ) . '</label></div>';
508
  $efbl_skin_options = null;
509
  if ( isset( $efbl_skins ) ) {
510
  foreach ( $efbl_skins as $efbl_skin ) {
511
- $efbl_skin_options .= '<option value="' . $efbl_skin['ID'] . '" data-icon="' . get_the_post_thumbnail_url( $efbl_skin['ID'], 'thumbnail' ) . '">' . $efbl_skin['title'] . '</option>';
 
 
512
  }
513
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
514
  // echo "<pre>"; print_r($efbl_skins); exit();
515
  /*
516
  * General tab html.
517
  * efbl_general_html filter can be used to customize general tab html.
518
  */
519
  $efbl_general_html = null;
 
 
 
 
 
 
 
520
  $efbl_general_html .= sprintf(
521
  '<div id="efbl-general" class="col s12 efbl_tab_c slideLeft">
522
- <h5>%52$s</h5>
523
- <p>%53$s</p>
524
- <ul class="collapsible popout">
525
- <li class="">
526
- <div class="collapsible-header" tabindex="0">
527
- <i class="material-icons">info</i>%1$s <i class="material-icons efbl_collapsible_icon">expand_less</i></div>
528
- <div class="collapsible-body" style="">
529
- <p>%2$s <a target="_blank" href="https://maltathemes.com/custom-facebook-feed">%55$s</a></p>
530
-
 
 
 
 
 
 
 
 
 
531
  <div class="row">
532
 
533
- <div class="efbl_collapsible_info col s6">
534
- <div class="efbl_shortocode_genrator_main">
 
 
 
 
 
 
 
 
 
 
535
  <h5>%98$s</h5>
536
  <ol>
537
  <li>%99$s</li>
@@ -539,9 +748,9 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
539
  <li>%101$s</li>
540
  </ol>
541
  </div>
542
- <h5>%10$s</h5>
543
  <form class="efbl_shortocode_genrator" name="efbl_shortocode_genrator" type="post">
544
-
545
  <div class="input-field col s12 efbl_fields">
546
  <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_page_info">?</a>
547
  <select id="efbl_page_id" class="icons efbl_page_id">
@@ -550,9 +759,17 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
550
  <label>%12$s</label>
551
  </div>
552
 
 
 
 
 
 
 
553
  %102$s
554
 
555
  %13$s
 
 
556
 
557
  <div class="input-field col s12 efbl_fields">
558
  <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_skin_id_info">?</a>
@@ -563,20 +780,20 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
563
  </div>
564
 
565
  <div class="input-field col s6 efbl_fields" style="padding-right: 10px;">
566
- <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_post_limit_info">?</a>
567
- <input id="efbl_post_limit" type="number" min="1">
568
  <label for="efbl_post_limit" class="">%23$s</label>
569
  </div>
570
 
571
  <div class="input-field col s6 efbl_fields">
572
  <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_caption_words_info">?</a>
573
- <input id="efbl_caption_words" type="number" min="1">
574
  <label for="efbl_caption_words" class="">%14$s</label>
575
  </div>
576
 
577
- <div class="input-field col s6 efbl_fields" style="padding-right: 10px;">
578
- <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_cache_unit_info">?</a>
579
- <input id="efbl_cache_unit" type="number" min="1">
580
  <label for="efbl_cache_unit" class="">%21$s</label>
581
  </div>
582
 
@@ -585,13 +802,13 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
585
  <select id="efbl_cache_duration" class="efbl_cache_duration">
586
  <option value="minutes" >%18$s</option>
587
  <option value="hours">%19$s</option>
588
- <option value="days">%20$s</option>
589
  </select>
590
  <label>%17$s</label>
591
  </div>
592
 
593
- <div class="col s6 efbl_fields">
594
- <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_show_likebox_info">?</a>
595
  <input name="efbl_show_likebox" type="checkbox" class="filled-in" value="" id="efbl_show_likebox" />
596
  <label for="efbl_show_likebox">%22$s</label>
597
  </div>
@@ -608,12 +825,12 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
608
  <div class="efbl_generated_shortcode">
609
  <p>%54$s</p>
610
  <blockquote class="efbl-shortcode-block"></blockquote>
611
- <a class="btn waves-effect efbl_copy_shortcode efbl_shortcode_generated_final waves-light tooltipped" data-position="right" data-delay="50" data-tooltip="%26$s" href="javascript:void(0);"><i class="material-icons center">content_copy</i> </a>
612
  </div>
613
 
614
  </div>
615
 
616
- <div class="efbl_collapsible_info col s6">
617
  <h5>%3$s</h5>
618
  <ol>
619
  <li>%4$s</li>
@@ -638,7 +855,15 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
638
  </div>
639
  <div class="collapsible-body"><p>%59$s</p></div>
640
  </li>
641
-
 
 
 
 
 
 
 
 
642
  <li id="efbl_other_pages_info">
643
  <div class="collapsible-header">
644
  <i class="material-icons">filter_list</i>
@@ -656,6 +881,14 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
656
  <div class="collapsible-body"><p>%61$s</div>
657
  </li>
658
 
 
 
 
 
 
 
 
 
659
  <li id="efbl_skin_id_info">
660
  <div class="collapsible-header">
661
  <i class="material-icons">web</i>
@@ -713,18 +946,24 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
713
  </li>
714
 
715
  </ul>
716
- </div>
717
- </li>
718
- <li class="">
719
- <div class="collapsible-header" tabindex="0">
720
- <i class="material-icons">info</i>%27$s <i class="material-icons efbl_collapsible_icon">expand_less</i></div>
721
- <div class="collapsible-body" style="">
722
- <p>%28$s <a target="_blank" href="https://maltathemes.com/faceook-page-plugin">%55$s</a></p>
723
-
724
  <div class="row">
725
 
726
- <div class="efbl_collapsible_info col s6">
727
- <div class="efbl_shortocode_genrator_main">
 
 
 
 
 
 
 
 
 
 
728
  <h5>%98$s</h5>
729
  <ol>
730
  <li>%99$s</li>
@@ -732,17 +971,19 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
732
  <li>%101$s</li>
733
  </ol>
734
  </div>
735
- <h5>%10$s</h5>
736
  <form class="efbl_like_box_shortocode_genrator" name="efbl_like_box_shortocode_genrator" type="post">
737
-
738
  <div class="input-field col s12 efbl_fields">
739
  <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_url_info">?</a>
740
  <input id="efbl_like_box_url" type="text">
741
  <label for="efbl_like_box_url" class="">%32$s</label>
742
  </div>
743
 
 
 
744
  <div class="input-field col s6 efbl_fields" style="padding-right: 10px;">
745
- <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_appid_info">?</a>
746
  <input id="efbl_like_box_app_id" type="number" min="1">
747
  <label for="efbl_like_box_app_id" class="">%33$s</label>
748
  </div>
@@ -753,8 +994,8 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
753
  <label for="efbl_like_box_width" class="">%34$s</label>
754
  </div>
755
 
756
- <div class="input-field col s6 efbl_fields" style="padding-right: 10px;">
757
- <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_height_info">?</a>
758
  <input id="efbl_like_box_height" type="number" min="1">
759
  <label for="efbl_like_box_height" class="">%35$s</label>
760
  </div>
@@ -844,19 +1085,19 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
844
 
845
 
846
  <div class="col s6 efbl_fields">
847
- <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_responsive_info">?</a>
848
  <input name="efbl_like_box_responsive" type="checkbox" class="filled-in" value="" id="efbl_like_box_responsive" />
849
  <label for="efbl_like_box_responsive">%37$s</label>
850
  </div>
851
 
852
  <div class="col s6 efbl_fields">
853
- <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_faces_info">?</a>
854
  <input name="efbl_like_box_faces" type="checkbox" class="filled-in" value="" id="efbl_like_box_faces" />
855
  <label for="efbl_like_box_faces">%38$s</label>
856
  </div>
857
 
858
  <div class="col s6 efbl_fields">
859
- <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_stream_info">?</a>
860
  <input name="efbl_like_box_stream" type="checkbox" class="filled-in" value="" id="efbl_like_box_stream" />
861
  <label for="efbl_like_box_stream">%39$s</label>
862
  </div>
@@ -869,7 +1110,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
869
 
870
 
871
  <div class="col s6 efbl_fields">
872
- <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_sh_info">?</a>
873
  <input name="efbl_like_box_small_header" type="checkbox" class="filled-in" value="" id="efbl_like_box_small_header" />
874
  <label for="efbl_like_box_small_header">%41$s</label>
875
  </div>
@@ -892,7 +1133,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
892
 
893
  </div>
894
 
895
- <div class="efbl_collapsible_info col s6">
896
  <h5>%3$s</h5>
897
  <ol>
898
  <li>%4$s</li>
@@ -918,6 +1159,13 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
918
  <div class="collapsible-body"><p>%77$s</p></div>
919
  </li>
920
 
 
 
 
 
 
 
 
921
 
922
  <li id="efbl_like_box_appid_info">
923
  <div class="collapsible-header">
@@ -1000,31 +1248,27 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1000
  </li>
1001
 
1002
  </ul>
1003
-
1004
- </div>
1005
- </li>
1006
- <li class="">
1007
- <div class="collapsible-header" tabindex="0">
1008
- <i class="material-icons">info</i>%43$s<i class="material-icons efbl_collapsible_icon">expand_less</i></div>
1009
- <div class="collapsible-body" style="">
1010
- <p>%44$s <a target="_blank" href="https://maltathemes.com/auto-popup-likebox/">%55$s</a></p>
1011
- <ol>
1012
- <li>%45$s</li>
1013
- <li>%46$s</li>
1014
- <li>%47$s</li>
1015
- <li>%48$s</li>
1016
- <li>%49$s</li>
1017
- <li>%50$s</li>
1018
- <li>%51$s</li>
1019
- </ol>
1020
- <a class="waves-effect waves-light btn efbl_auto_popup_redirect" href="javascript:void(0)">%9$s<i class="material-icons right">link</i></a>
1021
- </div>
1022
- </li>
1023
- </ul>
1024
  </div>',
1025
  /* Variables starts here. */
1026
  __( 'Facebook Page feed', 'easy-facebook-likebox' ),
1027
- __( "You can display your page feed by using Easy Facebook Feed widget or shortcode. Check out the", 'easy-facebook-likebox' ),
1028
  __( 'How to use Widget?', 'easy-facebook-likebox' ),
1029
  __( 'Go to Appearance > Widgets.', 'easy-facebook-likebox' ),
1030
  __( 'Look for Easy Facebook Feed widget in available widgets section.', 'easy-facebook-likebox' ),
@@ -1037,7 +1281,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1037
  __( 'Select Page', 'easy-facebook-likebox' ),
1038
  $efbl_premium_filter,
1039
  __( 'Number of words in caption/content', 'easy-facebook-likebox' ),
1040
- __( 'Select Skin', 'easy-facebook-likebox' ),
1041
  $efbl_skin_options,
1042
  __( 'Cache Duration', 'easy-facebook-likebox' ),
1043
  __( 'Minutes', 'easy-facebook-likebox' ),
@@ -1066,7 +1310,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1066
  __( 'Small header', 'easy-facebook-likebox' ),
1067
  __( 'Hide call to action button', 'easy-facebook-likebox' ),
1068
  __( 'Auto PopUp', 'easy-facebook-likebox' ),
1069
- __( 'You can display your likebox in auto popup which will automatically show after defined time interval. Follow the steps below to enable and customize it. Check out the', 'easy-facebook-likebox' ),
1070
  __( 'Go to Easy Facebook Likebox - ESPF > Facebook > AutoPopUp tab.', 'easy-facebook-likebox' ),
1071
  __( 'Enable the PopUp by clicking AutoPopUp checkbox.', 'easy-facebook-likebox' ),
1072
  __( "Enter time interval in which popup will hold", 'easy-facebook-likebox' ),
@@ -1075,14 +1319,14 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1075
  __( "Enter likebox shortcode in Popup content field. If you haven't generated yet use shortcode generator available in above Facebook Page Likebox tab.", 'easy-facebook-likebox' ),
1076
  __( "There are some advanced settings are also available like display on homepage only etc.", 'easy-facebook-likebox' ),
1077
  __( 'How to use this plugin?', 'easy-facebook-likebox' ),
1078
- __( 'Awesome! you have installed the plugin successfully. Read out the following instructions to use plugin features.', 'easy-facebook-likebox' ),
1079
- __( 'Copy the generated shortcode and paste directly in post/page editor or any text widget.', 'easy-facebook-likebox' ),
1080
  __( 'Demo', 'easy-facebook-likebox' ),
1081
  __( 'Unable to understand shortocde parameters?', 'easy-facebook-likebox' ),
1082
  __( 'No worries, Each shortocde parameter is explained below first read them and generate your shortocde.', 'easy-facebook-likebox' ),
1083
  __( "Pages", 'easy-facebook-likebox' ),
1084
  __( "List of pages you approved for plugin to get the feeds. Select the page you want to display feeds.", 'easy-facebook-likebox' ),
1085
- __( "Filter posts", 'easy-facebook-likebox' ),
1086
  __( "You can filter page feed by mentioned, events, albums, videos and images. Select any of them to display only specific type of posts like page mentioned only posts, pages events only, page albums only, page videos only and page images only.", 'easy-facebook-likebox' ),
1087
  __( "Skin", 'easy-facebook-likebox' ),
1088
  __( "Skins let's you totally customize the look and feel of your feed in real time. Skin holds all the design settings like feed layout, page header and single post colors, margins and alot of cool settings seprately. You can create new skin from Facebook Likebox - ESPF > Facebook > Skins tab.", 'easy-facebook-likebox' ),
@@ -1121,12 +1365,24 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1121
  __( 'Hide call to action button', 'easy-facebook-likebox' ),
1122
  __( 'If checked it will not display call to action button like Contact Us', 'easy-facebook-likebox' ),
1123
  __( 'How to use shortcode?', 'easy-facebook-likebox' ),
1124
- __( 'Generate the shortcode using the shortcode generator below', 'easy-facebook-likebox' ),
1125
- __( 'Copy the generated shortcode', 'easy-facebook-likebox' ),
1126
- __( 'Paste in the page/post content or inside any php template.', 'easy-facebook-likebox' ),
1127
  $efbl_premium_other_pages,
1128
- __( 'Other Pages', 'easy-facebook-likebox' ),
1129
- __( 'Paste in the page/post content or inside any php template.', 'easy-facebook-likebox' )
 
 
 
 
 
 
 
 
 
 
 
 
1130
  );
1131
  return apply_filters( 'efbl_general_html', $efbl_general_html );
1132
  }
@@ -1138,7 +1394,20 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1138
  */
1139
  function efbl_popup_tab()
1140
  {
1141
- // echo "<pre>"; print_r($fta_settings['plugins']['facebook'][$option]);exit();
 
 
 
 
 
 
 
 
 
 
 
 
 
1142
  /*
1143
  * General tab html.
1144
  * efbl_popup_html filter can be used to customize general tab html.
@@ -1187,6 +1456,8 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1187
  </div>
1188
  <h5>%12$s</h5>
1189
 
 
 
1190
  <div class="row checkbox-row efbl_enable_home_only">
1191
 
1192
  <input class="efbl_options" data-option="efbl_enable_home_only" ' . checked( 1, $this->options( 'efbl_enable_home_only' ), false ) . ' type="checkbox" name="efbl_settings_display_options[efbl_enable_home_only]" id="efbl_enable_home_only" />
@@ -1215,8 +1486,8 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1215
  </form>
1216
  </div>',
1217
  /* Variables starts here. */
1218
- __( 'Want To Show Likebox In pop up?', 'easy-facebook-likebox' ),
1219
- __( 'You can show Likebox and Feeds in pop up. Simply Enable the popup and paste generated shortcode in pop up content field.', 'easy-facebook-likebox' ),
1220
  __( 'Enable PopUp', 'easy-facebook-likebox' ),
1221
  __( 'PopUp delay after page load', 'easy-facebook-likebox' ),
1222
  __( 'Delay in miliseconds. 1000 ms = 1 second.', 'easy-facebook-likebox' ),
@@ -1228,11 +1499,13 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1228
  __( 'You can generate easy facebook like box shortcode from Widgets > Easy Facebook LikeBox. ', 'easy-facebook-likebox' ),
1229
  __( 'Like box pup up advanced settings', 'easy-facebook-likebox' ),
1230
  __( 'Display PopUp on home page only.', 'easy-facebook-likebox' ),
1231
- __( 'Shows the PopUp if the user is logged in to your site.', 'easy-facebook-likebox' ),
1232
- __( 'Shows the PopUp if the user is not logged in to your site (Above option will be ignored if checked). ', 'easy-facebook-likebox' ),
1233
  __( 'Close button act as never show again', 'easy-facebook-likebox' ),
1234
  __( 'Do not display on mobile devices', 'easy-facebook-likebox' ),
1235
- $this->options( 'efbl_popup_shortcode' )
 
 
1236
  );
1237
  return apply_filters( 'efbl_popup_html', $efbl_popup_html );
1238
  }
@@ -1255,7 +1528,6 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1255
 
1256
  if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) ) {
1257
  foreach ( $fta_settings['plugins']['facebook']['approved_pages'] as $efbl_page ) {
1258
- // echo "<pre>"; print_r($efbl_page);exit();
1259
  $efbl_page_options .= '<option value="' . $efbl_page['id'] . '" data-icon="https://graph.facebook.com/' . $efbl_page['id'] . '/picture">' . $efbl_page['name'] . '</option>';
1260
  }
1261
  } else {
@@ -1284,6 +1556,11 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1284
  }
1285
  /* if condition ends here*/
1286
  $img_url = get_the_post_thumbnail_url( $efbl_skin['ID'], 'thumbnail' );
 
 
 
 
 
1287
  if ( !$img_url ) {
1288
  $img_url = FTA_PLUGIN_URL . 'assets/images/skin-placeholder.jpg';
1289
  }
@@ -1293,19 +1570,20 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1293
  </div>
1294
  <div class="card-content">
1295
  <span class="card-title activator grey-text text-darken-4">' . $efbl_skin['title'] . '<i class="material-icons right">more_vert</i></span>
1296
-
1297
- </div>
1298
-
1299
- <div class="efbl_cta_holder">
1300
- <label>' . __( 'Please select your page first to edit the skin', 'easy-facebook-likebox' ) . '</label>
 
1301
  <select class="efbl_selected_account_' . $efbl_skin['ID'] . '" required>
1302
  ' . $efbl_page_options . '
1303
  </select>
1304
- <a class="btn waves-effect waves-light efbl_skin_redirect" data-page_id="' . $page_id . '" data-skin_id="' . $efbl_skin['ID'] . '" href="javascript:void(0);">' . __( 'Edit', 'easy-facebook-likebox' ) . '</a>
1305
 
1306
- <a class="btn waves-effect right efbl_skin_delete waves-light" data-skin_id="' . $efbl_skin['ID'] . '" href="javascript:void(0);">' . __( 'Delete', 'efbl' ) . '</a>
1307
 
1308
- <a class="btn waves-effect efbl_copy_skin_id waves-light" data-clipboard-text="' . $efbl_skin['ID'] . '" href="javascript:void(0);">' . __( 'Copy Skin ID', 'efbl' ) . '<i class="material-icons right">content_copy</i></span> </a>
1309
  </div>
1310
 
1311
  <div class="card-reveal">
@@ -1315,6 +1593,73 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1315
  </div>';
1316
  }
1317
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1318
  /*
1319
  * Skins tab html.
1320
  * efbl_skinsl_html filter can be used to customize skins tab html.
@@ -1322,13 +1667,16 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1322
  $efbl_skins_html = null;
1323
  $efbl_skins_html .= sprintf(
1324
  '<div id="efbl-skins" class="col s12 efbl_tab_c slideLeft">
1325
-
1326
- <a class="btn waves-effect efbl_create_skin waves-light" href="javascript:void(0);">%1$s <i class="material-icons right">add_circle_outline</i></a>
 
 
 
1327
 
1328
  <!-- New Skin Html Starts Here -->
1329
  <div class="efbl_new_skin col s12">
1330
  <form name="efbl_new_skin_details" id="efbl_new_skin_details">
1331
-
1332
  <div class="input-field">
1333
  <i class="material-icons prefix">title</i>
1334
  <input id="efbl_skin_title" required name="efbl_skin_title" type="text">
@@ -1340,26 +1688,41 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1340
  <textarea id="efbl_skin_description" required name="efbl_skin_description" class="materialize-textarea"></textarea>
1341
  <label for="efbl_skin_description" class="">%3$s</label>
1342
  </div>
 
1343
  <div class="input-field">
1344
- <i class="material-icons prefix">account_circle</i>
1345
- <select id="efbl_account_selected" class="efbl_selected_account" name="efbl_selected_account" required>
1346
- ' . $efbl_page_options . '
1347
  </select>
1348
- <label for="efbl_account_selected" class="">%7$s</label>
1349
  </div>
1350
  <div class="input-field">
1351
 
1352
  <div class="mdl-textfield mdl-js-textfield efbl_skin_feat_img_wrap">
1353
  <i class="material-icons prefix">image</i>
1354
- <input class="mdl-textfield__input" type="text" id="efbl_skin_feat_img" value="" name="efbl_skin_feat_img">
1355
  <label class="mdl-textfield__label" for="efbl_skin_feat_img"></label>
1356
 
1357
- <input type="button" class="btn waves-effect waves-light" value="%4$s" id="efbl_skin_feat_img_btn"/>
 
 
 
1358
  </div>
1359
  </div>
1360
 
1361
 
1362
- <input type="submit" class="btn waves-effect waves-light create_new_skin_fb" name="create_new_skin_fb" value="%5$s"/>
 
 
 
 
 
 
 
 
 
 
 
1363
  </form>
1364
  </div>
1365
  <!-- New Skin Html Ends Here -->
@@ -1374,12 +1737,17 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1374
  </div>',
1375
  /* Variables starts here. */
1376
  __( 'Create New Skin', 'easy-facebook-likebox' ),
1377
- __( 'Title', 'easy-facebook-likebox' ),
1378
- __( 'Description', 'easy-facebook-likebox' ),
1379
  __( 'Upload Featured Image', 'easy-facebook-likebox' ),
1380
  __( 'Create', 'easy-facebook-likebox' ),
1381
  $efbl_skin_html,
1382
- __( 'Please select your account to see in preview', 'easy-facebook-likebox' )
 
 
 
 
 
1383
  );
1384
  return $efbl_skins_html = apply_filters( 'efbl_skins_html', $efbl_skins_html );
1385
  }
@@ -1483,6 +1851,9 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1483
  foreach ( $efbl_trans_posts as $key => $value ) {
1484
  $pieces = explode( '_', $key );
1485
  $page_name = array_pop( $pieces );
 
 
 
1486
  $returner .= '<li class="collection-item ' . $key . '">
1487
  <div>' . $page_name . '
1488
  <a href="javascript:void(0);" data-efbl_trans="' . $key . '" class="secondary-content efbl_del_trans"><i class="material-icons">delete</i></a>
@@ -1595,6 +1966,8 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1595
  * Cleaning the page ID.
1596
  */
1597
  $replaced_value = str_replace( '_transient_', '', $value );
 
 
1598
  if ( wp_verify_nonce( $_POST['efbl_nonce'], 'efbl-ajax-nonce' ) ) {
1599
  if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ) {
1600
  /*
@@ -1649,6 +2022,12 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1649
  $form_data = $_POST['form_data'];
1650
  /* Getting the form data in strings. */
1651
  parse_str( $form_data );
 
 
 
 
 
 
1652
  /* Arguments for default skin. */
1653
  $efbl_new_skins = array(
1654
  'post_title' => sanitize_text_field( $efbl_skin_title ),
@@ -1665,7 +2044,9 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1665
  /* If skin is created successfully. */
1666
 
1667
  if ( isset( $skin_id ) ) {
1668
- $thumbnail_id = $FTA->fta_get_image_id( $mif_skin_feat_img );
 
 
1669
  set_post_thumbnail( $skin_id, $thumbnail_id );
1670
  /* Getting the demo page id. */
1671
  $page_id = $fta_settings['plugins']['facebook']['default_page_id'];
@@ -1678,7 +2059,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1678
  $customizer_url = add_query_arg( array(
1679
  'url' => urlencode( $page_permalink ),
1680
  'autofocus[panel]' => 'efbl_customize_panel',
1681
- 'mif_skin_id' => $skin_id,
1682
  'mif_customize' => 'yes',
1683
  'efbl_account_id' => $efbl_selected_account,
1684
  ), $customizer_url );
@@ -1743,7 +2124,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1743
  ),
1744
  'efbl-general' => array(
1745
  'slug' => 'efbl-general',
1746
- 'name' => __( 'How to use', 'easy-facebook-likebox' ),
1747
  'icon' => 'info_outline',
1748
  ),
1749
  'efbl-auto-popup' => array(
@@ -1777,8 +2158,8 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1777
  }
1778
  $returner .= sprintf(
1779
  '<li class="tab col s3">
1780
- <a class="tooltipped %4$s" data-position="bottom" data-delay="100" data-tooltip="%2$s" href="#%1$s">
1781
- <i class="material-icons dp48">%3$s</i>
1782
  </a>
1783
  </li>',
1784
  /* Variables starts here. */
@@ -1812,7 +2193,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
1812
  $customizer_url = add_query_arg( array(
1813
  'url' => urlencode( $page_permalink ),
1814
  'autofocus[panel]' => 'efbl_customize_panel',
1815
- 'mif_skin_id' => $skin_id,
1816
  'mif_customize' => 'yes',
1817
  'efbl_account_id' => $selectedVal,
1818
  ), $customizer_url );
85
  wp_enqueue_script( $this->plugin_slug . '-admin-script', EFBL_PLUGIN_URL . 'admin/assets/js/admin.js', array( 'jquery', 'materialize.min' ) );
86
  // echo "<pre>";
87
  // print_r(admin_url('admin-ajax.php'));exit();
88
+ /*
89
+ * Getting Main Class
90
+ */
91
+ $FTA = new Feed_Them_All();
92
+ /*
93
+ * Getting All Settings
94
+ */
95
+ $fta_settings = $FTA->fta_get_settings();
96
+ $default_skin_id = $fta_settings['plugins']['facebook']['default_skin_id'];
97
+ $efbl_ver = 'free';
98
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
99
+ $efbl_ver = 'pro';
100
+ }
101
  /*
102
  * Localizing script to get admin-ajax url dynamically.
103
  */
104
  wp_localize_script( $this->plugin_slug . '-admin-script', 'efbl', array(
105
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
106
+ 'nonce' => wp_create_nonce( 'efbl-ajax-nonce' ),
107
+ 'version' => $efbl_ver,
108
+ 'default_skin_id' => $default_skin_id,
109
  ) );
110
  wp_enqueue_script( 'media-upload' );
111
  wp_enqueue_media();
167
  */
168
  $u_app_ID = $app_ID[$rand_app_ID];
169
  $efbl_empty_at_class = null;
170
+ $efbl_insta_link = null;
171
+ if ( isset( $fta_settings['plugins']['instagram']['status'] ) && 'activated' == $fta_settings['plugins']['instagram']['status'] ) {
172
+ $efbl_insta_link = '<div class="efbl_tabs_right">
173
+ <a class="" href="' . esc_url( admin_url( 'admin.php?page=mif' ) ) . '">' . __( 'Instagram', 'easy-facebook-likebox' ) . '</a>
174
+ </div> ';
175
+ }
176
+ // echo'<pre>'; print_r($fta_settings['plugins']['instagram']['status']);exit();
177
  if ( empty($fta_settings['plugins']['facebook']['access_token']) ) {
178
  $efbl_empty_at_class = 'fta_empty_at';
179
  }
198
  <div class="efbl_tabs_holder">
199
  <div class="efbl_tabs_header">
200
  <ul id="efbl_tabs" class="tabs">
201
+ %1$s
202
  </ul>
203
+ %26$s
204
  </div>
205
  <div class="efbl_tab_c_holder">
206
  %2$s
221
  <p>%9$s</p>
222
 
223
  <a class="waves-effect waves-light efbl_authentication_btn btn" href="%7$s"><img class="efb_icon left" src="' . EFBL_PLUGIN_URL . '/admin/assets/images/facebook-icon.png"/>%8$s</a>
224
+
225
  </div>
226
  </div>
227
 
243
  </div>
244
  <!-- Popup ends<!-->
245
 
246
+ <!-- Remove Skin Popup starts<!-->
247
+ <div id="efbl-remove-skin" class="modal efbl-remove-skin efbl-confirm-modal">
248
+ <div class="modal-content">
249
+ <span class="mif-close-modal modal-close"><i class="material-icons dp48">close</i></span>
250
+ <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">error_outline</i> </span>
251
+ <h5>%16$s</h5>
252
+ <p>%29$s</p>
253
+ <a class="waves-effect waves-light btn modal-close" href="javascript:void(0)">%19$s</a>
254
+ <a class="waves-effect waves-light btn efbl_skin_delete modal-close" href="javascript:void(0)">%18$s</a>
255
+ </div>
256
+ </div>
257
+
258
+ </div>
259
+ <!-- Remove Skin Popup ends<!-->
260
+
261
  <!-- Filter Modal Structure -->
262
  <div id="efbl-filter-upgrade" class="fta-upgrade-modal modal">
263
  <div class="modal-content">
265
  <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
266
  <h5>%10$s</h5>
267
  <p>%12$s</p>
268
+ <p>%25$s</p>
269
  <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
270
 
271
  </div>
275
 
276
  <!-- Filter Modal Structure Ends-->
277
 
278
+ <!-- Grid Layout Modal Structure -->
279
+ <div id="efbl-free-grid-upgrade" class="fta-upgrade-modal modal">
280
+ <div class="modal-content">
281
+
282
+ <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
283
+ <h5>%10$s</h5>
284
+ <p>%27$s</p>
285
+ <p>%25$s</p>
286
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
287
+
288
+ </div>
289
+ </div>
290
+
291
+ </div>
292
+
293
+ <!-- Grid Layout Structure Ends-->
294
+
295
+ <!-- Grid Layout Modal Structure -->
296
+ <div id="efbl-free-masonry-upgrade" class="fta-upgrade-modal modal">
297
+ <div class="modal-content">
298
+
299
+ <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
300
+ <h5>%10$s</h5>
301
+ <p>%28$s</p>
302
+ <p>%25$s</p>
303
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
304
+
305
+ </div>
306
+ </div>
307
+
308
+ </div>
309
+
310
+ <!-- Grid Layout Structure Ends-->
311
+
312
  <!-- Other page Modal Structure -->
313
  <div id="efbl-other-pages-upgrade" class="fta-upgrade-modal modal">
314
  <div class="modal-content">
316
  <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
317
  <h5>%10$s</h5>
318
  <p>%20$s</p>
319
+ <p>%25$s</p>
320
 
321
  <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
322
 
326
  </div>
327
 
328
  <!-- Other page Modal Structure Ends-->
329
+
330
+ <!-- Tabs Modal Structure -->
331
+ <div id="efbl-tabs-upgrade" class="fta-upgrade-modal modal">
332
+ <div class="modal-content">
333
+
334
+ <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
335
+ <h5>%10$s</h5>
336
+ <p>%24$s</p>
337
+ <p>%25$s</p>
338
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
339
+
340
+ </div>
341
+ </div>
342
+
343
+ </div>
344
+
345
+ <!-- Filter Tabs Structure Ends-->
346
+
347
+ <!-- Select pages Modal Structure -->
348
+ <div id="efbl-pages-enable" class="fta-upgrade-modal modal">
349
+ <div class="modal-content">
350
+
351
+ <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
352
+ <h5>%10$s</h5>
353
+ <p>%21$s</p>
354
+ <p>%25$s</p>
355
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
356
+
357
+ </div>
358
+ </div>
359
+
360
+ </div>
361
+
362
+ <!-- Select pages Structure Ends-->
363
+
364
+ <!-- Select posts Structure -->
365
+ <div id="efbl-posts-enable" class="fta-upgrade-modal modal">
366
+ <div class="modal-content">
367
+
368
+ <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
369
+ <h5>%10$s</h5>
370
+ <p>%22$s</p>
371
+ <p>%25$s</p>
372
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
373
+
374
+ </div>
375
+ </div>
376
+
377
+ </div>
378
+
379
+ <!-- Select posts Structure Ends-->
380
+
381
+ <!-- exit intent Structure -->
382
+ <div id="efbl-exit-intent" class="fta-upgrade-modal modal">
383
+ <div class="modal-content">
384
+
385
+ <div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
386
+ <h5>%10$s</h5>
387
+ <p>%23$s</p>
388
+ <p>%25$s</p>
389
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
390
+
391
+ </div>
392
+ </div>
393
+
394
+ </div>
395
+
396
+ <!-- exit intent Structure Ends-->
397
+ ',
398
  /* Variables starts here. */
399
  $this->efbl_settings_menu(),
400
  $this->efbl_authentication_tab(),
407
  __( "Sorry, Plugin is unable to get the pages data. Please delete the access token and select pages in the second step of authentication to give the permission.", 'easy-facebook-likebox' ),
408
  __( 'Premium Feature', 'easy-facebook-likebox' ),
409
  __( 'Upgrade to pro', 'easy-facebook-likebox' ),
410
+ __( "We're sorry, posts filter is not included in your plan. Please upgrade to premium version to unlock this and all other cool features. <a target=_blank href=https://maltathemes.com/custom-facebook-feed/ >Check out the demo</a>", 'easy-facebook-likebox' ),
411
  __( 'Attention!', 'easy-facebook-likebox' ),
412
+ __( 'It looks like you have not connected your Facebook page with plugin yet. Please click on the “Connect My Facebook Pages” button to get the access token from Facebook and then go with the flow.', 'easy-facebook-likebox' ),
413
  $efbl_empty_at_class,
414
  __( 'Are you sure?', 'easy-facebook-likebox' ),
415
  __( "Do you really want to delete the access token? It will delete all the pages data, access tokens and premissions given to the app.", 'easy-facebook-likebox' ),
416
  __( 'Delete', 'easy-facebook-likebox' ),
417
  __( 'Cancel', 'easy-facebook-likebox' ),
418
+ __( "We're sorry, ability to display posts from other pages not managed by you is not included in your plan. Please upgrade to premium version to unlock this and all other cool features.", 'easy-facebook-likebox' ),
419
+ __( "We are sorry showing popup on specific pages feature is not included in your plan. Please upgrade to premium version to unlock this and all other cool features.", 'easy-facebook-likebox' ),
420
+ __( "We are sorry showing popup on specific posts feature is not included in your plan. Please upgrade to premium version to unlock this and all other cool features.", 'easy-facebook-likebox' ),
421
+ __( "We are sorry showing popup on exit intent feature is not included in your plan. Please upgrade to premium version to unlock this and all other cool features.", 'easy-facebook-likebox' ),
422
+ __( "We are sorry showing tabs in likebox feature is not included in your plan. Please upgrade to premium version to unlock this and all other cool features.", 'easy-facebook-likebox' ),
423
+ __( 'Upgrade today and get a 10% discount! On the checkout click on "Have a promotional code?" and enter <code>espf10</code>', 'easy-facebook-likebox' ),
424
+ $efbl_insta_link,
425
+ __( "We are sorry grid layout is not included in your plan. Please upgrade to premium version to unlock this and all other cool features. <a target=_blank href=https://maltathemes.com/custom-facebook-feed/grid/>Check out the demo</a>", 'easy-facebook-likebox' ),
426
+ __( "We are sorry masonry layout is not included in your plan. Please upgrade to premium version to unlock this and all other cool features. <a target=_blank href=https://maltathemes.com/custom-facebook-feed/masonry/>Check out the demo</a>", 'easy-facebook-likebox' ),
427
+ __( "Do you really want to delete the skin? It will delete all the settings values of the skin.", 'easy-facebook-likebox' )
428
  );
429
+ if ( efl_fs()->is_free_plan() ) {
430
+ $returner .= '<div class="espf-upgrade">
431
+ <h2>' . __( 'Easy Social Post Feed <b>Pro</b>', 'easy-facebook-likebox' ) . '</h2>
432
+ <p>' . __( 'Unlock all premium features such as Advanced PopUp, More Fancy Layouts, Post filters like events, images, videos, and albums, the gallery in the PopUp and much more.', 'easy-facebook-likebox' ) . '</p>
433
+ <p>' . __( 'Upgrade today and get a 10% discount! On the checkout click on "Have a promotional code?" and enter <code>espf10</code>', 'easy-facebook-likebox' ) . '</p>
434
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>' . __( 'Upgrade To Pro', 'easy-facebook-likebox' ) . '</a>
435
+ </div>';
436
+ }
437
+ // echo "<pre>"; print_r($returner);exit();
438
  echo apply_filters( 'efbl_base_html', $returner ) ;
439
  }
440
 
601
  */
602
  $efbl_authentication_tab = null;
603
  $efbl_authentication_tab .= sprintf(
604
+ '<div id="efbl-authentication" class="col efbl_tab_c s12 slideLeft %6$s">
605
  <h5>%1$s</h5>
606
  <p>%2$s</p>
607
  <a class="waves-effect waves-light efbl_authentication_btn btn" href="%4$s"><img class="efb_icon left" src="' . EFBL_PLUGIN_URL . '/admin/assets/images/facebook-icon.png"/>%3$s</a>
608
 
 
609
  <div class="row auth-row">
610
  <div class="efbl_all_pages col s12 %6$s">
611
  %5$s
616
 
617
  </div>',
618
  /* Variables starts here. */
619
+ __( "Let's connect your Facebook page(s) with the plugin.", 'easy-facebook-likebox' ),
620
+ __( 'Click the button below, log into your Facebook account and authorize the app to get access token.', 'easy-facebook-likebox' ),
621
  __( 'Connect My Facebook Pages', 'easy-facebook-likebox' ),
622
  'https://www.facebook.com/dialog/oauth?client_id=' . $u_app_ID . '&redirect_uri=https://maltathemes.com/efbl/app-' . $u_app_ID . '/index.php&scope=manage_pages,instagram_basic&state=' . admin_url( 'admin.php?page=easy-facebook-likebox' ) . '',
623
  $efbl_all_pages_html,
648
 
649
  if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) ) {
650
  foreach ( $fta_settings['plugins']['facebook']['approved_pages'] as $efbl_page ) {
 
651
  $efbl_page_options .= '<option value="' . $efbl_page['id'] . '" data-icon="https://graph.facebook.com/' . $efbl_page['id'] . '/picture">' . $efbl_page['name'] . '</option>';
652
  }
653
  } else {
654
  $efbl_page_options = '<option value="" disabled selected>' . __( 'No page found, Please connect your Facebook page with plugin first from authentication tab', 'easy-facebook-likebox' ) . '</option>';
655
  }
656
 
657
+ if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) ) {
658
+ $all_pages = $fta_settings['plugins']['facebook']['approved_pages'];
659
+ }
660
+ if ( isset( $all_pages ) && !empty($all_pages) ) {
661
+ $first_el = reset( $all_pages );
662
+ }
663
+ $default_page_id = $first_el['id'];
664
+ $default_skin_id = $fta_settings['plugins']['facebook']['default_skin_id'];
665
+ // echo "<pre>"; print_r();exit();
666
  $efbl_premium_filter = null;
667
+ $efbl_premium_filter = '<div class="col s6 efbl_fields">
668
+ <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_filter_posts_info">?</a>
669
+ <input name="" class="modal-trigger" href="#efbl-filter-upgrade" type="checkbox" required value="efbl_free_filter" id="efbl_free_filter" />
670
  <label for="efbl_free_filter">' . __( 'Filter Posts', 'easy-facebook-likebox' ) . '</label></div>';
671
  $efbl_premium_other_pages = null;
672
  $efbl_premium_other_pages = '<div class="col s6 efbl_fields">
673
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_collapisble" data-id="efbl_other_pages_info">?</a>
674
  <input name="" class="modal-trigger" href="#efbl-other-pages-upgrade" type="checkbox" required value="efbl_free_other_pages" id="efbl_free_other_pages" />
675
  <label for="efbl_free_other_pages">' . __( 'Other Page', 'easy-facebook-likebox' ) . '</label></div>';
676
  $efbl_skin_options = null;
677
  if ( isset( $efbl_skins ) ) {
678
  foreach ( $efbl_skins as $efbl_skin ) {
679
+ $layout_selected = ucfirst( $efbl_skin['design']['layout_option'] );
680
+ // echo "<pre>"; print_r();exit();
681
+ $efbl_skin_options .= '<option value="' . $efbl_skin['ID'] . '" data-icon="' . get_the_post_thumbnail_url( $efbl_skin['ID'], 'thumbnail' ) . '">' . $efbl_skin['title'] . ' | Layout: ' . $layout_selected . '</span></option>';
682
  }
683
  }
684
+
685
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
686
+ } else {
687
+ $efbl_skin_options .= '<option value="free-grid">' . __( 'Grid Skin | Layout: Grid', 'easy-facebook-likebox' ) . '</option>
688
+ <option value="free-masonry">' . __( 'Grid Masonry | Layout: Masonry', 'easy-facebook-likebox' ) . '</option>';
689
+ }
690
+
691
+ $efbl_premium_tabs = null;
692
+ $efbl_premium_tabs = '<div class="col s12 efbl_fields">
693
+ <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_tabs_info">?</a>
694
+ <input name="" class="modal-trigger" href="#efbl-tabs-upgrade" type="checkbox" required value="efbl_free_tabs" id="efbl_free_tabs" />
695
+ <label for="efbl_free_tabs">' . __( 'Tabs', 'easy-facebook-likebox' ) . '</label></div>';
696
+ $efbl_events_filter = null;
697
  // echo "<pre>"; print_r($efbl_skins); exit();
698
  /*
699
  * General tab html.
700
  * efbl_general_html filter can be used to customize general tab html.
701
  */
702
  $efbl_general_html = null;
703
+
704
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
705
+ $efbl_feed_heading = __( "You can display your Facebook page(s) feed (posts, photos, videos, events, and albums) by using Easy Facebook Feed widget or shortcode. Check out the", 'easy-facebook-likebox' );
706
+ } else {
707
+ $efbl_feed_heading = __( "You can display your Facebook page(s) feed (posts) by using Easy Facebook Feed widget or shortcode. Check out the", 'easy-facebook-likebox' );
708
+ }
709
+
710
  $efbl_general_html .= sprintf(
711
  '<div id="efbl-general" class="col s12 efbl_tab_c slideLeft">
712
+ <div class="row">
713
+ <div class="efbl-tabs-vertical">
714
+ <div class="col s2 efbl_si_tabs_name_holder">
715
+ <ul class="tabs">
716
+ <li class="tab">
717
+ <a class="active" href="#efbl-feed-use">%1$s</a>
718
+ </li>
719
+ <li class="tab">
720
+ <a href="#efbl-likebox-use">%27$s</a>
721
+ </li>
722
+ <li class="tab">
723
+ <a href="#efbl-popup-use">%43$s</a>
724
+ </li>
725
+ </ul>
726
+ </div>
727
+ <div class="col s10 efbl_tabs_holder">
728
+ <div id="efbl-feed-use" class="tab-content efbl_tab_c_holder">
729
+
730
  <div class="row">
731
 
732
+ <div class="efbl_collapsible_info col s12">
733
+
734
+ <div class="efbl_default_shortcode_holder col s8">
735
+ <h5>%113$s</h5>
736
+ <p>%114$s</p>
737
+ <blockquote class="efbl-shortcode-block">[efb_feed fanpage_id=' . $default_page_id . ' skin_id=' . $default_skin_id . '] </blockquote>
738
+ <a class="btn waves-effect efbl_copy_shortcode waves-light tooltipped" data-position="right" data-delay="50" data-tooltip="%26$s" data-clipboard-text="[efb_feed fanpage_id=' . $default_page_id . ' skin_id=' . $default_skin_id . ']" href="javascript:void(0);"><i class="material-icons right">content_copy</i> </a>
739
+ <h5 class="efbl_more_head">%115$s</h5>
740
+ <p>%116$s</p>
741
+ </div>
742
+
743
+ <div class="efbl_shortocode_genrator_main col s4">
744
  <h5>%98$s</h5>
745
  <ol>
746
  <li>%99$s</li>
748
  <li>%101$s</li>
749
  </ol>
750
  </div>
751
+
752
  <form class="efbl_shortocode_genrator" name="efbl_shortocode_genrator" type="post">
753
+ <h5>%10$s</h5>
754
  <div class="input-field col s12 efbl_fields">
755
  <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_page_info">?</a>
756
  <select id="efbl_page_id" class="icons efbl_page_id">
759
  <label>%12$s</label>
760
  </div>
761
 
762
+ <div class="input-field col s12 efbl_fields">
763
+ <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_access_token_info">?</a>
764
+ <input id="efbl_access_token" type="text">
765
+ <label for="efbl_access_token" class="">%108$s</label>
766
+ </div>
767
+
768
  %102$s
769
 
770
  %13$s
771
+
772
+ %110$s
773
 
774
  <div class="input-field col s12 efbl_fields">
775
  <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_skin_id_info">?</a>
780
  </div>
781
 
782
  <div class="input-field col s6 efbl_fields" style="padding-right: 10px;">
783
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_collapisble" data-id="efbl_post_limit_info">?</a>
784
+ <input id="efbl_post_limit" value="10" type="number" min="1">
785
  <label for="efbl_post_limit" class="">%23$s</label>
786
  </div>
787
 
788
  <div class="input-field col s6 efbl_fields">
789
  <a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_caption_words_info">?</a>
790
+ <input id="efbl_caption_words" value="150" type="number" min="1">
791
  <label for="efbl_caption_words" class="">%14$s</label>
792
  </div>
793
 
794
+ <div class="input-field col s6 efbl_fields" style="margin-top: 22px; padding-right: 10px;">
795
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_collapisble" data-id="efbl_cache_unit_info">?</a>
796
+ <input id="efbl_cache_unit" value="1" type="number" min="1">
797
  <label for="efbl_cache_unit" class="">%21$s</label>
798
  </div>
799
 
802
  <select id="efbl_cache_duration" class="efbl_cache_duration">
803
  <option value="minutes" >%18$s</option>
804
  <option value="hours">%19$s</option>
805
+ <option selected value="days">%20$s</option>
806
  </select>
807
  <label>%17$s</label>
808
  </div>
809
 
810
+ <div class="col s6 efbl_fields" style="padding-right: 10px;">
811
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_collapisble" data-id="efbl_show_likebox_info">?</a>
812
  <input name="efbl_show_likebox" type="checkbox" class="filled-in" value="" id="efbl_show_likebox" />
813
  <label for="efbl_show_likebox">%22$s</label>
814
  </div>
825
  <div class="efbl_generated_shortcode">
826
  <p>%54$s</p>
827
  <blockquote class="efbl-shortcode-block"></blockquote>
828
+ <a class="btn waves-effect efbl_copy_shortcode efbl_shortcode_generated_final waves-light tooltipped" data-position="bottom" data-delay="50" data-tooltip="%26$s" href="javascript:void(0);"><i class="material-icons center">content_copy</i> </a>
829
  </div>
830
 
831
  </div>
832
 
833
+ <div class="efbl_collapsible_info col s12">
834
  <h5>%3$s</h5>
835
  <ol>
836
  <li>%4$s</li>
855
  </div>
856
  <div class="collapsible-body"><p>%59$s</p></div>
857
  </li>
858
+
859
+ <li id="efbl_access_token_info">
860
+ <div class="collapsible-header">
861
+ <i class="material-icons">code</i>
862
+ <span class="mif_detail_head"> %108$s </span>
863
+ </div>
864
+ <div class="collapsible-body"><p>%109$s</p></div>
865
+ </li>
866
+
867
  <li id="efbl_other_pages_info">
868
  <div class="collapsible-header">
869
  <i class="material-icons">filter_list</i>
881
  <div class="collapsible-body"><p>%61$s</div>
882
  </li>
883
 
884
+ <li id="efbl_filter_events_info">
885
+ <div class="collapsible-header">
886
+ <i class="material-icons">filter_list</i>
887
+ <span class="mif_detail_head"> %111$s</span>
888
+ </div>
889
+ <div class="collapsible-body"><p>%112$s</div>
890
+ </li>
891
+
892
  <li id="efbl_skin_id_info">
893
  <div class="collapsible-header">
894
  <i class="material-icons">web</i>
946
  </li>
947
 
948
  </ul>
949
+ </div>
950
+ <div id="efbl-likebox-use" class="tab-content efbl_tab_c_holder">
951
+
952
+
 
 
 
 
953
  <div class="row">
954
 
955
+ <div class="efbl_collapsible_info col s12">
956
+
957
+ <div class="efbl_default_shortcode_holder col s8">
958
+ <h5>%113$s</h5>
959
+ <p>%114$s</p>
960
+ <blockquote class="efbl-shortcode-block">[efb_likebox fanpage_url=' . $default_page_id . ' responsive=1]</blockquote>
961
+ <a class="btn waves-effect efbl_copy_shortcode waves-light tooltipped" data-position="right" data-delay="50" data-tooltip="%26$s" data-clipboard-text="[efb_likebox fanpage_url=' . $default_page_id . ' responsive=1]" href="javascript:void(0);"><i class="material-icons right">content_copy</i> </a>
962
+ <h5 class="efbl_more_head">%115$s</h5>
963
+ <p>%116$s</p>
964
+ </div>
965
+
966
+ <div class="efbl_shortocode_genrator_main col s4">
967
  <h5>%98$s</h5>
968
  <ol>
969
  <li>%99$s</li>
971
  <li>%101$s</li>
972
  </ol>
973
  </div>
974
+
975
  <form class="efbl_like_box_shortocode_genrator" name="efbl_like_box_shortocode_genrator" type="post">
976
+ <h5>%10$s</h5>
977
  <div class="input-field col s12 efbl_fields">
978
  <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_url_info">?</a>
979
  <input id="efbl_like_box_url" type="text">
980
  <label for="efbl_like_box_url" class="">%32$s</label>
981
  </div>
982
 
983
+ %105$s
984
+
985
  <div class="input-field col s6 efbl_fields" style="padding-right: 10px;">
986
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_appid_info">?</a>
987
  <input id="efbl_like_box_app_id" type="number" min="1">
988
  <label for="efbl_like_box_app_id" class="">%33$s</label>
989
  </div>
994
  <label for="efbl_like_box_width" class="">%34$s</label>
995
  </div>
996
 
997
+ <div class="input-field col s6 efbl_fields" style="margin-top: 22px; padding-right: 10px;">
998
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_height_info">?</a>
999
  <input id="efbl_like_box_height" type="number" min="1">
1000
  <label for="efbl_like_box_height" class="">%35$s</label>
1001
  </div>
1085
 
1086
 
1087
  <div class="col s6 efbl_fields">
1088
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_responsive_info">?</a>
1089
  <input name="efbl_like_box_responsive" type="checkbox" class="filled-in" value="" id="efbl_like_box_responsive" />
1090
  <label for="efbl_like_box_responsive">%37$s</label>
1091
  </div>
1092
 
1093
  <div class="col s6 efbl_fields">
1094
+ <a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_faces_info">?</a>
1095
  <input name="efbl_like_box_faces" type="checkbox" class="filled-in" value="" id="efbl_like_box_faces" />
1096
  <label for="efbl_like_box_faces">%38$s</label>
1097
  </div>
1098
 
1099
  <div class="col s6 efbl_fields">
1100
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_stream_info">?</a>
1101
  <input name="efbl_like_box_stream" type="checkbox" class="filled-in" value="" id="efbl_like_box_stream" />
1102
  <label for="efbl_like_box_stream">%39$s</label>
1103
  </div>
1110
 
1111
 
1112
  <div class="col s6 efbl_fields">
1113
+ <a href="javascript:void(0)" style="right: 10px;" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_sh_info">?</a>
1114
  <input name="efbl_like_box_small_header" type="checkbox" class="filled-in" value="" id="efbl_like_box_small_header" />
1115
  <label for="efbl_like_box_small_header">%41$s</label>
1116
  </div>
1133
 
1134
  </div>
1135
 
1136
+ <div class="efbl_collapsible_info col s12">
1137
  <h5>%3$s</h5>
1138
  <ol>
1139
  <li>%4$s</li>
1159
  <div class="collapsible-body"><p>%77$s</p></div>
1160
  </li>
1161
 
1162
+ <li id="efbl_tabs_info">
1163
+ <div class="collapsible-header">
1164
+ <i class="material-icons">filter_list</i>
1165
+ <span class="mif_detail_head">%106$s</span>
1166
+ </div>
1167
+ <div class="collapsible-body"><p>%107$s</div>
1168
+ </li>
1169
 
1170
  <li id="efbl_like_box_appid_info">
1171
  <div class="collapsible-header">
1248
  </li>
1249
 
1250
  </ul>
1251
+ </div>
1252
+ <div id="efbl-popup-use" class="tab-content efbl_tab_c_holder">
1253
+ <p>%44$s <a target="_blank" href="https://maltathemes.com/auto-popup-likebox/">%55$s</a></p>
1254
+ <ol>
1255
+ <li>%45$s</li>
1256
+ <li>%46$s</li>
1257
+ <li>%47$s</li>
1258
+ <li>%48$s</li>
1259
+ <li>%49$s</li>
1260
+ <li>%50$s</li>
1261
+ <li>%51$s</li>
1262
+ </ol>
1263
+ <a class="waves-effect waves-light btn efbl_auto_popup_redirect" href="javascript:void(0)">%9$s<i class="material-icons right">link</i></a>
1264
+ </div>
1265
+ </div>
1266
+ </div>
1267
+ </div>
 
 
 
 
1268
  </div>',
1269
  /* Variables starts here. */
1270
  __( 'Facebook Page feed', 'easy-facebook-likebox' ),
1271
+ $efbl_feed_heading,
1272
  __( 'How to use Widget?', 'easy-facebook-likebox' ),
1273
  __( 'Go to Appearance > Widgets.', 'easy-facebook-likebox' ),
1274
  __( 'Look for Easy Facebook Feed widget in available widgets section.', 'easy-facebook-likebox' ),
1281
  __( 'Select Page', 'easy-facebook-likebox' ),
1282
  $efbl_premium_filter,
1283
  __( 'Number of words in caption/content', 'easy-facebook-likebox' ),
1284
+ __( 'Select skin and layout', 'easy-facebook-likebox' ),
1285
  $efbl_skin_options,
1286
  __( 'Cache Duration', 'easy-facebook-likebox' ),
1287
  __( 'Minutes', 'easy-facebook-likebox' ),
1310
  __( 'Small header', 'easy-facebook-likebox' ),
1311
  __( 'Hide call to action button', 'easy-facebook-likebox' ),
1312
  __( 'Auto PopUp', 'easy-facebook-likebox' ),
1313
+ __( 'You can display your likebox or anything including HTML in auto popup which will automatically show after a defined time interval. Follow the steps below to enable and customize it. Check out the ', 'easy-facebook-likebox' ),
1314
  __( 'Go to Easy Facebook Likebox - ESPF > Facebook > AutoPopUp tab.', 'easy-facebook-likebox' ),
1315
  __( 'Enable the PopUp by clicking AutoPopUp checkbox.', 'easy-facebook-likebox' ),
1316
  __( "Enter time interval in which popup will hold", 'easy-facebook-likebox' ),
1319
  __( "Enter likebox shortcode in Popup content field. If you haven't generated yet use shortcode generator available in above Facebook Page Likebox tab.", 'easy-facebook-likebox' ),
1320
  __( "There are some advanced settings are also available like display on homepage only etc.", 'easy-facebook-likebox' ),
1321
  __( 'How to use this plugin?', 'easy-facebook-likebox' ),
1322
+ __( 'Awesome! you have connected your Facebook page(s) successfully. Please click on any of the following tabs to see instructions and the shortcode generator for each feature.', 'easy-facebook-likebox' ),
1323
+ __( 'Paste in the page/post content or inside any <a target="_blank" href="https://maltathemes.com/documentation/add-shortcode-in-theme-template-php-files/">PHP template</a>', 'easy-facebook-likebox' ),
1324
  __( 'Demo', 'easy-facebook-likebox' ),
1325
  __( 'Unable to understand shortocde parameters?', 'easy-facebook-likebox' ),
1326
  __( 'No worries, Each shortocde parameter is explained below first read them and generate your shortocde.', 'easy-facebook-likebox' ),
1327
  __( "Pages", 'easy-facebook-likebox' ),
1328
  __( "List of pages you approved for plugin to get the feeds. Select the page you want to display feeds.", 'easy-facebook-likebox' ),
1329
+ __( 'Filter posts <a href="' . efl_fs()->get_upgrade_url() . '">(pro)</a>', 'easy-facebook-likebox' ),
1330
  __( "You can filter page feed by mentioned, events, albums, videos and images. Select any of them to display only specific type of posts like page mentioned only posts, pages events only, page albums only, page videos only and page images only.", 'easy-facebook-likebox' ),
1331
  __( "Skin", 'easy-facebook-likebox' ),
1332
  __( "Skins let's you totally customize the look and feel of your feed in real time. Skin holds all the design settings like feed layout, page header and single post colors, margins and alot of cool settings seprately. You can create new skin from Facebook Likebox - ESPF > Facebook > Skins tab.", 'easy-facebook-likebox' ),
1365
  __( 'Hide call to action button', 'easy-facebook-likebox' ),
1366
  __( 'If checked it will not display call to action button like Contact Us', 'easy-facebook-likebox' ),
1367
  __( 'How to use shortcode?', 'easy-facebook-likebox' ),
1368
+ __( 'Generate the shortcode using the shortcode generator below.', 'easy-facebook-likebox' ),
1369
+ __( 'Copy the shortcode in the left column or generate shortcode if you need more options.', 'easy-facebook-likebox' ),
1370
+ __( 'Paste in the page/post content or inside any <a target="_blank" href="https://maltathemes.com/documentation/add-shortcode-in-theme-template-php-files/">PHP template</a>.', 'easy-facebook-likebox' ),
1371
  $efbl_premium_other_pages,
1372
+ __( 'Other Pages <a href="' . efl_fs()->get_upgrade_url() . '">(pro)</a>', 'easy-facebook-likebox' ),
1373
+ __( "You can display any other public page feed which you don't owns/manage. eg:gopro", 'easy-facebook-likebox' ),
1374
+ $efbl_premium_tabs,
1375
+ __( 'Tabs <a href="' . efl_fs()->get_upgrade_url() . '">(pro)</a>', 'easy-facebook-likebox' ),
1376
+ __( 'You can now have timeline, events and messages tabs in the likebox. Simply filter the feeds from stream', 'easy-facebook-likebox' ),
1377
+ __( 'Access Token (Optional)', 'easy-facebook-likebox' ),
1378
+ __( "Access Token provided from Facebook to display your page feeds. If you have your own Facebook app and retrieved access token you can use that to display your feed but this is optional if you don't have your app the default access token will be used. Please note: Your Access token is required to show your page events you can follow the steps explained <a target='_blank' href='https://maltathemes.com/custom-facebook-feed/page-token/'>here</a>. This step is only required for events filter", 'easy-facebook-likebox' ),
1379
+ $efbl_events_filter,
1380
+ __( 'Events Filter <a href="' . efl_fs()->get_upgrade_url() . '">(pro)</a>', 'easy-facebook-likebox' ),
1381
+ __( "Filter events to display past, upcoming or all events. Default value is Upcoming", 'easy-facebook-likebox' ),
1382
+ __( 'How to use this plugin?', 'easy-facebook-likebox' ),
1383
+ __( 'Copy and paste the following shortcode in any page, post or text widget to display the feed.', 'easy-facebook-likebox' ),
1384
+ __( 'Need More Options?', 'easy-facebook-likebox' ),
1385
+ __( 'Use the following shortcode generator to further customize the shortcode.', 'easy-facebook-likebox' )
1386
  );
1387
  return apply_filters( 'efbl_general_html', $efbl_general_html );
1388
  }
1394
  */
1395
  function efbl_popup_tab()
1396
  {
1397
+ $efbl_premium_pages_enable = null;
1398
+ $efbl_premium_pages_enable = '<div class="row checkbox-row">
1399
+ <input name="" class="modal-trigger" href="#efbl-pages-enable" type="checkbox" required value="efbl_free_enable_pages" id="efbl_free_enable_pages" />
1400
+ <label for="efbl_free_enable_pages">' . __( 'Show on specific pages', 'easy-facebook-likebox' ) . '</label><br>
1401
+ <i class="efbl_popup_info">' . __( "Enable this option show popup on selected pages only. PopUp will never show on un-selected pages. If you haven't selected any page it will display on all pages.", 'easy-facebook-likebox' ) . '</i></div>
1402
+ <div class="row checkbox-row">
1403
+ <input name="" class="modal-trigger" href="#efbl-posts-enable" type="checkbox" required value="efbl_free_enable_posts" id="efbl_free_enable_posts" />
1404
+ <label for="efbl_free_enable_posts">' . __( 'Show on specific posts', 'easy-facebook-likebox' ) . '</label><br>
1405
+ <i class="efbl_popup_info">' . __( "Enable this option show popup on selected posts only. PopUp will never show on un-selected posts. If you haven't selected any page it will display on all posts.", 'easy-facebook-likebox' ) . '</i></div>';
1406
+ $efbl_premium_exit_intent = null;
1407
+ $efbl_premium_exit_intent = '<div class="row checkbox-row">
1408
+ <input name="" class="modal-trigger" href="#efbl-exit-intent" type="checkbox" required value="efbl_free_exit_intent" id="efbl_free_exit_intent" />
1409
+ <label for="efbl_free_exit_intent">' . __( 'Show on exit intent', 'easy-facebook-likebox' ) . '</label>
1410
+ <br><i class="efbl_popup_info">' . __( "Enable this option show popup on when user is about to leave the site", 'easy-facebook-likebox' ) . '</i></div>';
1411
  /*
1412
  * General tab html.
1413
  * efbl_popup_html filter can be used to customize general tab html.
1456
  </div>
1457
  <h5>%12$s</h5>
1458
 
1459
+ %19$s
1460
+ %20$s
1461
  <div class="row checkbox-row efbl_enable_home_only">
1462
 
1463
  <input class="efbl_options" data-option="efbl_enable_home_only" ' . checked( 1, $this->options( 'efbl_enable_home_only' ), false ) . ' type="checkbox" name="efbl_settings_display_options[efbl_enable_home_only]" id="efbl_enable_home_only" />
1486
  </form>
1487
  </div>',
1488
  /* Variables starts here. */
1489
+ __( 'Want to display PopUp on your site?', 'easy-facebook-likebox' ),
1490
+ __( 'You can display Facebook Likebox/page plugin, custom Facebook Feeds or anything, for example, age verification message or cookies alert in pop up. It also supports custom HTML code. Simply Enable the popup and paste generated shortcode or anything in pop up content field.', 'easy-facebook-likebox' ),
1491
  __( 'Enable PopUp', 'easy-facebook-likebox' ),
1492
  __( 'PopUp delay after page load', 'easy-facebook-likebox' ),
1493
  __( 'Delay in miliseconds. 1000 ms = 1 second.', 'easy-facebook-likebox' ),
1499
  __( 'You can generate easy facebook like box shortcode from Widgets > Easy Facebook LikeBox. ', 'easy-facebook-likebox' ),
1500
  __( 'Like box pup up advanced settings', 'easy-facebook-likebox' ),
1501
  __( 'Display PopUp on home page only.', 'easy-facebook-likebox' ),
1502
+ __( 'Show the PopUp if the user is logged in to your site.', 'easy-facebook-likebox' ),
1503
+ __( 'Show the PopUp if the user is not logged in to your site (Above option will be ignored if checked). ', 'easy-facebook-likebox' ),
1504
  __( 'Close button act as never show again', 'easy-facebook-likebox' ),
1505
  __( 'Do not display on mobile devices', 'easy-facebook-likebox' ),
1506
+ $this->options( 'efbl_popup_shortcode' ),
1507
+ $efbl_premium_pages_enable,
1508
+ $efbl_premium_exit_intent
1509
  );
1510
  return apply_filters( 'efbl_popup_html', $efbl_popup_html );
1511
  }
1528
 
1529
  if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) ) {
1530
  foreach ( $fta_settings['plugins']['facebook']['approved_pages'] as $efbl_page ) {
 
1531
  $efbl_page_options .= '<option value="' . $efbl_page['id'] . '" data-icon="https://graph.facebook.com/' . $efbl_page['id'] . '/picture">' . $efbl_page['name'] . '</option>';
1532
  }
1533
  } else {
1556
  }
1557
  /* if condition ends here*/
1558
  $img_url = get_the_post_thumbnail_url( $efbl_skin['ID'], 'thumbnail' );
1559
+ $selected_layout = null;
1560
+ if ( isset( $efbl_skin['design']['layout_option'] ) ) {
1561
+ $selected_layout = ucfirst( $efbl_skin['design']['layout_option'] );
1562
+ }
1563
+ // echo "<pre>"; print_r();exit();
1564
  if ( !$img_url ) {
1565
  $img_url = FTA_PLUGIN_URL . 'assets/images/skin-placeholder.jpg';
1566
  }
1570
  </div>
1571
  <div class="card-content">
1572
  <span class="card-title activator grey-text text-darken-4">' . $efbl_skin['title'] . '<i class="material-icons right">more_vert</i></span>
1573
+ </div>';
1574
+ if ( $selected_layout ) {
1575
+ $efbl_skin_html .= '<span class="selected_layout">' . __( 'Layout: ', 'easy-facebook-likebox' ) . '' . $selected_layout . '</span>';
1576
+ }
1577
+ $efbl_skin_html .= '<div class="efbl_cta_holder">
1578
+ <label>' . __( 'Please select your page first for preview ignorer to add/edit the skin. (This selection is only for preview, it can be used with any page.)', 'easy-facebook-likebox' ) . '</label>
1579
  <select class="efbl_selected_account_' . $efbl_skin['ID'] . '" required>
1580
  ' . $efbl_page_options . '
1581
  </select>
1582
+ <a class="btn waves-effect waves-light efbl_skin_redirect" data-page_id="' . $page_id . '" data-skin_id="' . $efbl_skin['ID'] . '" href="javascript:void(0);"><span>' . __( 'Edit', 'easy-facebook-likebox' ) . '</span><i class="material-icons right">edit</i></a>
1583
 
1584
+ <a class="btn waves-effect right efbl_skin_delete_confrim waves-light" data-skin_id="' . $efbl_skin['ID'] . '" href="javascript:void(0);"><span>' . __( 'Delete', 'efbl' ) . '</span><i class="material-icons right">delete_forever</i></a>
1585
 
1586
+ <a class="btn waves-effect efbl_copy_skin_id waves-light" data-clipboard-text="' . $efbl_skin['ID'] . '" href="javascript:void(0);">' . __( 'Copy Skin ID', 'easy-facebook-likebox' ) . '<i class="material-icons right">content_copy</i></span> </a>
1587
  </div>
1588
 
1589
  <div class="card-reveal">
1593
  </div>';
1594
  }
1595
  }
1596
+
1597
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
1598
+ } else {
1599
+ $efbl_skin_html .= '<div class="card col efbl_single_skin efbl_single_skin_free s3">
1600
+ <a class="skin_free_full modal-trigger" href="#efbl-free-grid-upgrade"></a>
1601
+ <div class="card-image waves-effect waves-block waves-light">
1602
+ <a class=" modal-trigger" href="#efbl-free-grid-upgrade"> <img class="" src="' . FTA_PLUGIN_URL . '/assets/images/skin-placeholder.jpg"> </a>
1603
+ </div>
1604
+ <div class="card-content">
1605
+ <a class=" modal-trigger" href="#efbl-free-grid-upgrade"> <span class="card-title grey-text text-darken-4">' . __( 'Skin - Grid layout', 'easy-facebook-likebox' ) . '<i class="material-icons right">more_vert</i></span> </a>
1606
+ </div>
1607
+ <span class="selected_layout">' . __( 'Layout: Grid', 'easy-facebook-likebox' ) . '</span>
1608
+ <div class="efbl_cta_holder">
1609
+ <label>' . __( 'Please select your page first for preview ignorer to add/edit the skin. (This selection is only for preview, it can be used with any page.)', 'easy-facebook-likebox' ) . '</label>
1610
+ <select class="efbl_selected_account" required>
1611
+ ' . $efbl_page_options . '
1612
+ </select>
1613
+ <a class="btn waves-effect waves-light efbl_skin_redirect_free modal-trigger" href="#efbl-free-grid-upgrade"><span>' . __( 'Edit', 'easy-facebook-likebox' ) . '</span><i class="material-icons right">edit</i></a>
1614
+
1615
+ <a class="btn waves-effect right efbl_skin_delete_free waves-light modal-trigger" href="#efbl-free-grid-upgrade"><span>' . __( 'Delete', 'easy-facebook-likebox' ) . '</span><i class="material-icons right">delete_forever</i></a>
1616
+
1617
+ <a class="btn waves-effect efbl_copy_skin_id modal-trigger waves-light" href="#efbl-free-grid-upgrade">' . __( 'Copy Skin ID', 'easy-facebook-likebox' ) . '<i class="material-icons right">content_copy</i></span> </a>
1618
+ </div>
1619
+
1620
+ <div class="card-reveal">
1621
+ <span class="card-title grey-text text-darken-4">' . __( 'Layout: Grid', 'easy-facebook-likebox' ) . '<i class="material-icons right">close</i></span>
1622
+ <p>' . __( 'This is the Grid demo skin included in premium version', 'easy-facebook-likebox' ) . '</p>
1623
+ </div>
1624
+ </div>';
1625
+ $efbl_skin_html .= '<div class="card col efbl_single_skin efbl_single_skin_free s3">
1626
+ <a class="skin_free_full modal-trigger" href="#efbl-free-masonry-upgrade"></a>
1627
+ <div class="card-image waves-effect waves-block waves-light">
1628
+ <a class=" modal-trigger" href="#efbl-free-masonry-upgrade"> <img class="" src="' . FTA_PLUGIN_URL . '/assets/images/skin-placeholder.jpg"> </a>
1629
+ </div>
1630
+ <div class="card-content">
1631
+ <a class=" modal-trigger" href="#efbl-free-masonry-upgrade"> <span class="card-title grey-text text-darken-4">' . __( 'Skin - Masonry layout', 'easy-facebook-likebox' ) . '<i class="material-icons right">more_vert</i></span> </a>
1632
+ </div>
1633
+ <span class="selected_layout">' . __( 'Layout: Masonry', 'easy-facebook-likebox' ) . '</span>
1634
+ <div class="efbl_cta_holder">
1635
+ <label>' . __( 'Please select your page first for preview ignorer to add/edit the skin. (This selection is only for preview, it can be used with any page.)', 'easy-facebook-likebox' ) . '</label>
1636
+ <select class="efbl_selected_account" required>
1637
+ ' . $efbl_page_options . '
1638
+ </select>
1639
+ <a class="btn waves-effect waves-light efbl_skin_redirect_free modal-trigger" href="#efbl-free-masonry-upgrade"><span>' . __( 'Edit', 'easy-facebook-likebox' ) . '</span><i class="material-icons right">edit</i></a>
1640
+
1641
+ <a class="btn waves-effect right efbl_skin_delete_free waves-light modal-trigger" href="#efbl-free-masonry-upgrade"><span>' . __( 'Delete', 'easy-facebook-likebox' ) . '</span><i class="material-icons right">delete_forever</i></a>
1642
+
1643
+ <a class="btn waves-effect efbl_copy_skin_id modal-trigger waves-light" href="#efbl-free-masonry-upgrade">' . __( 'Copy Skin ID', 'easy-facebook-likebox' ) . '<i class="material-icons right">content_copy</i></span> </a>
1644
+ </div>
1645
+
1646
+ <div class="card-reveal">
1647
+ <span class="card-title grey-text text-darken-4">' . __( 'Layout: Masonry', 'easy-facebook-likebox' ) . '<i class="material-icons right">close</i></span>
1648
+ <p>' . __( 'This is the Masonry demo skin included in premium version', 'easy-facebook-likebox' ) . '</p>
1649
+ </div>
1650
+ </div>';
1651
+ }
1652
+
1653
+ $layout_choices = '<option value="thumbnail">' . __( 'Thumbnail', 'easy-facebook-likebox' ) . '</option>
1654
+ <option value="half">' . __( 'Half Width', 'easy-facebook-likebox' ) . '</option>
1655
+ <option value="full">' . __( 'Full Width', 'easy-facebook-likebox' ) . '</option>';
1656
+
1657
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
1658
+ } else {
1659
+ $layout_choices .= '<option value="free-grid">' . __( 'Grid', 'easy-facebook-likebox' ) . '</option>
1660
+ <option value="free-masonry">' . __( 'Masonry', 'easy-facebook-likebox' ) . '</option>';
1661
+ }
1662
+
1663
  /*
1664
  * Skins tab html.
1665
  * efbl_skinsl_html filter can be used to customize skins tab html.
1667
  $efbl_skins_html = null;
1668
  $efbl_skins_html .= sprintf(
1669
  '<div id="efbl-skins" class="col s12 efbl_tab_c slideLeft">
1670
+ <div class="efbl_skin_head_wrap">
1671
+ <h5>%8$s</h5>
1672
+ <p>%9$s</p>
1673
+ </div>
1674
+ <a class="btn waves-effect efbl_create_skin waves-light" href="javascript:void(0);">%1$s <i class="material-icons left">add_circle_outline</i></a>
1675
 
1676
  <!-- New Skin Html Starts Here -->
1677
  <div class="efbl_new_skin col s12">
1678
  <form name="efbl_new_skin_details" id="efbl_new_skin_details">
1679
+ <a class="waves-effect waves-light efbl_show_all_skins btn" href="javascript:void(0);">%10$s <i class="material-icons left">list</i></a>
1680
  <div class="input-field">
1681
  <i class="material-icons prefix">title</i>
1682
  <input id="efbl_skin_title" required name="efbl_skin_title" type="text">
1688
  <textarea id="efbl_skin_description" required name="efbl_skin_description" class="materialize-textarea"></textarea>
1689
  <label for="efbl_skin_description" class="">%3$s</label>
1690
  </div>
1691
+
1692
  <div class="input-field">
1693
+ <i class="material-icons prefix">developer_board</i>
1694
+ <select id="efbl_selected_layout" class="efbl_selected_layout" name="efbl_selected_layout" required>
1695
+ %11$s
1696
  </select>
1697
+ <label for="efbl_selected_layout" class="">%12$s</label>
1698
  </div>
1699
  <div class="input-field">
1700
 
1701
  <div class="mdl-textfield mdl-js-textfield efbl_skin_feat_img_wrap">
1702
  <i class="material-icons prefix">image</i>
1703
+ <input class="mdl-textfield__input" type="text" id="efbl_skin_feat_img" placeholder="(optional)" value="" name="efbl_skin_feat_img">
1704
  <label class="mdl-textfield__label" for="efbl_skin_feat_img"></label>
1705
 
1706
+ <i class="btn waves-effect waves-light waves-input-wrapper">
1707
+ <input type="button" class="" value="%4$s" id="efbl_skin_feat_img_btn"/>
1708
+ <i class="material-icons left">file_upload</i>
1709
+ </i>
1710
  </div>
1711
  </div>
1712
 
1713
 
1714
+ <div class="input-field">
1715
+ <i class="material-icons prefix">account_circle</i>
1716
+ <select id="efbl_account_selected" class="efbl_selected_account" name="efbl_selected_account" required>
1717
+ ' . $efbl_page_options . '
1718
+ </select>
1719
+ <label for="efbl_account_selected" class="">%7$s</label>
1720
+ </div>
1721
+
1722
+ <i class="btn waves-effect create_new_skin_fb_wrap waves-light waves-input-wrapper">
1723
+ <input type="submit" class="create_new_skin_fb" name="create_new_skin_fb" value="%5$s"/>
1724
+ <i class="material-icons right">add_circle_outline</i>
1725
+ </i>
1726
  </form>
1727
  </div>
1728
  <!-- New Skin Html Ends Here -->
1737
  </div>',
1738
  /* Variables starts here. */
1739
  __( 'Create New Skin', 'easy-facebook-likebox' ),
1740
+ __( 'Title (optional)', 'easy-facebook-likebox' ),
1741
+ __( 'Description (optional)', 'easy-facebook-likebox' ),
1742
  __( 'Upload Featured Image', 'easy-facebook-likebox' ),
1743
  __( 'Create', 'easy-facebook-likebox' ),
1744
  $efbl_skin_html,
1745
+ __( 'Please select your Facebook page for preview. It will be for preview only, you can still use this skin for any page.', 'easy-facebook-likebox' ),
1746
+ __( 'Want to customize the layout of post feed?', 'easy-facebook-likebox' ),
1747
+ __( 'Skins allows you to totally customize the look and feel of your post feed in real-time using WordPress customizer. Skin holds all the design settings like feed layout (fullwidth, Grid, etc), show hide elements, page header, and single post colors, margins and a lot of cool settings separately. Questions? <a target="_blank" href="https://maltathemes.com/documentation/how-to-use-skins/">See this support document.</a>', 'easy-facebook-likebox' ),
1748
+ __( 'Show All Skins', 'easy-facebook-likebox' ),
1749
+ $layout_choices,
1750
+ __( 'Layout', 'easy-facebook-likebox' )
1751
  );
1752
  return $efbl_skins_html = apply_filters( 'efbl_skins_html', $efbl_skins_html );
1753
  }
1851
  foreach ( $efbl_trans_posts as $key => $value ) {
1852
  $pieces = explode( '_', $key );
1853
  $page_name = array_pop( $pieces );
1854
+ $second_pieces = explode( '-', $page_name );
1855
+ $page_name = $second_pieces['0'];
1856
+ $key = str_replace( ' ', '', $key );
1857
  $returner .= '<li class="collection-item ' . $key . '">
1858
  <div>' . $page_name . '
1859
  <a href="javascript:void(0);" data-efbl_trans="' . $key . '" class="secondary-content efbl_del_trans"><i class="material-icons">delete</i></a>
1966
  * Cleaning the page ID.
1967
  */
1968
  $replaced_value = str_replace( '_transient_', '', $value );
1969
+ // echo wp_send_json_success($replaced_value);
1970
+ // die();
1971
  if ( wp_verify_nonce( $_POST['efbl_nonce'], 'efbl-ajax-nonce' ) ) {
1972
  if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ) {
1973
  /*
2022
  $form_data = $_POST['form_data'];
2023
  /* Getting the form data in strings. */
2024
  parse_str( $form_data );
2025
+ /* Initalizing layout array. */
2026
+ $layout = array();
2027
+ /* Adding layout value to the array. */
2028
+ $layout['layout_option'] = sanitize_text_field( $efbl_selected_layout );
2029
+ // echo wp_send_json_success( $efbl_selected_layout ) ;
2030
+ // die;
2031
  /* Arguments for default skin. */
2032
  $efbl_new_skins = array(
2033
  'post_title' => sanitize_text_field( $efbl_skin_title ),
2044
  /* If skin is created successfully. */
2045
 
2046
  if ( isset( $skin_id ) ) {
2047
+ /* Saving the layout value. */
2048
+ update_option( 'efbl_skin_' . $skin_id, $layout );
2049
+ $thumbnail_id = $FTA->fta_get_image_id( $efbl_skin_feat_img );
2050
  set_post_thumbnail( $skin_id, $thumbnail_id );
2051
  /* Getting the demo page id. */
2052
  $page_id = $fta_settings['plugins']['facebook']['default_page_id'];
2059
  $customizer_url = add_query_arg( array(
2060
  'url' => urlencode( $page_permalink ),
2061
  'autofocus[panel]' => 'efbl_customize_panel',
2062
+ 'efbl_skin_id' => $skin_id,
2063
  'mif_customize' => 'yes',
2064
  'efbl_account_id' => $efbl_selected_account,
2065
  ), $customizer_url );
2124
  ),
2125
  'efbl-general' => array(
2126
  'slug' => 'efbl-general',
2127
+ 'name' => __( 'How to use it?', 'easy-facebook-likebox' ),
2128
  'icon' => 'info_outline',
2129
  ),
2130
  'efbl-auto-popup' => array(
2158
  }
2159
  $returner .= sprintf(
2160
  '<li class="tab col s3">
2161
+ <a class="%4$s" href="#%1$s">
2162
+ <i class="material-icons dp48">%3$s</i> <span>%2$s</span>
2163
  </a>
2164
  </li>',
2165
  /* Variables starts here. */
2193
  $customizer_url = add_query_arg( array(
2194
  'url' => urlencode( $page_permalink ),
2195
  'autofocus[panel]' => 'efbl_customize_panel',
2196
+ 'efbl_skin_id' => $skin_id,
2197
  'mif_customize' => 'yes',
2198
  'efbl_account_id' => $selectedVal,
2199
  ), $customizer_url );
easy-facebook-likebox/admin/includes/efbl-customizer-extend.php CHANGED
@@ -85,7 +85,7 @@ class Customize_Alpha_Color_Control extends WP_Customize_Control {
85
  );
86
  wp_enqueue_style(
87
  'alpha-color-picker',
88
- MIF_PLUGIN_URL . 'assets/css/alpha-color-picker.css',
89
  array( 'wp-color-picker' ),
90
  '1.0.0'
91
  );
@@ -122,4 +122,38 @@ class Customize_Alpha_Color_Control extends WP_Customize_Control {
122
  <?php
123
  }
124
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  endif;
85
  );
86
  wp_enqueue_style(
87
  'alpha-color-picker',
88
+ EFBL_PLUGIN_URL . 'assets/css/alpha-color-picker.css',
89
  array( 'wp-color-picker' ),
90
  '1.0.0'
91
  );
122
  <?php
123
  }
124
  }
125
+ endif;
126
+
127
+
128
+ //======================================================================
129
+
130
+ // FTA PopUP
131
+
132
+ //======================================================================
133
+
134
+ //Input field
135
+ if ( class_exists( 'WP_Customize_Control' ) && ! class_exists( 'Customize_EFBL_PopUp' ) ) :
136
+ class Customize_EFBL_PopUp extends WP_Customize_Control
137
+ {
138
+
139
+ public $type = 'popup';
140
+
141
+ public $popup_id = null;
142
+
143
+ public $icon = null;
144
+
145
+
146
+ public function render_content()
147
+ {
148
+ ?>
149
+ <label class="customize-control-title"> <?php echo $this->label; ?></label>
150
+ <p><?php echo $this->description; ?></p>
151
+
152
+ <p><?php echo __('Upgrade today and get a 10% discount with coupon code <code>espf10</code>', 'easy-facebook-likebox') ?> </p>
153
+ <a href="<?php echo efl_fs()->get_upgrade_url() ?>" class="fta-upgrade-btn"><?php echo __('Upgrade to pro', 'easy-facebook-likebox') ?></a>
154
+
155
+
156
+ <?php
157
+ }
158
+ }
159
  endif;
easy-facebook-likebox/admin/includes/efbl-customizer.php CHANGED
@@ -1,1911 +1,1036 @@
1
- <?php
 
2
  /*
3
  * Stop execution if someone tried to get file directly.
4
- */
5
- if ( ! defined( 'ABSPATH' ) ) exit;
6
-
7
-
8
- //======================================================================
9
- // Customizer code Of My Instagram Feeds
10
- //======================================================================
11
-
12
- class EFBL_Cuustomizer {
13
-
14
- /*
15
- * __construct initialize all function of this class.
16
- * Returns nothing.
17
- * Used action_hooks to get things sequentially.
18
- */
19
- function __construct(){
20
-
21
- /*
22
- * customize_register hook will add custom files in customizer.
23
- */
24
- add_action( 'customize_register', array($this, 'efbl_customizer' ));
25
-
26
- /*
27
- * customize_preview_init hook will add our js file in customizer.
28
- */
29
- add_action( 'customize_preview_init', array ($this ,'efbl_live_preview'));
30
-
31
-
32
- /*
33
- * customize_preview_init hook will add our js file in customizer.
34
- */
35
- add_action( 'customize_controls_enqueue_scripts', array ($this ,'efbl_customizer_scripts'));
36
-
37
- /*
38
- * wp_head hooks fires when page head is load.
39
- * Css file will be added in head.
40
- */
41
- add_action( 'wp_head', array( $this, 'efbl_customize_css' ) );
42
-
43
-
44
- }/* __construct Method ends here. */
45
-
46
- /*
47
- * efbl_customizer holds cutomizer files.
48
- */
49
- function efbl_customizer_scripts() {
50
-
51
- /*
52
- * Enqueing customizer style file.
53
- */
54
- wp_enqueue_style( 'efbl_customizer_style', EFBL_PLUGIN_URL . 'admin/assets/css/efbl-customizer.css');
55
-
56
-
57
-
58
- }/* efbl_customizer_scripts Method ends here. */
59
-
60
- /*
61
- * efbl_customizer holds code for customizer area.
62
- */
63
- public function efbl_customizer( $wp_customize ) {
64
-
65
- $Feed_Them_All = new Feed_Them_All();
66
-
67
- // echo "<pre>"; print_r();exit();
68
-
69
- /* Getting the skin id from URL and saving in option for confliction.*/
70
- if(isset($_GET['efbl_skin_id'])):
71
- $skin_id = $_GET['efbl_skin_id'];
72
- update_option('efbl_skin_id', $skin_id);
73
- endif;
74
-
75
- if(isset($_GET['efbl_account_id'])):
76
- $efbl_account_id = $_GET['efbl_account_id'];
77
- update_option('efbl_account_id', $efbl_account_id);
78
- endif;
79
-
80
- /* Getting back the skin saved ID.*/
81
- $skin_id = get_option('efbl_skin_id', false);
82
-
83
-
84
- //======================================================================
85
- // Easy Facebook Likebox Section
86
- //======================================================================
87
-
88
-
89
-
90
- /* Adding our efbl panel in customizer.*/
91
- $wp_customize->add_panel( 'efbl_customize_panel', array(
92
- 'title' => __( 'Easy Facebook Feed', $Feed_Them_All->plug_slug )
93
- ) );
94
-
95
-
96
- //======================================================================
97
- // Layout section
98
- //======================================================================
99
-
100
-
101
-
102
- /* Adding layout section in customizer under efbl panel.*/
103
- $wp_customize->add_section( 'efbl_layout',
104
- array(
105
- 'title' => __( 'Layout', $Feed_Them_All->plug_slug ),
106
- 'description' => __('Select the Layout in real time.', $Feed_Them_All->plug_slug),
107
- 'priority' => 35,
108
- 'panel' => 'efbl_customize_panel'
109
- ));
110
-
111
- /* Making settings dynamic and saving data with array.*/
112
- $setting = 'efbl_skin_'.$skin_id.'[layout_option]';
113
-
114
- /* Adding Setting of efbl_layout_options.*/
115
- $wp_customize->add_setting($setting,
116
- array(
117
- 'default' => 'half',
118
- 'transport' => 'refresh',
119
- 'type' => 'option'
120
- ));
121
-
122
- /* Adding Control of efbl_layout_options.*/
123
- $wp_customize->add_control($setting,
124
- array(
125
- 'label' => __('Layout', $Feed_Them_All->plug_slug),
126
- 'section' => 'efbl_layout',
127
- 'settings' => $setting,
128
- 'description' => __('Select the layout for feeds.', $Feed_Them_All->plug_slug),
129
- 'type' => 'select',
130
- 'choices' => array(
131
- 'thumbnail' => 'Thumbnail',
132
- 'half' => 'Half Width',
133
- 'full' => 'Full Width',
134
- ),
135
- ));
136
-
137
-
138
- //======================================================================
139
- // Header section
140
- //======================================================================
141
-
142
-
143
- /* Adding layout section in customizer under efbl panel.*/
144
- $wp_customize->add_section( 'efbl_header',
145
- array(
146
- 'title' => __( 'Header', $Feed_Them_All->plug_slug ),
147
- 'description' => __('Customize the Header In Real Time', $Feed_Them_All->plug_slug),
148
- 'priority' => 35,
149
- 'panel' => 'efbl_customize_panel'
150
- ));
151
-
152
- /* Making settings dynamic and saving data with array.*/
153
- $setting = 'efbl_skin_'.$skin_id.'[show_header]';
154
-
155
- /* Adding Setting of show or hide header.*/
156
- $wp_customize->add_setting($setting,
157
- array(
158
- 'default' => true,
159
- 'transport' => 'postMessage',
160
- 'type' => 'option'
161
- ));
162
- /* Adding control of show or hide header.*/
163
- $wp_customize->add_control(
164
- $setting,
165
- array(
166
- 'label' => __( 'Show Header', $Feed_Them_All->plug_slug ),
167
- 'section' => 'efbl_header',
168
- 'settings' => $setting,
169
- 'description' => __('Show or Hide header.', $Feed_Them_All->plug_slug),
170
- 'type' => 'checkbox',
171
- ));
172
-
173
-
174
- /* Making settings dynamic and saving data with array.*/
175
- $setting = 'efbl_skin_'.$skin_id.'[header_background_color]';
176
-
177
- /* Adding Setting of Header text color*/
178
- $wp_customize->add_setting($setting,
179
- array(
180
- 'default' => '#000',
181
- 'transport' => 'postMessage',
182
- 'type' => 'option'
183
- ));
184
-
185
- /* Adding Control of Header text color*/
186
- $wp_customize->add_control(
187
- new WP_Customize_Color_Control(
188
- $wp_customize,
189
- $setting,
190
- array(
191
- 'label' => __( 'Header Background Color', $Feed_Them_All->plug_slug ),
192
- 'section' => 'efbl_header',
193
- 'settings' => $setting,
194
- 'description' => __('Select the background color of header.', $Feed_Them_All->plug_slug)
195
- )));
196
-
197
-
198
- /* Making settings dynamic and saving data with array.*/
199
- $setting = 'efbl_skin_'.$skin_id.'[header_text_color]';
200
-
201
- /* Adding Setting of Header text color*/
202
- $wp_customize->add_setting($setting,
203
- array(
204
- 'default' => '#000',
205
- 'transport' => 'postMessage',
206
- 'type' => 'option'
207
- ));
208
-
209
- /* Adding Control of Header text color*/
210
- $wp_customize->add_control(
211
- new WP_Customize_Color_Control(
212
- $wp_customize,
213
- $setting,
214
- array(
215
- 'label' => __( 'Header Text Color', $Feed_Them_All->plug_slug ),
216
- 'section' => 'efbl_header',
217
- 'settings' => $setting,
218
- 'description' => __('Select the content color which are displaying in header.', $Feed_Them_All->plug_slug)
219
- )));
220
-
221
- /* Making settings dynamic and saving data with array.*/
222
- $setting = 'efbl_skin_'.$skin_id.'[title_size]';
223
-
224
- /* Adding Setting of title size*/
225
- $wp_customize->add_setting($setting,
226
- array(
227
- 'default' => '16',
228
- 'transport' => 'postMessage',
229
- 'type' => 'option'
230
- ));
231
-
232
- /* Adding control of title size.*/
233
- $wp_customize->add_control(
234
- $setting,
235
- array(
236
- 'label' => __( 'Title Size', $Feed_Them_All->plug_slug ),
237
- 'section' => 'efbl_header',
238
- 'settings' => $setting,
239
- 'description' => __('Select the text size of profile name.', $Feed_Them_All->plug_slug),
240
- 'type' => 'range',
241
- 'input_attrs' => array(
242
- 'min' => 0,
243
- 'max' => 100,
244
- ),
245
- ));
246
-
247
-
248
- /* Making settings dynamic and saving data with array.*/
249
- $setting = 'efbl_skin_'.$skin_id.'[show_dp]';
250
-
251
- /* Adding Setting of show or hide header.*/
252
- $wp_customize->add_setting($setting,
253
- array(
254
- 'default' => true,
255
- 'transport' => 'postMessage',
256
- 'type' => 'option'
257
- ));
258
- /* Adding control of show or hide header.*/
259
- $wp_customize->add_control(
260
- $setting,
261
- array(
262
- 'label' => __( 'Show Display Picture', $Feed_Them_All->plug_slug ),
263
- 'section' => 'efbl_header',
264
- 'settings' => $setting,
265
- 'description' => __('Show or Hide display picture of your account which are displaying in header.', $Feed_Them_All->plug_slug),
266
- 'type' => 'checkbox',
267
- ));
268
-
269
- /* Making settings dynamic and saving data with array.*/
270
- $setting = 'efbl_skin_'.$skin_id.'[header_round_dp]';
271
-
272
- /* Adding Setting of show or hide Bio*/
273
- $wp_customize->add_setting($setting,
274
- array(
275
- 'default' => true,
276
- 'transport' => 'postMessage',
277
- 'type' => 'option'
278
- ));
279
-
280
- /* Adding control of show or hide Bio.*/
281
- $wp_customize->add_control(
282
- $setting,
283
- array(
284
- 'label' => __( 'Round Display Picture', $Feed_Them_All->plug_slug ),
285
- 'section' => 'efbl_header',
286
- 'settings' => $setting,
287
- 'description' => __('Show rounded or boxed display picture', $Feed_Them_All->plug_slug),
288
- 'type' => 'checkbox',
289
- ));
290
-
291
- // /* Making settings dynamic and saving data with array.*/
292
- // $setting = 'efbl_skin_'.$skin_id.'[header_dp_hover_color]';
293
-
294
- // /* Adding Setting of Header text color*/
295
- // $wp_customize->add_setting($setting,
296
- // array(
297
- // 'default' => 'rgba(0,0,0,0.5)',
298
- // 'transport' => 'postMessage',
299
- // 'type' => 'option'
300
- // ));
301
-
302
- // /* Adding Control of Header text color*/
303
- // $wp_customize->add_control(
304
- // new Customize_Alpha_Color_Control(
305
- // $wp_customize,
306
- // $setting,
307
- // array(
308
- // 'label' => __( 'Display Picture Hover Shadow Color', $Feed_Them_All->plug_slug ),
309
- // 'section' => 'efbl_header',
310
- // 'description' => __("Select the shadow color which shows on dispaly picture's hover.", $Feed_Them_All->plug_slug),
311
- // 'settings' => $setting,
312
- // 'show_opacity' => true, // Optional.
313
- // 'palette' => array(
314
- // 'rgb(0, 0, 0)',
315
- // 'rgb(255, 255, 255)',
316
- // 'rgb(221, 51, 51)',
317
- // 'rgb(221, 153, 51)',
318
- // 'rgb(238, 238, 34)',
319
- // 'rgb(129, 215, 66)',
320
- // 'rgb(30, 115, 190)',
321
- // 'rgb(130, 36, 227)'
322
- // )
323
- // )));
324
-
325
- /* Making settings dynamic and saving data with array.*/
326
- $setting = 'efbl_skin_'.$skin_id.'[header_dp_hover_icon_color]';
327
-
328
- /* Adding Setting of Header text color*/
329
- $wp_customize->add_setting($setting,
330
- array(
331
- 'default' => '#fff',
332
- 'transport' => 'postMessage',
333
- 'type' => 'option'
334
- ));
335
-
336
- /* Adding Control of Header text color*/
337
- $wp_customize->add_control(
338
- new WP_Customize_Color_Control(
339
- $wp_customize,
340
- $setting,
341
- array(
342
- 'label' => __( 'Display Picture Hover Icon color', $Feed_Them_All->plug_slug ),
343
- 'section' => 'efbl_header',
344
- 'settings' => $setting,
345
- 'description' => __('Select the icon color which shows on display picture hover.', $Feed_Them_All->plug_slug)
346
- )));
347
-
348
-
349
- /* Making settings dynamic and saving data with array.*/
350
- $setting = 'efbl_skin_'.$skin_id.'[show_page_category]';
351
-
352
- /* Adding Setting of show or hide total number of posts.*/
353
- $wp_customize->add_setting($setting,
354
- array(
355
- 'default' => true,
356
- 'transport' => 'postMessage',
357
- 'type' => 'option'
358
- ));
359
-
360
-
361
- /* Adding control of show or hide total number of posts.*/
362
- $wp_customize->add_control(
363
- $setting,
364
- array(
365
- 'label' => __( 'Show Page Category', $Feed_Them_All->plug_slug ),
366
- 'section' => 'efbl_header',
367
- 'settings' => $setting,
368
- 'description' => __('Show or Hide page category which are displaying in header.', $Feed_Them_All->plug_slug),
369
- 'type' => 'checkbox',
370
- ));
371
-
372
- /* Making settings dynamic and saving data with array.*/
373
- $setting = 'efbl_skin_'.$skin_id.'[show_no_of_followers]';
374
-
375
- /* Adding Setting of show or hide total number of followers.*/
376
- $wp_customize->add_setting($setting,
377
- array(
378
- 'default' => true,
379
- 'transport' => 'postMessage',
380
- 'type' => 'option'
381
- ));
382
-
383
- /* Adding control of show or hide total number of followers.*/
384
- $wp_customize->add_control(
385
- $setting,
386
- array(
387
- 'label' => __( 'Show Total Number Of Followers', $Feed_Them_All->plug_slug ),
388
- 'section' => 'efbl_header',
389
- 'settings' => $setting,
390
- 'description' => __('Show or Hide Total Number Of Followers Which are displaying in header.', $Feed_Them_All->plug_slug),
391
- 'type' => 'checkbox',
392
- ));
393
-
394
-
395
- /* Making settings dynamic and saving data with array.*/
396
- $setting = 'efbl_skin_'.$skin_id.'[metadata_size]';
397
-
398
- /* Adding Setting of metadata size*/
399
- $wp_customize->add_setting($setting,
400
- array(
401
- 'default' => '16',
402
- 'transport' => 'postMessage',
403
- 'type' => 'option'
404
- ));
405
-
406
- /* Adding control of metadata size.*/
407
- $wp_customize->add_control(
408
- $setting,
409
- array(
410
- 'label' => __( 'Size of Total Posts And Followers', $Feed_Them_All->plug_slug ),
411
- 'section' => 'efbl_header',
412
- 'settings' => $setting,
413
- 'description' => __('Select the text size of total posts and followers which are displaying in header.', $Feed_Them_All->plug_slug),
414
- 'type' => 'range',
415
- 'input_attrs' => array(
416
- 'min' => 0,
417
- 'max' => 100,
418
- ),
419
- ));
420
-
421
-
422
- /* Making settings dynamic and saving data with array.*/
423
- $setting = 'efbl_skin_'.$skin_id.'[show_bio]';
424
-
425
- /* Adding Setting of show or hide Bio*/
426
- $wp_customize->add_setting($setting,
427
- array(
428
- 'default' => true,
429
- 'transport' => 'postMessage',
430
- 'type' => 'option'
431
- ));
432
-
433
- /* Adding control of show or hide Bio.*/
434
- $wp_customize->add_control(
435
- $setting,
436
- array(
437
- 'label' => __( 'Show Bio', $Feed_Them_All->plug_slug ),
438
- 'section' => 'efbl_header',
439
- 'settings' => $setting,
440
- 'description' => __('Show or Hide Bio', $Feed_Them_All->plug_slug),
441
- 'type' => 'checkbox',
442
- ));
443
-
444
-
445
- /* Making settings dynamic and saving data with array.*/
446
- $setting = 'efbl_skin_'.$skin_id.'[bio_size]';
447
-
448
-
449
- /* Adding Setting of Bio size*/
450
- $wp_customize->add_setting($setting,
451
- array(
452
- 'default' => '14',
453
- 'transport' => 'postMessage',
454
- 'type' => 'option'
455
- ));
456
-
457
- /* Adding control of title size.*/
458
- $wp_customize->add_control(
459
- $setting,
460
- array(
461
- 'label' => __( 'Text Size of Bio', $Feed_Them_All->plug_slug ),
462
- 'section' => 'efbl_header',
463
- 'settings' => $setting,
464
- 'description' => __('Select the text size of bio.', $Feed_Them_All->plug_slug),
465
- 'type' => 'range',
466
- 'input_attrs' => array(
467
- 'min' => 0,
468
- 'max' => 100,
469
- ),
470
- ));
471
-
472
- /* Making settings dynamic and saving data with array.*/
473
- $setting = 'efbl_skin_'.$skin_id.'[header_border_color]';
474
-
475
- /* Adding Setting of Header text color*/
476
- $wp_customize->add_setting($setting,
477
- array(
478
- 'default' => '#ccc',
479
- 'transport' => 'postMessage',
480
- 'type' => 'option'
481
- ));
482
-
483
- /* Adding Control of Header text color*/
484
- $wp_customize->add_control(
485
- new WP_Customize_Color_Control(
486
- $wp_customize,
487
- $setting,
488
- array(
489
- 'label' => __( 'Header Border Color', $Feed_Them_All->plug_slug ),
490
- 'section' => 'efbl_header',
491
- 'settings' => $setting,
492
- 'description' => __('Select the border color of header.', $Feed_Them_All->plug_slug)
493
- )));
494
-
495
-
496
- /* Making settings dynamic and saving data with array.*/
497
- $setting = 'efbl_skin_'.$skin_id.'[header_border_style]';
498
-
499
- /* Adding Setting of number of columns if layout set to grid.*/
500
- $wp_customize->add_setting($setting,
501
- array(
502
- 'default' => 'none',
503
- 'transport' => 'postMessage',
504
- 'type' => 'option'
505
- ));
506
-
507
- /* Adding control of number of columns if layout set to grid.*/
508
- $wp_customize->add_control($setting,
509
- array(
510
- 'label' => __( 'Border Style', $Feed_Them_All->plug_slug ),
511
- 'section' => 'efbl_header',
512
- 'settings' => $setting,
513
- 'description' => __('Select the border style to make header look more nicer.', $Feed_Them_All->plug_slug),
514
- 'type' => 'select',
515
- 'choices' => array(
516
- 'solid' => 'Solid',
517
- 'dashed' => 'Dashed',
518
- 'dotted' => 'Dotted',
519
- 'double' => 'Double',
520
- 'groove' => 'Groove',
521
- 'ridge' => 'Ridge',
522
- 'inset' => 'Inset',
523
- 'outset' => 'Outset',
524
- 'none' => 'None',
525
- ),
526
-
527
- ));
528
-
529
- /* Making settings dynamic and saving data with array.*/
530
- $setting = 'efbl_skin_'.$skin_id.'[header_border_top]';
531
-
532
- /* Adding Setting of title size*/
533
- $wp_customize->add_setting($setting,
534
- array(
535
- 'default' => '0',
536
- 'transport' => 'postMessage',
537
- 'type' => 'option'
538
- ));
539
-
540
- /* Adding control of title size.*/
541
- $wp_customize->add_control(
542
- $setting,
543
- array(
544
- 'label' => __( 'Border Top', $Feed_Them_All->plug_slug ),
545
- 'section' => 'efbl_header',
546
- 'settings' => $setting,
547
- 'description' => __('Select the border size for top side to make header look more nicer.', $Feed_Them_All->plug_slug),
548
- 'type' => 'range',
549
- 'input_attrs' => array(
550
- 'min' => 0,
551
- 'max' => 100,
552
- ),
553
- ));
554
-
555
- /* Making settings dynamic and saving data with array.*/
556
- $setting = 'efbl_skin_'.$skin_id.'[header_border_bottom]';
557
-
558
- /* Adding Setting of title size*/
559
- $wp_customize->add_setting($setting,
560
- array(
561
- 'default' => '1',
562
- 'transport' => 'postMessage',
563
- 'type' => 'option'
564
- ));
565
-
566
- /* Adding control of title size.*/
567
- $wp_customize->add_control(
568
- $setting,
569
- array(
570
- 'label' => __( 'Border Bottom', $Feed_Them_All->plug_slug ),
571
- 'section' => 'efbl_header',
572
- 'settings' => $setting,
573
- 'description' => __('Select the border size for bottom side to make header look more nicer.', $Feed_Them_All->plug_slug),
574
- 'type' => 'range',
575
- 'input_attrs' => array(
576
- 'min' => 0,
577
- 'max' => 100,
578
- ),
579
- ));
580
-
581
- /* Making settings dynamic and saving data with array.*/
582
- $setting = 'efbl_skin_'.$skin_id.'[header_border_left]';
583
-
584
- /* Adding Setting of title size*/
585
- $wp_customize->add_setting($setting,
586
- array(
587
- 'default' => '0',
588
- 'transport' => 'postMessage',
589
- 'type' => 'option'
590
- ));
591
-
592
- /* Adding control of title size.*/
593
- $wp_customize->add_control(
594
- $setting,
595
- array(
596
- 'label' => __( 'Border Left', $Feed_Them_All->plug_slug ),
597
- 'section' => 'efbl_header',
598
- 'settings' => $setting,
599
- 'description' => __('Select the border size for left side to make header look more nicer.', $Feed_Them_All->plug_slug),
600
- 'type' => 'range',
601
- 'input_attrs' => array(
602
- 'min' => 0,
603
- 'max' => 100,
604
- ),
605
- ));
606
-
607
- /* Making settings dynamic and saving data with array.*/
608
- $setting = 'efbl_skin_'.$skin_id.'[header_border_right]';
609
-
610
- /* Adding Setting of title size*/
611
- $wp_customize->add_setting($setting,
612
- array(
613
- 'default' => '0',
614
- 'transport' => 'postMessage',
615
- 'type' => 'option'
616
- ));
617
-
618
- /* Adding control of title size.*/
619
- $wp_customize->add_control(
620
- $setting,
621
- array(
622
- 'label' => __( 'Border Right', $Feed_Them_All->plug_slug ),
623
- 'section' => 'efbl_header',
624
- 'settings' => $setting,
625
- 'description' => __('Select the border size for right side to make header look more nicer.', $Feed_Them_All->plug_slug),
626
- 'type' => 'range',
627
- 'input_attrs' => array(
628
- 'min' => 0,
629
- 'max' => 100,
630
- ),
631
- ));
632
-
633
- /* Making settings dynamic and saving data with array.*/
634
- $setting = 'efbl_skin_'.$skin_id.'[header_padding_top]';
635
-
636
- /* Adding Setting of title size*/
637
- $wp_customize->add_setting($setting,
638
- array(
639
- 'default' => '10',
640
- 'transport' => 'postMessage',
641
- 'type' => 'option'
642
- ));
643
-
644
- /* Adding control of title size.*/
645
- $wp_customize->add_control(
646
- $setting,
647
- array(
648
- 'label' => __( 'Padding Top', $Feed_Them_All->plug_slug ),
649
- 'section' => 'efbl_header',
650
- 'settings' => $setting,
651
- 'description' => __('Select the padding for top side make header look more nicer.', $Feed_Them_All->plug_slug),
652
- 'type' => 'range',
653
- 'input_attrs' => array(
654
- 'min' => 0,
655
- 'max' => 100,
656
- ),
657
- ));
658
-
659
- /* Making settings dynamic and saving data with array.*/
660
- $setting = 'efbl_skin_'.$skin_id.'[header_padding_bottom]';
661
-
662
- /* Adding Setting of title size*/
663
- $wp_customize->add_setting($setting,
664
- array(
665
- 'default' => '10',
666
- 'transport' => 'postMessage',
667
- 'type' => 'option'
668
- ));
669
-
670
- /* Adding control of title size.*/
671
- $wp_customize->add_control(
672
- $setting,
673
- array(
674
- 'label' => __( 'Padding Bottom', $Feed_Them_All->plug_slug ),
675
- 'section' => 'efbl_header',
676
- 'settings' => $setting,
677
- 'description' => __('Select the padding for bottom side to make header look more nicer.', $Feed_Them_All->plug_slug),
678
- 'type' => 'range',
679
- 'input_attrs' => array(
680
- 'min' => 0,
681
- 'max' => 100,
682
- ),
683
- ));
684
-
685
- /* Making settings dynamic and saving data with array.*/
686
- $setting = 'efbl_skin_'.$skin_id.'[header_padding_left]';
687
-
688
- /* Adding Setting of title size*/
689
- $wp_customize->add_setting($setting,
690
- array(
691
- 'default' => '10',
692
- 'transport' => 'postMessage',
693
- 'type' => 'option'
694
- ));
695
-
696
- /* Adding control of title size.*/
697
- $wp_customize->add_control(
698
- $setting,
699
- array(
700
- 'label' => __( 'Padding Left', $Feed_Them_All->plug_slug ),
701
- 'section' => 'efbl_header',
702
- 'settings' => $setting,
703
- 'description' => __('Select the padding for left side to make header look more nicer.', $Feed_Them_All->plug_slug),
704
- 'type' => 'range',
705
- 'input_attrs' => array(
706
- 'min' => 0,
707
- 'max' => 100,
708
- ),
709
- ));
710
-
711
- /* Making settings dynamic and saving data with array.*/
712
- $setting = 'efbl_skin_'.$skin_id.'[header_padding_right]';
713
-
714
- /* Adding Setting of title size*/
715
- $wp_customize->add_setting($setting,
716
- array(
717
- 'default' => '10',
718
- 'transport' => 'postMessage',
719
- 'type' => 'option'
720
- ));
721
-
722
- /* Adding control of title size.*/
723
- $wp_customize->add_control(
724
- $setting,
725
- array(
726
- 'label' => __( 'Padding Right', $Feed_Them_All->plug_slug ),
727
- 'section' => 'efbl_header',
728
- 'settings' => $setting,
729
- 'description' => __('Select the padding for right side to make header look more nicer.', $Feed_Them_All->plug_slug),
730
- 'type' => 'range',
731
- 'input_attrs' => array(
732
- 'min' => 0,
733
- 'max' => 100,
734
- ),
735
- ));
736
-
737
-
738
-
739
- //======================================================================
740
- // Feed section
741
- //======================================================================
742
-
743
-
744
- /* Making settings dynamic and saving data with array.*/
745
- $setting = 'efbl_skin_'.$skin_id.'[feed_background_color]';
746
-
747
- /* Adding Setting of Header text color*/
748
- $wp_customize->add_setting($setting,
749
- array(
750
- 'default' => 'transparent',
751
- 'transport' => 'postMessage',
752
- 'type' => 'option'
753
- ));
754
-
755
- /* Adding Control of Header text color*/
756
- $wp_customize->add_control(
757
- new WP_Customize_Color_Control(
758
- $wp_customize,
759
- $setting,
760
- array(
761
- 'label' => __( 'Background Color', $Feed_Them_All->plug_slug ),
762
- 'section' => 'efbl_feed',
763
- 'settings' => $setting,
764
- 'description' => __('Select the Background color of feed.', $Feed_Them_All->plug_slug)
765
- )));
766
-
767
- /* Making settings dynamic and saving data with array.*/
768
- $setting = 'efbl_skin_'.$skin_id.'[feed_padding_top_bottom]';
769
-
770
- /* Adding Setting of title size*/
771
- $wp_customize->add_setting($setting,
772
- array(
773
- 'default' => '5',
774
- 'transport' => 'postMessage',
775
- 'type' => 'option'
776
- ));
777
-
778
- /* Adding control of title size.*/
779
- $wp_customize->add_control(
780
- $setting,
781
- array(
782
- 'label' => __( 'Padding Top And Bottom', $Feed_Them_All->plug_slug ),
783
- 'section' => 'efbl_feed',
784
- 'settings' => $setting,
785
- 'description' => __('Select the padding top and bottom of feed.', $Feed_Them_All->plug_slug),
786
- 'type' => 'range',
787
- 'input_attrs' => array(
788
- 'min' => 0,
789
- 'max' => 100,
790
- ),
791
- ));
792
-
793
- /* Making settings dynamic and saving data with array.*/
794
- $setting = 'efbl_skin_'.$skin_id.'[feed_padding_right_left]';
795
-
796
- /* Adding Setting of title size*/
797
- $wp_customize->add_setting($setting,
798
- array(
799
- 'default' => '5',
800
- 'transport' => 'postMessage',
801
- 'type' => 'option'
802
- ));
803
-
804
- /* Adding control of title size.*/
805
- $wp_customize->add_control(
806
- $setting,
807
- array(
808
- 'label' => __( 'Padding Left And Right', $Feed_Them_All->plug_slug ),
809
- 'section' => 'efbl_feed',
810
- 'settings' => $setting,
811
- 'description' => __('Select the padding left and right for feed.', $Feed_Them_All->plug_slug),
812
- 'type' => 'range',
813
- 'input_attrs' => array(
814
- 'min' => 0,
815
- 'max' => 100,
816
- ),
817
- ));
818
-
819
- /* Making settings dynamic and saving data with array.*/
820
- $setting = 'efbl_skin_'.$skin_id.'[feed_margin_top_bottom]';
821
-
822
- /* Adding Setting of title size*/
823
- $wp_customize->add_setting($setting,
824
- array(
825
- 'default' => '5',
826
- 'transport' => 'postMessage',
827
- 'type' => 'option'
828
- ));
829
-
830
- /* Adding control of title size.*/
831
- $wp_customize->add_control(
832
- $setting,
833
- array(
834
- 'label' => __( 'Margin Top And Bottom', $Feed_Them_All->plug_slug ),
835
- 'section' => 'efbl_feed',
836
- 'settings' => $setting,
837
- 'description' => __('Select the margin top and bottom of feed.', $Feed_Them_All->plug_slug),
838
- 'type' => 'range',
839
- 'input_attrs' => array(
840
- 'min' => 0,
841
- 'max' => 100,
842
- ),
843
- ));
844
-
845
- /* Making settings dynamic and saving data with array.*/
846
- $setting = 'efbl_skin_'.$skin_id.'[feed_margin_right_left]';
847
-
848
- /* Adding Setting of title size*/
849
- $wp_customize->add_setting($setting,
850
- array(
851
- 'default' => '5',
852
- 'transport' => 'postMessage',
853
- 'type' => 'option'
854
- ));
855
-
856
- /* Adding control of title size.*/
857
- $wp_customize->add_control(
858
- $setting,
859
- array(
860
- 'label' => __( 'Margin Left And Right', $Feed_Them_All->plug_slug ),
861
- 'section' => 'efbl_feed',
862
- 'settings' => $setting,
863
- 'description' => __('Select the margin left and right for feed.', $Feed_Them_All->plug_slug),
864
- 'type' => 'range',
865
- 'input_attrs' => array(
866
- 'min' => 0,
867
- 'max' => 100,
868
- ),
869
- ));
870
-
871
-
872
-
873
- /* Adding layout section in customizer under efbl panel.*/
874
- $wp_customize->add_section( 'efbl_feed',
875
- array(
876
- 'title' => __( 'Feed', $Feed_Them_All->plug_slug ),
877
- 'description' => __('Customize the Single Feed Design In Real Time', $Feed_Them_All->plug_slug),
878
- 'priority' => 35,
879
- 'panel' => 'efbl_customize_panel'
880
- ));
881
-
882
-
883
- /* Making settings dynamic and saving data with array.*/
884
- $setting = 'efbl_skin_'.$skin_id.'[feed_meta_data_bg_color]';
885
-
886
- /* Adding Setting of Header text color*/
887
- $wp_customize->add_setting($setting,
888
- array(
889
- 'default' => '#000',
890
- 'transport' => 'postMessage',
891
- 'type' => 'option'
892
- ));
893
-
894
- /* Adding Control of Header text color*/
895
- $wp_customize->add_control(
896
- new WP_Customize_Color_Control(
897
- $wp_customize,
898
- $setting,
899
- array(
900
- 'label' => __( 'Feed Meta Background Color', $Feed_Them_All->plug_slug ),
901
- 'section' => 'efbl_feed',
902
- 'settings' => $setting,
903
- 'description' => __('Select the background color for reactions, comments and share.', $Feed_Them_All->plug_slug)
904
- )));
905
-
906
- /* Making settings dynamic and saving data with array.*/
907
- $setting = 'efbl_skin_'.$skin_id.'[feed_meta_data_color]';
908
-
909
- /* Adding Setting of Header text color*/
910
- $wp_customize->add_setting($setting,
911
- array(
912
- 'default' => '#fff',
913
- 'transport' => 'postMessage',
914
- 'type' => 'option'
915
- ));
916
-
917
- /* Adding Control of Header text color*/
918
- $wp_customize->add_control(
919
- new WP_Customize_Color_Control(
920
- $wp_customize,
921
- $setting,
922
- array(
923
- 'label' => __( 'Feed Meta Color', $Feed_Them_All->plug_slug ),
924
- 'section' => 'efbl_feed',
925
- 'settings' => $setting,
926
- 'description' => __('Select the color for reactions, comments and share.', $Feed_Them_All->plug_slug)
927
- )));
928
-
929
- /* Making settings dynamic and saving data with array.*/
930
- $setting = 'efbl_skin_'.$skin_id.'[show_likes]';
931
-
932
- /* Adding Setting of show or hide Follow Button*/
933
- $wp_customize->add_setting($setting,
934
- array(
935
- 'default' => true,
936
- 'transport' => 'postMessage',
937
- 'type' => 'option'
938
- ));
939
-
940
- /* Adding control of show or hide Follow Button.*/
941
- $wp_customize->add_control(
942
- $setting,
943
- array(
944
- 'label' => __( 'Show reactions counter', $Feed_Them_All->plug_slug ),
945
- 'section' => 'efbl_feed',
946
- 'settings' => $setting,
947
- 'description' => __('Show or Hide reactions counter', $Feed_Them_All->plug_slug),
948
- 'type' => 'checkbox',
949
- ));
950
-
951
-
952
-
953
-
954
- /* Making settings dynamic and saving data with array.*/
955
- $setting = 'efbl_skin_'.$skin_id.'[show_comments]';
956
-
957
- /* Adding Setting of show or hide Follow Button*/
958
- $wp_customize->add_setting($setting,
959
- array(
960
- 'default' => true,
961
- 'transport' => 'postMessage',
962
- 'type' => 'option'
963
- ));
964
-
965
- /* Adding control of show or hide Follow Button.*/
966
- $wp_customize->add_control(
967
- $setting,
968
- array(
969
- 'label' => __( 'Show Comments of feeds', $Feed_Them_All->plug_slug ),
970
- 'section' => 'efbl_feed',
971
- 'settings' => $setting,
972
- 'description' => __('Show or Hide comments of feed', $Feed_Them_All->plug_slug),
973
- 'type' => 'checkbox',
974
- ));
975
-
976
- /* Making settings dynamic and saving data with array.*/
977
- $setting = 'efbl_skin_'.$skin_id.'[show_shares]';
978
-
979
- /* Adding Setting of show or hide Follow Button*/
980
- $wp_customize->add_setting($setting,
981
- array(
982
- 'default' => true,
983
- 'transport' => 'postMessage',
984
- 'type' => 'option'
985
- ));
986
-
987
- /* Adding control of show or hide Follow Button.*/
988
- $wp_customize->add_control(
989
- $setting,
990
- array(
991
- 'label' => __( 'Show shares counter', $Feed_Them_All->plug_slug ),
992
- 'section' => 'efbl_feed',
993
- 'settings' => $setting,
994
- 'description' => __('Show or Hide shares counter', $Feed_Them_All->plug_slug),
995
- 'type' => 'checkbox',
996
- ));
997
-
998
- /* Making settings dynamic and saving data with array.*/
999
- $setting = 'efbl_skin_'.$skin_id.'[show_feed_caption]';
1000
-
1001
- /* Adding Setting of show or hide Follow Button*/
1002
- $wp_customize->add_setting($setting,
1003
- array(
1004
- 'default' => true,
1005
- 'transport' => 'postMessage',
1006
- 'type' => 'option'
1007
- ));
1008
-
1009
- /* Adding control of show or hide Follow Button.*/
1010
- $wp_customize->add_control(
1011
- $setting,
1012
- array(
1013
- 'label' => __( 'Show Feed Caption', $Feed_Them_All->plug_slug ),
1014
- 'section' => 'efbl_feed',
1015
- 'settings' => $setting,
1016
- 'description' => __('Show or Hide Caption.', $Feed_Them_All->plug_slug),
1017
- 'type' => 'checkbox',
1018
- ));
1019
-
1020
- /* Making settings dynamic and saving data with array.*/
1021
- $setting = 'efbl_skin_'.$skin_id.'[feed_caption_background_color]';
1022
-
1023
- /* Adding Setting of Header text color*/
1024
- $wp_customize->add_setting($setting,
1025
- array(
1026
- 'default' => '#fff',
1027
- 'transport' => 'postMessage',
1028
- 'type' => 'option'
1029
- ));
1030
-
1031
- /* Adding Control of Header text color*/
1032
- $wp_customize->add_control(
1033
- new WP_Customize_Color_Control(
1034
- $wp_customize,
1035
- $setting,
1036
- array(
1037
- 'label' => __( 'Caption Background Color', $Feed_Them_All->plug_slug ),
1038
- 'section' => 'efbl_feed',
1039
- 'settings' => $setting,
1040
- 'description' => __('Select the background color of feed caption.', $Feed_Them_All->plug_slug)
1041
- )));
1042
-
1043
-
1044
- /* Making settings dynamic and saving data with array.*/
1045
- $setting = 'efbl_skin_'.$skin_id.'[caption_color]';
1046
-
1047
- /* Adding Setting of Header text color*/
1048
- $wp_customize->add_setting($setting,
1049
- array(
1050
- 'default' => '#000',
1051
- 'transport' => 'postMessage',
1052
- 'type' => 'option'
1053
- ));
1054
-
1055
- /* Adding Control of Header text color*/
1056
- $wp_customize->add_control(
1057
- new WP_Customize_Color_Control(
1058
- $wp_customize,
1059
- $setting,
1060
- array(
1061
- 'label' => __( 'Caption Color', $Feed_Them_All->plug_slug ),
1062
- 'section' => 'efbl_feed',
1063
- 'settings' => $setting,
1064
- 'description' => __('Select the feed caption color.', $Feed_Them_All->plug_slug)
1065
- )));
1066
-
1067
-
1068
- /* Making settings dynamic and saving data with array.*/
1069
- $setting = 'efbl_skin_'.$skin_id.'[feed_caption_padding_top_bottom]';
1070
-
1071
- /* Adding Setting of title size*/
1072
- $wp_customize->add_setting($setting,
1073
- array(
1074
- 'default' => '10',
1075
- 'transport' => 'postMessage',
1076
- 'type' => 'option'
1077
- ));
1078
-
1079
- /* Adding control of title size.*/
1080
- $wp_customize->add_control(
1081
- $setting,
1082
- array(
1083
- 'label' => __( 'Padding Top And Bottom', $Feed_Them_All->plug_slug ),
1084
- 'section' => 'efbl_feed',
1085
- 'settings' => $setting,
1086
- 'description' => __('Select the padding top and bottom for captions.', $Feed_Them_All->plug_slug),
1087
- 'type' => 'range',
1088
- 'input_attrs' => array(
1089
- 'min' => 0,
1090
- 'max' => 100,
1091
- ),
1092
- ));
1093
-
1094
- /* Making settings dynamic and saving data with array.*/
1095
- $setting = 'efbl_skin_'.$skin_id.'[feed_caption_padding_right_left]';
1096
-
1097
- /* Adding Setting of title size*/
1098
- $wp_customize->add_setting($setting,
1099
- array(
1100
- 'default' => '10',
1101
- 'transport' => 'postMessage',
1102
- 'type' => 'option'
1103
- ));
1104
-
1105
- /* Adding control of title size.*/
1106
- $wp_customize->add_control(
1107
- $setting,
1108
- array(
1109
- 'label' => __( 'Padding Left And Right', $Feed_Them_All->plug_slug ),
1110
- 'section' => 'efbl_feed',
1111
- 'settings' => $setting,
1112
- 'description' => __('Select the padding left and right for caption.', $Feed_Them_All->plug_slug),
1113
- 'type' => 'range',
1114
- 'input_attrs' => array(
1115
- 'min' => 0,
1116
- 'max' => 100,
1117
- ),
1118
- ));
1119
-
1120
-
1121
-
1122
- /* Making settings dynamic and saving data with array.*/
1123
- $setting = 'efbl_skin_'.$skin_id.'[show_feed_open_popup_icon]';
1124
-
1125
- /* Adding Setting of show or hide Follow Button*/
1126
- $wp_customize->add_setting($setting,
1127
- array(
1128
- 'default' => true,
1129
- 'transport' => 'postMessage',
1130
- 'type' => 'option'
1131
- ));
1132
-
1133
- /* Adding control of show or hide Follow Button.*/
1134
- $wp_customize->add_control(
1135
- $setting,
1136
- array(
1137
- 'label' => __( 'Show Open PopUp Icon', $Feed_Them_All->plug_slug ),
1138
- 'section' => 'efbl_feed',
1139
- 'settings' => $setting,
1140
- 'description' => __('Show or Hide Open PopUp Icon', $Feed_Them_All->plug_slug),
1141
- 'type' => 'checkbox',
1142
- ));
1143
-
1144
-
1145
-
1146
- /* Making settings dynamic and saving data with array.*/
1147
- $setting = 'efbl_skin_'.$skin_id.'[popup_icon_color]';
1148
-
1149
- /* Adding Setting of Header text color*/
1150
- $wp_customize->add_setting($setting,
1151
- array(
1152
- 'default' => '#fff',
1153
- 'transport' => 'postMessage',
1154
- 'type' => 'option'
1155
- ));
1156
-
1157
- /* Adding Control of Header text color*/
1158
- $wp_customize->add_control(
1159
- new WP_Customize_Color_Control(
1160
- $wp_customize,
1161
- $setting,
1162
- array(
1163
- 'label' => __( 'Open PopUp Icon color', $Feed_Them_All->plug_slug ),
1164
- 'section' => 'efbl_feed',
1165
- 'settings' => $setting,
1166
- 'description' => __('Select the icon color which shows on feed hover for opening popup.', $Feed_Them_All->plug_slug)
1167
- )));
1168
-
1169
- /* Making settings dynamic and saving data with array.*/
1170
- $setting = 'efbl_skin_'.$skin_id.'[show_feed_cta]';
1171
-
1172
- /* Adding Setting of show or hide Follow Button*/
1173
- $wp_customize->add_setting($setting,
1174
- array(
1175
- 'default' => true,
1176
- 'transport' => 'postMessage',
1177
- 'type' => 'option'
1178
- ));
1179
-
1180
- /* Adding control of show or hide Follow Button.*/
1181
- $wp_customize->add_control(
1182
- $setting,
1183
- array(
1184
- 'label' => __( 'Show Feed Call To Action Buttons', $Feed_Them_All->plug_slug ),
1185
- 'section' => 'efbl_feed',
1186
- 'settings' => $setting,
1187
- 'description' => __('Show or Hide call to action buttons like (Share and Read Full Story)', $Feed_Them_All->plug_slug),
1188
- 'type' => 'checkbox',
1189
- ));
1190
-
1191
-
1192
- /* Making settings dynamic and saving data with array.*/
1193
- $setting = 'efbl_skin_'.$skin_id.'[feed_cta_text_color]';
1194
-
1195
- /* Adding Setting of Header text color*/
1196
- $wp_customize->add_setting($setting,
1197
- array(
1198
- 'default' => '#000',
1199
- 'transport' => 'postMessage',
1200
- 'type' => 'option'
1201
- ));
1202
-
1203
- /* Adding Control of Header text color*/
1204
- $wp_customize->add_control(
1205
- new WP_Customize_Color_Control(
1206
- $wp_customize,
1207
- $setting,
1208
- array(
1209
- 'label' => __( 'Call To Action color', $Feed_Them_All->plug_slug ),
1210
- 'section' => 'efbl_feed',
1211
- 'settings' => $setting,
1212
- 'description' => __('Select the color of links like (Share and Read Full Story).', $Feed_Them_All->plug_slug)
1213
- )));
1214
-
1215
- /* Making settings dynamic and saving data with array.*/
1216
- $setting = 'efbl_skin_'.$skin_id.'[feed_cta_text_hover_color]';
1217
-
1218
- /* Adding Setting of Header text color*/
1219
- $wp_customize->add_setting($setting,
1220
- array(
1221
- 'default' => '#000',
1222
- 'transport' => 'postMessage',
1223
- 'type' => 'option'
1224
- ));
1225
-
1226
- /* Adding Control of Header text color*/
1227
- $wp_customize->add_control(
1228
- new WP_Customize_Color_Control(
1229
- $wp_customize,
1230
- $setting,
1231
- array(
1232
- 'label' => __( 'Call To Action Hover color', $Feed_Them_All->plug_slug ),
1233
- 'section' => 'efbl_feed',
1234
- 'settings' => $setting,
1235
- 'description' => __('Select the hover color of links like(Share and View on Instagram).', $Feed_Them_All->plug_slug)
1236
- )));
1237
-
1238
-
1239
- /* Making settings dynamic and saving data with array.*/
1240
- $setting = 'efbl_skin_'.$skin_id.'[feed_time_text_color]';
1241
-
1242
- /* Adding Setting of Header text color*/
1243
- $wp_customize->add_setting($setting,
1244
- array(
1245
- 'default' => '#000',
1246
- 'transport' => 'postMessage',
1247
- 'type' => 'option'
1248
- ));
1249
-
1250
- /* Adding Control of Header text color*/
1251
- $wp_customize->add_control(
1252
- new WP_Customize_Color_Control(
1253
- $wp_customize,
1254
- $setting,
1255
- array(
1256
- 'label' => __( 'Feed Time Color', $Feed_Them_All->plug_slug ),
1257
- 'section' => 'efbl_feed',
1258
- 'settings' => $setting,
1259
- 'description' => __('Select the color of feed created time.', $Feed_Them_All->plug_slug)
1260
- )));
1261
-
1262
- // /* Making settings dynamic and saving data with array.*/
1263
- $setting = 'efbl_skin_'.$skin_id.'[feed_hover_bg_color]';
1264
-
1265
- /* Adding Setting of Header text color*/
1266
- $wp_customize->add_setting($setting,
1267
- array(
1268
- 'default' => 'rgba(0,0,0,0.5)',
1269
- 'transport' => 'postMessage',
1270
- 'type' => 'option'
1271
- ));
1272
-
1273
- /* Adding Control of Header text color*/
1274
- $wp_customize->add_control(
1275
- new Customize_Alpha_Color_Control(
1276
- $wp_customize,
1277
- $setting,
1278
- array(
1279
- 'label' => __( 'Feed Hover Shadow Color', $Feed_Them_All->plug_slug ),
1280
- 'section' => 'efbl_feed',
1281
- 'description' => __('Select the shadow color which shows on feed hover.', $Feed_Them_All->plug_slug),
1282
- 'settings' => $setting,
1283
- 'show_opacity' => true, // Optional.
1284
- 'palette' => array(
1285
- 'rgb(0, 0, 0)',
1286
- 'rgb(255, 255, 255)',
1287
- 'rgb(221, 51, 51)',
1288
- 'rgb(221, 153, 51)',
1289
- 'rgb(238, 238, 34)',
1290
- 'rgb(129, 215, 66)',
1291
- 'rgb(30, 115, 190)',
1292
- 'rgb(130, 36, 227)'
1293
- )
1294
- )));
1295
-
1296
- /* Making settings dynamic and saving data with array.*/
1297
- $setting = 'efbl_skin_'.$skin_id.'[feed_seprator_color]';
1298
-
1299
- /* Adding Setting of Header text color*/
1300
- $wp_customize->add_setting($setting,
1301
- array(
1302
- 'default' => '#ccc',
1303
- 'transport' => 'postMessage',
1304
- 'type' => 'option'
1305
- ));
1306
-
1307
- /* Adding Control of Header text color*/
1308
- $wp_customize->add_control(
1309
- new WP_Customize_Color_Control(
1310
- $wp_customize,
1311
- $setting,
1312
- array(
1313
- 'label' => __( 'Feed Seprator Color', $Feed_Them_All->plug_slug ),
1314
- 'section' => 'efbl_feed',
1315
- 'settings' => $setting,
1316
- 'description' => __('Select the color of feed Seprator.', $Feed_Them_All->plug_slug)
1317
- )));
1318
-
1319
- /* Making settings dynamic and saving data with array.*/
1320
- $setting = 'efbl_skin_'.$skin_id.'[feed_border_size]';
1321
-
1322
- /* Adding Setting of title size*/
1323
- $wp_customize->add_setting($setting,
1324
- array(
1325
- 'default' => '1',
1326
- 'transport' => 'postMessage',
1327
- 'type' => 'option'
1328
- ));
1329
-
1330
- /* Adding control of title size.*/
1331
- $wp_customize->add_control(
1332
- $setting,
1333
- array(
1334
- 'label' => __( 'Seprator Size', $Feed_Them_All->plug_slug ),
1335
- 'section' => 'efbl_feed',
1336
- 'settings' => $setting,
1337
- 'description' => __('Select the border size for feeds.', $Feed_Them_All->plug_slug),
1338
- 'type' => 'range',
1339
- 'input_attrs' => array(
1340
- 'min' => 0,
1341
- 'max' => 100,
1342
- ),
1343
- ));
1344
-
1345
-
1346
- /* Making settings dynamic and saving data with array.*/
1347
- $setting = 'efbl_skin_'.$skin_id.'[feed_border_style]';
1348
-
1349
- /* Adding Setting of number of columns if layout set to grid.*/
1350
- $wp_customize->add_setting($setting,
1351
- array(
1352
- 'default' => 'none',
1353
- 'transport' => 'postMessage',
1354
- 'type' => 'option'
1355
- ));
1356
-
1357
- /* Adding control of number of columns if layout set to grid.*/
1358
- $wp_customize->add_control($setting,
1359
- array(
1360
- 'label' => __( 'Seprator Style', $Feed_Them_All->plug_slug ),
1361
- 'section' => 'efbl_feed',
1362
- 'settings' => $setting,
1363
- 'description' => __('Select the border style for feeds.', $Feed_Them_All->plug_slug),
1364
- 'type' => 'select',
1365
- 'choices' => array(
1366
- 'solid' => 'Solid',
1367
- 'dashed' => 'Dashed',
1368
- 'dotted' => 'Dotted',
1369
- 'double' => 'Double',
1370
- 'groove' => 'Groove',
1371
- 'ridge' => 'Ridge',
1372
- 'inset' => 'Inset',
1373
- 'outset' => 'Outset',
1374
- 'none' => 'None',
1375
- ),
1376
-
1377
- ));
1378
-
1379
-
1380
-
1381
- }/* efbl_customizer Method ends here. */
1382
-
1383
- /**
1384
- * Used by hook: 'customize_preview_init'
1385
- *
1386
- * @see add_action('customize_preview_init',$func)
1387
- */
1388
- public function efbl_live_preview(){
1389
-
1390
- /* Getting saved skin id. */
1391
- $skin_id = get_option('efbl_skin_id', false);
1392
-
1393
- /* Enqueing script for displaying live changes. */
1394
- wp_enqueue_script( 'efbl_live_preview', EFBL_PLUGIN_URL . 'admin/assets/js/efbl-live-preview.js',array( 'jquery','customize-preview' ), true );
1395
-
1396
- /* Localizing script for getting skin id in js. */
1397
- wp_localize_script('efbl_live_preview', 'efbl_skin_id', $skin_id);
1398
-
1399
- }/* efbl_live_preview Method ends here. */
1400
-
1401
- /* mif_style Method ends here. */
1402
- /*
1403
- * efbl_customize_css will add the styling to the head of the site.
1404
- */
1405
- public function efbl_customize_css()
1406
- {
1407
  /*
1408
- * Getting all the skins.
1409
- */
1410
- global $efbl_skins;
1411
- // echo "<pre>"; print_r($efbl_skins);exit();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1412
  /*
1413
- * Intializing mif css variable.
1414
- */
1415
- $efbl_css = null;
1416
- $efbl_css = '<style type="text/css">';
 
 
 
 
 
 
 
1417
  /*
1418
- * Width and height of the feeds.
1419
- */
1420
- $efbl_css .= ' .efbl_feed_wraper .feed_type_video .video_icon { background-image:url( ' . includes_url( 'js/mediaelement/mejs-controls.svg' ) . '); }';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1421
  /*
1422
- * Getting skins exists loop thorugh it.
1423
- */
1424
- if ( isset( $efbl_skins ) ) {
1425
- foreach ( $efbl_skins as $efbl_skin ) {
1426
- // echo "<pre>"; print_r($efbl_skins);exit();
1427
- /*
1428
- * Swith statement on number of cols selected.
1429
- */
1430
- switch ( $efbl_skin['design']['number_of_cols'] ) {
1431
- case '1':
1432
- $no_of_columns = '98';
1433
- $height = '643';
1434
- break;
1435
- case '2':
1436
- $no_of_columns = '48';
1437
- $height = '317';
1438
- break;
1439
- case '3':
1440
- $no_of_columns = '30.3333';
1441
- $height = '208';
1442
- break;
1443
- case '4':
1444
- $no_of_columns = '22';
1445
- $height = '154';
1446
- break;
1447
- case '5':
1448
- $no_of_columns = '18';
1449
- $height = '121';
1450
- break;
1451
- default:
1452
- $no_of_columns = '643';
1453
- $height = '643';
1454
- break;
1455
- }
1456
- /*
1457
- * Width and height of the feeds.
1458
- */
1459
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_feeds_holder .mif_grid_layout { width: ' . $no_of_columns . '%; }';
1460
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_feeds_holder .mif_grid_layout { height: ' . $height . 'px; }';
1461
- /*
1462
- * Background color of the skin.
1463
- */
1464
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' { background-color: ' . $efbl_skin['design']['background_color'] . '; }';
1465
- /*
1466
- * If header is enabled and layout is not full width.
1467
- */
1468
-
1469
- if ( !empty($efbl_skin['design']['show_header']) or 'Full_width' == $efbl_skin['design']['layout_option'] ) {
1470
- $mif_header_display = 'block';
1471
- } else {
1472
- $mif_header_display = 'none';
1473
- }
1474
-
1475
- /*
1476
- * Background color of the skin.
1477
- */
1478
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { display: ' . $mif_header_display . '; }';
1479
- /*
1480
- * If Dispaly Picture is enabled.
1481
- */
1482
-
1483
- if ( !empty($efbl_skin['design']['show_dp']) ) {
1484
- $mif_dp_display = 'block';
1485
- } else {
1486
- $mif_dp_display = 'none';
1487
- }
1488
-
1489
- /*
1490
- * Show Display pcture.
1491
- */
1492
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header_img { display: ' . $mif_dp_display . '; }';
1493
- /*
1494
- * If total number of feeds enables.
1495
- */
1496
-
1497
- if ( !empty($efbl_skin['design']['show_page_category']) ) {
1498
- $efbl_page_cat = 'inline-block';
1499
- } else {
1500
- $efbl_page_cat = 'none';
1501
- }
1502
-
1503
- /*
1504
- * Show number of feeds counter.
1505
- */
1506
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .efbl_cat { display: ' . $efbl_page_cat . '; }';
1507
-
1508
- /*
1509
- * If likes needs to show.
1510
- */
1511
-
1512
- if ( !empty($efbl_skin['design']['show_likes']) ) {
1513
- $efbl_show_likes = 'inline-block';
1514
- } else {
1515
- $efbl_show_likes = 'none';
1516
- }
1517
-
1518
- /*
1519
- * Show number of feeds counter.
1520
- */
1521
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_likes { display: ' . $efbl_show_likes . '; }';
1522
-
1523
- /*
1524
- * If shares needs to show.
1525
- */
1526
-
1527
- if ( !empty($efbl_skin['design']['show_shares']) ) {
1528
- $efbl_show_shares = 'inline-block';
1529
- } else {
1530
- $efbl_show_shares = 'none';
1531
- }
1532
-
1533
- /*
1534
- * Show number of shares counter.
1535
- */
1536
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_shares { display: ' . $efbl_show_shares . '; }';
1537
-
1538
-
1539
- /*
1540
- * If comments needs to show.
1541
- */
1542
-
1543
- if ( !empty($efbl_skin['design']['show_comments']) ) {
1544
- $efbl_show_comments = 'inline-block';
1545
- } else {
1546
- $efbl_show_comments = 'none';
1547
- }
1548
-
1549
- /*
1550
- * Show number of feeds counter.
1551
- */
1552
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_comments { display: ' . $efbl_show_comments . '; }';
1553
-
1554
- /*
1555
- * If comments needs to show.
1556
- */
1557
-
1558
- if ( !empty($efbl_skin['design']['show_feed_open_popup_icon']) ) {
1559
- $efbl_show_feed_open_popup_icon = 'block';
1560
- } else {
1561
- $efbl_show_feed_open_popup_icon = 'none';
1562
- }
1563
-
1564
- /*
1565
- * Show number of feeds counter.
1566
- */
1567
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_hover .fa { display: ' . $efbl_show_feed_open_popup_icon . '; }';
1568
-
1569
- /*
1570
- * If total number of followes enabled.
1571
- */
1572
-
1573
- if ( !empty($efbl_skin['design']['show_no_of_followers']) ) {
1574
- $efbl_num_of_followers = 'inline-block';
1575
- } else {
1576
- $efbl_num_of_followers = 'none';
1577
- }
1578
-
1579
- /*
1580
- * Show number of followers counter.
1581
- */
1582
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .efbl_followers { display: ' . $efbl_num_of_followers . '; }';
1583
- /*
1584
- * If total number of followes enabled.
1585
- */
1586
-
1587
- if ( !empty($efbl_skin['design']['show_bio']) ) {
1588
- $mif_bio_display = 'block';
1589
- } else {
1590
- $mif_bio_display = 'none';
1591
- }
1592
-
1593
- /*
1594
- * Show Bio Div.
1595
- */
1596
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_bio { display: ' . $mif_bio_display . '; }';
1597
- /*
1598
- * If follow button is enabled.
1599
- */
1600
-
1601
- if ( !empty($efbl_skin['design']['show_follow_btn']) ) {
1602
- $mif_follow_btn_display = 'inline-block';
1603
- } else {
1604
- $mif_follow_btn_display = 'none';
1605
- }
1606
-
1607
- /*
1608
- * Show Follow Button.
1609
- */
1610
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_follow_btn { display: ' . $mif_follow_btn_display . '; }';
1611
- /*
1612
- * If load more button is enabled.
1613
- */
1614
-
1615
- if ( !empty($efbl_skin['design']['show_load_more_btn']) ) {
1616
- $mif_load_more_btn_display = 'inline-block';
1617
- } else {
1618
- $mif_load_more_btn_display = 'none';
1619
- }
1620
-
1621
- /*
1622
- * Show Follow Button.
1623
- */
1624
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_load_feeds { display: ' . $mif_load_more_btn_display . '; }';
1625
-
1626
- /*
1627
- * If load more button is enabled.
1628
- */
1629
-
1630
- if ( !empty($efbl_skin['design']['show_feed_cta']) ) {
1631
- $efbl_show_feed_cta = 'inline-block';
1632
- } else {
1633
- $efbl_show_feed_cta = 'none';
1634
- }
1635
-
1636
- /*
1637
- * Show Follow Button.
1638
- */
1639
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_read_more_link { display: ' . $efbl_show_feed_cta . '; }';
1640
- /*
1641
- * If Display Picture is enabled.
1642
- */
1643
- // echo "<pre>"; print_r($efbl_skin);exit();
1644
-
1645
- /*
1646
- * If Round Dp is enabled.
1647
- */
1648
-
1649
- if ( !empty($efbl_skin['design']['header_round_dp']) ) {
1650
- $mif_round_dp = '50%';
1651
- } else {
1652
- $mif_round_dp = '0px';
1653
- }
1654
-
1655
- /*
1656
- * Show Rounded Dp.
1657
- */
1658
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header_img img { border-radius: ' . $mif_round_dp . '; }';
1659
- /*
1660
- * Header Size.
1661
- */
1662
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_header_title { font-size: ' . $efbl_skin['design']['title_size'] . 'px; }';
1663
- /*
1664
- * Meta data Size.
1665
- */
1666
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_posts,.efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_followers { font-size: ' . $efbl_skin['design']['metadata_size'] . 'px; }';
1667
- /*
1668
- * Bio Size.
1669
- */
1670
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_bio { font-size: ' . $efbl_skin['design']['bio_size'] . 'px; }';
1671
- /*
1672
- * Caption Color.
1673
- */
1674
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_caption { color: ' . $efbl_skin['design']['caption_color'] . '; }';
1675
- /*
1676
- * Header background Color.
1677
- */
1678
- $efbl_css .= '.efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { background-color: ' . $efbl_skin['design']['header_background_color'] . '; }';
1679
- /*
1680
- * Header Color.
1681
- */
1682
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_posts, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_followers, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_bio, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_header_title { color: ' . $efbl_skin['design']['header_text_color'] . '; }';
1683
- /*
1684
- * Header border Color.
1685
- */
1686
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-color: ' . $efbl_skin['design']['header_border_color'] . '!important; }';
1687
- /*
1688
- * Header Dp Shadow Color.
1689
- */
1690
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header a:hover .mif_overlay { background-color: ' . $efbl_skin['design']['header_dp_hover_color'] . '; }';
1691
- /*
1692
- * Header Dp icon Color.
1693
- */
1694
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_head_img_holder .mif_overlay .fa {color: ' . $efbl_skin['design']['header_dp_hover_icon_color'] . '; }';
1695
- /*
1696
- * Header border top size.
1697
- */
1698
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-top: ' . $efbl_skin['design']['header_border_top'] . 'px; }';
1699
- /*
1700
- * Header border bottom size.
1701
- */
1702
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-bottom: ' . $efbl_skin['design']['header_border_bottom'] . 'px; }';
1703
- /*
1704
- * Header border left size.
1705
- */
1706
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-left: ' . $efbl_skin['design']['header_border_left'] . 'px; }';
1707
- /*
1708
- * Header border right size.
1709
- */
1710
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-right: ' . $efbl_skin['design']['header_border_right'] . 'px; }';
1711
- /*
1712
- * Header border style.
1713
- */
1714
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-style: ' . $efbl_skin['design']['header_border_style'] . '; }';
1715
- /*
1716
- * Header padding top.
1717
- */
1718
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-top: ' . $efbl_skin['design']['header_padding_top'] . 'px; }';
1719
- /*
1720
- * Header padding bottom.
1721
- */
1722
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-bottom: ' . $efbl_skin['design']['header_padding_bottom'] . 'px; }';
1723
- /*
1724
- * Header padding left.
1725
- */
1726
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-left: ' . $efbl_skin['design']['header_padding_left'] . 'px; }';
1727
- /*
1728
- * Header padding right.
1729
- */
1730
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-right: ' . $efbl_skin['design']['header_padding_right'] . 'px; }';
1731
- /*
1732
- * Header Align.
1733
- */
1734
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_inner_wrap { float: ' . $efbl_skin['design']['header_align'] . '; }';
1735
- /*
1736
- * Caption Color.
1737
- */
1738
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_feed_time { color: ' . $efbl_skin['design']['feed_time_text_color'] . '; }';
1739
- /*
1740
- * Feed time Color.
1741
- */
1742
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_caption p { color: ' . $efbl_skin['design']['caption_color'] . '; }';
1743
- /*
1744
- * Feed CTA Color.
1745
- */
1746
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_read_more_link a { color: ' . $efbl_skin['design']['feed_cta_text_color'] . '; }';
1747
- /*
1748
- * Feed CTA Color.
1749
- */
1750
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_read_more_link a:hover { color: ' . $efbl_skin['design']['feed_cta_text_hover_color'] . '; }';
1751
- /*
1752
- * PoPup icon color.
1753
- */
1754
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_hover .fa { color: ' . $efbl_skin['design']['popup_icon_color'] . '; }';
1755
- /*
1756
- * Background color of feed.
1757
- */
1758
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story { background-color: ' . $efbl_skin['design']['feed_background_color'] . '; }';
1759
-
1760
-
1761
  /*
1762
- * Feed Padding Top And Bottom.
1763
- */
1764
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story { padding-top: ' . $efbl_skin['design']['feed_padding_top_bottom'] . 'px;padding-bottom: ' . $efbl_skin['design']['feed_padding_top_bottom'] . 'px; }';
 
 
 
 
 
 
1765
  /*
1766
- * Feed Padding left And right.
1767
- */
1768
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story { padding-left: ' . $efbl_skin['design']['feed_padding_right_left'] . 'px;padding-right: ' . $efbl_skin['design']['feed_padding_right_left'] . 'px; }';
1769
  /*
1770
- * Feed Margin Top And Bottom.
1771
- */
1772
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story { margin-top: ' . $efbl_skin['design']['feed_margin_top_bottom'] . 'px;margin-bottom: ' . $efbl_skin['design']['feed_margin_top_bottom'] . 'px; }';
1773
  /*
1774
- * Feed Margin Left And Right.
1775
- */
1776
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story { margin-left: ' . $efbl_skin['design']['feed_margin_right_left'] . 'px;margin-right: ' . $efbl_skin['design']['feed_margin_right_left'] . 'px; }';
1777
-
1778
- /*
1779
- * Meta background Color.
1780
- */
1781
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_meta .efbl_info { background-color: ' . $efbl_skin['design']['feed_meta_data_bg_color'] . '; }';
1782
-
1783
- /*
1784
- * Meta Color.
1785
- */
1786
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_meta .efbl_info span{ color: ' . $efbl_skin['design']['feed_meta_data_color'] . '; }';
1787
-
1788
- /*
1789
- * Likes background Color.
1790
- */
1791
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_likes { background-color: ' . $efbl_skin['design']['feed_likes_bg_color'] . '; }';
1792
- /*
1793
- * Likes Color.
1794
- */
1795
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_likes p, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_likes .fa { color: ' . $efbl_skin['design']['feed_likes_color'] . '; }';
1796
- /*
1797
- * Feed likes padding Top And Bottom.
1798
- */
1799
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_likes { padding-top: ' . $efbl_skin['design']['feed_likes_padding_top_bottom'] . 'px;padding-bottom: ' . $efbl_skin['design']['feed_likes_padding_top_bottom'] . 'px; }';
1800
- /*
1801
- * Feed likes padding Left And Right.
1802
- */
1803
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_likes { padding-left: ' . $efbl_skin['design']['feed_likes_padding_right_left'] . 'px;padding-right: ' . $efbl_skin['design']['feed_likes_padding_right_left'] . 'px; }';
1804
-
1805
- /*
1806
- * Feed comments padding Top And Bottom.
1807
- */
1808
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_coments { padding-top: ' . $efbl_skin['design']['feed_comments_padding_top_bottom'] . 'px;padding-bottom: ' . $efbl_skin['design']['feed_comments_padding_top_bottom'] . 'px; }';
1809
- // echo "<pre>"; print_r($efbl_css);exit();
1810
- /*
1811
- * Feed comments padding Left And Right.
1812
- */
1813
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_coments { padding-left: ' . $efbl_skin['design']['feed_comments_padding_right_left'] . 'px;padding-right: ' . $efbl_skin['design']['feed_comments_padding_right_left'] . 'px; }';
1814
- /*
1815
- * Caption background Color.
1816
- */
1817
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_text { background-color: ' . $efbl_skin['design']['feed_caption_background_color'] . '; }';
1818
- /*
1819
- * Caption Color.
1820
- */
1821
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_text, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_text p, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_text a { color: ' . $efbl_skin['design']['caption_color'] . '; }';
1822
- /*
1823
- * Feed Caption padding Top And Bottom.
1824
- */
1825
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_text { padding-top: ' . $efbl_skin['design']['feed_caption_padding_top_bottom'] . 'px;padding-bottom: ' . $efbl_skin['design']['feed_caption_padding_top_bottom'] . 'px; }';
1826
- /*
1827
- * Feed Caption padding Left And Right.
1828
- */
1829
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_text { padding-left: ' . $efbl_skin['design']['feed_caption_padding_right_left'] . 'px;padding-right: ' . $efbl_skin['design']['feed_caption_padding_right_left'] . 'px; }';
1830
- /*
1831
- * External Link background Color.
1832
- */
1833
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external { background-color: ' . $efbl_skin['design']['feed_external_background_color'] . '; }';
1834
- /*
1835
- * External Link Color.
1836
- */
1837
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external .fa { color: ' . $efbl_skin['design']['feed_external_color'] . '; }';
1838
- /*
1839
- * External Link padding Top And Bottom.
1840
- */
1841
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external { padding-top: ' . $efbl_skin['design']['feed_external_padding_top_bottom'] . 'px;padding-bottom: ' . $efbl_skin['design']['feed_external_padding_top_bottom'] . 'px; }';
1842
- /*
1843
- * External Link padding Left And Right.
1844
- */
1845
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external { padding-left: ' . $efbl_skin['design']['feed_external_padding_right_left'] . 'px;padding-right: ' . $efbl_skin['design']['feed_external_padding_right_left'] . 'px; }';
1846
- /*
1847
- * PopUp Icon background Color.
1848
- */
1849
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_grid_layout .mif_fulls { background-color: ' . $efbl_skin['design']['popup_icon_bg_color'] . '; }';
1850
- /*
1851
- * PopUp Icon Color.
1852
- */
1853
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_fulls .fa { color: ' . $efbl_skin['design']['popup_icon_color'] . '; }';
1854
- /*
1855
- * PopUp Icon padding Top And Bottom.
1856
- */
1857
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_fulls { padding-top: ' . $efbl_skin['design']['feed_popup_icon_padding_top_bottom'] . 'px;padding-bottom: ' . $efbl_skin['design']['feed_popup_icon_padding_top_bottom'] . 'px; }';
1858
- /*
1859
- * PopUp Icon padding Left And Right.
1860
- */
1861
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_fulls { padding-left: ' . $efbl_skin['design']['feed_popup_icon_padding_right_left'] . 'px;padding-right: ' . $efbl_skin['design']['feed_popup_icon_padding_right_left'] . 'px; }';
1862
- /*
1863
- * Feed CTA Color.
1864
- */
1865
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external_holder a { color: ' . $efbl_skin['design']['feed_cta_text_color'] . '; }
1866
- ';
1867
- /*
1868
- * Feed CTA Hover Color.
1869
- */
1870
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external_holder a:hover { color: ' . $efbl_skin['design']['feed_cta_text_hover_color'] . '; }
1871
- ';
1872
- /*
1873
- * Feed Time Color.
1874
- */
1875
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf .efbl_story_time { color: ' . $efbl_skin['design']['feed_time_text_color'] . '; }
1876
- ';
1877
- /*
1878
- * Feed Seprator Color.
1879
- */
1880
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story{ border-color: ' . $efbl_skin['design']['feed_seprator_color'] . '; }
1881
- ';
1882
- /*
1883
- * Feed Seprator size.
1884
- */
1885
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story{ border-width: ' . $efbl_skin['design']['feed_border_size'] . 'px; }
1886
- ';
1887
- /*
1888
- * Feed Seprator style.
1889
- */
1890
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story { border-style: ' . $efbl_skin['design']['feed_border_style'] . '; }
1891
- ';
1892
-
1893
- /*
1894
- * Feed hover bg color.
1895
- */
1896
- $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_story_photo:hover a{ background-color: ' . $efbl_skin['design']['feed_hover_bg_color'] . '; }';
1897
- }
1898
- }
1899
- $efbl_css .= '</style>';
1900
-
1901
- // echo "<pre>";
1902
- // print_r($efbl_css);exit();
1903
- echo $efbl_css ;
1904
- }
1905
-
1906
- /* mif_customize_css Method ends here. */
1907
-
1908
-
1909
- }/* EFBL_Cuustomizer Class ends here. */
1910
-
1911
- $EFBL_Cuustomizer = new EFBL_Cuustomizer;
 
 
 
1
+ <?php
2
+
3
  /*
4
  * Stop execution if someone tried to get file directly.
5
+ */
6
+ if ( !defined( 'ABSPATH' ) ) {
7
+ exit;
8
+ }
9
+ //======================================================================
10
+ // Customizer code Of My Instagram Feeds
11
+ //======================================================================
12
+
13
+ if ( !class_exists( 'EFBL_Cuustomizer' ) ) {
14
+ class EFBL_Cuustomizer
15
+ {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  /*
17
+ * __construct initialize all function of this class.
18
+ * Returns nothing.
19
+ * Used action_hooks to get things sequentially.
20
+ */
21
+ function __construct()
22
+ {
23
+ /*
24
+ * customize_register hook will add custom files in customizer.
25
+ */
26
+ add_action( 'customize_register', array( $this, 'efbl_customizer' ) );
27
+ /*
28
+ * customize_preview_init hook will add our js file in customizer.
29
+ */
30
+ add_action( 'customize_preview_init', array( $this, 'efbl_live_preview' ) );
31
+ /*
32
+ * customize_preview_init hook will add our js file in customizer.
33
+ */
34
+ add_action( 'customize_controls_enqueue_scripts', array( $this, 'efbl_customizer_scripts' ) );
35
+ /*
36
+ * wp_head hooks fires when page head is load.
37
+ * Css file will be added in head.
38
+ */
39
+ add_action( 'wp_head', array( $this, 'efbl_customize_css' ) );
40
+ }
41
+
42
+ /* __construct Method ends here. */
43
  /*
44
+ * efbl_customizer holds cutomizer files.
45
+ */
46
+ function efbl_customizer_scripts()
47
+ {
48
+ /*
49
+ * Enqueing customizer style file.
50
+ */
51
+ wp_enqueue_style( 'efbl_customizer_style', EFBL_PLUGIN_URL . 'admin/assets/css/efbl-customizer.css' );
52
+ }
53
+
54
+ /* efbl_customizer_scripts Method ends here. */
55
  /*
56
+ * efbl_customizer holds code for customizer area.
57
+ */
58
+ public function efbl_customizer( $wp_customize )
59
+ {
60
+ $Feed_Them_All = new Feed_Them_All();
61
+ /* Getting the skin id from URL and saving in option for confliction.*/
62
+
63
+ if ( isset( $_GET['efbl_skin_id'] ) ) {
64
+ $skin_id = $_GET['efbl_skin_id'];
65
+ update_option( 'efbl_skin_id', $skin_id );
66
+ }
67
+
68
+
69
+ if ( isset( $_GET['efbl_account_id'] ) ) {
70
+ $efbl_account_id = $_GET['efbl_account_id'];
71
+ update_option( 'efbl_account_id', $efbl_account_id );
72
+ }
73
+
74
+ /* Getting back the skin saved ID.*/
75
+ $skin_id = get_option( 'efbl_skin_id', false );
76
+ /* Getting the saved values.*/
77
+ $skin_values = get_option( 'efbl_skin_' . $skin_id, false );
78
+ /* Selected layout for skin.*/
79
+ $selected_layout = $skin_values['layout_option'];
80
+ global $EFBL_SKINS ;
81
+ if ( !isset( $selected_layout ) or empty($selected_layout) ) {
82
+ $selected_layout = 'half';
83
+ }
84
+ $default_func_name = 'efbl_skin_' . $selected_layout . '_values';
85
+ $defaults = $EFBL_SKINS->{$default_func_name}();
86
+ // echo "<pre>"; print_r($defaults);exit();
87
+ //======================================================================
88
+ // Easy Facebook Likebox Section
89
+ //======================================================================
90
+ /* Adding our efbl panel in customizer.*/
91
+ $wp_customize->add_panel( 'efbl_customize_panel', array(
92
+ 'title' => __( 'Easy Facebook Feed', $Feed_Them_All->plug_slug ),
93
+ ) );
94
+ //======================================================================
95
+ // Layout section
96
+ //======================================================================
97
+ /* Adding layout section in customizer under efbl panel.*/
98
+ $wp_customize->add_section( 'efbl_layout', array(
99
+ 'title' => __( 'Layout Settings', $Feed_Them_All->plug_slug ),
100
+ 'description' => __( 'Select the layout settings in real-time.', $Feed_Them_All->plug_slug ),
101
+ 'priority' => 35,
102
+ 'panel' => 'efbl_customize_panel',
103
+ ) );
104
+
105
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
106
+ } else {
107
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_layout_upgrade', array(
108
+ 'settings' => array(),
109
+ 'label' => __( 'Layout Settings', $Feed_Them_All->plug_slug ),
110
+ 'section' => 'efbl_layout',
111
+ 'description' => __( 'We are sorry, Layout settings are not included in your plan. Please upgrade to premium version to unlock following settings<ul>
112
+ <li>Number Of Columns</li>
113
+ <li>Show Or Hide Load More Button</li>
114
+ <li>Load More Background Color</li>
115
+ <li>Load More Color</li>
116
+ <li>Load More Hover Background Color</li>
117
+ <li>Load More Hover Color</li>
118
+ </ul>', $Feed_Them_All->plug_slug ),
119
+ 'popup_id' => 'efbl_layout_upgrade',
120
+ ) ) );
121
+ }
122
+
123
+ //======================================================================
124
+ // Header section
125
+ //======================================================================
126
+ /* Adding layout section in customizer under efbl panel.*/
127
+ $wp_customize->add_section( 'efbl_header', array(
128
+ 'title' => __( 'Header', $Feed_Them_All->plug_slug ),
129
+ 'description' => __( 'Customize the Header In Real Time', $Feed_Them_All->plug_slug ),
130
+ 'priority' => 35,
131
+ 'panel' => 'efbl_customize_panel',
132
+ ) );
133
+ /* Making settings dynamic and saving data with array.*/
134
+ $setting = 'efbl_skin_' . $skin_id . '[show_header]';
135
+ /* Adding Setting of show or hide header.*/
136
+ $wp_customize->add_setting( $setting, array(
137
+ 'default' => $defaults['show_header'],
138
+ 'transport' => 'postMessage',
139
+ 'type' => 'option',
140
+ ) );
141
+ /* Adding control of show or hide header.*/
142
+ $wp_customize->add_control( $setting, array(
143
+ 'label' => __( 'Show Or Hide Header', $Feed_Them_All->plug_slug ),
144
+ 'section' => 'efbl_header',
145
+ 'settings' => $setting,
146
+ 'description' => __( 'Show or hide page header.', $Feed_Them_All->plug_slug ),
147
+ 'type' => 'checkbox',
148
+ ) );
149
+ /* Making settings dynamic and saving data with array.*/
150
+ $setting = 'efbl_skin_' . $skin_id . '[header_background_color]';
151
+ /* Adding Setting of Header text color*/
152
+ $wp_customize->add_setting( $setting, array(
153
+ 'default' => $defaults['header_background_color'],
154
+ 'transport' => 'postMessage',
155
+ 'type' => 'option',
156
+ ) );
157
+ /* Adding Control of Header text color*/
158
+ $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
159
+ 'label' => __( 'Header Background Color', $Feed_Them_All->plug_slug ),
160
+ 'section' => 'efbl_header',
161
+ 'settings' => $setting,
162
+ 'description' => __( 'Select the background color of header.', $Feed_Them_All->plug_slug ),
163
+ ) ) );
164
+ /* Making settings dynamic and saving data with array.*/
165
+ $setting = 'efbl_skin_' . $skin_id . '[header_text_color]';
166
+ /* Adding Setting of Header text color*/
167
+ $wp_customize->add_setting( $setting, array(
168
+ 'default' => $defaults['header_text_color'],
169
+ 'transport' => 'postMessage',
170
+ 'type' => 'option',
171
+ ) );
172
+ /* Adding Control of Header text color*/
173
+ $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
174
+ 'label' => __( 'Header Text Color', $Feed_Them_All->plug_slug ),
175
+ 'section' => 'efbl_header',
176
+ 'settings' => $setting,
177
+ 'description' => __( 'Select the content color in header.', $Feed_Them_All->plug_slug ),
178
+ ) ) );
179
+ /* Making settings dynamic and saving data with array.*/
180
+ $setting = 'efbl_skin_' . $skin_id . '[title_size]';
181
+ /* Adding Setting of title size*/
182
+ $wp_customize->add_setting( $setting, array(
183
+ 'default' => $defaults['title_size'],
184
+ 'transport' => 'postMessage',
185
+ 'type' => 'option',
186
+ ) );
187
+ /* Adding control of title size.*/
188
+ $wp_customize->add_control( $setting, array(
189
+ 'label' => __( 'Title Size', $Feed_Them_All->plug_slug ),
190
+ 'section' => 'efbl_header',
191
+ 'settings' => $setting,
192
+ 'description' => __( 'Select the text size of profile name.', $Feed_Them_All->plug_slug ),
193
+ 'type' => 'number',
194
+ 'input_attrs' => array(
195
+ 'min' => 0,
196
+ 'max' => 100,
197
+ ),
198
+ ) );
199
+
200
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
201
+ } else {
202
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_dp_upgrade', array(
203
+ 'settings' => array(),
204
+ 'label' => __( 'Show Or Hide Display Picture', $Feed_Them_All->plug_slug ),
205
+ 'section' => 'efbl_header',
206
+ 'description' => __( 'We are sorry, “Show Or Hide Display Picture” is a premium feature.', $Feed_Them_All->plug_slug ),
207
+ 'popup_id' => 'efbl_dp_upgrade',
208
+ ) ) );
209
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_round_dp_upgrade', array(
210
+ 'settings' => array(),
211
+ 'label' => __( 'Round Display Picture', $Feed_Them_All->plug_slug ),
212
+ 'section' => 'efbl_header',
213
+ 'description' => __( 'We are sorry, “Round Display Picture” is a premium feature.', $Feed_Them_All->plug_slug ),
214
+ 'popup_id' => 'efbl_round_dp_upgrade',
215
+ ) ) );
216
+ }
217
+
218
+ /* Making settings dynamic and saving data with array.*/
219
+ $setting = 'efbl_skin_' . $skin_id . '[metadata_size]';
220
+ /* Adding Setting of metadata size*/
221
+ $wp_customize->add_setting( $setting, array(
222
+ 'default' => $defaults['metadata_size'],
223
+ 'transport' => 'postMessage',
224
+ 'type' => 'option',
225
+ ) );
226
+ /* Adding control of metadata size.*/
227
+ $wp_customize->add_control( $setting, array(
228
+ 'label' => __( 'Size of total followers', $Feed_Them_All->plug_slug ),
229
+ 'section' => 'efbl_header',
230
+ 'settings' => $setting,
231
+ 'description' => __( 'Select the text size of total followers in the header.', $Feed_Them_All->plug_slug ),
232
+ 'type' => 'number',
233
+ 'input_attrs' => array(
234
+ 'min' => 0,
235
+ 'max' => 100,
236
+ ),
237
+ ) );
238
+
239
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
240
+ } else {
241
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_hide_bio_upgrade', array(
242
+ 'settings' => array(),
243
+ 'label' => __( 'Show Or Hide Bio', $Feed_Them_All->plug_slug ),
244
+ 'section' => 'efbl_header',
245
+ 'description' => __( 'We are sorry, “Show Or Hide Bio” is a premium feature.', $Feed_Them_All->plug_slug ),
246
+ 'popup_id' => 'efbl_head_hide_bio_upgrade',
247
+ ) ) );
248
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_border_color_upgrade', array(
249
+ 'settings' => array(),
250
+ 'label' => __( 'Text Size of Bio', $Feed_Them_All->plug_slug ),
251
+ 'section' => 'efbl_header',
252
+ 'description' => __( 'We are sorry, “Text Size of Bio” is a premium feature.', $Feed_Them_All->plug_slug ),
253
+ 'popup_id' => 'efbl_head_border_color_upgrade',
254
+ ) ) );
255
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_border_color_upgrade', array(
256
+ 'settings' => array(),
257
+ 'label' => __( 'Header Border Color', $Feed_Them_All->plug_slug ),
258
+ 'section' => 'efbl_header',
259
+ 'description' => __( 'We are sorry, “Header Border Color” is a premium feature.', $Feed_Them_All->plug_slug ),
260
+ 'popup_id' => 'efbl_head_border_color_upgrade',
261
+ ) ) );
262
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_border_style_upgrade', array(
263
+ 'settings' => array(),
264
+ 'label' => __( 'Border Style', $Feed_Them_All->plug_slug ),
265
+ 'section' => 'efbl_header',
266
+ 'description' => __( 'We are sorry, “Border Style” is a premium feature.', $Feed_Them_All->plug_slug ),
267
+ 'popup_id' => 'efbl_head_border_style_upgrade',
268
+ ) ) );
269
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_border_top_size_upgrade', array(
270
+ 'settings' => array(),
271
+ 'label' => __( 'Border Top', $Feed_Them_All->plug_slug ),
272
+ 'section' => 'efbl_header',
273
+ 'description' => __( 'We are sorry, “Border Top” is a premium feature.', $Feed_Them_All->plug_slug ),
274
+ 'popup_id' => 'efbl_head_border_top_size_upgrade',
275
+ ) ) );
276
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_border_bottom_size_upgrade', array(
277
+ 'settings' => array(),
278
+ 'label' => __( 'Border Bottom', $Feed_Them_All->plug_slug ),
279
+ 'section' => 'efbl_header',
280
+ 'description' => __( 'We are sorry, “Border Bottom” is a premium feature.', $Feed_Them_All->plug_slug ),
281
+ 'popup_id' => 'efbl_head_border_bottom_size_upgrade',
282
+ ) ) );
283
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_border_left_size_upgrade', array(
284
+ 'settings' => array(),
285
+ 'label' => __( 'Border Left', $Feed_Them_All->plug_slug ),
286
+ 'section' => 'efbl_header',
287
+ 'description' => __( 'We are sorry, “Border Left” is a premium feature.', $Feed_Them_All->plug_slug ),
288
+ 'popup_id' => 'efbl_head_border_left_size_upgrade',
289
+ ) ) );
290
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_border_right_size_upgrade', array(
291
+ 'settings' => array(),
292
+ 'label' => __( 'Border Right', $Feed_Them_All->plug_slug ),
293
+ 'section' => 'efbl_header',
294
+ 'description' => __( 'We are sorry, “Border Right” is a premium feature.', $Feed_Them_All->plug_slug ),
295
+ 'popup_id' => 'efbl_head_border_right_size_upgrade',
296
+ ) ) );
297
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_padding_top_upgrade', array(
298
+ 'settings' => array(),
299
+ 'label' => __( 'Padding Top', $Feed_Them_All->plug_slug ),
300
+ 'section' => 'efbl_header',
301
+ 'description' => __( 'We are sorry, “Padding Top” is a premium feature.', $Feed_Them_All->plug_slug ),
302
+ 'popup_id' => 'efbl_head_padding_top_upgrade',
303
+ ) ) );
304
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_padding_bottom_upgrade', array(
305
+ 'settings' => array(),
306
+ 'label' => __( 'Padding Bottom', $Feed_Them_All->plug_slug ),
307
+ 'section' => 'efbl_header',
308
+ 'description' => __( 'We are sorry, “Padding Bottom” is a premium feature.', $Feed_Them_All->plug_slug ),
309
+ 'popup_id' => 'efbl_head_padding_bottom_upgrade',
310
+ ) ) );
311
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_padding_left_upgrade', array(
312
+ 'settings' => array(),
313
+ 'label' => __( 'Padding Left', $Feed_Them_All->plug_slug ),
314
+ 'section' => 'efbl_header',
315
+ 'description' => __( 'We are sorry, “Padding Left” is a premium feature.', $Feed_Them_All->plug_slug ),
316
+ 'popup_id' => 'efbl_head_padding_left_upgrade',
317
+ ) ) );
318
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_head_padding_right_upgrade', array(
319
+ 'settings' => array(),
320
+ 'label' => __( 'Padding Right', $Feed_Them_All->plug_slug ),
321
+ 'section' => 'efbl_header',
322
+ 'description' => __( 'We are sorry, “Padding Right” is a premium feature.', $Feed_Them_All->plug_slug ),
323
+ 'popup_id' => 'efbl_head_padding_right_upgrade',
324
+ ) ) );
325
+ }
326
+
327
+ //======================================================================
328
+ // Feed section
329
+ //======================================================================
330
+ /* Making settings dynamic and saving data with array.*/
331
+ $setting = 'efbl_skin_' . $skin_id . '[feed_background_color]';
332
+ /* Adding Setting of Header text color*/
333
+ $wp_customize->add_setting( $setting, array(
334
+ 'default' => $defaults['feed_background_color'],
335
+ 'transport' => 'postMessage',
336
+ 'type' => 'option',
337
+ ) );
338
+ /* Adding Control of Header text color*/
339
+ $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
340
+ 'label' => __( 'Background Color', $Feed_Them_All->plug_slug ),
341
+ 'section' => 'efbl_feed',
342
+ 'settings' => $setting,
343
+ 'description' => __( 'Select the Background color of feed.', $Feed_Them_All->plug_slug ),
344
+ ) ) );
345
+ if ( 'grid' == $selected_layout || 'masonry' == $selected_layout ) {
346
+
347
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
348
+ } else {
349
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_shadow_feed_upgrade', array(
350
+ 'settings' => array(),
351
+ 'label' => __( 'Show Or Hide Box Shadow', $Feed_Them_All->plug_slug ),
352
+ 'section' => 'efbl_feed',
353
+ 'description' => __( 'We are sorry, “Show Or Hide Box Shadow” is a premium feature.', $Feed_Them_All->plug_slug ),
354
+ 'popup_id' => 'efbl_shadow_feed_upgrade',
355
+ ) ) );
356
+ }
357
+
358
+ }
359
+ if ( 'grid' !== $selected_layout ) {
360
+
361
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
362
+ } else {
363
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_header_feed_upgrade', array(
364
+ 'settings' => array(),
365
+ 'label' => __( 'Show Or Hide Feed Header', $Feed_Them_All->plug_slug ),
366
+ 'section' => 'efbl_feed',
367
+ 'description' => __( 'We are sorry, “Show Or Hide Feed Header” is a premium feature.', $Feed_Them_All->plug_slug ),
368
+ 'popup_id' => 'efbl_header_feed_upgrade',
369
+ ) ) );
370
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_header_feed_logo_upgrade', array(
371
+ 'settings' => array(),
372
+ 'label' => __( 'Show Or Hide Feed Header Logo', $Feed_Them_All->plug_slug ),
373
+ 'section' => 'efbl_feed',
374
+ 'description' => __( 'We are sorry, “Show Or Hide Feed Header Logo” is a premium feature.', $Feed_Them_All->plug_slug ),
375
+ 'popup_id' => 'efbl_header_feed_logo_upgrade',
376
+ ) ) );
377
+ }
378
+
379
+ }
380
+
381
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
382
+ } else {
383
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_text_color_feed_upgrade', array(
384
+ 'settings' => array(),
385
+ 'label' => __( 'Text Color', $Feed_Them_All->plug_slug ),
386
+ 'section' => 'efbl_feed',
387
+ 'description' => __( 'We are sorry, “Text Color” is a premium feature.', $Feed_Them_All->plug_slug ),
388
+ 'popup_id' => 'efbl_text_color_feed_upgrade',
389
+ ) ) );
390
+ }
391
+
392
+ /* Making settings dynamic and saving data with array.*/
393
+ $setting = 'efbl_skin_' . $skin_id . '[feed_padding_top]';
394
+ /* Adding Setting of title size*/
395
+ $wp_customize->add_setting( $setting, array(
396
+ 'default' => $defaults['feed_padding_top'],
397
+ 'transport' => 'postMessage',
398
+ 'type' => 'option',
399
+ ) );
400
+ /* Adding control of title size.*/
401
+ $wp_customize->add_control( $setting, array(
402
+ 'label' => __( 'Padding Top', $Feed_Them_All->plug_slug ),
403
+ 'section' => 'efbl_feed',
404
+ 'settings' => $setting,
405
+ 'description' => __( 'Select the padding top', $Feed_Them_All->plug_slug ),
406
+ 'type' => 'number',
407
+ 'input_attrs' => array(
408
+ 'min' => 0,
409
+ 'max' => 100,
410
+ ),
411
+ ) );
412
+ /* Making settings dynamic and saving data with array.*/
413
+ $setting = 'efbl_skin_' . $skin_id . '[feed_padding_bottom]';
414
+ /* Adding Setting of title size*/
415
+ $wp_customize->add_setting( $setting, array(
416
+ 'default' => $defaults['feed_padding_bottom'],
417
+ 'transport' => 'postMessage',
418
+ 'type' => 'option',
419
+ ) );
420
+ /* Adding control of title size.*/
421
+ $wp_customize->add_control( $setting, array(
422
+ 'label' => __( 'Padding Bottom', $Feed_Them_All->plug_slug ),
423
+ 'section' => 'efbl_feed',
424
+ 'settings' => $setting,
425
+ 'description' => __( 'Select the padding bottom of feed.', $Feed_Them_All->plug_slug ),
426
+ 'type' => 'number',
427
+ 'input_attrs' => array(
428
+ 'min' => 0,
429
+ 'max' => 100,
430
+ ),
431
+ ) );
432
+ /* Making settings dynamic and saving data with array.*/
433
+ $setting = 'efbl_skin_' . $skin_id . '[feed_padding_right]';
434
+ /* Adding Setting of title size*/
435
+ $wp_customize->add_setting( $setting, array(
436
+ 'default' => $defaults['feed_padding_right'],
437
+ 'transport' => 'postMessage',
438
+ 'type' => 'option',
439
+ ) );
440
+ /* Adding control of title size.*/
441
+ $wp_customize->add_control( $setting, array(
442
+ 'label' => __( 'Padding Right', $Feed_Them_All->plug_slug ),
443
+ 'section' => 'efbl_feed',
444
+ 'settings' => $setting,
445
+ 'description' => __( 'Select the padding right for feed.', $Feed_Them_All->plug_slug ),
446
+ 'type' => 'number',
447
+ 'input_attrs' => array(
448
+ 'min' => 0,
449
+ 'max' => 100,
450
+ ),
451
+ ) );
452
+ /* Making settings dynamic and saving data with array.*/
453
+ $setting = 'efbl_skin_' . $skin_id . '[feed_padding_left]';
454
+ /* Adding Setting of title size*/
455
+ $wp_customize->add_setting( $setting, array(
456
+ 'default' => $defaults['feed_padding_left'],
457
+ 'transport' => 'postMessage',
458
+ 'type' => 'option',
459
+ ) );
460
+ /* Adding control of title size.*/
461
+ $wp_customize->add_control( $setting, array(
462
+ 'label' => __( 'Padding Left', $Feed_Them_All->plug_slug ),
463
+ 'section' => 'efbl_feed',
464
+ 'settings' => $setting,
465
+ 'description' => __( 'Select the padding left for feed.', $Feed_Them_All->plug_slug ),
466
+ 'type' => 'number',
467
+ 'input_attrs' => array(
468
+ 'min' => 0,
469
+ 'max' => 100,
470
+ ),
471
+ ) );
472
+
473
+ if ( 'masonry' !== $selected_layout ) {
474
+ /* Making settings dynamic and saving data with array.*/
475
+ $setting = 'efbl_skin_' . $skin_id . '[feed_margin_top]';
476
+ /* Adding Setting of title size*/
477
+ $wp_customize->add_setting( $setting, array(
478
+ 'default' => $defaults['feed_margin_top'],
479
+ 'transport' => 'postMessage',
480
+ 'type' => 'option',
481
+ ) );
482
+ /* Adding control of title size.*/
483
+ $wp_customize->add_control( $setting, array(
484
+ 'label' => __( 'Margin Top', $Feed_Them_All->plug_slug ),
485
+ 'section' => 'efbl_feed',
486
+ 'settings' => $setting,
487
+ 'description' => __( 'Select the margin top of feed.', $Feed_Them_All->plug_slug ),
488
+ 'type' => 'number',
489
+ 'input_attrs' => array(
490
+ 'min' => 0,
491
+ 'max' => 100,
492
+ ),
493
+ ) );
494
+ /* Making settings dynamic and saving data with array.*/
495
+ $setting = 'efbl_skin_' . $skin_id . '[feed_margin_bottom]';
496
+ /* Adding Setting of title size*/
497
+ $wp_customize->add_setting( $setting, array(
498
+ 'default' => $defaults['feed_margin_bottom'],
499
+ 'transport' => 'postMessage',
500
+ 'type' => 'option',
501
+ ) );
502
+ /* Adding control of title size.*/
503
+ $wp_customize->add_control( $setting, array(
504
+ 'label' => __( 'Margin Bottom', $Feed_Them_All->plug_slug ),
505
+ 'section' => 'efbl_feed',
506
+ 'settings' => $setting,
507
+ 'description' => __( 'Select the margin bottom of feed.', $Feed_Them_All->plug_slug ),
508
+ 'type' => 'number',
509
+ 'input_attrs' => array(
510
+ 'min' => 0,
511
+ 'max' => 100,
512
+ ),
513
+ ) );
514
+ /* Making settings dynamic and saving data with array.*/
515
+ $setting = 'efbl_skin_' . $skin_id . '[feed_margin_right]';
516
+ /* Adding Setting of title size*/
517
+ $wp_customize->add_setting( $setting, array(
518
+ 'default' => $defaults['feed_margin_right'],
519
+ 'transport' => 'postMessage',
520
+ 'type' => 'option',
521
+ ) );
522
+ /* Adding control of title size.*/
523
+ $wp_customize->add_control( $setting, array(
524
+ 'label' => __( 'Margin Right', $Feed_Them_All->plug_slug ),
525
+ 'section' => 'efbl_feed',
526
+ 'settings' => $setting,
527
+ 'description' => __( 'Select the margin left and right for feed.', $Feed_Them_All->plug_slug ),
528
+ 'type' => 'number',
529
+ 'input_attrs' => array(
530
+ 'min' => 0,
531
+ 'max' => 100,
532
+ ),
533
+ ) );
534
+ /* Making settings dynamic and saving data with array.*/
535
+ $setting = 'efbl_skin_' . $skin_id . '[feed_margin_left]';
536
+ /* Adding Setting of title size*/
537
+ $wp_customize->add_setting( $setting, array(
538
+ 'default' => $defaults['feed_margin_left'],
539
+ 'transport' => 'postMessage',
540
+ 'type' => 'option',
541
+ ) );
542
+ /* Adding control of title size.*/
543
+ $wp_customize->add_control( $setting, array(
544
+ 'label' => __( 'Margin Left', $Feed_Them_All->plug_slug ),
545
+ 'section' => 'efbl_feed',
546
+ 'settings' => $setting,
547
+ 'description' => __( 'Select the margin left for feed.', $Feed_Them_All->plug_slug ),
548
+ 'type' => 'number',
549
+ 'input_attrs' => array(
550
+ 'min' => 0,
551
+ 'max' => 100,
552
+ ),
553
+ ) );
554
+ } else {
555
+
556
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
557
+ } else {
558
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_gutter_width_feed_upgrade', array(
559
+ 'settings' => array(),
560
+ 'label' => __( 'Gutter Width', $Feed_Them_All->plug_slug ),
561
+ 'section' => 'efbl_feed',
562
+ 'description' => __( 'We are sorry, “Gutter Width” is a premium feature.', $Feed_Them_All->plug_slug ),
563
+ 'popup_id' => 'efbl_gutter_width_feed_upgrade',
564
+ ) ) );
565
+ }
566
+
567
+ }
568
+
569
+ /* Adding layout section in customizer under efbl panel.*/
570
+ $wp_customize->add_section( 'efbl_feed', array(
571
+ 'title' => __( 'Feed', $Feed_Them_All->plug_slug ),
572
+ 'description' => __( 'Customize the Single Feed Design In Real Time', $Feed_Them_All->plug_slug ),
573
+ 'priority' => 35,
574
+ 'panel' => 'efbl_customize_panel',
575
+ ) );
576
+
577
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
578
+ } else {
579
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_meta_bg_feed_upgrade', array(
580
+ 'settings' => array(),
581
+ 'label' => __( 'Feed Meta Background Color', $Feed_Them_All->plug_slug ),
582
+ 'section' => 'efbl_feed',
583
+ 'description' => __( 'We are sorry, “Feed Meta Background Color” is a premium feature.', $Feed_Them_All->plug_slug ),
584
+ 'popup_id' => 'efbl_meta_bg_feed_upgrade',
585
+ ) ) );
586
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_meta_feed_upgrade', array(
587
+ 'settings' => array(),
588
+ 'label' => __( 'Feed Meta Color', $Feed_Them_All->plug_slug ),
589
+ 'section' => 'efbl_feed',
590
+ 'description' => __( 'We are sorry, “Feed Meta Color” is a premium feature.', $Feed_Them_All->plug_slug ),
591
+ 'popup_id' => 'efbl_meta_feed_upgrade',
592
+ ) ) );
593
+ }
594
+
595
+ /* Making settings dynamic and saving data with array.*/
596
+ $setting = 'efbl_skin_' . $skin_id . '[show_likes]';
597
+ /* Adding Setting of show or hide Follow Button*/
598
+ $wp_customize->add_setting( $setting, array(
599
+ 'default' => $defaults['show_likes'],
600
+ 'transport' => 'postMessage',
601
+ 'type' => 'option',
602
+ ) );
603
+ /* Adding control of show or hide Follow Button.*/
604
+ $wp_customize->add_control( $setting, array(
605
+ 'label' => __( 'Show Or Hide Reactions Counter', $Feed_Them_All->plug_slug ),
606
+ 'section' => 'efbl_feed',
607
+ 'settings' => $setting,
608
+ 'description' => __( 'Show or Hide reactions counter', $Feed_Them_All->plug_slug ),
609
+ 'type' => 'checkbox',
610
+ ) );
611
+ /* Making settings dynamic and saving data with array.*/
612
+ $setting = 'efbl_skin_' . $skin_id . '[show_comments]';
613
+ /* Adding Setting of show or hide Follow Button*/
614
+ $wp_customize->add_setting( $setting, array(
615
+ 'default' => $defaults['show_comments'],
616
+ 'transport' => 'postMessage',
617
+ 'type' => 'option',
618
+ ) );
619
+ /* Adding control of show or hide Follow Button.*/
620
+ $wp_customize->add_control( $setting, array(
621
+ 'label' => __( 'Show Or Hide Comments of feeds', $Feed_Them_All->plug_slug ),
622
+ 'section' => 'efbl_feed',
623
+ 'settings' => $setting,
624
+ 'description' => __( 'Show or Hide comments of feed', $Feed_Them_All->plug_slug ),
625
+ 'type' => 'checkbox',
626
+ ) );
627
+ /* Making settings dynamic and saving data with array.*/
628
+ $setting = 'efbl_skin_' . $skin_id . '[show_shares]';
629
+ /* Adding Setting of show or hide Follow Button*/
630
+ $wp_customize->add_setting( $setting, array(
631
+ 'default' => $defaults['show_shares'],
632
+ 'transport' => 'postMessage',
633
+ 'type' => 'option',
634
+ ) );
635
+ /* Adding control of show or hide Follow Button.*/
636
+ $wp_customize->add_control( $setting, array(
637
+ 'label' => __( 'Show Or Hide Shares Counter', $Feed_Them_All->plug_slug ),
638
+ 'section' => 'efbl_feed',
639
+ 'settings' => $setting,
640
+ 'description' => __( 'Show or Hide shares counter', $Feed_Them_All->plug_slug ),
641
+ 'type' => 'checkbox',
642
+ ) );
643
+ /* Making settings dynamic and saving data with array.*/
644
+ $setting = 'efbl_skin_' . $skin_id . '[show_feed_caption]';
645
+ /* Adding Setting of show or hide Follow Button*/
646
+ $wp_customize->add_setting( $setting, array(
647
+ 'default' => $defaults['show_feed_caption'],
648
+ 'transport' => 'postMessage',
649
+ 'type' => 'option',
650
+ ) );
651
+ /* Adding control of show or hide Follow Button.*/
652
+ $wp_customize->add_control( $setting, array(
653
+ 'label' => __( 'Show Or Hide Feed Caption', $Feed_Them_All->plug_slug ),
654
+ 'section' => 'efbl_feed',
655
+ 'settings' => $setting,
656
+ 'description' => __( 'Show or Hide Caption.', $Feed_Them_All->plug_slug ),
657
+ 'type' => 'checkbox',
658
+ ) );
659
+
660
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
661
+ } else {
662
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_icon_feed_upgrade', array(
663
+ 'settings' => array(),
664
+ 'label' => __( 'Show Or Hide Open PopUp Icon', $Feed_Them_All->plug_slug ),
665
+ 'section' => 'efbl_feed',
666
+ 'description' => __( 'We are sorry, “Show Or Hide Open PopUp Icon” is a premium feature.', $Feed_Them_All->plug_slug ),
667
+ 'popup_id' => 'efbl_popup_icon_feed_upgrade',
668
+ ) ) );
669
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_icon_color_feed_upgrade', array(
670
+ 'settings' => array(),
671
+ 'label' => __( 'Open PopUp Icon color', $Feed_Them_All->plug_slug ),
672
+ 'section' => 'efbl_feed',
673
+ 'description' => __( 'We are sorry, “Open PopUp Icon color” is a premium feature.', $Feed_Them_All->plug_slug ),
674
+ 'popup_id' => 'efbl_popup_icon_color_feed_upgrade',
675
+ ) ) );
676
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_icon_color_feedtype_upgrade', array(
677
+ 'settings' => array(),
678
+ 'label' => __( 'Feed Type Icon color', $Feed_Them_All->plug_slug ),
679
+ 'section' => 'efbl_feed',
680
+ 'description' => __( 'We are sorry, “Feed Type Icon color” is a premium feature.', $Feed_Them_All->plug_slug ),
681
+ 'popup_id' => 'efbl_popup_icon_color_feedtype_upgrade',
682
+ ) ) );
683
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_cta_feed_upgrade', array(
684
+ 'settings' => array(),
685
+ 'label' => __( 'Show Or Hide Feed Call To Action Buttons', $Feed_Them_All->plug_slug ),
686
+ 'section' => 'efbl_feed',
687
+ 'description' => __( 'We are sorry, “Show Or Hide Feed Call To Action Buttons” is a premium feature.', $Feed_Them_All->plug_slug ),
688
+ 'popup_id' => 'efbl_popup_cta_feed_upgrade',
689
+ ) ) );
690
+ }
691
+
692
+ /* Making settings dynamic and saving data with array.*/
693
+ $setting = 'efbl_skin_' . $skin_id . '[feed_cta_text_color]';
694
+ /* Adding Setting of Header text color*/
695
+ $wp_customize->add_setting( $setting, array(
696
+ 'default' => $defaults['feed_cta_text_color'],
697
+ 'transport' => 'postMessage',
698
+ 'type' => 'option',
699
+ ) );
700
+ /* Adding Control of Header text color*/
701
+ $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
702
+ 'label' => __( 'Call To Action color', $Feed_Them_All->plug_slug ),
703
+ 'section' => 'efbl_feed',
704
+ 'settings' => $setting,
705
+ 'description' => __( 'Select the color of links like (Share and Read Full Story).', $Feed_Them_All->plug_slug ),
706
+ ) ) );
707
+
708
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
709
+ } else {
710
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_cta_hover_feed_upgrade', array(
711
+ 'settings' => array(),
712
+ 'label' => __( 'Call To Action Hover color', $Feed_Them_All->plug_slug ),
713
+ 'section' => 'efbl_feed',
714
+ 'description' => __( 'We are sorry, “Call To Action Hover color” is a premium feature.', $Feed_Them_All->plug_slug ),
715
+ 'popup_id' => 'efbl_popup_cta_hover_feed_upgrade',
716
+ ) ) );
717
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_bg_hover_feed_upgrade', array(
718
+ 'settings' => array(),
719
+ 'label' => __( 'Feed Hover Shadow Color', $Feed_Them_All->plug_slug ),
720
+ 'section' => 'efbl_feed',
721
+ 'description' => __( 'We are sorry, “Feed Hover Shadow Color” is a premium feature.', $Feed_Them_All->plug_slug ),
722
+ 'popup_id' => 'efbl_popup_bg_hover_feed_upgrade',
723
+ ) ) );
724
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_border_feed_upgrade', array(
725
+ 'settings' => array(),
726
+ 'label' => __( 'Feed Border Color', $Feed_Them_All->plug_slug ),
727
+ 'section' => 'efbl_feed',
728
+ 'description' => __( 'We are sorry, “Feed Border Color” is a premium feature.', $Feed_Them_All->plug_slug ),
729
+ 'popup_id' => 'efbl_popup_border_feed_upgrade',
730
+ ) ) );
731
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_bordersize_feed_upgrade', array(
732
+ 'settings' => array(),
733
+ 'label' => __( 'Border Size', $Feed_Them_All->plug_slug ),
734
+ 'section' => 'efbl_feed',
735
+ 'description' => __( 'We are sorry, “Border Size” is a premium feature.', $Feed_Them_All->plug_slug ),
736
+ 'popup_id' => 'efbl_popup_bordersize_feed_upgrade',
737
+ ) ) );
738
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_borderstyle_feed_upgrade', array(
739
+ 'settings' => array(),
740
+ 'label' => __( 'Border Style', $Feed_Them_All->plug_slug ),
741
+ 'section' => 'efbl_feed',
742
+ 'description' => __( 'We are sorry, “Border Style” is a premium feature.', $Feed_Them_All->plug_slug ),
743
+ 'popup_id' => 'efbl_popup_borderstyle_feed_upgrade',
744
+ ) ) );
745
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_shared_link_feed_upgrade', array(
746
+ 'settings' => array(),
747
+ 'label' => __( 'Show Or Hide Shared Link Data', $Feed_Them_All->plug_slug ),
748
+ 'section' => 'efbl_feed',
749
+ 'description' => __( 'We are sorry, “Show Or Hide Shared Link Data” is a premium feature.', $Feed_Them_All->plug_slug ),
750
+ 'popup_id' => 'efbl_popup_shared_link_feed_upgrade',
751
+ ) ) );
752
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_shared_linkbg_feed_upgrade', array(
753
+ 'settings' => array(),
754
+ 'label' => __( 'Shared Link Background Color', $Feed_Them_All->plug_slug ),
755
+ 'section' => 'efbl_feed',
756
+ 'description' => __( 'We are sorry, “Shared Link Background Color” is a premium feature.', $Feed_Them_All->plug_slug ),
757
+ 'popup_id' => 'efbl_popup_shared_linkbg_feed_upgrade',
758
+ ) ) );
759
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_shared_linkhead_feed_upgrade', array(
760
+ 'settings' => array(),
761
+ 'label' => __( 'Shared Link Heading Color', $Feed_Them_All->plug_slug ),
762
+ 'section' => 'efbl_feed',
763
+ 'description' => __( 'We are sorry, “Shared Link Heading Color” is a premium feature.', $Feed_Them_All->plug_slug ),
764
+ 'popup_id' => 'efbl_popup_shared_linkhead_feed_upgrade',
765
+ ) ) );
766
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_shared_linktext_feed_upgrade', array(
767
+ 'settings' => array(),
768
+ 'label' => __( 'Shared Link Content Color', $Feed_Them_All->plug_slug ),
769
+ 'section' => 'efbl_feed',
770
+ 'description' => __( 'We are sorry, “Shared Link Content Color” is a premium feature.', $Feed_Them_All->plug_slug ),
771
+ 'popup_id' => 'efbl_popup_shared_linktext_feed_upgrade',
772
+ ) ) );
773
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_shared_linkborder_feed_upgrade', array(
774
+ 'settings' => array(),
775
+ 'label' => __( 'Shared Link Border Color', $Feed_Them_All->plug_slug ),
776
+ 'section' => 'efbl_feed',
777
+ 'description' => __( 'We are sorry, “Shared Link Border Color” is a premium feature.', $Feed_Them_All->plug_slug ),
778
+ 'popup_id' => 'efbl_popup_shared_linkborder_feed_upgrade',
779
+ ) ) );
780
+ }
781
+
782
+ //======================================================================
783
+ // PopUP section
784
+ //======================================================================
785
+ /* Adding layout section in customizer under efbl panel.*/
786
+ $wp_customize->add_section( 'efbl_popup', array(
787
+ 'title' => __( 'Media lightbox', $Feed_Them_All->plug_slug ),
788
+ 'description' => __( 'Customize the PopUp In Real Time', $Feed_Them_All->plug_slug ),
789
+ 'priority' => 35,
790
+ 'panel' => 'efbl_customize_panel',
791
+ ) );
792
+
793
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
794
+ } else {
795
+ $wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_popup_popup_upgrade', array(
796
+ 'settings' => array(),
797
+ 'label' => __( 'Media Lightbox Settings', $Feed_Them_All->plug_slug ),
798
+ 'section' => 'efbl_popup',
799
+ 'description' => __( 'We are sorry, Media Lightbox Settings are not included in your plan. Please upgrade to premium version to unlock following settings<ul>
800
+ <li>Sidebar Background Color</li>
801
+ <li>Sidebar Content Color</li>
802
+ <li>Show Or Hide PopUp Header</li>
803
+ <li>Show Or Hide Header Logo</li>
804
+ <li>Header Title Color</li>
805
+ <li>Post Time Color</li>
806
+ <li>Show Or Hide Caption</li>
807
+ <li>Show Or Hide Meta Section</li>
808
+ <li>Meta Background Color</li>
809
+ <li>Meta Content Color</li>
810
+ <li>Show Or Hide Reactions Counter</li>
811
+ <li>Show Or Hide Comments Counter</li>
812
+ <li>Show Or Hide View On Facebook Link</li>
813
+ <li>Show Or Hide Comments</li>
814
+ <li>Comments Background Color</li>
815
+ <li>Comments Color</li>
816
+ <li>Show Or Hide Close Icon</li>
817
+ <li>Close Icon Background Color</li>
818
+ <li>Close Icon Color</li>
819
+ <li>Close Icon Hover Background Color</li>
820
+ <li>Close Icon Hover Color</li>
821
+ </ul>', $Feed_Them_All->plug_slug ),
822
+ 'popup_id' => 'efbl_popup_popup_upgrade',
823
+ ) ) );
824
+ }
825
+
826
+ }
827
+
828
+ /* efbl_customizer Method ends here. */
829
+ /**
830
+ * Used by hook: 'customize_preview_init'
831
+ *
832
+ * @see add_action('customize_preview_init',$func)
833
+ */
834
+ public function efbl_live_preview()
835
+ {
836
+ /* Getting saved skin id. */
837
+ $skin_id = get_option( 'efbl_skin_id', false );
838
+ /* Enqueing script for displaying live changes. */
839
+ wp_enqueue_script(
840
+ 'efbl_live_preview',
841
+ EFBL_PLUGIN_URL . 'admin/assets/js/efbl-live-preview.js',
842
+ array( 'jquery', 'customize-preview' ),
843
+ true
844
+ );
845
+ /* Localizing script for getting skin id in js. */
846
+ wp_localize_script( 'efbl_live_preview', 'efbl_skin_id', $skin_id );
847
+ }
848
+
849
+ /* efbl_live_preview Method ends here. */
850
+ /* mif_style Method ends here. */
851
  /*
852
+ * efbl_customize_css will add the styling to the head of the site.
853
+ */
854
+ public function efbl_customize_css()
855
+ {
856
+ /*
857
+ * Getting all the skins.
858
+ */
859
+ global $efbl_skins ;
860
+ // echo "<pre>"; print_r($efbl_skins);exit();
861
+ /*
862
+ * Intializing mif css variable.
863
+ */
864
+ $efbl_css = null;
865
+ $efbl_css = '<style type="text/css">';
866
+ /*
867
+ * Getting skins exists loop thorugh it.
868
+ */
869
+ if ( isset( $efbl_skins ) ) {
870
+ foreach ( $efbl_skins as $efbl_skin ) {
871
+ $selected_layout = $efbl_skin['design']['layout_option'];
872
+ $skinn_id = $efbl_skin['ID'];
873
+ $no_of_cols = get_option( 'efbl_skin_' . $skinn_id, false );
874
+ if ( isset( $no_of_cols['number_of_cols'] ) ) {
875
+ $no_of_cols = $no_of_cols['number_of_cols'];
876
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
877
  /*
878
+ * If header is enabled and layout is not full width.
879
+ */
880
+
881
+ if ( !empty($efbl_skin['design']['show_header']) ) {
882
+ $mif_header_display = 'block';
883
+ } else {
884
+ $mif_header_display = 'none';
885
+ }
886
+
887
  /*
888
+ * Background color of the skin.
889
+ */
890
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { display: ' . $mif_header_display . '; }';
891
  /*
892
+ * Header Size.
893
+ */
894
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header_meta .efbl_header_title { font-size: ' . $efbl_skin['design']['title_size'] . 'px; }';
895
  /*
896
+ * If likes needs to show.
897
+ */
898
+
899
+ if ( !empty($efbl_skin['design']['show_likes']) ) {
900
+ $efbl_show_likes = 'inline-block';
901
+ } else {
902
+ $efbl_show_likes = 'none';
903
+ }
904
+
905
+ /*
906
+ * Show number of feeds counter.
907
+ */
908
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_likes, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_meta .efbl_story_lnc_holder .efbl_all_likes_wrap { display: ' . $efbl_show_likes . '; }';
909
+ /*
910
+ * If shares needs to show.
911
+ */
912
+
913
+ if ( !empty($efbl_skin['design']['show_shares']) ) {
914
+ $efbl_show_shares = 'inline-block';
915
+ } else {
916
+ $efbl_show_shares = 'none';
917
+ }
918
+
919
+ /*
920
+ * Show number of shares counter.
921
+ */
922
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_shares { display: ' . $efbl_show_shares . '; }';
923
+ /*
924
+ * If comments needs to show.
925
+ */
926
+
927
+ if ( !empty($efbl_skin['design']['show_comments']) ) {
928
+ $efbl_show_comments = 'inline-block';
929
+ } else {
930
+ $efbl_show_comments = 'none';
931
+ }
932
+
933
+ /*
934
+ * Show number of feeds counter.
935
+ */
936
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_comments { display: ' . $efbl_show_comments . '; }';
937
+ /*
938
+ * If follow button is enabled.
939
+ */
940
+
941
+ if ( !empty($efbl_skin['design']['show_follow_btn']) ) {
942
+ $mif_follow_btn_display = 'inline-block';
943
+ } else {
944
+ $mif_follow_btn_display = 'none';
945
+ }
946
+
947
+ /*
948
+ * Show Follow Button.
949
+ */
950
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_follow_btn { display: ' . $mif_follow_btn_display . '; }';
951
+ /*
952
+ * If feed caption is enabled.
953
+ */
954
+
955
+ if ( !empty($efbl_skin['design']['show_feed_caption']) ) {
956
+ $efbl_show_feed_caption = 'block';
957
+ } else {
958
+ $efbl_show_feed_caption = 'none';
959
+ }
960
+
961
+ /*
962
+ * Show caption
963
+ */
964
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf .efbl_story_text { display: ' . $efbl_show_feed_caption . '; }';
965
+ /*
966
+ * Header Size.
967
+ */
968
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_header_title { font-size: ' . $efbl_skin['design']['title_size'] . 'px; }';
969
+ /*
970
+ * Meta data Size.
971
+ */
972
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_posts,.efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_followers { font-size: ' . $efbl_skin['design']['metadata_size'] . 'px; }';
973
+ /*
974
+ * Header background Color.
975
+ */
976
+ $efbl_css .= '.efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { background-color: ' . $efbl_skin['design']['header_background_color'] . '; }';
977
+ /*
978
+ * Header Color.
979
+ */
980
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_posts, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_followers, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_bio, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_header_title { color: ' . $efbl_skin['design']['header_text_color'] . '; }';
981
+ /*
982
+ * Feed CTA Color.
983
+ */
984
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_read_more_link a { color: ' . $efbl_skin['design']['feed_cta_text_color'] . '; }';
985
+ /*
986
+ * Background color of feed.
987
+ */
988
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story { background-color: ' . $efbl_skin['design']['feed_background_color'] . '; }';
989
+ /*
990
+ * Feed Padding Top.
991
+ */
992
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf { padding-top: ' . $efbl_skin['design']['feed_padding_top'] . 'px; }';
993
+ /*
994
+ * Feed Padding Bottom.
995
+ */
996
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf {padding-bottom: ' . $efbl_skin['design']['feed_padding_bottom'] . 'px; }';
997
+ /*
998
+ * Feed Padding left.
999
+ */
1000
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf { padding-left: ' . $efbl_skin['design']['feed_padding_left'] . 'px; }';
1001
+ /*
1002
+ * Feed Padding right.
1003
+ */
1004
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf {padding-right: ' . $efbl_skin['design']['feed_padding_right'] . 'px; }';
1005
+
1006
+ if ( 'masonry' !== $selected_layout ) {
1007
+ /*
1008
+ * Feed Margin Top.
1009
+ */
1010
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf { margin-top: ' . $efbl_skin['design']['feed_margin_top'] . 'px; }';
1011
+ /*
1012
+ * Feed Margin Bottom.
1013
+ */
1014
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf { margin-bottom: ' . $efbl_skin['design']['feed_margin_bottom'] . 'px; }';
1015
+ /*
1016
+ * Feed Margin Left.
1017
+ */
1018
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf { margin-left: ' . $efbl_skin['design']['feed_margin_left'] . 'px; }';
1019
+ /*
1020
+ * Feed Margin Right.
1021
+ */
1022
+ $efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story#efblcf {margin-right: ' . $efbl_skin['design']['feed_margin_right'] . 'px; }';
1023
+ }
1024
+
1025
+ }
1026
+ }
1027
+ $efbl_css .= '</style>';
1028
+ // echo "<pre>";
1029
+ // print_r($efbl_css);exit();
1030
+ echo $efbl_css ;
1031
+ }
1032
+
1033
+ }
1034
+ /* EFBL_Cuustomizer Class ends here. */
1035
+ $EFBL_Cuustomizer = new EFBL_Cuustomizer();
1036
+ }
easy-facebook-likebox/admin/includes/efbl-skins.php CHANGED
@@ -1,287 +1,543 @@
1
- <?php
 
2
  /*
3
  * Stop execution if someone tried to get file directly.
4
- */
5
- if ( ! defined( 'ABSPATH' ) ) exit;
6
-
7
- //======================================================================
8
- // Main class of all efbl Skins
9
- //======================================================================
10
- if(!class_exists('EFBL_SKINS')):
11
- class EFBL_SKINS {
12
-
13
- /*
14
- * __construct initialize all function of this class.
15
- * Returns nothing.
16
- * Used action_hooks to get things sequentially.
17
- */
18
- function __construct(){
19
-
20
- /* Action hook fires on admin load. */
21
- add_action( 'init', array($this, 'efbl_skins_register'), 20);
22
-
23
- $this->efbl_default_skins();
24
-
25
- /*
26
- * init hooks fires on wp load.
27
- * Gets all Skins.
28
- */
29
- add_action('init', array($this, 'efbl_skins'), 30);
30
- }/* __construct Method ends here. */
31
-
32
- public function efbl_skins_register(){
33
-
34
- /* Arguments for custom post type of xOptin. */
35
- $args = array(
36
- 'public' => true,
37
- 'label' => __('Facebook Skins', 'easy-facebook-likebox'),
38
- 'show_in_menu' => false,
39
- 'hierarchical' => true
40
- );
41
-
42
- /* register_post_type() registers a custom post type in wp. */
43
- register_post_type( 'efbl_skins', $args );
44
-
45
-
46
- }/* efbl_skins_register Method ends here. */
47
-
48
- public function efbl_default_skins(){
49
-
50
- $FTA = new Feed_Them_All();
51
-
52
- $fta_settings = $FTA->fta_get_settings();
53
-
54
- // echo '<pre>'; print_r($fta_settings['plugins']['facebook']['default_skin_id']);exit();
55
-
56
- if ( !isset($fta_settings['plugins']['facebook']['default_skin_id'] ) && empty($fta_settings['plugins']['facebook']['default_skin_id'])):
57
-
58
-
59
- /* Arguments for default skin. */
60
- $efbl_new_skins = array(
61
- 'post_title' => __( "Facebook Skin", 'easy-facebook-likebox' ),
62
- 'post_content' => __( "This is the demo skin created by plugin automatically with default values. You can edit it and change the look & feel of your Facebook Feeds.", 'easy-facebook-likebox' ),
63
- 'post_type' => 'efbl_skins',
64
- 'post_status' => 'publish',
65
- 'post_author' => get_current_user_id()
66
- );
67
- $efbl_new_skins = apply_filters('efbl_default_skin', $efbl_new_skins);
68
- /*
69
- * it will update the demo page on every activate if it's exists.
70
- * If not exists the add new demo page.
71
- */
72
- $skin_id = wp_insert_post( $efbl_new_skins );
73
-
74
- $fta_settings['plugins']['facebook']['default_skin_id'] = $skin_id;
75
-
76
- update_option( 'fta_settings', $fta_settings );
77
- endif;
78
-
79
- if ( !isset($fta_settings['plugins']['facebook']['default_page_id']) && empty($fta_settings['plugins']['facebook']['default_page_id'])):
80
-
81
- $skin_id = $fta_settings['plugins']['facebook']['default_skin_id'];
82
- /*
83
- * $data array contains the data of demo page.
84
- */
85
- $efbl_default_page = array(
86
- 'post_title' => __( "Facebook Demo", 'easy-facebook-likebox' ),
87
- 'post_content' => __( '[efb_feed fanpage_id="106704037405386" show_like_box="1" post_number="10" cache_unit="5" cache_duration="days" skin_id='.$skin_id.' ]<br> This is a Facebook demo page created by plugin automatically. Please do not delete to make the plugin work properly.', 'easy-facebook-likebox' ),
88
- 'post_type' => 'page',
89
- 'post_status' => 'publish',
90
- );
91
-
92
- $efbl_default_page = apply_filters('efbl_default_page', $efbl_default_page);
93
-
94
- $page_id = wp_insert_post( $efbl_default_page );
95
- $fta_settings['plugins']['facebook']['default_page_id'] = $page_id;
96
- update_option( 'fta_settings', $fta_settings );
97
- endif;
98
- }
99
-
100
- /*
101
- * xo_accounts will get the all accounts.
102
- * Returns accounts object.
103
- */
104
- public function efbl_skins() {
105
-
106
- /*
107
- * Arguments for WP_Query().
108
- */
109
-
110
- $efbl_skins = array(
111
- 'posts_per_page' => 1000,
112
- 'post_type'=> 'efbl_skins',
113
- 'post_status'=> array('publish','draft','pending')
114
- );
115
-
116
-
117
- /*
118
- * Quering all active xOptins.
119
- * WP_Query() object of wp will be used.
120
- */
121
- $efbl_skins = new WP_Query($efbl_skins);
122
-
123
-
124
-
125
- /* If any xoptins_skins are in database. */
126
- if($efbl_skins->have_posts() ) {
127
-
128
- /* Declaring an empty array. */
129
- $efbl_skins_holder = array();
130
-
131
- /* Looping efbl_skins to get all records. */
132
- while ( $efbl_skins->have_posts() ):
133
-
134
-
135
- /* Making it post. */
136
- $efbl_skins->the_post();
137
-
138
-
139
- /* Getting the ID. */
140
- $id = get_the_ID();
141
-
142
- // wp_delete_post($id, true );
143
-
144
- $design_arr = null;
145
-
146
- $design_arr = get_option('efbl_skin_'.$id, false);
147
-
148
- // echo "<pre>"; print_r($design_arr);exit();
149
-
150
- $title = get_the_title();
151
-
152
- if(empty($title))
153
- $title = __('Skin', 'xo');
154
-
155
- /* Making an array of skins. */
156
- $efbl_skins_holder[$id] = array(
157
- 'ID' => $id,
158
- 'title' => $title,
159
- 'description' => get_the_content()
160
-
161
- );
162
-
163
- $defaults = $this->efbl_skin_default_values();
164
-
165
- /* If there is no data in live preview section of xOptin setting the default data. */
166
- $efbl_skins_holder[$id]['design'] = wp_parse_args($design_arr, $defaults['design']);
167
- // echo "<pre>"; print_r($efbl_skins_holder);exit();
168
- // $efbl_skins_holder[$id]['design'] = $design_arr;
169
-
170
- endwhile; // Loop ends here.
171
- /* Reseting the current query. */
172
- wp_reset_postdata();
173
-
174
- }
175
-
176
- /* If no data found. */
177
- else{
178
- return __( 'No skins found.', 'efbl' );
179
- }
180
-
181
-
182
-
183
- /* Globalising array to access anywhere. */
184
- $GLOBALS['efbl_skins'] = $efbl_skins_holder;
185
-
186
- }/* xo_Skins Method ends here. */
187
-
188
- /*
189
- * efbl_skin_default_values will have default design values of skins.
190
- */
191
- public function efbl_skin_default_values(){
192
-
193
- $default_val_arr = array(
194
-
195
- 'design' => array(
196
- 'background_color' => '#fff',
197
- 'caption_color' => '#000',
198
- 'header_background_color' => '#fff',
199
- 'btnbordercolor-hover' => '#000',
200
- 'header_text_color' => '#000',
201
- 'feed_time_text_color' => '#000',
202
- 'feed_cta_text_color' => '#000',
203
- 'feed_meta_data_bg_color' => '#333',
204
- 'number_of_cols' => 2,
205
- 'feed_cta_text_hover_color' => '#000',
206
- 'popup_icon_color' => '#fff',
207
- 'feed_hover_bg_color' => 'rgba(0,0,0,0.5',
208
- 'layout_option' => 'default',
209
- 'title_size' => '16',
210
- 'metadata_size' => '16',
211
- 'bio_size' => '14',
212
- 'show_comments' => true,
213
- 'show_likes' => true,
214
- 'show_header' => true,
215
- 'show_dp' => true,
216
- 'header_round_dp' => true,
217
- 'header_dp_hover_color' => 'rgba(0,0,0,0.5)',
218
- 'header_dp_hover_icon_color' => '#fff',
219
- 'header_border_color' => '#ccc',
220
- 'header_border_style' => 'none',
221
- 'header_border_top' => '0',
222
- 'header_border_bottom' => '1',
223
- 'header_border_left' => '0',
224
- 'header_border_right' => '0',
225
- 'header_padding_top' => '10',
226
- 'header_padding_bottom' => '10',
227
- 'header_padding_left' => '10',
228
- 'header_padding_right' => '10',
229
- 'header_align' => 'left',
230
- 'feed_background_color' => 'transparent',
231
- 'feed_padding_top_bottom' => '5',
232
- 'feed_padding_right_left' => '5',
233
- 'feed_margin_top_bottom' => '5',
234
- 'feed_margin_right_left' => '5',
235
- 'feed_likes_bg_color' => '#000',
236
- 'feed_likes_color' => '#fff',
237
- 'feed_likes_padding_top_bottom' => '5',
238
- 'feed_comments_bg_color' => '#000',
239
- 'feed_comments_color' => '#fff',
240
- 'feed_comments_padding_top_bottom' => '5',
241
- 'feed_comments_padding_right_left' => '10',
242
- 'show_feed_caption' => true,
243
- 'feed_caption_background_color' => '#fff',
244
- 'caption_color' => '#000',
245
- 'feed_caption_padding_top_bottom' => '10',
246
- 'feed_caption_padding_right_left' => '10',
247
- 'show_feed_external_link' => true,
248
- 'show_page_category' => true,
249
- 'feed_external_background_color' => '#000',
250
- 'feed_external_color' => '#fff',
251
- 'feed_external_padding_top_bottom' => '8',
252
- 'feed_external_padding_right_left' => '10',
253
- 'show_feed_open_popup_icon' => true,
254
- 'popup_icon_bg_color' => '#000',
255
- 'popup_icon_color' => '#fff',
256
- 'feed_meta_data_color' => '#fff',
257
- 'feed_popup_icon_padding_top_bottom' => '8',
258
- 'feed_popup_icon_padding_right_left' => '10',
259
- 'show_feed_cta' => true,
260
- 'feed_cta_text_color' => '#000',
261
- 'feed_cta_text_hover_color' => '#000',
262
- 'feed_time_text_color' => '#000',
263
- 'feed_hover_bg_color' => 'rgba(0,0,0,0.5)',
264
- 'feed_seprator_color' => '#ccc',
265
- 'feed_border_size' => '1',
266
- 'feed_border_style' => 'none',
267
- 'feed_likes_padding_right_left' => '10',
268
- 'show_no_of_feeds' => true,
269
- 'show_no_of_followers' => true,
270
- 'show_bio' => true,
271
- 'show_follow_btn' => true,
272
- 'show_load_more_btn' => true
273
- )
274
- );
275
-
276
- return $default_val_arr;
277
-
278
- }/* efbl_skin_default_values Method ends here. */
279
-
280
-
281
- }/* Class ends here. */
282
- /*
283
- * Globalising class to get functionality on other files.
284
- */
285
- $GLOBALS['EFBL_SKINS'] = new EFBL_SKINS();
286
-
287
- endif;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
  /*
4
  * Stop execution if someone tried to get file directly.
5
+ */
6
+ if ( !defined( 'ABSPATH' ) ) {
7
+ exit;
8
+ }
9
+ //======================================================================
10
+ // Main class of all efbl Skins
11
+ //======================================================================
12
+
13
+ if ( !class_exists( 'EFBL_SKINS' ) ) {
14
+ class EFBL_SKINS
15
+ {
16
+ /*
17
+ * __construct initialize all function of this class.
18
+ * Returns nothing.
19
+ * Used action_hooks to get things sequentially.
20
+ */
21
+ function __construct()
22
+ {
23
+ /* Action hook fires on admin load. */
24
+ add_action( 'init', array( $this, 'efbl_skins_register' ), 20 );
25
+ $this->efbl_default_skins();
26
+ /*
27
+ * init hooks fires on wp load.
28
+ * Gets all Skins.
29
+ */
30
+ add_action( 'init', array( $this, 'efbl_skins' ), 30 );
31
+ }
32
+
33
+ /* __construct Method ends here. */
34
+ public function efbl_skins_register()
35
+ {
36
+ /* Arguments for custom post type of xOptin. */
37
+ $args = array(
38
+ 'public' => false,
39
+ 'label' => __( 'Facebook Skins', 'easy-facebook-likebox' ),
40
+ 'show_in_menu' => false,
41
+ 'exclude_from_search' => true,
42
+ 'has_archive' => false,
43
+ 'hierarchical' => true,
44
+ 'menu_position' => null,
45
+ );
46
+ /* register_post_type() registers a custom post type in wp. */
47
+ register_post_type( 'efbl_skins', $args );
48
+ }
49
+
50
+ /* efbl_skins_register Method ends here. */
51
+ public function efbl_default_skins()
52
+ {
53
+ $FTA = new Feed_Them_All();
54
+ $fta_settings = $FTA->fta_get_settings();
55
+ // echo '<pre>'; print_r($fta_settings['plugins']['facebook']['default_skin_id']);exit();
56
+
57
+ if ( !isset( $fta_settings['plugins']['facebook']['default_skin_id'] ) && empty($fta_settings['plugins']['facebook']['default_skin_id']) ) {
58
+ /* Arguments for default skin. */
59
+ $efbl_new_skins = array(
60
+ 'post_title' => __( "Skin - Half Width", 'easy-facebook-likebox' ),
61
+ 'post_content' => __( "This is the half width demo skin created by plugin automatically with default values. You can edit it and change the look & feel of your Facebook Feeds.", 'easy-facebook-likebox' ),
62
+ 'post_type' => 'efbl_skins',
63
+ 'post_status' => 'publish',
64
+ 'post_author' => get_current_user_id(),
65
+ );
66
+ $efbl_new_skins = apply_filters( 'efbl_default_skin', $efbl_new_skins );
67
+ /*
68
+ * it will update the demo page on every activate if it's exists.
69
+ * If not exists the add new demo page.
70
+ */
71
+ $skin_id = wp_insert_post( $efbl_new_skins );
72
+ /* Arguments for default skin. */
73
+ $efbl_new_skin_full = array(
74
+ 'post_title' => __( "Skin - Full Width", 'easy-facebook-likebox' ),
75
+ 'post_content' => __( "This is the Full width demo skin created by plugin automatically with default values. You can edit it and change the look & feel of your Facebook Feeds.", 'easy-facebook-likebox' ),
76
+ 'post_type' => 'efbl_skins',
77
+ 'post_status' => 'publish',
78
+ 'post_author' => get_current_user_id(),
79
+ );
80
+ /*
81
+ * it will update the demo page on every activate if it's exists.
82
+ * If not exists the add new demo page.
83
+ */
84
+ $efbl_new_skin_full_id = wp_insert_post( $efbl_new_skin_full );
85
+ /* Arguments for default skin. */
86
+ $efbl_new_skin_thumbnail = array(
87
+ 'post_title' => __( "Skin - Thumbnail", 'easy-facebook-likebox' ),
88
+ 'post_content' => __( "This is the Thumbnail demo skin created by plugin automatically with default values. You can edit it and change the look & feel of your Facebook Feeds.", 'easy-facebook-likebox' ),
89
+ 'post_type' => 'efbl_skins',
90
+ 'post_status' => 'publish',
91
+ 'post_author' => get_current_user_id(),
92
+ );
93
+ /*
94
+ * it will update the demo page on every activate if it's exists.
95
+ * If not exists the add new demo page.
96
+ */
97
+ $efbl_new_skin_thumbnail_id = wp_insert_post( $efbl_new_skin_thumbnail );
98
+ if ( isset( $skin_id ) ) {
99
+ /* saving values.*/
100
+ update_option( 'efbl_skin_' . $skin_id, $this->efbl_skin_half_values() );
101
+ }
102
+ if ( isset( $efbl_new_skin_thumbnail_id ) ) {
103
+ /* saving values.*/
104
+ update_option( 'efbl_skin_' . $efbl_new_skin_thumbnail_id, $this->efbl_skin_thumbnail_values() );
105
+ }
106
+ if ( isset( $efbl_new_skin_full_id ) ) {
107
+ /* saving values.*/
108
+ update_option( 'efbl_skin_' . $efbl_new_skin_full_id, $this->efbl_skin_full_values() );
109
+ }
110
+ $fta_settings['plugins']['facebook']['default_skin_id'] = $skin_id;
111
+ update_option( 'fta_settings', $fta_settings );
112
+ }
113
+
114
+
115
+ if ( !isset( $fta_settings['plugins']['facebook']['default_page_id'] ) && empty($fta_settings['plugins']['facebook']['default_page_id']) ) {
116
+ $skin_id = $fta_settings['plugins']['facebook']['default_skin_id'];
117
+ /*
118
+ * $data array contains the data of demo page.
119
+ */
120
+ $efbl_default_page = array(
121
+ 'post_title' => __( "Facebook Demo - Customizer", 'easy-facebook-likebox' ),
122
+ 'post_content' => __( '[efb_feed fanpage_id="106704037405386" show_like_box="1" post_limit="10" cache_unit="5" cache_duration="days" skin_id=' . $skin_id . ' ]<br> This is a Facebook demo page created by plugin automatically. Please do not delete to make the plugin work properly.', 'easy-facebook-likebox' ),
123
+ 'post_type' => 'page',
124
+ 'post_status' => 'publish',
125
+ );
126
+ $efbl_default_page = apply_filters( 'efbl_default_page', $efbl_default_page );
127
+ $page_id = wp_insert_post( $efbl_default_page );
128
+ $fta_settings['plugins']['facebook']['default_page_id'] = $page_id;
129
+ update_option( 'fta_settings', $fta_settings );
130
+ }
131
+
132
+ }
133
+
134
+ /*
135
+ * xo_accounts will get the all accounts.
136
+ * Returns accounts object.
137
+ */
138
+ public function efbl_skins()
139
+ {
140
+ /*
141
+ * Arguments for WP_Query().
142
+ */
143
+ $efbl_skins = array(
144
+ 'posts_per_page' => 1000,
145
+ 'post_type' => 'efbl_skins',
146
+ 'post_status' => array( 'publish', 'draft', 'pending' ),
147
+ );
148
+ /*
149
+ * Quering all active xOptins.
150
+ * WP_Query() object of wp will be used.
151
+ */
152
+ $efbl_skins = new WP_Query( $efbl_skins );
153
+ /* If any xoptins_skins are in database. */
154
+
155
+ if ( $efbl_skins->have_posts() ) {
156
+ /* Declaring an empty array. */
157
+ $efbl_skins_holder = array();
158
+ /* Looping efbl_skins to get all records. */
159
+ while ( $efbl_skins->have_posts() ) {
160
+ /* Making it post. */
161
+ $efbl_skins->the_post();
162
+ /* Getting the ID. */
163
+ $id = get_the_ID();
164
+ // wp_delete_post($id, true );
165
+ $design_arr = null;
166
+ $design_arr = get_option( 'efbl_skin_' . $id, false );
167
+ // echo "<pre>"; print_r( $design_arr);exit();
168
+ $selected_layout = $design_arr['layout_option'];
169
+ $title = get_the_title();
170
+ if ( empty($title) ) {
171
+ $title = __( 'Skin', 'easy-facebook-likebox' );
172
+ }
173
+ /* Making an array of skins. */
174
+ $efbl_skins_holder[$id] = array(
175
+ 'ID' => $id,
176
+ 'title' => $title,
177
+ 'description' => get_the_content(),
178
+ );
179
+ if ( !isset( $selected_layout ) or empty($selected_layout) ) {
180
+ $selected_layout = 'half';
181
+ }
182
+ $default_func_name = 'efbl_skin_' . $selected_layout . '_values';
183
+ $defaults = $this->{$default_func_name}();
184
+ /* If there is no data in live preview section of xOptin setting the default data. */
185
+ $efbl_skins_holder[$id]['design'] = wp_parse_args( $design_arr, $defaults );
186
+ // $efbl_skins_holder[$id]['design'] = $design_arr;
187
+ }
188
+ // Loop ends here.
189
+ /* Reseting the current query. */
190
+ wp_reset_postdata();
191
+ } else {
192
+ return __( 'No skins found.', 'easy-facebook-likebox' );
193
+ }
194
+
195
+ /* Globalising array to access anywhere. */
196
+ $GLOBALS['efbl_skins'] = $efbl_skins_holder;
197
+ }
198
+
199
+ /* xo_Skins Method ends here. */
200
+ /*
201
+ * efbl_skin_half_values will have default design values of halfwidth layout skin.
202
+ */
203
+ public function efbl_skin_half_values()
204
+ {
205
+ /*
206
+ * Default values
207
+ */
208
+ $half_default = array(
209
+ 'layout_option' => 'half',
210
+ 'show_load_more_btn' => true,
211
+ 'load_more_background_color' => '#333',
212
+ 'load_more_color' => '#fff',
213
+ 'load_more_hover_background_color' => '#5c5c5c',
214
+ 'load_more_hover_color' => '#fff',
215
+ 'header_background_color' => 'transparent',
216
+ 'header_text_color' => '#000',
217
+ 'header_border_color' => '#ccc',
218
+ 'header_border_style' => 'none',
219
+ 'header_border_top' => '0',
220
+ 'header_border_bottom' => '1',
221
+ 'header_border_left' => '0',
222
+ 'header_border_right' => '0',
223
+ 'header_padding_top' => '10',
224
+ 'header_padding_bottom' => '10',
225
+ 'header_padding_left' => '10',
226
+ 'header_padding_right' => '10',
227
+ 'title_size' => '16',
228
+ 'metadata_size' => '16',
229
+ 'bio_size' => '14',
230
+ 'show_comments' => true,
231
+ 'show_likes' => true,
232
+ 'show_header' => false,
233
+ 'show_dp' => true,
234
+ 'header_round_dp' => true,
235
+ 'show_page_category' => true,
236
+ 'show_no_of_followers' => true,
237
+ 'show_bio' => true,
238
+ 'feed_header' => true,
239
+ 'feed_header_logo' => true,
240
+ 'feed_background_color' => 'transparent',
241
+ 'feed_padding_top' => '0',
242
+ 'feed_padding_bottom' => '0',
243
+ 'feed_padding_left' => '0',
244
+ 'feed_padding_right' => '0',
245
+ 'feed_margin_top' => '0',
246
+ 'feed_margin_bottom' => '20',
247
+ 'feed_margin_left' => '0',
248
+ 'feed_margin_right' => '0',
249
+ 'feed_meta_data_bg_color' => '#333',
250
+ 'feed_meta_data_color' => '#fff',
251
+ 'show_likes' => true,
252
+ 'show_comments' => true,
253
+ 'show_shares' => true,
254
+ 'show_feed_caption' => true,
255
+ 'show_feed_open_popup_icon' => true,
256
+ 'popup_icon_color' => '#fff',
257
+ 'show_feed_cta' => true,
258
+ 'feed_cta_text_color' => '#000',
259
+ 'feed_cta_text_hover_color' => '#000',
260
+ 'feed_hover_bg_color' => 'rgba(0,0,0,0.5)',
261
+ 'feed_seprator_color' => '#ccc',
262
+ 'feed_border_size' => '1',
263
+ 'feed_border_style' => 'none',
264
+ 'feed_type_icon_color' => '#fff',
265
+ 'feed_text_color' => '#000',
266
+ 'feed_shared_link' => true,
267
+ 'feed_shared_link_bg_color' => '#f7f7f7',
268
+ 'feed_shared_link_heading_color' => '#0073aa',
269
+ 'feed_shared_link_color' => '#000',
270
+ 'feed_shared_link_border_color' => '#eee',
271
+ 'popup_sidebar_bg' => '#fff',
272
+ 'popup_sidebar_color' => '#000',
273
+ 'popup_show_header' => true,
274
+ 'popup_show_header_logo' => true,
275
+ 'popup_header_title_color' => '#ed6d62',
276
+ 'popup_post_time_color' => '#9197a3',
277
+ 'popup_show_caption' => true,
278
+ 'popup_show_meta' => true,
279
+ 'popup_meta_bg_color' => '#f6f7f9',
280
+ 'popup_meta_color' => '#000',
281
+ 'popup_show_reactions_counter' => true,
282
+ 'popup_show_comments_counter' => true,
283
+ 'popup_show_view_fb_link' => true,
284
+ 'popup_show_comments' => true,
285
+ 'popup_comments_bg_color' => '#f2f3f5',
286
+ 'popup_comments_color' => '#4b4f52',
287
+ 'popup_close_icon_bg_color' => 'transparent',
288
+ 'popup_close_icon_color' => '#888',
289
+ 'popup_close_icon_bg_hover_color' => '#eee',
290
+ 'popup_close_icon_hover_color' => '#000',
291
+ 'popup_show_close_icon' => true,
292
+ );
293
+ /*
294
+ * Filters to add more default values
295
+ */
296
+ $half_default = apply_filters( 'efbl_half_layout_defaults', $half_default );
297
+ /*
298
+ * Returns the half skin default values
299
+ */
300
+ return $half_default;
301
+ }
302
+
303
+ /* efbl_skin_half_values Method ends here. */
304
+ /*
305
+ * efbl_skin_half_values will have default design values of fullwidth layout skin.
306
+ */
307
+ public function efbl_skin_full_values()
308
+ {
309
+ /*
310
+ * Default values
311
+ */
312
+ $full_default = array(
313
+ 'layout_option' => 'full',
314
+ 'show_load_more_btn' => true,
315
+ 'load_more_background_color' => '#333',
316
+ 'load_more_color' => '#fff',
317
+ 'load_more_hover_background_color' => '#5c5c5c',
318
+ 'load_more_hover_color' => '#fff',
319
+ 'header_background_color' => '#fff',
320
+ 'btnbordercolor-hover' => '#000',
321
+ 'header_text_color' => '#000',
322
+ 'feed_time_text_color' => '#000',
323
+ 'feed_cta_text_color' => '#000',
324
+ 'header_background_color' => 'transparent',
325
+ 'header_text_color' => '#000',
326
+ 'header_border_color' => '#ccc',
327
+ 'header_border_style' => 'none',
328
+ 'header_border_top' => '0',
329
+ 'header_border_bottom' => '1',
330
+ 'header_border_left' => '0',
331
+ 'header_border_right' => '0',
332
+ 'header_padding_top' => '10',
333
+ 'header_padding_bottom' => '10',
334
+ 'header_padding_left' => '10',
335
+ 'header_padding_right' => '10',
336
+ 'title_size' => '16',
337
+ 'metadata_size' => '16',
338
+ 'bio_size' => '14',
339
+ 'show_comments' => true,
340
+ 'show_likes' => true,
341
+ 'show_header' => false,
342
+ 'show_dp' => true,
343
+ 'header_round_dp' => true,
344
+ 'show_page_category' => true,
345
+ 'show_no_of_followers' => true,
346
+ 'show_bio' => true,
347
+ 'feed_header' => true,
348
+ 'feed_header_logo' => true,
349
+ 'feed_background_color' => 'transparent',
350
+ 'feed_padding_top' => '0',
351
+ 'feed_padding_bottom' => '0',
352
+ 'feed_padding_left' => '0',
353
+ 'feed_padding_right' => '0',
354
+ 'feed_margin_top' => '0',
355
+ 'feed_margin_bottom' => '20',
356
+ 'feed_margin_left' => '0',
357
+ 'feed_margin_right' => '0',
358
+ 'feed_meta_data_bg_color' => '#333',
359
+ 'feed_meta_data_color' => '#fff',
360
+ 'show_likes' => true,
361
+ 'show_comments' => true,
362
+ 'show_shares' => true,
363
+ 'show_feed_caption' => true,
364
+ 'show_feed_open_popup_icon' => true,
365
+ 'popup_icon_color' => '#fff',
366
+ 'show_feed_cta' => true,
367
+ 'feed_cta_text_color' => '#000',
368
+ 'feed_cta_text_hover_color' => '#000',
369
+ 'feed_hover_bg_color' => 'rgba(0,0,0,0.5)',
370
+ 'feed_seprator_color' => '#ccc',
371
+ 'feed_border_size' => '1',
372
+ 'feed_border_style' => 'none',
373
+ 'feed_type_icon_color' => '#fff',
374
+ 'feed_text_color' => '#000',
375
+ 'feed_shared_link' => true,
376
+ 'feed_shared_link_bg_color' => '#f7f7f7',
377
+ 'feed_shared_link_heading_color' => '#0073aa',
378
+ 'feed_shared_link_color' => '#000',
379
+ 'feed_shared_link_border_color' => '#eee',
380
+ 'popup_sidebar_bg' => '#fff',
381
+ 'popup_sidebar_color' => '#000',
382
+ 'popup_show_header' => true,
383
+ 'popup_show_header_logo' => true,
384
+ 'popup_header_title_color' => '#ed6d62',
385
+ 'popup_post_time_color' => '#9197a3',
386
+ 'popup_show_caption' => true,
387
+ 'popup_show_meta' => true,
388
+ 'popup_meta_bg_color' => '#f6f7f9',
389
+ 'popup_meta_color' => '#000',
390
+ 'popup_show_reactions_counter' => true,
391
+ 'popup_show_comments_counter' => true,
392
+ 'popup_show_view_fb_link' => true,
393
+ 'popup_show_comments' => true,
394
+ 'popup_comments_bg_color' => '#f2f3f5',
395
+ 'popup_comments_color' => '#4b4f52',
396
+ 'popup_close_icon_bg_color' => 'transparent',
397
+ 'popup_close_icon_color' => '#888',
398
+ 'popup_close_icon_bg_hover_color' => '#eee',
399
+ 'popup_close_icon_hover_color' => '#000',
400
+ 'popup_show_close_icon' => true,
401
+ );
402
+ /*
403
+ * Filters to add more default values
404
+ */
405
+ $full_default = apply_filters( 'efbl_full_layout_defaults', $full_default );
406
+ /*
407
+ * Returns the Full skin default values
408
+ */
409
+ return $full_default;
410
+ }
411
+
412
+ /* efbl_skin_full_values Method ends here. */
413
+ /*
414
+ * efbl_skin_grid_values will have default design values of grid layout skin.
415
+ */
416
+ public function efbl_skin_grid_values()
417
+ {
418
+ }
419
+
420
+ /* efbl_skin_grid_values Method ends here. */
421
+ /*
422
+ * efbl_skin_masonry_values will have default design values of masonry layout skin.
423
+ */
424
+ public function efbl_skin_masonry_values()
425
+ {
426
+ }
427
+
428
+ /* efbl_skin_masonry_values Method ends here. */
429
+ /*
430
+ * efbl_skin_thumbnail_values will have default design values of thumbnail layout skin.
431
+ */
432
+ public function efbl_skin_thumbnail_values()
433
+ {
434
+ /*
435
+ * Default values
436
+ */
437
+ $thumbnail_default = array(
438
+ 'layout_option' => 'thumbnail',
439
+ 'show_load_more_btn' => true,
440
+ 'load_more_background_color' => '#333',
441
+ 'load_more_color' => '#fff',
442
+ 'load_more_hover_background_color' => '#5c5c5c',
443
+ 'load_more_hover_color' => '#fff',
444
+ 'header_background_color' => '#fff',
445
+ 'btnbordercolor-hover' => '#000',
446
+ 'header_text_color' => '#000',
447
+ 'feed_time_text_color' => '#000',
448
+ 'feed_cta_text_color' => '#000',
449
+ 'header_background_color' => 'transparent',
450
+ 'header_text_color' => '#000',
451
+ 'header_border_color' => '#ccc',
452
+ 'header_border_style' => 'none',
453
+ 'header_border_top' => '0',
454
+ 'header_border_bottom' => '1',
455
+ 'header_border_left' => '0',
456
+ 'header_border_right' => '0',
457
+ 'header_padding_top' => '10',
458
+ 'header_padding_bottom' => '10',
459
+ 'header_padding_left' => '10',
460
+ 'header_padding_right' => '10',
461
+ 'title_size' => '16',
462
+ 'metadata_size' => '16',
463
+ 'bio_size' => '14',
464
+ 'show_comments' => true,
465
+ 'show_likes' => true,
466
+ 'show_header' => false,
467
+ 'show_dp' => true,
468
+ 'header_round_dp' => true,
469
+ 'show_page_category' => true,
470
+ 'show_no_of_followers' => true,
471
+ 'show_bio' => true,
472
+ 'feed_header' => true,
473
+ 'feed_header_logo' => true,
474
+ 'feed_background_color' => 'transparent',
475
+ 'feed_padding_top' => '0',
476
+ 'feed_padding_bottom' => '0',
477
+ 'feed_padding_left' => '0',
478
+ 'feed_padding_right' => '0',
479
+ 'feed_margin_top' => '0',
480
+ 'feed_margin_bottom' => '20',
481
+ 'feed_margin_left' => '0',
482
+ 'feed_margin_right' => '0',
483
+ 'feed_meta_data_bg_color' => '#333',
484
+ 'feed_meta_data_color' => '#fff',
485
+ 'show_likes' => true,
486
+ 'show_comments' => true,
487
+ 'show_shares' => true,
488
+ 'show_feed_caption' => true,
489
+ 'show_feed_open_popup_icon' => true,
490
+ 'popup_icon_color' => '#fff',
491
+ 'show_feed_cta' => true,
492
+ 'feed_cta_text_color' => '#000',
493
+ 'feed_cta_text_hover_color' => '#000',
494
+ 'feed_hover_bg_color' => 'rgba(0,0,0,0.5)',
495
+ 'feed_seprator_color' => '#ccc',
496
+ 'feed_border_size' => '1',
497
+ 'feed_border_style' => 'none',
498
+ 'feed_type_icon_color' => '#fff',
499
+ 'feed_text_color' => '#000',
500
+ 'feed_shared_link' => true,
501
+ 'feed_shared_link_bg_color' => '#f7f7f7',
502
+ 'feed_shared_link_heading_color' => '#0073aa',
503
+ 'feed_shared_link_color' => '#000',
504
+ 'feed_shared_link_border_color' => '#eee',
505
+ 'popup_sidebar_bg' => '#fff',
506
+ 'popup_sidebar_color' => '#000',
507
+ 'popup_show_header' => true,
508
+ 'popup_show_header_logo' => true,
509
+ 'popup_header_title_color' => '#ed6d62',
510
+ 'popup_post_time_color' => '#9197a3',
511
+ 'popup_show_caption' => true,
512
+ 'popup_show_meta' => true,
513
+ 'popup_meta_bg_color' => '#f6f7f9',
514
+ 'popup_meta_color' => '#000',
515
+ 'popup_show_reactions_counter' => true,
516
+ 'popup_show_comments_counter' => true,
517
+ 'popup_show_view_fb_link' => true,
518
+ 'popup_show_comments' => true,
519
+ 'popup_comments_bg_color' => '#f2f3f5',
520
+ 'popup_comments_color' => '#4b4f52',
521
+ 'popup_close_icon_bg_color' => 'transparent',
522
+ 'popup_close_icon_color' => '#888',
523
+ 'popup_close_icon_bg_hover_color' => '#eee',
524
+ 'popup_close_icon_hover_color' => '#000',
525
+ 'popup_show_close_icon' => true,
526
+ );
527
+ /*
528
+ * Filters to add more default values
529
+ */
530
+ $thumbnail_default = apply_filters( 'efbl_thumbnail_layout_defaults', $thumbnail_default );
531
+ /*
532
+ * Returns the thumbnail skin default values
533
+ */
534
+ return $thumbnail_default;
535
+ }
536
+
537
+ }
538
+ /* Class ends here. */
539
+ /*
540
+ * Globalising class to get functionality on other files.
541
+ */
542
+ $GLOBALS['EFBL_SKINS'] = new EFBL_SKINS();
543
+ }
easy-facebook-likebox/includes/easy-custom-facebook-feed-widget.php CHANGED
@@ -144,6 +144,8 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
144
  'fanpage_url' => 'maltathemes',
145
  'layout' => 'half',
146
  'filter' => 'none',
 
 
147
  'post_limit' => 10,
148
  'words_limit' => null,
149
  'skin_id' => $fta_settings['plugins']['facebook']['default_skin_id'],
@@ -155,6 +157,7 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
155
  'cache_duration' => 'days',
156
  'locale' => 'en_US',
157
  'locale_other' => '',
 
158
  );
159
  $instance = wp_parse_args( (array) $instance, $defaults );
160
  /*echo "<pre>";
@@ -233,6 +236,28 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
233
 
234
  </p>
235
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
 
237
  <p>
238
  <label style="font-weight: bold;" for="<?php
@@ -247,6 +272,9 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
247
 
248
  </p>
249
 
 
 
 
250
  <p>
251
  <label style="font-weight: bold;" for="<?php
252
  echo $this->get_field_id( 'skin_id' ) ;
@@ -510,6 +538,9 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
510
  if ( !empty($fb_appid) ) {
511
  $fb_appid = 'fb_appid="' . $fb_appid . '"';
512
  }
 
 
 
513
  // echo "<pre>";
514
  // print_r( $filter );
515
  // echo "</pre>";
@@ -518,13 +549,10 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
518
  $show_like_box = ( isset( $show_like_box ) ? $show_like_box : 0 );
519
  $links_new_tab = ( isset( $links_new_tab ) ? $links_new_tab : '1' );
520
  $post_limit = ( isset( $post_limit ) ? $post_limit : '10' );
521
- if ( $filter ) {
522
- $filter = 'filter="' . $filter . '"';
523
- }
524
  ?>
525
 
526
  <p style="background:#ddd; padding:5px; "><?php
527
- echo '[efb_feed fanpage_url="' . $fanpage_url . '" ' . $filter . ' layout="' . $layout . '" show_logo="' . $show_logo . '" show_image="' . $show_image . '" show_like_box="' . $show_like_box . '" links_new_tab="' . $links_new_tab . '" post_limit="' . $post_limit . '" words_limit="' . $words_limit . '" cache_unit="' . $cache_unit . '" cache_duration="' . $cache_duration . '" ]' ;
528
  ?></p>
529
  </div>
530
  <?php
@@ -546,7 +574,6 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
546
  $instance['title'] = ( !empty($new_instance['title']) ? strip_tags( $new_instance['title'] ) : '' );
547
  $instance['fanpage_url'] = ( !empty($new_instance['fanpage_url']) ? strip_tags( $new_instance['fanpage_url'] ) : '' );
548
  $instance['fb_appid'] = ( !empty($new_instance['fb_appid']) ? strip_tags( $new_instance['fb_appid'] ) : '' );
549
- $instance['filter'] = ( !empty($new_instance['filter']) ? strip_tags( $new_instance['filter'] ) : '' );
550
  $instance['layout'] = ( !empty($new_instance['layout']) ? strip_tags( $new_instance['layout'] ) : '' );
551
  $instance['skin_id'] = ( !empty($new_instance['skin_id']) ? strip_tags( $new_instance['skin_id'] ) : '' );
552
  $instance['post_limit'] = ( !empty($new_instance['post_limit']) ? strip_tags( $new_instance['post_limit'] ) : '' );
@@ -555,6 +582,7 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
555
  $instance['show_image'] = ( !empty($new_instance['show_image']) ? strip_tags( $new_instance['show_image'] ) : '' );
556
  $instance['show_like_box'] = ( !empty($new_instance['show_like_box']) ? strip_tags( $new_instance['show_like_box'] ) : '' );
557
  $instance['links_new_tab'] = ( !empty($new_instance['links_new_tab']) ? strip_tags( $new_instance['links_new_tab'] ) : '' );
 
558
  $instance['cache_unit'] = ( !empty($new_instance['cache_unit']) ? strip_tags( $new_instance['cache_unit'] ) : '' );
559
  $instance['cache_duration'] = ( !empty($new_instance['cache_duration']) ? strip_tags( $new_instance['cache_duration'] ) : '' );
560
  return $instance;
144
  'fanpage_url' => 'maltathemes',
145
  'layout' => 'half',
146
  'filter' => 'none',
147
+ 'other_page_id' => null,
148
+ 'accesstoken' => null,
149
  'post_limit' => 10,
150
  'words_limit' => null,
151
  'skin_id' => $fta_settings['plugins']['facebook']['default_skin_id'],
157
  'cache_duration' => 'days',
158
  'locale' => 'en_US',
159
  'locale_other' => '',
160
+ 'events_filter' => 'upcoming',
161
  );
162
  $instance = wp_parse_args( (array) $instance, $defaults );
163
  /*echo "<pre>";
236
 
237
  </p>
238
 
239
+ <?php
240
+ ?>
241
+
242
+ <p>
243
+ <label style="font-weight: bold;" for="<?php
244
+ echo $this->get_field_id( 'accesstoken' ) ;
245
+ ?>"><?php
246
+ _e( 'Access Token (Optional):', 'easy-facebook-likebox' );
247
+ ?></label>
248
+ <input class="widefat" id="<?php
249
+ echo $this->get_field_id( 'accesstoken' ) ;
250
+ ?>" name="<?php
251
+ echo $this->get_field_name( 'accesstoken' ) ;
252
+ ?>" type="text" value="<?php
253
+ echo esc_attr( $accesstoken ) ;
254
+ ?>" >
255
+ <br />
256
+
257
+ <i><?php
258
+ _e( "This step is only required for events filter you can follow the steps explained <a target=_blank href=https://maltathemes.com/custom-facebook-feed/page-token/>here</a>. ", 'easy-facebook-likebox' );
259
+ ?></i>
260
+ </p>
261
 
262
  <p>
263
  <label style="font-weight: bold;" for="<?php
272
 
273
  </p>
274
 
275
+ <?php
276
+ ?>
277
+
278
  <p>
279
  <label style="font-weight: bold;" for="<?php
280
  echo $this->get_field_id( 'skin_id' ) ;
538
  if ( !empty($fb_appid) ) {
539
  $fb_appid = 'fb_appid="' . $fb_appid . '"';
540
  }
541
+ if ( !empty($accesstoken) ) {
542
+ $accesstoken = 'accesstoken="' . $accesstoken . '"';
543
+ }
544
  // echo "<pre>";
545
  // print_r( $filter );
546
  // echo "</pre>";
549
  $show_like_box = ( isset( $show_like_box ) ? $show_like_box : 0 );
550
  $links_new_tab = ( isset( $links_new_tab ) ? $links_new_tab : '1' );
551
  $post_limit = ( isset( $post_limit ) ? $post_limit : '10' );
 
 
 
552
  ?>
553
 
554
  <p style="background:#ddd; padding:5px; "><?php
555
+ echo '[efb_feed fanpage_url="' . $fanpage_url . '" ' . $accesstoken . ' ' . $filter . ' ' . $efbl_filter_events . ' layout="' . $layout . '" show_logo="' . $show_logo . '" show_image="' . $show_image . '" show_like_box="' . $show_like_box . '" links_new_tab="' . $links_new_tab . '" post_limit="' . $post_limit . '" words_limit="' . $words_limit . '" cache_unit="' . $cache_unit . '" cache_duration="' . $cache_duration . '" ]' ;
556
  ?></p>
557
  </div>
558
  <?php
574
  $instance['title'] = ( !empty($new_instance['title']) ? strip_tags( $new_instance['title'] ) : '' );
575
  $instance['fanpage_url'] = ( !empty($new_instance['fanpage_url']) ? strip_tags( $new_instance['fanpage_url'] ) : '' );
576
  $instance['fb_appid'] = ( !empty($new_instance['fb_appid']) ? strip_tags( $new_instance['fb_appid'] ) : '' );
 
577
  $instance['layout'] = ( !empty($new_instance['layout']) ? strip_tags( $new_instance['layout'] ) : '' );
578
  $instance['skin_id'] = ( !empty($new_instance['skin_id']) ? strip_tags( $new_instance['skin_id'] ) : '' );
579
  $instance['post_limit'] = ( !empty($new_instance['post_limit']) ? strip_tags( $new_instance['post_limit'] ) : '' );
582
  $instance['show_image'] = ( !empty($new_instance['show_image']) ? strip_tags( $new_instance['show_image'] ) : '' );
583
  $instance['show_like_box'] = ( !empty($new_instance['show_like_box']) ? strip_tags( $new_instance['show_like_box'] ) : '' );
584
  $instance['links_new_tab'] = ( !empty($new_instance['links_new_tab']) ? strip_tags( $new_instance['links_new_tab'] ) : '' );
585
+ $instance['accesstoken'] = ( !empty($new_instance['accesstoken']) ? strip_tags( $new_instance['accesstoken'] ) : '' );
586
  $instance['cache_unit'] = ( !empty($new_instance['cache_unit']) ? strip_tags( $new_instance['cache_unit'] ) : '' );
587
  $instance['cache_duration'] = ( !empty($new_instance['cache_duration']) ? strip_tags( $new_instance['cache_duration'] ) : '' );
588
  return $instance;
easy-facebook-likebox/includes/easy-facebook-likebox-widget.php CHANGED
@@ -231,7 +231,7 @@ class Easy_Facebook_Like_Box_Widget extends WP_Widget {
231
 
232
  <div class="clearfix"></div>
233
 
234
- <p>Use Below shortcode to use inside pages or posts</p>
235
  <?php
236
  if( empty($show_stream) ){
237
  $show_stream = 0;
231
 
232
  <div class="clearfix"></div>
233
 
234
+ <p><?php echo __('Use Below shortcode to use inside pages or posts', 'easy-facebook-likebox'); ?></p>
235
  <?php
236
  if( empty($show_stream) ){
237
  $show_stream = 0;
easy-facebook-likebox/includes/easy-facebook-page-plugin-widget.php CHANGED
@@ -1,179 +1,362 @@
1
  <?php
2
- class Easy_Facebook_Page_Plugin_Widget extends WP_Widget {
3
-
4
- /**
5
- * Register widget with WordPress.
6
- */
7
- function __construct() {
8
- parent::__construct(
9
- 'easy_facebook_page_plugin', // Base ID
10
- __('Easy Facebook Likebox', 'easy-facebook-likebox'), // Name
11
- array( 'description' => __( 'Drag and drop this widget for facebook page plugin integration', 'easy-facebook-likebox' ), ) // Args
12
- );
13
- }
14
 
15
- /**
16
- * Front-end display of widget.
17
- *
18
- * @see WP_Widget::widget()
19
- *
20
- * @param array $args Widget arguments.
21
- * @param array $instance Saved values from database.
22
- */
23
- public function widget( $args, $instance ) {
24
- global $efbl;
25
- $title = apply_filters( 'widget_title', $instance['title'] );
26
-
27
- echo $args['before_widget'];
28
- if ( ! empty( $title ) )
29
- echo $args['before_title'] . $title . $args['after_title'];
30
-
31
- echo $efbl->render_fb_page_plugin($instance);
32
-
33
- echo $args['after_widget'];
34
- }
35
-
36
- /**
37
- * Back-end widget form.
38
- *
39
- * @see WP_Widget::form()
40
- *
41
- * @param array $instance Previously saved values from database.
42
- */
43
- public function form( $instance ) {
44
-
45
- //Get locales
46
- $locales = efbl_get_locales();
47
-
48
- //Get effects
49
- $css3_effects = get_css3_animations();
50
-
51
- $defaults = array(
52
- 'title' => '',
53
- 'fb_appid' => '',
54
- 'fanpage_url' => 'https://www.facebook.com/maltathemes',
55
- 'box_width' => 250,
56
- 'box_height' => '',
57
- 'show_faces' => 1,
58
- 'show_stream' => 0,
59
- 'hide_cover' => 0,
60
- 'responsive' => 0,
61
- 'hide_cta' => 0,
62
- 'small_header' => 0,
63
- 'locale' => 'en_US',
64
- 'locale_other' => '',
65
- 'animate_effect' => 'fadeIn',
66
- );
67
-
68
- $instance = wp_parse_args( (array) $instance, $defaults );
69
-
70
- extract($instance, EXTR_SKIP);
71
-
72
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
  <p>
75
- <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' , 'easy-facebook-likebox' ); ?></label>
76
- <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>">
 
 
 
 
 
 
 
 
 
 
77
  </p>
78
 
79
  <p>
80
- <label for="<?php echo $this->get_field_id( 'fanpage_url' ); ?>"><?php _e( 'Fanpage Url:', 'easy-facebook-likebox' ); ?></label>
81
- <input class="widefat" id="<?php echo $this->get_field_id( 'fanpage_url' ); ?>" name="<?php echo $this->get_field_name( 'fanpage_url' ); ?>" type="text" value="<?php echo esc_attr( $fanpage_url ); ?>"><br />
82
- <i>Full url including http://</i>
 
 
 
 
 
 
 
 
 
 
 
 
83
  </p>
84
-
 
 
 
 
 
 
 
 
 
 
 
 
85
  <p>
86
- <label for="<?php echo $this->get_field_id( 'fb_appid' ); ?>"><?php _e( 'Application ID:', 'easy-facebook-likebox' ); ?></label>
87
- <input class="widefat" id="<?php echo $this->get_field_id( 'fb_appid' ); ?>" name="<?php echo $this->get_field_name( 'fb_appid' ); ?>" type="text" value="<?php echo esc_attr( $fb_appid ); ?>"><br />
 
 
 
 
 
 
 
 
 
 
88
  <i>Optional</i>
89
  </p>
90
 
91
  <p>
92
- <label for="<?php echo $this->get_field_id( 'box_width' ); ?>"><?php _e( 'Width:', 'easy-facebook-likebox' ); ?></label>
93
- <input class="widefat" id="<?php echo $this->get_field_id( 'box_width' ); ?>" name="<?php echo $this->get_field_name( 'box_width' ); ?>" type="text" value="<?php echo esc_attr( $box_width ); ?>"><br />
 
 
 
 
 
 
 
 
 
 
94
  </p>
95
 
96
  <p>
97
- <label for="<?php echo $this->get_field_id( 'box_height' ); ?>"><?php _e( 'Height:', 'easy-facebook-likebox' ); ?></label>
98
- <input class="widefat" id="<?php echo $this->get_field_id( 'box_height' ); ?>" name="<?php echo $this->get_field_name( 'box_height' ); ?>" type="text" value="<?php echo esc_attr( $box_height ); ?>"><br />
 
 
 
 
 
 
 
 
 
 
99
  </p>
100
 
101
 
102
  <p >
103
- <label for="<?php echo $this->get_field_id( 'locale' ); ?>"><?php _e( 'Locale:', 'easy-facebook-likebox' ); ?></label>
 
 
 
 
104
 
105
 
106
- <select class="widefat" id="<?php echo $this->get_field_id( 'locale' ); ?>" name="<?php echo $this->get_field_name( 'locale' ); ?>">
107
- <?php if($locales){
108
- foreach ($locales as $key=>$value){?>
109
- <option <?php selected( $locale, $key , $echo = true); ?> value="<?php echo $key?>"><?php echo $value?></option>
110
- <?php }
111
- }?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  </select>
113
- <i><?php _e( 'Language of your page' , 'easy-facebook-likebox' ); ?></i>
 
 
114
  </p>
115
 
116
  <p >
117
- <label for="<?php echo $this->get_field_id( 'animate_effect' ); ?>"><?php _e( 'Animation:', 'easy-facebook-likebox' ); ?></label>
 
 
 
 
118
 
119
 
120
- <select class="widefat" id="<?php echo $this->get_field_id( 'animate_effect' ); ?>" name="<?php echo $this->get_field_name( 'animate_effect' ); ?>">
121
- <?php if($css3_effects){
122
- foreach ($css3_effects as $key=>$value){?>
123
- <optgroup label="<?php echo $key?>">
 
 
 
 
 
 
 
 
124
 
125
  <?php
126
- if($value){
127
- foreach ($value as $val){?>
 
128
 
129
- <option <?php selected( $animate_effect, $val , $echo = true); ?> value="<?php echo $val?>"><?php echo $val?></option>
130
- <?php }
131
- }?>
 
 
 
 
 
 
 
 
132
  </optgroup>
133
- <?php }
134
- }?>
 
 
135
  </select>
136
- <i><?php _e( 'Select the CSS three animation effect' , 'easy-facebook-likebox' ); ?></i>
 
 
137
  </p>
138
 
139
  <p>
140
- <label for="<?php echo $this->get_field_id( 'locale_other' ); ?>"><?php _e( 'Locale (Other):', 'easy-facebook-likebox' ); ?></label>
141
- <input class="widefat" id="<?php echo $this->get_field_id( 'locale_other' ); ?>" name="<?php echo $this->get_field_name( 'locale_other' ); ?>" type="text" value="<?php echo esc_attr( $locale_other ); ?>" placeholder="en_US">
 
 
 
 
 
 
 
 
 
 
142
 
143
- <i><?php _e( 'input locale if you can not find yours in dropdown list in this format e.g fr_FR for frecnh.' , 'easy-facebook-likebox' ); ?></i>
 
 
144
  </p>
 
145
 
146
- <p class="widget-half">
147
- <input type="checkbox" class="widefat" id="<?php echo $this->get_field_id( 'responsive' ); ?>" name="<?php echo $this->get_field_name( 'responsive' ); ?>" value="1" <?php checked( $responsive, 1 ); ?>>
148
- <label for="<?php echo $this->get_field_id( 'responsive' ); ?>">Responsive</label>
 
 
 
 
 
 
 
 
149
 
150
  </p>
151
 
152
- <p class="widget-half">
153
- <input type="checkbox" class="widefat" id="<?php echo $this->get_field_id( 'show_faces' ); ?>" name="<?php echo $this->get_field_name( 'show_faces' ); ?>" value="1" <?php checked( $show_faces, 1 ); ?>>
154
- <label for="<?php echo $this->get_field_id( 'show_faces' ); ?>"><?php _e( 'Show Faces', 'easy-facebook-likebox' ); ?></label>
 
 
 
 
 
 
 
 
 
 
155
 
156
  </p>
157
 
158
- <p class="widget-half">
159
- <input type="checkbox" class="widefat" id="<?php echo $this->get_field_id( 'hide_cover' ); ?>" name="<?php echo $this->get_field_name( 'hide_cover' ); ?>" value="1" <?php checked( $hide_cover, 1 ); ?>>
160
- <label for="<?php echo $this->get_field_id( 'hide_cover' ); ?>"><?php _e( 'Hide Cover Photo', 'easy-facebook-likebox' ); ?></label>
 
 
 
 
 
 
 
 
 
 
161
 
162
  </p>
163
 
164
- <p class="widget-half">
165
- <input type="checkbox" class="widefat" id="<?php echo $this->get_field_id( 'show_stream' ); ?>" name="<?php echo $this->get_field_name( 'show_stream' ); ?>" value="1" <?php checked( $show_stream, 1 ); ?>>
166
- <label for="<?php echo $this->get_field_id( 'show_stream' ); ?>"><?php _e( 'Show Posts', 'easy-facebook-likebox' ); ?></label>
 
 
 
 
 
 
 
 
 
 
167
 
168
  </p>
169
- <p class="widget-half">
170
- <input type="checkbox" class="widefat" id="<?php echo $this->get_field_id( 'hide_cta' ); ?>" name="<?php echo $this->get_field_name( 'hide_cta' ); ?>" value="1" <?php checked( $hide_cta, 1 ); ?>>
171
- <label for="<?php echo $this->get_field_id( 'hide_cta' ); ?>"><?php _e( 'Hide CTA button', 'easy-facebook-likebox' ); ?></label>
 
 
 
 
 
 
 
 
 
 
172
 
173
  </p>
174
- <p class="widget-half">
175
- <input type="checkbox" class="widefat" id="<?php echo $this->get_field_id( 'small_header' ); ?>" name="<?php echo $this->get_field_name( 'small_header' ); ?>" value="1" <?php checked( $small_header, 1 ); ?>>
176
- <label for="<?php echo $this->get_field_id( 'small_header' ); ?>"><?php _e( 'Use small header', 'easy-facebook-likebox' ); ?></label>
 
 
 
 
 
 
 
 
 
 
177
 
178
  </p>
179
 
@@ -181,86 +364,90 @@ class Easy_Facebook_Page_Plugin_Widget extends WP_Widget {
181
 
182
  <div class="clearfix"></div>
183
 
184
- <p><?php _e( 'Use below shortcode to display like box inside pages, posts or in any shortcode aware textarea/editor', 'easy-facebook-likebox' ); ?></p>
 
 
185
  <?php
186
- if( empty($show_stream) ){
187
- $show_stream = 0;
188
- }
189
-
190
- if( empty($show_faces) ){
191
- $show_faces = 0;
192
- }
193
-
194
- if( empty($show_header) ){
195
- $show_header = 0;
196
- }
197
-
198
- if( empty($hide_cover) ){
199
- $hide_cover = 0;
200
- }
201
-
202
- if( !empty($locale_other) ){
203
- $locale = $locale_other;
204
- }
205
-
206
- if( !empty($fb_appid) ){
207
- $fb_appid = 'fb_appid="'.$fb_appid.'"';
208
- }
209
-
210
-
211
- $fanpage_url = efbl_parse_url( $fanpage_url );
212
- /*echo "<pre>";
213
- print_r( $fb_url );
214
- echo "</pre>";*/
215
-
216
- $responsive = ( empty( $responsive ) ) ? strip_tags( 0 ) : $responsive;
217
-
218
- $hide_cta = ( empty( $hide_cta ) ) ? strip_tags( 0 ) : $hide_cta;
219
-
220
- $small_header = ( empty( $small_header ) ) ? strip_tags( 0 ) : $small_header;
221
-
222
- ?>
223
 
224
- <p style="background:#ddd; padding:5px; "><?php echo '[efb_likebox fanpage_url="'.$fanpage_url.'" '.$fb_appid.' box_width="'.$box_width.'" box_height="'.$box_height.'" locale="'.$locale.'" responsive="'.$responsive.'" show_faces="'.$show_faces.'" show_stream="'.$show_stream.'" hide_cover="'.$hide_cover.'" small_header="'.$small_header.'" hide_cta="'.$hide_cta.'" animate_effect="'.$animate_effect.'" ]'?></p>
 
 
 
 
 
 
 
 
 
 
 
225
 
226
  <?php
227
- }
228
-
229
- /**
230
- * Sanitize widget form values as they are saved.
231
- *
232
- * @see WP_Widget::update()
233
- *
234
- * @param array $new_instance Values just sent to be saved.
235
- * @param array $old_instance Previously saved values from database.
236
- *
237
- * @return array Updated safe values to be saved.
238
- */
239
- public function update( $new_instance, $old_instance ) {
240
- $instance = array();
241
-
242
- $instance['title'] = ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : '';
243
- $instance['fanpage_url'] = ( ! empty( $new_instance['fanpage_url'] ) ) ? strip_tags( $new_instance['fanpage_url'] ) : '';
244
- $instance['fb_appid'] = ( ! empty( $new_instance['fb_appid'] ) ) ? strip_tags( $new_instance['fb_appid'] ) : '';
245
- $instance['show_faces'] = ( ! empty( $new_instance['show_faces'] ) ) ? strip_tags( $new_instance['show_faces'] ) : '';
246
- $instance['show_stream'] = ( ! empty( $new_instance['show_stream'] ) ) ? strip_tags( $new_instance['show_stream'] ) : '';
247
- $instance['hide_cover'] = ( ! empty( $new_instance['hide_cover'] ) ) ? strip_tags( $new_instance['hide_cover'] ) : '';
248
- $instance['box_height'] = ( ! empty( $new_instance['box_height'] ) ) ? strip_tags( $new_instance['box_height'] ) : '';
249
- $instance['box_width'] = ( ! empty( $new_instance['box_width'] ) ) ? strip_tags( $new_instance['box_width'] ) : '';
250
-
251
- $instance['responsive'] = ( ! empty( $new_instance['responsive'] ) ) ? strip_tags( $new_instance['responsive'] ) : '';
252
- $instance['small_header'] = ( ! empty( $new_instance['small_header'] ) ) ? strip_tags( $new_instance['small_header'] ) : '';
253
- $instance['hide_cta'] = ( ! empty( $new_instance['hide_cta'] ) ) ? strip_tags( $new_instance['hide_cta'] ) : '';
254
-
255
- $instance['locale'] = ( ! empty( $new_instance['locale'] ) ) ? strip_tags( $new_instance['locale'] ) : '';
256
- $instance['locale_other'] = ( ! empty( $new_instance['locale_other'] ) ) ? strip_tags( $new_instance['locale_other'] ) : '';
257
-
258
- $instance['animate_effect'] = ( ! empty( $new_instance['animate_effect'] ) ) ? strip_tags( $new_instance['animate_effect'] ) : '';
259
 
260
-
261
-
262
- return $instance;
263
- }
264
-
265
- } // class Foo_Widget
266
- ?>
1
  <?php
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
+ class Easy_Facebook_Page_Plugin_Widget extends WP_Widget
4
+ {
5
+ /**
6
+ * Register widget with WordPress.
7
+ */
8
+ function __construct()
9
+ {
10
+ parent::__construct(
11
+ 'easy_facebook_page_plugin',
12
+ // Base ID
13
+ __( 'Easy Facebook Likebox', 'easy-facebook-likebox' ),
14
+ // Name
15
+ array(
16
+ 'description' => __( 'Drag and drop this widget for facebook page plugin integration', 'easy-facebook-likebox' ),
17
+ )
18
+ );
19
+ }
20
+
21
+ /**
22
+ * Front-end display of widget.
23
+ *
24
+ * @see WP_Widget::widget()
25
+ *
26
+ * @param array $args Widget arguments.
27
+ * @param array $instance Saved values from database.
28
+ */
29
+ public function widget( $args, $instance )
30
+ {
31
+ global $efbl ;
32
+ $title = apply_filters( 'widget_title', $instance['title'] );
33
+ echo $args['before_widget'] ;
34
+ if ( !empty($title) ) {
35
+ echo $args['before_title'] . $title . $args['after_title'] ;
36
+ }
37
+ echo $efbl->render_fb_page_plugin( $instance ) ;
38
+ echo $args['after_widget'] ;
39
+ }
40
+
41
+ /**
42
+ * Back-end widget form.
43
+ *
44
+ * @see WP_Widget::form()
45
+ *
46
+ * @param array $instance Previously saved values from database.
47
+ */
48
+ public function form( $instance )
49
+ {
50
+ //Get locales
51
+ $locales = efbl_get_locales();
52
+ //Get effects
53
+ $css3_effects = get_css3_animations();
54
+ $defaults = array(
55
+ 'title' => '',
56
+ 'fb_appid' => '',
57
+ 'fanpage_url' => 'https://www.facebook.com/maltathemes',
58
+ 'box_width' => 250,
59
+ 'box_height' => '',
60
+ 'show_faces' => 1,
61
+ 'show_stream' => 0,
62
+ 'hide_cover' => 0,
63
+ 'responsive' => 0,
64
+ 'hide_cta' => 0,
65
+ 'small_header' => 0,
66
+ 'locale' => 'en_US',
67
+ 'locale_other' => '',
68
+ 'animate_effect' => 'fadeIn',
69
+ );
70
+ $instance = wp_parse_args( (array) $instance, $defaults );
71
+ extract( $instance, EXTR_SKIP );
72
+ // echo "<pre>";
73
+ // print_r( $efbl_tabs );
74
+ // echo "</pre>";
75
+ ?>
76
 
77
  <p>
78
+ <label for="<?php
79
+ echo $this->get_field_id( 'title' ) ;
80
+ ?>"><?php
81
+ _e( 'Title:', 'easy-facebook-likebox' );
82
+ ?></label>
83
+ <input class="widefat" id="<?php
84
+ echo $this->get_field_id( 'title' ) ;
85
+ ?>" name="<?php
86
+ echo $this->get_field_name( 'title' ) ;
87
+ ?>" type="text" value="<?php
88
+ echo esc_attr( $title ) ;
89
+ ?>">
90
  </p>
91
 
92
  <p>
93
+ <label for="<?php
94
+ echo $this->get_field_id( 'fanpage_url' ) ;
95
+ ?>"><?php
96
+ _e( 'Fanpage Url:', 'easy-facebook-likebox' );
97
+ ?></label>
98
+ <input class="widefat" id="<?php
99
+ echo $this->get_field_id( 'fanpage_url' ) ;
100
+ ?>" name="<?php
101
+ echo $this->get_field_name( 'fanpage_url' ) ;
102
+ ?>" type="text" value="<?php
103
+ echo esc_attr( $fanpage_url ) ;
104
+ ?>"><br />
105
+ <i><?php
106
+ _e( 'Full url including https://', 'easy-facebook-likebox' );
107
+ ?></i>
108
  </p>
109
+
110
+ <p style="margin-bottom:0; "><label><?php
111
+ _e( 'Tabs:', 'easy-facebook-likebox' );
112
+ ?></label></p>
113
+
114
+ <?php
115
+ ?>
116
+ <p>
117
+ <?php
118
+ echo __( "We're sorry, Tabs feature is not included in your plan. Please upgrade to premium version to unlock this and all other cool features. ", "easy-facebook-likebox" ) ;
119
+ echo '<a href="' . efl_fs()->get_upgrade_url() . '">' . __( "Upgrade to PRO", "easy-facebook-likebox" ) . '</a></p>' ;
120
+ ?>
121
+
122
  <p>
123
+ <label for="<?php
124
+ echo $this->get_field_id( 'fb_appid' ) ;
125
+ ?>"><?php
126
+ _e( 'Application ID:', 'easy-facebook-likebox' );
127
+ ?></label>
128
+ <input class="widefat" id="<?php
129
+ echo $this->get_field_id( 'fb_appid' ) ;
130
+ ?>" name="<?php
131
+ echo $this->get_field_name( 'fb_appid' ) ;
132
+ ?>" type="text" value="<?php
133
+ echo esc_attr( $fb_appid ) ;
134
+ ?>"><br />
135
  <i>Optional</i>
136
  </p>
137
 
138
  <p>
139
+ <label for="<?php
140
+ echo $this->get_field_id( 'box_width' ) ;
141
+ ?>"><?php
142
+ _e( 'Width:', 'easy-facebook-likebox' );
143
+ ?></label>
144
+ <input class="widefat" id="<?php
145
+ echo $this->get_field_id( 'box_width' ) ;
146
+ ?>" name="<?php
147
+ echo $this->get_field_name( 'box_width' ) ;
148
+ ?>" type="text" value="<?php
149
+ echo esc_attr( $box_width ) ;
150
+ ?>"><br />
151
  </p>
152
 
153
  <p>
154
+ <label for="<?php
155
+ echo $this->get_field_id( 'box_height' ) ;
156
+ ?>"><?php
157
+ _e( 'Height:', 'easy-facebook-likebox' );
158
+ ?></label>
159
+ <input class="widefat" id="<?php
160
+ echo $this->get_field_id( 'box_height' ) ;
161
+ ?>" name="<?php
162
+ echo $this->get_field_name( 'box_height' ) ;
163
+ ?>" type="text" value="<?php
164
+ echo esc_attr( $box_height ) ;
165
+ ?>"><br />
166
  </p>
167
 
168
 
169
  <p >
170
+ <label for="<?php
171
+ echo $this->get_field_id( 'locale' ) ;
172
+ ?>"><?php
173
+ _e( 'Locale:', 'easy-facebook-likebox' );
174
+ ?></label>
175
 
176
 
177
+ <select class="widefat" id="<?php
178
+ echo $this->get_field_id( 'locale' ) ;
179
+ ?>" name="<?php
180
+ echo $this->get_field_name( 'locale' ) ;
181
+ ?>">
182
+ <?php
183
+ if ( $locales ) {
184
+ foreach ( $locales as $key => $value ) {
185
+ ?>
186
+ <option <?php
187
+ selected( $locale, $key, $echo = true );
188
+ ?> value="<?php
189
+ echo $key ;
190
+ ?>"><?php
191
+ echo $value ;
192
+ ?></option>
193
+ <?php
194
+ }
195
+ }
196
+ ?>
197
  </select>
198
+ <i><?php
199
+ _e( 'Language of your page', 'easy-facebook-likebox' );
200
+ ?></i>
201
  </p>
202
 
203
  <p >
204
+ <label for="<?php
205
+ echo $this->get_field_id( 'animate_effect' ) ;
206
+ ?>"><?php
207
+ _e( 'Animation:', 'easy-facebook-likebox' );
208
+ ?></label>
209
 
210
 
211
+ <select class="widefat" id="<?php
212
+ echo $this->get_field_id( 'animate_effect' ) ;
213
+ ?>" name="<?php
214
+ echo $this->get_field_name( 'animate_effect' ) ;
215
+ ?>">
216
+ <?php
217
+ if ( $css3_effects ) {
218
+ foreach ( $css3_effects as $key => $value ) {
219
+ ?>
220
+ <optgroup label="<?php
221
+ echo $key ;
222
+ ?>">
223
 
224
  <?php
225
+ if ( $value ) {
226
+ foreach ( $value as $val ) {
227
+ ?>
228
 
229
+ <option <?php
230
+ selected( $animate_effect, $val, $echo = true );
231
+ ?> value="<?php
232
+ echo $val ;
233
+ ?>"><?php
234
+ echo $val ;
235
+ ?></option>
236
+ <?php
237
+ }
238
+ }
239
+ ?>
240
  </optgroup>
241
+ <?php
242
+ }
243
+ }
244
+ ?>
245
  </select>
246
+ <i><?php
247
+ _e( 'Select the CSS three animation effect', 'easy-facebook-likebox' );
248
+ ?></i>
249
  </p>
250
 
251
  <p>
252
+ <label for="<?php
253
+ echo $this->get_field_id( 'locale_other' ) ;
254
+ ?>"><?php
255
+ _e( 'Locale (Other):', 'easy-facebook-likebox' );
256
+ ?></label>
257
+ <input class="widefat" id="<?php
258
+ echo $this->get_field_id( 'locale_other' ) ;
259
+ ?>" name="<?php
260
+ echo $this->get_field_name( 'locale_other' ) ;
261
+ ?>" type="text" value="<?php
262
+ echo esc_attr( $locale_other ) ;
263
+ ?>" placeholder="en_US">
264
 
265
+ <i><?php
266
+ _e( 'input locale if you can not find yours in dropdown list in this format e.g fr_FR for frecnh.', 'easy-facebook-likebox' );
267
+ ?></i>
268
  </p>
269
+
270
 
271
+ <p class="widget-half" style="float:left;width: 50%;">
272
+ <input type="checkbox" class="widefat" id="<?php
273
+ echo $this->get_field_id( 'responsive' ) ;
274
+ ?>" name="<?php
275
+ echo $this->get_field_name( 'responsive' ) ;
276
+ ?>" value="1" <?php
277
+ checked( $responsive, 1 );
278
+ ?>>
279
+ <label for="<?php
280
+ echo $this->get_field_id( 'responsive' ) ;
281
+ ?>">Responsive</label>
282
 
283
  </p>
284
 
285
+ <p class="widget-half" style="float:left;width: 50%;">
286
+ <input type="checkbox" class="widefat" id="<?php
287
+ echo $this->get_field_id( 'show_faces' ) ;
288
+ ?>" name="<?php
289
+ echo $this->get_field_name( 'show_faces' ) ;
290
+ ?>" value="1" <?php
291
+ checked( $show_faces, 1 );
292
+ ?>>
293
+ <label for="<?php
294
+ echo $this->get_field_id( 'show_faces' ) ;
295
+ ?>"><?php
296
+ _e( 'Show Faces', 'easy-facebook-likebox' );
297
+ ?></label>
298
 
299
  </p>
300
 
301
+ <p class="widget-half" style="float:left;width: 50%;">
302
+ <input type="checkbox" class="widefat" id="<?php
303
+ echo $this->get_field_id( 'hide_cover' ) ;
304
+ ?>" name="<?php
305
+ echo $this->get_field_name( 'hide_cover' ) ;
306
+ ?>" value="1" <?php
307
+ checked( $hide_cover, 1 );
308
+ ?>>
309
+ <label for="<?php
310
+ echo $this->get_field_id( 'hide_cover' ) ;
311
+ ?>"><?php
312
+ _e( 'Hide Cover Photo', 'easy-facebook-likebox' );
313
+ ?></label>
314
 
315
  </p>
316
 
317
+ <p class="widget-half" style="float:left;width: 50%;">
318
+ <input type="checkbox" class="widefat" id="<?php
319
+ echo $this->get_field_id( 'show_stream' ) ;
320
+ ?>" name="<?php
321
+ echo $this->get_field_name( 'show_stream' ) ;
322
+ ?>" value="1" <?php
323
+ checked( $show_stream, 1 );
324
+ ?>>
325
+ <label for="<?php
326
+ echo $this->get_field_id( 'show_stream' ) ;
327
+ ?>"><?php
328
+ _e( 'Show Posts', 'easy-facebook-likebox' );
329
+ ?></label>
330
 
331
  </p>
332
+ <p class="widget-half" style="float:left;width: 50%;">
333
+ <input type="checkbox" class="widefat" id="<?php
334
+ echo $this->get_field_id( 'hide_cta' ) ;
335
+ ?>" name="<?php
336
+ echo $this->get_field_name( 'hide_cta' ) ;
337
+ ?>" value="1" <?php
338
+ checked( $hide_cta, 1 );
339
+ ?>>
340
+ <label for="<?php
341
+ echo $this->get_field_id( 'hide_cta' ) ;
342
+ ?>"><?php
343
+ _e( 'Hide CTA button', 'easy-facebook-likebox' );
344
+ ?></label>
345
 
346
  </p>
347
+ <p class="widget-half" style="float:left;width: 50%;">
348
+ <input type="checkbox" class="widefat" id="<?php
349
+ echo $this->get_field_id( 'small_header' ) ;
350
+ ?>" name="<?php
351
+ echo $this->get_field_name( 'small_header' ) ;
352
+ ?>" value="1" <?php
353
+ checked( $small_header, 1 );
354
+ ?>>
355
+ <label for="<?php
356
+ echo $this->get_field_id( 'small_header' ) ;
357
+ ?>"><?php
358
+ _e( 'Use small header', 'easy-facebook-likebox' );
359
+ ?></label>
360
 
361
  </p>
362
 
364
 
365
  <div class="clearfix"></div>
366
 
367
+ <p><?php
368
+ _e( 'Use below shortcode to display like box inside pages, posts or in any shortcode aware textarea/editor', 'easy-facebook-likebox' );
369
+ ?></p>
370
  <?php
371
+ if ( empty($show_stream) ) {
372
+ $show_stream = 0;
373
+ }
374
+ if ( empty($show_faces) ) {
375
+ $show_faces = 0;
376
+ }
377
+ if ( empty($show_header) ) {
378
+ $show_header = 0;
379
+ }
380
+ if ( empty($hide_cover) ) {
381
+ $hide_cover = 0;
382
+ }
383
+ if ( !empty($locale_other) ) {
384
+ $locale = $locale_other;
385
+ }
386
+ if ( !empty($fb_appid) ) {
387
+ $fb_appid = 'fb_appid="' . $fb_appid . '"';
388
+ }
389
+ $fanpage_url = efbl_parse_url( $fanpage_url );
390
+ // echo "<pre>";
391
+ // print_r( $fb_url );
392
+ // echo "</pre>";
393
+ $responsive = ( empty($responsive) ? strip_tags( 0 ) : $responsive );
394
+ $hide_cta = ( empty($hide_cta) ? strip_tags( 0 ) : $hide_cta );
395
+ $small_header = ( empty($small_header) ? strip_tags( 0 ) : $small_header );
396
+ if ( isset( $efbl_tabs_timeline ) && !empty($efbl_tabs_timeline) ) {
397
+ $efbl_tabs_timeline = ( $efbl_tabs_timeline == 1 ? 'timeline,' : null );
398
+ }
399
+ if ( isset( $efbl_tabs_events ) && !empty($efbl_tabs_events) ) {
400
+ $efbl_tabs_events = ( $efbl_tabs_events == 1 ? 'events,' : null );
401
+ }
402
+ if ( isset( $efbl_tabs_messages ) && !empty($efbl_tabs_messages) ) {
403
+ $efbl_tabs_messages = ( $efbl_tabs_messages == 1 ? 'messages' : null );
404
+ }
 
 
 
405
 
406
+ if ( !empty($efbl_tabs_timeline) or !empty($efbl_tabs_events) or !empty($efbl_tabs_messages) ) {
407
+ $tabs = 'tabs="' . $efbl_tabs_timeline . $efbl_tabs_events . $efbl_tabs_messages . '"';
408
+ } else {
409
+ $tabs = null;
410
+ }
411
+
412
+ // echo "<pre>";print_r( $tabs );echo "</pre>";
413
+ ?>
414
+
415
+ <p style="background:#ddd; padding:5px; "><?php
416
+ echo '[efb_likebox fanpage_url="' . $fanpage_url . '" ' . $tabs . ' ' . $fb_appid . ' box_width="' . $box_width . '" box_height="' . $box_height . '" locale="' . $locale . '" responsive="' . $responsive . '" show_faces="' . $show_faces . '" show_stream="' . $show_stream . '" hide_cover="' . $hide_cover . '" small_header="' . $small_header . '" hide_cta="' . $hide_cta . '" animate_effect="' . $animate_effect . '" ]' ;
417
+ ?></p>
418
 
419
  <?php
420
+ }
421
+
422
+ /**
423
+ * Sanitize widget form values as they are saved.
424
+ *
425
+ * @see WP_Widget::update()
426
+ *
427
+ * @param array $new_instance Values just sent to be saved.
428
+ * @param array $old_instance Previously saved values from database.
429
+ *
430
+ * @return array Updated safe values to be saved.
431
+ */
432
+ public function update( $new_instance, $old_instance )
433
+ {
434
+ $instance = array();
435
+ $instance['title'] = ( !empty($new_instance['title']) ? strip_tags( $new_instance['title'] ) : '' );
436
+ $instance['fanpage_url'] = ( !empty($new_instance['fanpage_url']) ? strip_tags( $new_instance['fanpage_url'] ) : '' );
437
+ $instance['fb_appid'] = ( !empty($new_instance['fb_appid']) ? strip_tags( $new_instance['fb_appid'] ) : '' );
438
+ $instance['show_faces'] = ( !empty($new_instance['show_faces']) ? strip_tags( $new_instance['show_faces'] ) : '' );
439
+ $instance['show_stream'] = ( !empty($new_instance['show_stream']) ? strip_tags( $new_instance['show_stream'] ) : '' );
440
+ $instance['hide_cover'] = ( !empty($new_instance['hide_cover']) ? strip_tags( $new_instance['hide_cover'] ) : '' );
441
+ $instance['box_height'] = ( !empty($new_instance['box_height']) ? strip_tags( $new_instance['box_height'] ) : '' );
442
+ $instance['box_width'] = ( !empty($new_instance['box_width']) ? strip_tags( $new_instance['box_width'] ) : '' );
443
+ $instance['responsive'] = ( !empty($new_instance['responsive']) ? strip_tags( $new_instance['responsive'] ) : '' );
444
+ $instance['small_header'] = ( !empty($new_instance['small_header']) ? strip_tags( $new_instance['small_header'] ) : '' );
445
+ $instance['hide_cta'] = ( !empty($new_instance['hide_cta']) ? strip_tags( $new_instance['hide_cta'] ) : '' );
446
+ $instance['locale'] = ( !empty($new_instance['locale']) ? strip_tags( $new_instance['locale'] ) : '' );
447
+ $instance['locale_other'] = ( !empty($new_instance['locale_other']) ? strip_tags( $new_instance['locale_other'] ) : '' );
448
+ $instance['animate_effect'] = ( !empty($new_instance['animate_effect']) ? strip_tags( $new_instance['animate_effect'] ) : '' );
449
+ return $instance;
450
+ }
 
451
 
452
+ }
453
+ // class Foo_Widget
 
 
 
 
 
easy-facebook-likebox/public/assets/css/public-premium.css ADDED
@@ -0,0 +1,966 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .fancybox-container .fancybox-content{ padding: 0px !important; margin: 45px !important;}
2
+ .fancybox-container .post { width: 70%;overflow: auto;background: #000; }
3
+ .fancybox-container .post img, .fancybox-container .post video { max-width: 100%; margin: 0 auto;
4
+ float: none;
5
+ display: table; width: 100%; }
6
+
7
+ .fancybox-container .caption { cursor: auto; width: 400px ;
8
+ position: relative;
9
+ overflow: auto;
10
+ padding: 15px 10px;
11
+ padding-bottom: 0; }
12
+ .fancybox-container .caption .efbl_popup_caption_inner{
13
+ position: absolute;
14
+ top: 0;
15
+ right: 0;
16
+ overflow: auto;
17
+ width: 100%;
18
+ min-height: 200px;
19
+ }
20
+ .fancybox-container .caption .efbl_popup_caption_inner_wraper{
21
+ padding: 20px 10px;
22
+ float: left;
23
+ width: 100%;
24
+ }
25
+ .fancybox-container .main-pop { display: flex; }
26
+ .fancybox-container .efbl_author_info{ float: left;width: 100%;}
27
+ .fancybox-container .efbl_auth_logo{ float: left; margin-right: 5px;}
28
+ .fancybox-container .fancybox-content .efbl_auth_logo img{ float: left;
29
+ width: 40px;
30
+ margin-top: 0px;
31
+ height: 40px;}
32
+ .fancybox-container .efbl_name_date{ float: left;}
33
+ .fancybox-container .efbl_name_date .efbl_author_name{ margin: 0; font-size: 15px;}
34
+ .fancybox-container .efbl_name_date .efbl_author_name a{ color: #ed6d62; font-weight: bold;}
35
+ .fancybox-container .efbl_story_time{margin: 0;font-size: 11px;color: #9197a3;}
36
+ .fancybox-container .efbl_popup_caption{ float: left;width: 100%;font-size: 15px;color: #444;margin: 10px 0;}
37
+ .fancybox-container .efbl-likes-popup-holder { max-width: 52% !important;width: 32%;padding: 10px !important;border-radius: 3px;transform: translateY(-50px);transition: all .33s;
38
+ }
39
+ body .fancybox-container .fancybox-close-small{ color: #888;font-weight: 300;text-align: center;transition: background .25s;}
40
+ body .fancybox-container .fancybox-close-small:hover {
41
+ color: #555;
42
+ background: #eee;
43
+ }
44
+ body .fancybox-container .efbl_likes_holder_icons{ list-style: none;
45
+ font-size: 15px;
46
+ margin: 0;
47
+ padding-left: 0;
48
+ color: rgb(88, 144, 255);
49
+ border-bottom: 1px solid rgba(0, 0, 0, .1);
50
+ padding-bottom: 10px;}
51
+ body .fancybox-container .efbl_likes_holder_icons li{
52
+ display: inline-block;
53
+ padding-right: 10px;
54
+ margin-right: 4px;
55
+ border-right: 1px solid;
56
+ line-height: 15px;
57
+ }
58
+ body .fancybox-container .fancybox-content.efbl_replies_modal{
59
+ padding: 10px !important;
60
+ }
61
+ body .fancybox-container .efbl_likes_holder_icons li a{
62
+ cursor: pointer;
63
+
64
+ }
65
+ .efbl-likes-popup-holder .efbl_likes_holder_icons li a{
66
+ float: left;
67
+ width: 100%;
68
+ }
69
+ .efbl-likes-popup-holder .efbl_likes_holder_icons li a img
70
+ {
71
+ float: left;
72
+ margin-right: 5px;
73
+ }
74
+ .efbl-likes-popup-holder .efbl_likes_holder_icons li
75
+ {
76
+ margin-left: 5px;
77
+ }
78
+ body .fancybox-container .efbl_likes_holder_icons li:last-child, .efbl_reactions_holder .efbl_popup_like:last-child{
79
+ border: 0;
80
+ }
81
+ body .fancybox-container .efbl_likes_holder_icons li img{
82
+ width: 18px;
83
+ margin-bottom: -9px;
84
+ }
85
+ body .fancybox-container .efbl_likes_holder_icons li a img{
86
+ margin-bottom: 0;
87
+ }
88
+ .efbl_reactions_holder{
89
+ float: left;
90
+ width: 100%;
91
+ margin-top: 10px;
92
+ }
93
+ .efbl_reactions_holder .efbl_popup_like{
94
+ float: left;
95
+ width: 100%;
96
+ position: relative;
97
+ margin-bottom: 10px;
98
+ padding-bottom: 10px;
99
+ border-bottom: .5px solid rgba(0, 0, 0, .1);
100
+ }
101
+ .efbl_reactions_holder .efbl_popup_like .efbl_popup_liker_img{
102
+ float: left;
103
+ }
104
+ .efbl_reactions_holder .efbl_popup_like img{
105
+ width: 10%;
106
+ border-radius: 50%;
107
+ }
108
+ .efbl_reactions_holder .efbl_popup_like .efbl_liker_name{
109
+ margin-left: 20px;
110
+ font-size: 16px;
111
+ margin-top: 6px;
112
+ float: left;
113
+ overflow-wrap: break-word;
114
+ width: 80%;
115
+ }
116
+ .efbl_reactions_holder .efbl_popup_like img.efbl_reaction_bottom{
117
+ width: 24px;
118
+ position: absolute;
119
+ bottom: 0;
120
+ left: 24px;
121
+ }
122
+ .fancybox-slide--current .efbl-likes-popup-holder {transform: translateY(0);}
123
+ body .fancybox-container .efbl-likes-popup-holder{
124
+ cursor: auto;
125
+ max-height: 400px;
126
+ overflow: auto;
127
+ }
128
+ .efbl_popup_meta_like_share .efbl_popup_likes_holder a img{
129
+ width: 20px;
130
+ float: left;
131
+ margin-right: 2px;
132
+ }
133
+ .efbl_popup_meta_like_share .efbl_popup_likes_holder a span
134
+ {
135
+ float: left;
136
+ margin-left: 5px;
137
+ margin-top: -4px;
138
+ font-size: 20px;
139
+ }
140
+ body .fancybox-container .efbl_popup_meta_like_share{
141
+ float: left;
142
+ width: 100%;
143
+ font-size: 12px;
144
+ text-align: right;
145
+ margin-top: 10px;
146
+ padding: 6px 10px;
147
+ background: #f6f7f9;
148
+ border-radius: 18px;
149
+ }
150
+ body .fancybox-container .efbl_popup_main .efbl_popup_meta_like_share .efbl_popup_likes_holder{
151
+ float: left;
152
+ font-size: 16px;
153
+ margin-top: 5px;
154
+ margin-right: 10px;
155
+
156
+ }
157
+ body .fancybox-container .efbl_popup_meta_like_share .efbl_popup_meta_right{
158
+ float: right;
159
+ color: #444;
160
+ }
161
+ body .fancybox-container .efbl_popup_meta_like_share .efbl_all_comments_count{
162
+ float: left;
163
+ font-size: 16px;
164
+ margin-top: 3px;
165
+ }
166
+ body .fancybox-container .efbl_popup_meta_like_share .efbl_all_comments_count .fa{
167
+ margin-right: 5px;
168
+ }
169
+ body .fancybox-container .efbl_popup_meta_like_share .efbl_view_story{
170
+ float: left;
171
+ margin-left: 10px;
172
+ margin-top: 5px;
173
+ }
174
+ body .fancybox-container .efbl_popup_meta_like_share .efbl_view_story a{
175
+ color: #444;
176
+ font-size: 13px;
177
+ }
178
+ body .fancybox-container .efbl_popup_meta_like_share .efbl_view_story a:hover{
179
+ color: #6687c4;
180
+ }
181
+ body .fancybox-container .efbl_popup_meta_holder .efbl_all_comments_holder, .fancybox-container .efbl_replies_modal .efbl_popup_all_comments {
182
+ float: left;
183
+ width: 100%;
184
+ overflow: hidden;
185
+ }
186
+ .efbl_all_comments_holder .efbl_single_comment_holder{
187
+ float: left;
188
+ width: 100%;
189
+ position: relative;
190
+ margin-top: 10px;
191
+
192
+ }
193
+
194
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_icon, .fancybox-container .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_icon
195
+ { width: 10%;
196
+ float: left;
197
+ }
198
+ .efbl_all_comments_holder .efbl_single_comment_holder a .fa, .fancybox-container .efbl_replies_modal .efbl_popup_all_comments .fa{
199
+ color: #fff;
200
+ background: #444;
201
+ padding: 5px;
202
+ border-radius: 50%;
203
+ font-size: 16px;
204
+ clear: both;
205
+ }
206
+
207
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_popup, .fancybox-container .efbl_replies_modal .efbl_popup_all_comments .efbl_comment_msg{
208
+
209
+ float: left;
210
+ overflow-wrap: break-word;
211
+ font-size: 14px;
212
+ color: #4b4f52;
213
+ width: 90%;
214
+ background-color: #f2f3f5;
215
+ border-radius: 18px;
216
+ padding: 8px 10px;
217
+ }
218
+
219
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_meta, .fancybox-container .efbl_replies_modal .efbl_popup_all_comments .efbl_comment_meta
220
+ {
221
+ margin-left: 13%;
222
+ float: left;
223
+ font-size: 13px;
224
+ color: #4b4f52;
225
+ margin-top: 2px;
226
+ }
227
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_time, .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_likes_count{
228
+ margin-right: 10px;
229
+ }
230
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_popup.efbl_comment_popup_new{
231
+ width: 100%;
232
+ }
233
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_popup.efbl_comment_popup_new a{
234
+ float: left;
235
+ width: 100%;
236
+ color: #4b4f52;
237
+ }
238
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_meta a, .fancybox-container .efbl_replies_modal .efbl_popup_all_comments .efbl_comment_meta a
239
+ {
240
+ color: #4b4f52;
241
+ }
242
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_likes_count .fa{
243
+ margin-right: 3px;
244
+ }
245
+
246
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_attach_popup {
247
+ float: left;
248
+ width: 100%;
249
+ margin-left: 10%;
250
+ clear: both;
251
+ }
252
+ .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_attach_popup img, .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_attach_popup video{
253
+ max-width: 80%;
254
+ border-radius: 18px;
255
+ }
256
+
257
+ .efbl_feed_fancy_popup{
258
+ position: relative;
259
+ float: left;
260
+ width: 100%;
261
+ }
262
+ .efbl_feed_fancy_popup:hover .efbl_hover{
263
+ opacity: 1;
264
+ transition: all ease-out .5s;
265
+ }
266
+ .efbl_feed_fancy_popup .efbl_hover{
267
+ position: absolute;
268
+ top: 0;
269
+ width: 100%;
270
+ left: 0;
271
+ height: 100%;
272
+ background: rgba(0,0,0,.5);
273
+ opacity: 0;
274
+ transition: all ease-out .5s;
275
+ }
276
+ .efbl_feed_fancy_popup .efbl_hover .fa{
277
+ position: absolute;
278
+ left: 50%;
279
+ transform: translate(-50%, -50%);
280
+ top: 50%;
281
+ font-size: 30px;
282
+ }
283
+ .fancybox-container .efbl_replies_modal{
284
+ width: 500px;
285
+ cursor: auto;
286
+ max-height: 400px;
287
+ overflow: auto;
288
+ padding: 10px !important;
289
+ }
290
+ .fancybox-container .efbl-comments-popup-holder{
291
+ max-width: 60% !important;
292
+ width: 45% !important;
293
+ max-height: 450px !important;
294
+ }
295
+
296
+ .fancybox-container .efbl_replies_modal .efbl_popup_all_comments{
297
+ margin-top: 0;
298
+ }
299
+ .fancybox-container .efbl_replies_modal .efbl_popup_all_comments h4, .fancybox-container .efbl-comments-popup-holder .efbl_all_comments_holder h4{
300
+ margin-top: 0;
301
+ margin-bottom: 15px;
302
+ border-bottom: 1px solid rgba(0,0,0,.1);
303
+ padding-bottom: 15px;
304
+ font-weight: 400;
305
+ }
306
+ .fancybox-container .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder{
307
+ float: left;
308
+ width: 100%;
309
+ margin-bottom: 10px;
310
+ }
311
+ #efblcf.shared_story .efbl_post_content, #efblcf.efbl_no_image .efbl_post_content, #efblcf.shared_story .efbl_story_photo, #efblcf.efbl_no_image .efbl_story_photo{
312
+ width: 100%;
313
+ margin-right: 10px;
314
+ margin-bottom: 10px;
315
+ }
316
+ .fancybox-container .efbl-comments-popup-holder .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_popup{
317
+ width: 92% !important;
318
+ }
319
+ .fancybox-container .efbl-comments-popup-holder .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_icon{
320
+ width: 7% !important;
321
+ }
322
+ .fancybox-container .efbl-comments-popup-holder .efbl_all_comments_holder .efbl_single_comment_holder .efbl_comment_meta{
323
+ margin-left: 8% !important;
324
+ }
325
+ .efbl_fb_story.efbl_videos .efbl_story_photo iframe{
326
+ max-height: 250px !important;
327
+ }
328
+ .fotorama__nav--thumbs .fotorama__nav__frame:last-child{
329
+ padding-right: 2px !important;
330
+ }
331
+ .fotorama__nav--thumbs .fotorama__nav__frame:first-child{
332
+ padding-left: 2px !important;
333
+ }
334
+ .fotorama__nav__shaft{
335
+ background: rgb(255, 255, 255);
336
+ }
337
+
338
+ .fancybox-container .fotorama__html .carousel-item{
339
+ display: block !important;
340
+ position: relative;
341
+ top: 50%;
342
+ left: 50%;
343
+ -webkit-transform: translate(-50%, -50%);
344
+ -ms-transform: translate(-50%, -50%);
345
+ transform: translate(-50%, -50%);
346
+ }
347
+
348
+ .efbl_feed_wraper .efbl_load_more_holder{
349
+ float: left;
350
+
351
+ }
352
+ .efbl_feed_wraper .efbl_load_more_btns_wrap{
353
+ float: none;
354
+ margin: 0 auto;
355
+ display: table;
356
+ }
357
+ .efbl_feed_wraper .efbl_load_more_holder a{
358
+ padding: 9px 20px;
359
+ margin: 5px auto 0 auto;
360
+ background: #333;
361
+ color: #eee;
362
+ border: none;
363
+ color: #fff;
364
+ text-decoration: none !important;
365
+ font-size: 15px;
366
+ line-height: 1.5;
367
+ -moz-transition: all ease-in .3s;
368
+ -ms-transition: all ease-in .3s;
369
+ -o-transition: all ease-in .3s;
370
+ -webkit-transition: all ease-in .3s;
371
+ transition: all ease-in .3s;
372
+ -webkit-box-sizing: border-box;
373
+ -moz-box-sizing: border-box;
374
+ box-sizing: border-box;
375
+ float: left;
376
+ margin-top: 0;
377
+
378
+ }
379
+ .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_grid{
380
+ margin-top: 10px;
381
+ }
382
+ .efbl_feed_wraper .efbl_feed_btns_holder{
383
+ float: left;
384
+ width: 100%;
385
+ margin-bottom: 10px;
386
+ margin-top: 10px;
387
+ }
388
+
389
+ .efbl_feeds_halfwidth.efbl_grid_no_bg, .efbl_feeds_fullwidth.efbl_grid_no_bg, .efbl_feeds_thumbnail.efbl_grid_no_bg{
390
+ height: auto !important;
391
+ }
392
+ .efbl_feed_wraper .efbl_load_more_holder a:hover{
393
+ background-color: #5c5c5c;
394
+ -moz-transition: all ease-in .5s;
395
+ -ms-transition: all ease-in .5s;
396
+ -o-transition: all ease-in .5s;
397
+ -webkit-transition: all ease-in .5s;
398
+ transition: all ease-in .5s;
399
+ }
400
+ .efbl_feed_wraper .efbl_feed_btns_holder .efbl_view_all_btn:hover{
401
+ opacity: .8;
402
+ color: #fff;
403
+ -moz-transition: all ease-in .5s;
404
+ -ms-transition: all ease-in .5s;
405
+ -o-transition: all ease-in .5s;
406
+ -webkit-transition: all ease-in .5s;
407
+ transition: all ease-in .5s;
408
+ }
409
+ .efbl_feed_wraper .efbl_feed_btns_holder a.efbl_view_all_btn{
410
+ background: #02acf7;
411
+ padding: 9px 20px;
412
+ margin: 5px auto 0 auto;
413
+ color: #eee;
414
+ border: none;
415
+ color: #fff;
416
+ text-decoration: none !important;
417
+ font-size: 15px;
418
+ line-height: 1.5;
419
+ -moz-transition: all ease-in .3s;
420
+ -ms-transition: all ease-in .3s;
421
+ -o-transition: all ease-in .3s;
422
+ -webkit-transition: all ease-in .3s;
423
+ transition: all ease-in .3s;
424
+ -webkit-box-sizing: border-box;
425
+ -moz-box-sizing: border-box;
426
+ box-sizing: border-box;
427
+ margin-left: 20px;
428
+ }
429
+ .efbl_feed_wraper .efbl_load_more_btns_wrap a.efbl_load_more_btn.loading .efbl_load_more_text, .efbl_feed_wraper .efbl_load_more_btns_wrap a.efbl_load_more_btn .efbl_loading_text, .efbl_feed_wraper .efbl_load_more_btns_wrap a.efbl_load_more_btn .efbl_no_load_more_text, .efbl_feed_wraper .efbl_load_more_btns_wrap a.efbl_load_more_btn.no-more .efbl_load_more_text {
430
+ display: none;
431
+ }
432
+ .efbl_feed_wraper .efbl_load_more_btns_wrap a.efbl_load_more_btn.loading .efbl_loading_text, .efbl_feed_wraper .efbl_load_more_btns_wrap a.efbl_load_more_btn.no-more .efbl_no_load_more_text {
433
+ display: block;
434
+ }
435
+ .efbl_feed_wraper .efbl_load_more_btns_wrap a.efbl_load_more_btn.no-more{
436
+ background: #ccc;
437
+ cursor: default;
438
+ }
439
+
440
+ /* Maonry Layout CSS Starts*/
441
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry {
442
+ float: left;
443
+ display: inline-block;
444
+ padding: 15px 5px;
445
+ box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
446
+ -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
447
+ -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
448
+ margin: 0 !important;
449
+ margin-bottom: 10px !important;
450
+ }
451
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content{
452
+ float: left;
453
+ width: 100%;
454
+ }
455
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_story_text{
456
+ float: left;
457
+ margin: 0px;
458
+ width: 100%;
459
+ }
460
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_event_title{
461
+ font-weight: bold;
462
+ float: left;
463
+ margin-right: 5px;
464
+ }
465
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_event_description{
466
+ float: left;
467
+ font-size: 14px;
468
+ margin-top: 7px;
469
+ }
470
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_event_data_holder{
471
+ float: left;
472
+ padding: 10px;
473
+ padding-top: 0;
474
+ padding-left: 0;
475
+ }
476
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_event_data_holder .efbl_total_photos{
477
+ float: left;
478
+ margin-left: 5px;
479
+ }
480
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_event_data_holder .efbl_total_photos .fa{
481
+ margin-right: 5px;
482
+ font-size: 17px;
483
+ }
484
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_event_title a{
485
+ text-decoration: none;
486
+ }
487
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_author_info .efbl_auth_logo img{
488
+ width: 40px;
489
+ margin-top: 3px;
490
+ border-radius: 50%;
491
+
492
+ }
493
+ .efbl_feed_wraper .efbl_feeds_masonry .efbl-masonry-sizer,
494
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry { width: calc(94% / 3); }
495
+ .efbl_feed_wraper .efbl_feeds_masonry .efbl-gutter-sizer{width: 10px;}
496
+
497
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_author_info .efbl_name_date .efbl_author_name a{
498
+ font-size: 14px;
499
+ font-weight: bold;
500
+ }
501
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_story_text{
502
+ font-size: 15px;
503
+ }
504
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry .efbl_post_content .efbl_story_photo{
505
+
506
+ width: 100%;
507
+ }
508
+ .efbl_fb_story.masonry .efbl_story_lnc_holder.efbl_info{
509
+ float: left;
510
+ width: 100%;
511
+ }
512
+ .efbl_fb_story.masonry .efbl_story_meta .efbl_read_more_link {
513
+ float: left;
514
+ }
515
+ .efbl_fb_story.masonry .efbl_story_lnc_holder img{
516
+ width: 12px;
517
+ float: left;
518
+ margin-right: 2px;
519
+ margin-top: 7px;
520
+ }
521
+ .efbl_fb_story.masonry .efbl_story_lnc_holder img:last-child{
522
+ margin-right: 0;
523
+ }
524
+ .efbl_fb_story.masonry .efbl_story_lnc_holder .efbl_all_likes_count{
525
+ font-size: 18px;
526
+ float: left;
527
+ color: #616770;
528
+ text-decoration: none;
529
+ line-height: normal;
530
+ margin-left: 5px;
531
+ font-weight: 400;
532
+ -moz-transition: all ease-in .5s;
533
+ -ms-transition: all ease-in .5s;
534
+ -o-transition: all ease-in .5s;
535
+ -webkit-transition: all ease-in .5s;
536
+ transition: all ease-in .5s;
537
+ }
538
+ .efbl_fb_story.masonry .efbl_story_lnc_holder .efbl_all_likes_count:hover{
539
+ color: #000;
540
+ -moz-transition: all ease-in .5s;
541
+ -ms-transition: all ease-in .5s;
542
+ -o-transition: all ease-in .5s;
543
+ -webkit-transition: all ease-in .5s;
544
+ transition: all ease-in .5s;
545
+ }
546
+ .efbl_fb_story.masonry .efbl_story_lnc_holder .efbl_shares{
547
+ cursor: default;
548
+ margin-top: -5px;
549
+ float: left;
550
+ }
551
+
552
+ .efbl_fb_story.masonry .efbl_story_lnc_holder .efbl_shares_text, .efbl_fb_story.masonry .efbl_read_more_link{
553
+ font-size: 14px;
554
+
555
+
556
+ }
557
+ .efbl_fb_story.masonry .efbl_read_more_link a{
558
+ text-decoration: none;
559
+ }
560
+
561
+ .efbl_fb_story.masonry .efbl_story_meta{
562
+ margin-bottom: 0;
563
+ }
564
+ .efbl_fb_story.masonry .efbl_story_lnc_holder .efbl_all_likes_wrap{
565
+ float: left;
566
+ margin-top: -5px;
567
+ background: #333;
568
+ padding: 11px 5px;
569
+ }
570
+ .efbl_fb_story.masonry .efbl_story_lnc_holder .efbl_all_comments_wrap{
571
+ float: left;
572
+ margin-top: -5px;
573
+ }
574
+ .efbl_fb_story.masonry .efbl_story_lnc_holder .efbl_all_comments_wrap .efbl_comments_text, .efbl_fb_story.masonry .efbl_story_lnc_holder .efbl_all_comments_wrap .efbl_comments_counter {
575
+ font-size: 14px;
576
+
577
+ }
578
+ .efbl_fb_story.masonry .efbl_read_more_link .efbl_links_container{
579
+ top: 32px;
580
+ }
581
+ .efbl_fb_story.masonry .efbl_shared_story .efbl_link_image{
582
+ width: 20% !important;
583
+ margin-right: 5px !important;
584
+ }
585
+ .efbl_fb_story.masonry .efbl_shared_story .efbl_link_text{
586
+ width: 77% !important;
587
+ }
588
+
589
+ .efbl_fb_story.masonry .efbl_shared_story .efbl_title_link{
590
+ margin: 0;
591
+ font-size: 15px;
592
+ font-weight: bold;
593
+ }
594
+ .efbl_fb_story.masonry .efbl_shared_story .efbl_link_description{
595
+ font-size: 14px;
596
+ margin-top: 0;
597
+ }
598
+ .efbl_fb_story.masonry .efbl_shared_story p{
599
+ margin: 0;
600
+ }
601
+ .efbl_fb_story.masonry.efbl_events .efbl_event_data_holder{
602
+ padding-bottom: 0 !important;
603
+ width: 100%;
604
+ }
605
+ .efbl_fb_story.masonry .efbl_event_data_holder .efbl_event_starts{
606
+ float: left;
607
+ margin-right: 10px;
608
+ font-size: 14px;
609
+ margin-top: 4px;
610
+ }
611
+ .efbl_fb_story.masonry .efbl_event_data_holder .efbl_event_starts .efbl_event_start_month{
612
+ text-transform: uppercase;
613
+ letter-spacing: 1px;
614
+ }
615
+ .efbl_fb_story.masonry .efbl_event_data_holder .efbl_event_starts .efbl_event_start_date{
616
+ margin-top: -10px;
617
+ float: left;
618
+ text-align: center;
619
+ width: 100%;
620
+ font-size: 18px;
621
+ font-weight: bold;
622
+ letter-spacing: 1px;
623
+ }
624
+ .efbl_fb_story.masonry.efbl_events .efbl_post_content .efbl_event_meta{
625
+ float: left;
626
+ }
627
+ .efbl_fb_story.masonry.efbl_events .efbl_post_content .efbl_event_meta .efbl_event_time{
628
+ padding: 4px;
629
+ float: left;
630
+ font-size: 15px;
631
+ }
632
+ .efbl_fb_story.masonry.efbl_events .efbl_post_content .efbl_event_meta .efbl_place{
633
+ font-size: 14px;
634
+ float: left;
635
+ display: inline-block;
636
+ margin-right: 6px;
637
+ margin-bottom: 10px;
638
+ }
639
+ .efbl_fb_story.masonry.efbl_events .efbl_post_content .efbl_event_meta .efbl_place a
640
+ {
641
+ font-size: 16px;
642
+ font-weight: bold;
643
+ text-decoration: none;
644
+ }
645
+ .efbl_fb_story.masonry.efbl_events .efbl_post_content .efbl_event_meta .efbl_place_city{
646
+ float: left;
647
+ font-size: 16px;
648
+ }
649
+
650
+ .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_masonry #efblcf.efbl_masonry_bg{
651
+ background-size: cover;
652
+ background-position: center center;
653
+ background-repeat: no-repeat;
654
+ height: 317px;
655
+ padding: 0 !important;
656
+ margin-bottom: 0 !important;
657
+ margin: 5px !important;
658
+ }
659
+ .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_masonry .efbl_masonry_bg img{
660
+ display: none;
661
+ }
662
+ .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_masonry .efbl_masonry_bg .efbl_feed_fancy_popup{
663
+ float: left;
664
+ width: 100%;
665
+ height: 100%;
666
+ position: relative;
667
+ }
668
+ .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_masonry .grid .efbl_multimedia, .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_grid .grid .efbl_video_icon
669
+ {
670
+ position: absolute;
671
+ right: 15px;
672
+ top: 15px;
673
+ color: #fff;
674
+ }
675
+ /* Masonry Layout CSS Ends*/
676
+
677
+ /* Grid Layout CSS Starts*/
678
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid {
679
+ float: left;
680
+ display: inline-block;
681
+ background-size: cover;
682
+ background-position: center center;
683
+ background-repeat: no-repeat;
684
+ height: 317px;
685
+ padding: 0;
686
+ margin-bottom: 0;
687
+ margin: 5px;
688
+ overflow: hidden;
689
+ box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
690
+ -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
691
+ -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
692
+ }
693
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_grid_content_holder{
694
+ position: relative;
695
+ float: left;
696
+ width: 100%;
697
+ }
698
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content{
699
+ float: left;
700
+ width: 100%;
701
+ margin: 0;
702
+ }
703
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_story_text{
704
+ float: left;
705
+ margin: 0px;
706
+ width: 100%;
707
+ }
708
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_event_title{
709
+ font-weight: bold;
710
+ float: left;
711
+ margin-right: 5px;
712
+ }
713
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_event_description{
714
+ float: left;
715
+ font-size: 14px;
716
+ margin-top: 7px;
717
+ }
718
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_event_data_holder{
719
+ float: left;
720
+ padding: 10px;
721
+ padding-top: 0;
722
+ }
723
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_event_data_holder .efbl_total_photos{
724
+ float: left;
725
+ margin-left: 5px;
726
+ }
727
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_event_data_holder .efbl_total_photos .fa{
728
+ margin-right: 5px;
729
+ font-size: 17px;
730
+ }
731
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_event_title a{
732
+ text-decoration: none;
733
+ }
734
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_author_info .efbl_auth_logo img{
735
+ width: 40px;
736
+ margin-top: 3px;
737
+ border-radius: 50%;
738
+
739
+ }
740
+
741
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid { width: calc(92% / 3); }
742
+
743
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_author_info .efbl_name_date .efbl_author_name a{
744
+ font-size: 14px;
745
+ font-weight: bold;
746
+ }
747
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_story_text{
748
+ font-size: 15px;
749
+ }
750
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid .efbl_post_content .efbl_story_photo{
751
+
752
+ width: 100%;
753
+ }
754
+ .efbl_fb_story.grid .efbl_story_lnc_holder.efbl_info{
755
+ }
756
+ .efbl_fb_story.grid .efbl_story_lnc_holder img{
757
+ width: 12px;
758
+ float: left;
759
+ margin-right: 2px;
760
+ margin-top: 7px;
761
+ }
762
+ .efbl_fb_story.grid .efbl_story_lnc_holder img:last-child{
763
+ margin-right: 0;
764
+ }
765
+ .efbl_fb_story.grid .efbl_story_lnc_holder .efbl_all_likes_count{
766
+ font-size: 18px;
767
+ float: left;
768
+ color: #616770;
769
+ text-decoration: none;
770
+ line-height: normal;
771
+ margin-left: 5px;
772
+ font-weight: 400;
773
+ -moz-transition: all ease-in .5s;
774
+ -ms-transition: all ease-in .5s;
775
+ -o-transition: all ease-in .5s;
776
+ -webkit-transition: all ease-in .5s;
777
+ transition: all ease-in .5s;
778
+ }
779
+ .efbl_fb_story.grid .efbl_story_lnc_holder .efbl_all_likes_count:hover{
780
+ color: #000;
781
+ -moz-transition: all ease-in .5s;
782
+ -ms-transition: all ease-in .5s;
783
+ -o-transition: all ease-in .5s;
784
+ -webkit-transition: all ease-in .5s;
785
+ transition: all ease-in .5s;
786
+ }
787
+ .efbl_fb_story.grid .efbl_story_lnc_holder .efbl_shares{
788
+ cursor: default;
789
+ margin-top: -5px;
790
+ float: left;
791
+ }
792
+
793
+ .efbl_fb_story.grid .efbl_story_lnc_holder .efbl_shares_text, .efbl_fb_story.grid .efbl_read_more_link{
794
+ font-size: 14px;
795
+
796
+
797
+ }
798
+ .efbl_fb_story.grid .efbl_read_more_link a{
799
+ text-decoration: none;
800
+ }
801
+
802
+ .efbl_fb_story.grid .efbl_story_meta{
803
+ margin-bottom: 0;
804
+ padding: 0 5px;
805
+ margin-top: 0;
806
+ }
807
+ .efbl_fb_story.grid .efbl_story_lnc_holder .efbl_all_likes_wrap{
808
+ float: left;
809
+ margin-top: 3px;
810
+ }
811
+ .efbl_fb_story.grid .efbl_story_lnc_holder .efbl_all_comments_wrap{
812
+ float: left;
813
+ margin-top: -5px;
814
+ }
815
+ .efbl_fb_story.grid .efbl_story_lnc_holder .efbl_all_comments_wrap .efbl_comments_text, .efbl_fb_story.grid .efbl_story_lnc_holder .efbl_all_comments_wrap .efbl_comments_counter {
816
+ font-size: 14px;
817
+
818
+ }
819
+ .efbl_fb_story.grid .efbl_read_more_link .efbl_links_container{
820
+ top: 32px;
821
+ }
822
+ .efbl_fb_story.grid .efbl_shared_story .efbl_link_image{
823
+ width: 20% !important;
824
+ margin-right: 5px !important;
825
+ }
826
+ .efbl_fb_story.grid .efbl_shared_story .efbl_link_text{
827
+ width: 100% !important;
828
+ }
829
+
830
+ .efbl_fb_story.grid .efbl_shared_story .efbl_title_link{
831
+ margin: 0;
832
+ font-size: 15px;
833
+ font-weight: bold;
834
+ }
835
+ .efbl_fb_story.grid .efbl_shared_story .efbl_link_description{
836
+ font-size: 14px;
837
+ margin-top: 0;
838
+ }
839
+ .efbl_fb_story.grid .efbl_shared_story p{
840
+ margin: 0;
841
+ }
842
+ .efbl_fb_story.grid.efbl_events .efbl_event_data_holder{
843
+ padding-bottom: 0 !important;
844
+ width: 100%;
845
+ }
846
+ .efbl_fb_story.grid .efbl_event_data_holder .efbl_event_starts{
847
+ float: left;
848
+ margin-right: 10px;
849
+ font-size: 14px;
850
+ margin-top: 4px;
851
+ }
852
+ .efbl_fb_story.grid .efbl_event_data_holder .efbl_event_starts .efbl_event_start_month{
853
+ text-transform: uppercase;
854
+ letter-spacing: 1px;
855
+ }
856
+ .efbl_fb_story.grid .efbl_event_data_holder .efbl_event_starts .efbl_event_start_date{
857
+ margin-top: -10px;
858
+ float: left;
859
+ text-align: center;
860
+ width: 100%;
861
+ font-size: 18px;
862
+ font-weight: bold;
863
+ letter-spacing: 1px;
864
+ }
865
+ .efbl_fb_story.grid.efbl_events .efbl_post_content .efbl_event_meta{
866
+ float: left;
867
+ }
868
+ .efbl_fb_story.grid.efbl_events .efbl_post_content .efbl_event_meta .efbl_event_time{
869
+ padding: 4px;
870
+ float: left;
871
+ font-size: 15px;
872
+ }
873
+ .efbl_fb_story.grid.efbl_events .efbl_post_content .efbl_event_meta .efbl_place{
874
+ font-size: 14px;
875
+ float: left;
876
+ display: inline-block;
877
+ margin-right: 6px;
878
+ margin-bottom: 10px;
879
+ }
880
+ .efbl_fb_story.grid.efbl_events .efbl_post_content .efbl_event_meta .efbl_place a
881
+ {
882
+ font-size: 16px;
883
+ font-weight: bold;
884
+ text-decoration: none;
885
+ }
886
+ .efbl_fb_story.grid.efbl_events .efbl_post_content .efbl_event_meta .efbl_place_city{
887
+ float: left;
888
+ font-size: 16px;
889
+ }
890
+
891
+
892
+ .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_grid .grid .efbl_feed_fancy_popup img{
893
+ display: none;
894
+ }
895
+ .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_grid .grid .efbl_feed_fancy_popup{
896
+ float: left;
897
+ width: 100%;
898
+ height: 100%;
899
+ position: relative;
900
+ }
901
+ .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_grid .grid .efbl_multimedia, .efbl_feed_wraper .efbl_feeds_holder.efbl_feeds_grid .grid .efbl_video_icon
902
+ {
903
+ position: absolute;
904
+ right: 15px;
905
+ top: 15px;
906
+ color: #fff;
907
+ }
908
+ /* Grid Layout CSS Ends*/
909
+ @media(min-width: 768px){
910
+ .fancybox-container .post .efbl-popup-carousel-container{
911
+ min-width: 700px;
912
+ }
913
+ }
914
+ @media(max-width: 1024px){
915
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid{
916
+ height: 250px !important;
917
+ }
918
+ }
919
+ .fancybox-container .efbl_popup_main.fancybox-content{
920
+ margin: 30px 0px !important;
921
+ }
922
+ .fancybox-container .efbl_popup_main.fancybox-content .fancybox-close-small {
923
+ color: #fff;
924
+ }
925
+ @media(max-width: 768px){
926
+
927
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid{
928
+ height: 180px !important;
929
+ }
930
+ .fancybox-container .efbl_popup_main .main-pop{
931
+ display: block !important;
932
+ }
933
+ .fancybox-container .efbl_popup_main .post, .fancybox-container .efbl_popup_main .caption{
934
+ width: 100% !important;
935
+ padding: 0 !important;
936
+ }
937
+ .fancybox-container .efbl_popup_main .caption .efbl_popup_caption_inner
938
+ {
939
+ position: relative !important;
940
+ }
941
+ body .fancybox-container .efbl-likes-popup-holder{
942
+ display: inline-block;
943
+ width: 100%;
944
+ max-width: 100% !important;
945
+ margin: 0px !important;
946
+ }
947
+ body .fancybox-container .efbl_popup_main .efbl_likes_holder_icons li img{
948
+ margin-bottom: -9px !important;
949
+ }
950
+ .efbl_reactions_holder .efbl_popup_main .efbl_popup_like .efbl_liker_name{
951
+ font-size: 14px;
952
+ }
953
+ }
954
+ @media(max-width: 480px){
955
+ .efbl_feed_wraper #efblcf.efbl_fb_story.grid{
956
+ width: 100% !important;
957
+ height: 317px !important;
958
+ }
959
+ .efbl_feed_wraper #efblcf.efbl_fb_story.masonry
960
+ {
961
+ width: 100%;
962
+ }
963
+ }
964
+ .fotorama__nav--thumbs .fotorama__nav__frame{
965
+ padding-left: 1.9px!important;
966
+ }
easy-facebook-likebox/public/assets/css/public.css CHANGED
@@ -2,6 +2,9 @@
2
  #fb-root {
3
  display: none;
4
  }
 
 
 
5
  .mfp-container.mfp-ajax-holder .efbl_loader{
6
  font-size: 40px;
7
  color: #fff;
@@ -9,11 +12,12 @@
9
  .efbl-like-box {
10
  position: relative;
11
  float: left;
 
12
  }
13
  img.efbl-loader {
14
  position: absolute;
15
- left: 35%;
16
- top: 35%;
17
  width: 10%;
18
  }
19
  .efbl_feed_wraper .efbl_header{
@@ -24,8 +28,8 @@ img.efbl-loader {
24
  .efbl_feed_wraper .efbl_header_img{
25
  display: inline-block;
26
  float: left;
27
- width: 8%;
28
- margin-right: 5px;
29
  margin-top: -8px;
30
  }
31
  .efbl_feed_wraper .efbl_bio{ margin: 0; font-size: 14px;}
@@ -216,9 +220,32 @@ padding-bottom: 9px;
216
  }
217
  .efbl_fb_story .efbl_info span
218
  {
219
- margin-right:3px;
220
  color: #FFF;
221
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  /*custom facebook feed styling starts form here*/
223
  .efbl_feed_wraper{
224
  float: left;
@@ -227,6 +254,11 @@ padding-bottom: 9px;
227
  padding: 0;
228
  text-align: left;
229
  }
 
 
 
 
 
230
  #efblcf{
231
  float:left;
232
  display:block;
@@ -350,7 +382,7 @@ padding-bottom: 9px;
350
 
351
  #efblcf.halfwidth .efbl_post_content{
352
  float: left;
353
- width: 53%;
354
  }
355
 
356
  #efblcf.thumbnail .efbl_story_photo{
@@ -435,10 +467,18 @@ padding-bottom: 9px;
435
  margin-bottom:0px;
436
  padding-bottom: 0px;
437
  }
 
 
 
 
 
 
 
 
 
 
438
  .efbl_fb_story .efbl_info {
439
  float: left;
440
- padding: 5px 0px 5px 7px;
441
- background: #333;
442
  -webkit-transition: all ease-in-out .5s;
443
  -moz-transition: all ease-in-out .5s;
444
  -o-transition: all ease-in-out .5s;
@@ -695,7 +735,7 @@ color: #000;
695
  width: 100%;
696
  margin-top: 10px;
697
  }
698
- .efbl_fb_story.added_video .efbl_video_icon{
699
  position: absolute;
700
  right: 10px;
701
  top: 10px;
@@ -728,332 +768,3 @@ color: #000;
728
  .efbl_feed_wraper .eflb-post-wrapper .efbl_fb_story.eflb-post .efbl_story_text{
729
  background: transparent;
730
  }
731
- .eflb-thumb {
732
- max-width: 40px;
733
- border-radius: 50%;
734
- overflow: hidden;
735
- line-height: 0;
736
- margin-bottom: 3px;
737
- margin-right: 8px;
738
- }
739
- /*.eflb-post-wrapper {
740
- display: flex;
741
- flex-wrap: wrap;
742
- max-width: 500px;
743
- margin: 0 auto;
744
- }*/
745
- .eflb-post img {
746
- max-width: 100%;
747
- height: auto;
748
- width: 100%;
749
- }
750
- .eflb-head {
751
- display: flex;
752
- padding: 12px;
753
- justify-content: space-between;
754
- }
755
- .eflb-name {
756
- color: #385898;
757
- font-weight: 600;
758
- font-size: 14px;
759
- line-height: 1.38;
760
- padding-right: 5px;
761
- }
762
- .eflb-fl {
763
- display: flex;
764
- }
765
- .eflb-date {
766
- font-size: 12px;
767
- line-height: ;
768
- color: #616770;
769
- }
770
- .eflb-title {
771
- display: flex;
772
- flex-wrap: wrap;
773
- color: #616770;
774
- }
775
- .eflb-post .efbl_shared_story{
776
- background-color: #efefef;
777
- border: 1px solid #efefef;
778
- }
779
- .eflb-post .efbl_shared_story .efbl_link_text .efbl_title_link{
780
- font-size: 18px;
781
- }
782
- .eflb-post .efbl_shared_story .efbl_link_text .efbl_link_description{
783
- font-size: 14px;
784
- }
785
- .eflb-title-btm {
786
- width: 100%;
787
- }
788
- .eflb-img-btm{
789
- float: left;
790
- width: 100%;
791
- position: relative;
792
- float: left;
793
- }
794
- .eflb-img-btm .efbl_feed_fancy_popup {
795
- width: 33%;
796
- margin: 1px;
797
- }
798
- .eflb-img-btm img{
799
-
800
- vertical-align: top;
801
- }
802
- .eflb-dropdown {
803
- padding: 5px 3px;
804
- border-radius: 3px;
805
- border: 1px solid transparent;
806
- }
807
- .eflb-dropdown:hover {
808
- text-decoration: none;
809
- border-color: #ccd0d5;
810
- color: #4b4f56;
811
- background-color: #ebedf0;
812
- }
813
-
814
- .eflb-hash {
815
- color: #385898 !important;
816
- cursor: pointer;
817
- }
818
- .eflb-fr {
819
- }
820
- .eflb-lc-info {
821
- padding: 13px 13px 0 4px;
822
- display: flex;
823
- justify-content: space-between;
824
- padding-bottom: 13px;
825
- align-items: end;
826
- margin-top: -7px;
827
- position: relative;
828
-
829
- }
830
- .eflb-lc-info .efbl_links_container {
831
- top: 40px;
832
- }
833
- .eflb-lc-info i {
834
- font-size: 22px;
835
- }
836
- i.fa-gratipay {
837
- color: #ef2e46;
838
- }
839
- i.fa-thumbs-up{
840
- background: #2d84f7;
841
- color: #fff;
842
- border-radius: 50%;
843
- padding: 5px;
844
- font-size: 12px;
845
- }
846
- .eflb-dots i {
847
- font-size: 18px;
848
- }
849
- .eflb-txt {
850
- margin-top: 2px;
851
- padding-left: 5px;
852
- color: #616770;
853
- }
854
- .eflb-lc-left {
855
- display: flex;
856
- }
857
- .eflb-lc-left img{
858
- width: 30px;
859
- height: 30px;
860
- }
861
- .eflb-lc-left .eflb-txt{
862
- font-size: 13px;
863
- box-shadow: none;
864
- margin-top: 5px;
865
- }
866
- .eflb-lc-right .efbl_lc_right_a {
867
- color: #616770 !important;
868
- font-size: 13px;
869
- box-shadow: none !important;
870
- margin-right: 5px;
871
- }
872
- .eflb-lc-right .efbl_share_links{
873
- margin-right: 0px;
874
- }
875
- .eflb-lc-row {
876
- text-align: center;
877
- margin: 5px 13px;
878
- }
879
- .eflb-lc-row a {
880
- display: flex;
881
- justify-content: center;
882
- line-height: 32px;
883
- align-items: center;
884
- }
885
- .eflb-lc-row a:hover {
886
- text-decoration: none;
887
- background-color: rgba(0, 0, 0, .05);
888
- border-radius: 2px;
889
- }
890
- .eflb-comments {
891
- border-top: 1px solid #dadde1;
892
- }
893
- .eflb-comments {
894
- padding: 5px 13px;
895
- }
896
- .eflb-link {
897
- line-height: 0;
898
- }
899
- .eflb-namelink {
900
- padding: 0 5px;
901
- color: #385898;
902
- }
903
- .eflb-link-info {
904
- padding: 10px 12px;
905
- border-bottom: 1px solid #dddfe2;
906
- background: #eff1f3;
907
- display: flex;
908
- justify-content: space-between;
909
- align-items: center;
910
- }
911
- .eflb-link-info a {
912
- color: #000;
913
- }
914
- .eflb-link-time {
915
- color: #e04c60;
916
- font-size: 12px;
917
- line-height: 1.8;
918
- }
919
- .eflb-link-title {
920
- line-height: 1.8;
921
- }
922
- .eflb-link-txt {
923
- color: #606770;
924
- line-height: 1.8;
925
- }
926
- .eflb-event-link {
927
- padding: 5px 8px;
928
- border-radius: 3px;
929
- text-decoration: none;
930
- border: 1px solid #bec3c9;
931
- color: #4b4f56;
932
- background-color: #ebedf0;
933
- }
934
- .eflb-event-link i {
935
- font-size: 11px;
936
- }
937
- .eflb-poll {
938
- padding: 0 13px;
939
- }
940
- .eflb-poll li {
941
- margin-bottom: 8px;
942
- }
943
- .eflb-pollbg {
944
- background-color: #e9ebee;
945
- position: relative;
946
- width: 100%;
947
- height: 12px;
948
- border-radius: 6px;
949
- overflow: hidden;
950
- }
951
- .eflb-poll-line {
952
- background-color: #4080ff;
953
- border-radius: 6px;
954
- height: 100%;
955
- }
956
- .eflb-poll span {
957
- color: #3578e5;
958
- font-size: 24px;
959
- }
960
- .eflb-poll label {
961
- font-size: 18px;
962
- }
963
- .eflb-post img, .eflb-post a{
964
- box-shadow: none !important;
965
- }
966
- .eflb-post .eflb-cmnts{
967
- display: none;
968
- border-top: 1px solid #dadde1;
969
- }
970
- .eflb-cmnts-row {
971
- display: flex;
972
- padding: 8px 12px 4px;
973
- }
974
- .eflb-thumb-lg {
975
-
976
- border-radius: 50%;
977
- margin-right: 8px;
978
- }
979
- .eflb-thumb-lg .fa{
980
- font-size: 18px;
981
- }
982
- .eflb-cmnt-text {
983
- background-color: #efefef;
984
- border-radius: 18px;
985
- box-sizing: border-box;
986
- color: #616770;
987
- padding: 8px 10px;
988
- }
989
- .cmnt-name {
990
- color: #385898;
991
- font-size: 600;
992
- font-size: 14px;
993
- margin-right: 7px;
994
- }
995
- .eflb-cmnt-body ul {
996
- display: flex;
997
- margin-bottom: 5px;
998
- list-style: none;
999
- }
1000
- .eflb-cmnt-body ul li {
1001
- margin-right: 7px;
1002
- color: #616770;
1003
- }
1004
-
1005
- .eflb-cmnt-body ul li a {
1006
- color: #616770;
1007
- font-size: 12px;
1008
- line-height: 12px;
1009
- }
1010
- .eflb-cmnt-body ul li a span {
1011
- color: #616770;
1012
- }
1013
- .eflb-thumb-sm {
1014
-
1015
- border-radius: 50%;
1016
- }
1017
- .eflb-reply {
1018
- margin-top: 7px;
1019
- }
1020
- .eflb-reply .eflb-thumb-sm {
1021
- margin: 0 8px;
1022
- }
1023
- .eflb-reply {
1024
- display: flex;
1025
- }
1026
- .eflb-reply .fa-reply {
1027
- font-size: 11px;
1028
- color: #385898;
1029
- position: relative;
1030
- top: -5px;
1031
- -webkit-transform: rotate(170deg);
1032
- -moz-transform: rotate(170deg);
1033
- -ms-transform: rotate(170deg);
1034
- -o-transform: rotate(170deg);
1035
- transform: rotate(170deg);
1036
- }
1037
- .eflb-link {
1038
- color: #385898;
1039
- line-height: 20px;
1040
- }
1041
- .eflb-cmnt-box {
1042
- padding: 7px 0px 8px 0px;
1043
- display: flex;
1044
- }
1045
- .eflb-input {
1046
- flex-grow: 1;
1047
- display: flex;
1048
- background-color: #f2f3f5;
1049
- border: 1px solid #ccd0d5;
1050
- border-radius: 16px;
1051
- }
1052
- .eflb-input a{
1053
- font-size: 12px;
1054
- box-shadow: none !important;
1055
- text-decoration: none;
1056
- width: 100%;
1057
- padding: 10px;
1058
- color: #616770;
1059
- }
2
  #fb-root {
3
  display: none;
4
  }
5
+ .mfp-wrap{
6
+ z-index: 99999;
7
+ }
8
  .mfp-container.mfp-ajax-holder .efbl_loader{
9
  font-size: 40px;
10
  color: #fff;
12
  .efbl-like-box {
13
  position: relative;
14
  float: left;
15
+ width: 100%;
16
  }
17
  img.efbl-loader {
18
  position: absolute;
19
+ left: 0;
20
+ top: 0;
21
  width: 10%;
22
  }
23
  .efbl_feed_wraper .efbl_header{
28
  .efbl_feed_wraper .efbl_header_img{
29
  display: inline-block;
30
  float: left;
31
+ width: 6%;
32
+ margin-right: 15px;
33
  margin-top: -8px;
34
  }
35
  .efbl_feed_wraper .efbl_bio{ margin: 0; font-size: 14px;}
220
  }
221
  .efbl_fb_story .efbl_info span
222
  {
 
223
  color: #FFF;
224
  }
225
+ .efbl_feed_wraper .efbl_load_more_holder a.efbl_load_more_btn .efbl_loading_text:after {
226
+ content: ' .';
227
+ animation: dots 1s steps(5, end) infinite;}
228
+
229
+ @keyframes dots {
230
+ 0%, 20% {
231
+ color: rgba(0,0,0,0);
232
+ text-shadow:
233
+ .25em 0 0 rgba(0,0,0,0),
234
+ .5em 0 0 rgba(0,0,0,0);}
235
+ 40% {
236
+ color: white;
237
+ text-shadow:
238
+ .25em 0 0 rgba(0,0,0,0),
239
+ .5em 0 0 rgba(0,0,0,0);}
240
+ 60% {
241
+ text-shadow:
242
+ .25em 0 0 white,
243
+ .5em 0 0 rgba(0,0,0,0);}
244
+ 80%, 100% {
245
+ text-shadow:
246
+ .25em 0 0 white,
247
+ .5em 0 0 white;}}
248
+
249
  /*custom facebook feed styling starts form here*/
250
  .efbl_feed_wraper{
251
  float: left;
254
  padding: 0;
255
  text-align: left;
256
  }
257
+ .efbl_feed_wraper .efbl_feeds_holder{
258
+ float: left;
259
+ width: 100%;
260
+ }
261
+
262
  #efblcf{
263
  float:left;
264
  display:block;
382
 
383
  #efblcf.halfwidth .efbl_post_content{
384
  float: left;
385
+ width: 52%;
386
  }
387
 
388
  #efblcf.thumbnail .efbl_story_photo{
467
  margin-bottom:0px;
468
  padding-bottom: 0px;
469
  }
470
+ .efbl_fb_story .efbl_info .efbl_likes, .efbl_fb_story .efbl_info .efbl_comments, .efbl_fb_story .efbl_info .efbl_shares{
471
+ background: #333;
472
+ padding: 3px 5px;
473
+ }
474
+ .efbl_fb_story .efbl_info .efbl_likes{
475
+ padding-left: 10px;
476
+ }
477
+ .efbl_fb_story .efbl_info .efbl_shares{
478
+ padding-right: 10px;
479
+ }
480
  .efbl_fb_story .efbl_info {
481
  float: left;
 
 
482
  -webkit-transition: all ease-in-out .5s;
483
  -moz-transition: all ease-in-out .5s;
484
  -o-transition: all ease-in-out .5s;
735
  width: 100%;
736
  margin-top: 10px;
737
  }
738
+ .efbl_fb_story .efbl_video_icon{
739
  position: absolute;
740
  right: 10px;
741
  top: 10px;
768
  .efbl_feed_wraper .eflb-post-wrapper .efbl_fb_story.eflb-post .efbl_story_text{
769
  background: transparent;
770
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
easy-facebook-likebox/public/assets/images/efbl-angry.gif CHANGED
Binary file
easy-facebook-likebox/public/assets/images/efbl-haha.gif CHANGED
Binary file
easy-facebook-likebox/public/assets/images/efbl-like.gif CHANGED
Binary file
easy-facebook-likebox/public/assets/images/efbl-love.gif CHANGED
Binary file
easy-facebook-likebox/public/assets/images/efbl-sad.gif CHANGED
Binary file
easy-facebook-likebox/public/assets/images/efbl-wow.gif CHANGED
Binary file
easy-facebook-likebox/public/assets/js/public.js CHANGED
@@ -3,17 +3,21 @@ jQuery(document).ready(function($) {
3
  /*
4
  * Check if the like box has loaded. If yes then remove loader and add animation class!
5
  */
 
 
6
 
7
 
8
  if ($(".efbl_feed_wraper .efbl_custom_likebox")[0] || $(".widget_easy_facebook_page_plugin .efbl-like-box")[0] ){
9
 
10
  if (typeof FB === 'undefined' || FB === null) {
 
11
  setTimeout(function(){ $('.efbl-loader').remove(); }, 3000);
12
 
13
  }
14
  else{
15
 
16
  FB.Event.subscribe('xfbml.render', function(response) {
 
17
  var animclasses = $('.efbl-like-box .fb-page').data('animclass');
18
 
19
  $('.efbl-loader').remove();
@@ -21,10 +25,10 @@ jQuery(document).ready(function($) {
21
  $('.efbl-like-box iframe').addClass('animated ' + animclasses);
22
 
23
  });
24
- }
25
-
26
 
27
- }
 
 
28
 
29
 
30
  // Magic function that will prepare and render markup.
3
  /*
4
  * Check if the like box has loaded. If yes then remove loader and add animation class!
5
  */
6
+
7
+
8
 
9
 
10
  if ($(".efbl_feed_wraper .efbl_custom_likebox")[0] || $(".widget_easy_facebook_page_plugin .efbl-like-box")[0] ){
11
 
12
  if (typeof FB === 'undefined' || FB === null) {
13
+
14
  setTimeout(function(){ $('.efbl-loader').remove(); }, 3000);
15
 
16
  }
17
  else{
18
 
19
  FB.Event.subscribe('xfbml.render', function(response) {
20
+
21
  var animclasses = $('.efbl-like-box .fb-page').data('animclass');
22
 
23
  $('.efbl-loader').remove();
25
  $('.efbl-like-box iframe').addClass('animated ' + animclasses);
26
 
27
  });
 
 
28
 
29
+
30
+ }
31
+ }
32
 
33
 
34
  // Magic function that will prepare and render markup.
easy-facebook-likebox/public/easy-facebook-likebox.php CHANGED
@@ -33,7 +33,7 @@ class Easy_Facebook_Likebox
33
  *
34
  * @var string
35
  */
36
- const VERSION = '5.1.2' ;
37
  /**
38
  * @TODO - Rename "plugin-name" to the name your your plugin
39
  *
@@ -243,7 +243,7 @@ class Easy_Facebook_Likebox
243
  * $data array contains the data of demo page.
244
  */
245
  $data = array(
246
- 'post_title' => __( "Easy Facebook Likebox Demo", 'easy-facebook-likebox' ),
247
  'post_content' => __( '[efb_feed fanpage_url="maltathemes" layout="half" image_size="normal" type="page" post_by="me" show_logo="1" show_image="1" show_like_box="1" links_new_tab="1" post_number="10" post_limit="10" words_limit="" cache_unit="6" cache_duration="days" ] <br> This is a efbl demo page created by plugin automatically. Please do not delete to make the plugin work properly.', 'easy-facebook-likebox' ),
248
  'post_type' => 'page',
249
  'post_status' => 'publish',
@@ -389,6 +389,7 @@ class Easy_Facebook_Likebox
389
  */
390
  public function render_fb_page_plugin( $options )
391
  {
 
392
  extract( $options, EXTR_SKIP );
393
  if ( empty($fb_appid) ) {
394
  $fb_appid = '395202813876688';
@@ -400,12 +401,41 @@ class Easy_Facebook_Likebox
400
  $locale = $locale_other;
401
  }
402
  $page_name_id = efbl_parse_url( $fanpage_url );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  $show_stream = ( $show_stream == 1 ? 'data-show-posts=true' : 'data-show-posts=false' );
404
  $show_faces = ( $show_faces == 1 ? 'data-show-facepile=true' : 'data-show-facepile=false' );
405
  $hide_cover = ( $hide_cover == 1 ? 'data-hide-cover="true"' : 'data-hide-cover=false' );
406
  $responsive = ( $responsive == 1 ? 'data-adapt-container-width=true' : 'data-adapt-container-width=false' );
407
  $hide_cta = ( $hide_cta == 1 ? 'data-hide-cta=true' : 'data-hide-cta=false' );
408
  $small_header = ( $small_header == 1 ? 'data-small-header="true"' : 'data-small-header="false"' );
 
 
 
 
 
 
 
 
 
 
 
409
  $preLoader = plugins_url( 'assets/images/loader.gif', __FILE__ );
410
  $returner = '<div id="fb-root"></div>
411
  <script>(function(d, s, id) {
@@ -423,7 +453,7 @@ class Easy_Facebook_Likebox
423
  if ( $animate_effect ) {
424
  $returner .= '' . $animate_effect . '';
425
  }
426
- $returner .= ' " data-href="https://www.facebook.com/' . $page_name_id . '" ' . $hide_cover . ' data-width="' . $box_width . '" data-height="' . $box_height . '" ' . $show_faces . ' ' . $show_stream . ' ' . $responsive . ' ' . $hide_cta . ' ' . $small_header . '>
427
  </div>
428
 
429
  </div>
@@ -482,8 +512,8 @@ class Easy_Facebook_Likebox
482
  }
483
  }
484
  //check if to display to logged in users
485
- if ( isset( $options['efbl_enabe_if_home'] ) ) {
486
- if ( $options['efbl_enabe_if_home'] == 1 ) {
487
  //Do not show if not home page
488
 
489
  if ( is_home() || is_front_page() ) {
@@ -495,17 +525,8 @@ class Easy_Facebook_Likebox
495
  }
496
  }
497
  //check if to display to logged in users
498
- if ( isset( $options['efbl_enabe_if_login'] ) ) {
499
- if ( $options['efbl_enabe_if_login'] == 1 ) {
500
- //Do not show when user is not logged in
501
- if ( !is_user_logged_in() ) {
502
- return;
503
- }
504
- }
505
- }
506
- //check if to display to logged in users
507
- if ( isset( $options['efbl_enabe_if_login'] ) ) {
508
- if ( $options['efbl_enabe_if_login'] == 1 ) {
509
  //Do not show when user is not logged in
510
  if ( !is_user_logged_in() ) {
511
  return;
@@ -513,8 +534,11 @@ class Easy_Facebook_Likebox
513
  }
514
  }
515
  //check if to display to not-logged in users
516
- if ( isset( $options['efbl_enabe_if_not_login'] ) ) {
517
- if ( $options['efbl_enabe_if_not_login'] == 1 ) {
 
 
 
518
  //Do not show when user is logged in
519
  if ( is_user_logged_in() ) {
520
  return;
@@ -530,14 +554,13 @@ class Easy_Facebook_Likebox
530
  }
531
  }
532
  }
533
- if ( !is_user_logged_in() && empty($options['efbl_popup_shortcode']) ) {
534
- return;
535
- }
536
- /*echo "<pre>";
537
- print_r($mDetect);
538
- exit;*/
539
  include 'views/public.php';
540
  }
 
 
 
 
 
541
 
542
  }
543
  $efbl = new Easy_Facebook_Likebox();
33
  *
34
  * @var string
35
  */
36
+ const VERSION = '5.1.7' ;
37
  /**
38
  * @TODO - Rename "plugin-name" to the name your your plugin
39
  *
243
  * $data array contains the data of demo page.
244
  */
245
  $data = array(
246
+ 'post_title' => __( "Easy Facebook Feed Demo", 'easy-facebook-likebox' ),
247
  'post_content' => __( '[efb_feed fanpage_url="maltathemes" layout="half" image_size="normal" type="page" post_by="me" show_logo="1" show_image="1" show_like_box="1" links_new_tab="1" post_number="10" post_limit="10" words_limit="" cache_unit="6" cache_duration="days" ] <br> This is a efbl demo page created by plugin automatically. Please do not delete to make the plugin work properly.', 'easy-facebook-likebox' ),
248
  'post_type' => 'page',
249
  'post_status' => 'publish',
389
  */
390
  public function render_fb_page_plugin( $options )
391
  {
392
+ $tabs = null;
393
  extract( $options, EXTR_SKIP );
394
  if ( empty($fb_appid) ) {
395
  $fb_appid = '395202813876688';
401
  $locale = $locale_other;
402
  }
403
  $page_name_id = efbl_parse_url( $fanpage_url );
404
+ if ( !isset( $show_stream ) ) {
405
+ $show_stream = 0;
406
+ }
407
+ if ( !isset( $show_faces ) ) {
408
+ $show_faces = 0;
409
+ }
410
+ if ( !isset( $hide_cover ) ) {
411
+ $hide_cover = 0;
412
+ }
413
+ if ( !isset( $responsive ) ) {
414
+ $responsive = 0;
415
+ }
416
+ if ( !isset( $hide_cta ) ) {
417
+ $hide_cta = 0;
418
+ }
419
+ if ( !isset( $small_header ) ) {
420
+ $small_header = 0;
421
+ }
422
  $show_stream = ( $show_stream == 1 ? 'data-show-posts=true' : 'data-show-posts=false' );
423
  $show_faces = ( $show_faces == 1 ? 'data-show-facepile=true' : 'data-show-facepile=false' );
424
  $hide_cover = ( $hide_cover == 1 ? 'data-hide-cover="true"' : 'data-hide-cover=false' );
425
  $responsive = ( $responsive == 1 ? 'data-adapt-container-width=true' : 'data-adapt-container-width=false' );
426
  $hide_cta = ( $hide_cta == 1 ? 'data-hide-cta=true' : 'data-hide-cta=false' );
427
  $small_header = ( $small_header == 1 ? 'data-small-header="true"' : 'data-small-header="false"' );
428
+ $tabs = null;
429
+ if ( !isset( $animate_effect ) ) {
430
+ $animate_effect = "fadeIn";
431
+ }
432
+ if ( !isset( $box_height ) ) {
433
+ $box_height = '';
434
+ }
435
+ if ( !isset( $box_width ) ) {
436
+ $box_width = '';
437
+ }
438
+ // echo'<pre>'; print_r($animate_effect);exit();
439
  $preLoader = plugins_url( 'assets/images/loader.gif', __FILE__ );
440
  $returner = '<div id="fb-root"></div>
441
  <script>(function(d, s, id) {
453
  if ( $animate_effect ) {
454
  $returner .= '' . $animate_effect . '';
455
  }
456
+ $returner .= '" data-href="https://www.facebook.com/' . $page_name_id . '" ' . $hide_cover . ' data-width="' . $box_width . '" ' . $tabs . ' data-height="' . $box_height . '" ' . $show_faces . ' ' . $show_stream . ' ' . $responsive . ' ' . $hide_cta . ' ' . $small_header . '>
457
  </div>
458
 
459
  </div>
512
  }
513
  }
514
  //check if to display to logged in users
515
+ if ( isset( $options['efbl_enable_home_only'] ) ) {
516
+ if ( $options['efbl_enable_home_only'] == 1 ) {
517
  //Do not show if not home page
518
 
519
  if ( is_home() || is_front_page() ) {
525
  }
526
  }
527
  //check if to display to logged in users
528
+ if ( isset( $options['efbl_enable_if_login'] ) ) {
529
+ if ( $options['efbl_enable_if_login'] == 1 ) {
 
 
 
 
 
 
 
 
 
530
  //Do not show when user is not logged in
531
  if ( !is_user_logged_in() ) {
532
  return;
534
  }
535
  }
536
  //check if to display to not-logged in users
537
+ if ( isset( $options['efbl_enable_if_not_login'] ) ) {
538
+ if ( $options['efbl_enable_if_not_login'] == 1 ) {
539
+ // echo "<pre>";
540
+ // print_r($options);
541
+ // exit;
542
  //Do not show when user is logged in
543
  if ( is_user_logged_in() ) {
544
  return;
554
  }
555
  }
556
  }
 
 
 
 
 
 
557
  include 'views/public.php';
558
  }
559
+
560
+ /* efbl_load_more_feeds method ends here. */
561
+ public function efbl_load_more_feeds()
562
+ {
563
+ }
564
 
565
  }
566
  $efbl = new Easy_Facebook_Likebox();
easy-facebook-likebox/public/includes/core-functions.php CHANGED
@@ -50,7 +50,12 @@ if(!function_exists('efbl_time_ago')){
50
  if(!function_exists('jws_fetchUrl')){
51
  //Get JSON object of feed data
52
  function jws_fetchUrl($url){
53
- $feedData = wp_remote_get($url);
 
 
 
 
 
54
 
55
  // echo '<pre>'; print_r($feedData);exit;
56
 
50
  if(!function_exists('jws_fetchUrl')){
51
  //Get JSON object of feed data
52
  function jws_fetchUrl($url){
53
+
54
+ $args = array(
55
+ 'timeout' => 60,
56
+ 'sslverify' => false
57
+ );
58
+ $feedData = wp_remote_get($url,$args);
59
 
60
  // echo '<pre>'; print_r($feedData);exit;
61
 
easy-facebook-likebox/public/views/feed.php CHANGED
@@ -68,15 +68,15 @@ if ( $approved_pages ) {
68
  }
69
  $post_limit = ( $post_limit ? $post_limit : '10' );
70
  $number_of_posts = ( $post_number ? $post_number : '10' );
 
 
 
 
 
 
 
71
 
72
- if ( $layout == 'half' ) {
73
- $layout = 'halfwidth';
74
- } elseif ( $layout == 'full' ) {
75
- $layout = 'fullwidth';
76
- } else {
77
- $layout = 'thumbnail';
78
  }
79
-
80
  $image_size = ( $image_size ? $image_size : 'normal' );
81
  $link_target = ( $links_new_tab ? '_blank' : '_self' );
82
 
@@ -134,17 +134,23 @@ if ( $post_by == 'me' ) {
134
 
135
  $enable_popup_for = array( 'photo', 'video' );
136
  $page_name = $approved_pages[$page_id]['name'];
137
- $trasneint_name = 'efbl_' . $query . '_' . $page_name;
138
  if ( empty($page_name) ) {
139
- $trasneint_name = 'efbl_' . $query . '_' . $page_id;
140
  }
141
  global $efbl_skins ;
142
  if ( is_customize_preview() ) {
143
  $skin_id = get_option( 'efbl_skin_id', false );
144
  }
145
  //if(isset($instance['clear_cache']) && !empty($instance['clear_cache'])) delete_transient( $trasneint_name );
146
- //delete_transient($trasneint_name);
 
 
147
  $posts_json = get_transient( $trasneint_name );
 
 
 
 
148
  if ( $approved_pages ) {
149
  foreach ( $approved_pages as $key => $approved_page ) {
150
  if ( $approved_page['id'] == $page_id ) {
@@ -155,7 +161,6 @@ if ( $approved_pages ) {
155
  if ( empty($own_access_token) ) {
156
  $own_access_token = $fb_settings['access_token'];
157
  }
158
- // echo "<pre>"; print_r($result);exit();
159
 
160
  if ( efl_fs()->is_free_plan() && !array_key_exists( $page_id, $approved_pages ) ) {
161
  reset( $approved_pages );
@@ -164,13 +169,16 @@ if ( efl_fs()->is_free_plan() && !array_key_exists( $page_id, $approved_pages )
164
  $own_access_token = $approved_pages[$page_id]['access_token'];
165
  }
166
 
 
 
 
 
167
 
168
  if ( !$posts_json || '' == $posts_json || $test_mode ) {
169
  //build query
170
  $jws_api_url = 'https://graph.facebook.com/' . $page_id . '/' . $query . '?access_token=' . $access_token . '&limit=' . $post_limit . '&locale=en_us';
171
- // $jws_api_url = 'https://graph.facebook.com/v3.2/' .$page_id. '/posts/?fields=full_picture,permalink_url,message,description,created_time,likes{picture},comments,reactions,from,type,link,message_tags,shares,story_tags,name,object_id,source,picture&access_token='. $access_token . '&limit=' . $post_limit . '&locale=en_us';
172
- $jws_api_url = 'https://graph.facebook.com/v4.0/' . $page_id . '/?fields=posts{status_type,full_picture,permalink_url,likes{pic_crop,id,name},comments.limit(30){id,like_count,permalink_url,likes.limit(10),comments,reactions,comment_count,created_time,message,message_tags,attachment},reactions{id,name,pic_crop,type,link},created_time,story,message,reactions.type(LIKE).limit(0).summary(1).as(like),reactions.type(LOVE).limit(0).summary(1).as(love),reactions.type(HAHA).limit(0).summary(1).as(haha),reactions.type(WOW).limit(0).summary(1).as(wow),reactions.type(SAD).limit(0).summary(1).as(sad),reactions.type(ANGRY).limit(0).summary(1).as(angry),from,message_tags,shares,story_tags,picture,attachments,via,to,with_tags,dynamic_posts},about,picture{url}&access_token=' . $own_access_token . '&limit=' . $post_limit . '&locale=en_us';
173
- // echo $posts_json;exit;
174
  //set json data
175
  $posts_json = jws_fetchUrl( $jws_api_url );
176
  $json_decoded = json_decode( $posts_json );
@@ -201,13 +209,11 @@ if ( is_customize_preview() ) {
201
  // plan end
202
 
203
  if ( !$json_decoded->error ) {
204
- // echo "<pre>"; print_r($body);exit();
205
  $returner = null;
206
  $rand_id = mt_rand( 1, 10 );
207
  $efbl_bio_data = efbl_get_page_bio( $page_id, $access_token, $cache_seconds );
208
- // echo "<pre>"; print_r($efbl_bio_data);exit();
209
  $page_meta = $fb_settings['approved_pages'][$page_id];
210
- // echo "<pre>"; print_r($fbData);exit();
211
  //Start wraper of feed
212
  $returner .= '<div class="efbl_feed_wraper efbl_skin_' . $skin_id . '" id="efbl_feed_' . $rand_id . '">';
213
 
@@ -232,31 +238,35 @@ if ( !$json_decoded->error ) {
232
  </div>';
233
  }
234
 
 
 
 
 
 
235
 
236
  if ( $fbData ) {
237
  $i = null;
238
  $pi = 1;
239
  // increment counter for popup gallery
240
  $efbl_skin = $efbl_skins[$skin_id]['design'];
241
-
242
- if ( $selected_skin == 'half' || $selected_skin == 'halfwidth' ) {
 
 
243
  $layout = 'halfwidth';
244
- } elseif ( $selected_skin == 'full' || $selected_skin == 'fullwidth' ) {
 
245
  $layout = 'fullwidth';
246
- } else {
247
- $layout = 'halfwidth';
248
  }
249
-
250
- // $layout = 'facebook';
251
- // echo "<pre>"; print_r($layout);exit();
252
- // if('facebook' == $layout): $returner .='<div class="eflb-post-wrapper">'; endif;
253
- // echo "<pre>"; print_r($efbl_skins[$skin_id]['design']['show_likes']); echo "</pre>"; exit();
254
  foreach ( $fbData as $story ) {
255
- // echo "<pre>"; print_r($i); echo "</pre>";
256
  //to check for the number of posts specified
257
- if ( $i == $post_limit ) {
258
- break;
259
- }
260
  $post_text = null;
261
  $story_id = $story->id;
262
  //get the feed type
@@ -265,7 +275,7 @@ if ( !$json_decoded->error ) {
265
  if ( 'events' == $filter or 'albums' == $filter or 'videos' == $filter or 'images' == $filter or 'mentioned' == $filter ) {
266
  $efbl_likes_count = count( $story->reactions->data );
267
  }
268
- if ( $story->comments->data ) {
269
  $efbl_comments_count = count( $story->comments->data );
270
  }
271
  if ( !$efbl_comments_count ) {
@@ -333,15 +343,21 @@ if ( !$json_decoded->error ) {
333
  }
334
  }
335
 
336
- if ( $words_limit && $words_limit > 0 ) {
337
  $post_text = wp_trim_words( $post_text, $words_limit, null );
338
  }
 
339
  $feed_img = $story->full_picture;
340
  if ( !empty($feed_img) && 'shared_story' != $feed_type ) {
341
  $pic_class = "efbl_has_image";
342
  }
343
  $video_source = $story->attachments->data['0']->media->source;
344
  //plan end
 
 
 
 
 
345
  $story_from_name = $story->from->name;
346
  if ( 'events' == $filter ) {
347
  $story_from_name = $story->owner->name;
@@ -350,6 +366,9 @@ if ( !$json_decoded->error ) {
350
  $auth_img_src = 'https://graph.facebook.com/' . $page_id . '/picture?type=large';
351
  //get author image src
352
  $author_image = '<a href="https://facebook.com/' . $page_id . '" title="' . $story->name . '" target="' . $link_target . '"><img alt="' . $story->name . '" src="' . $auth_img_src . '" title="' . $story->from->name . '" width="40" height="40" /></a>';
 
 
 
353
  /*
354
  * Starting buffer.
355
  */
@@ -371,7 +390,18 @@ if ( !$json_decoded->error ) {
371
  $pi++;
372
  }
373
  }
374
- // if('facebook' == $layout): $returner .='<div class="eflb-post-wrapper">'; endif;
 
 
 
 
 
 
 
 
 
 
 
375
  } else {
376
 
377
  if ( $filter ) {
68
  }
69
  $post_limit = ( $post_limit ? $post_limit : '10' );
70
  $number_of_posts = ( $post_number ? $post_number : '10' );
71
+ if ( isset( $layout ) && !empty($layout) ) {
72
+
73
+ if ( $layout == 'half' ) {
74
+ $layout = 'halfwidth';
75
+ } elseif ( $layout == 'full' ) {
76
+ $layout = 'fullwidth';
77
+ }
78
 
 
 
 
 
 
 
79
  }
 
80
  $image_size = ( $image_size ? $image_size : 'normal' );
81
  $link_target = ( $links_new_tab ? '_blank' : '_self' );
82
 
134
 
135
  $enable_popup_for = array( 'photo', 'video' );
136
  $page_name = $approved_pages[$page_id]['name'];
137
+ $trasneint_name = 'efbl_' . $query . '_' . str_replace( ' ', '', $page_name ) . '-' . $post_limit;
138
  if ( empty($page_name) ) {
139
+ $trasneint_name = 'efbl_' . $query . '_' . str_replace( ' ', '', $page_id ) . '-' . $post_limit;
140
  }
141
  global $efbl_skins ;
142
  if ( is_customize_preview() ) {
143
  $skin_id = get_option( 'efbl_skin_id', false );
144
  }
145
  //if(isset($instance['clear_cache']) && !empty($instance['clear_cache'])) delete_transient( $trasneint_name );
146
+ // delete_transient($trasneint_name); exit();
147
+ $is_saved_posts = false;
148
+ $next_post_url = null;
149
  $posts_json = get_transient( $trasneint_name );
150
+ if ( isset( $posts_json ) && !empty($posts_json) ) {
151
+ $is_saved_posts = true;
152
+ }
153
+ // echo "<pre>"; print_r($trasneint_name);exit();
154
  if ( $approved_pages ) {
155
  foreach ( $approved_pages as $key => $approved_page ) {
156
  if ( $approved_page['id'] == $page_id ) {
161
  if ( empty($own_access_token) ) {
162
  $own_access_token = $fb_settings['access_token'];
163
  }
 
164
 
165
  if ( efl_fs()->is_free_plan() && !array_key_exists( $page_id, $approved_pages ) ) {
166
  reset( $approved_pages );
169
  $own_access_token = $approved_pages[$page_id]['access_token'];
170
  }
171
 
172
+ $jws_api_url = 'https://graph.facebook.com/v4.0/' . $page_id . '/?fields=posts.limit(' . $post_limit . '){status_type,full_picture,permalink_url,likes{pic_crop,id,name},comments.limit(30){id,like_count,permalink_url,likes.limit(10),comments,reactions,comment_count,created_time,message,message_tags,attachment},reactions{id,name,pic_crop,type,link},created_time,story,message,reactions.type(LIKE).limit(0).summary(1).as(like),reactions.type(LOVE).limit(0).summary(1).as(love),reactions.type(HAHA).limit(0).summary(1).as(haha),reactions.type(WOW).limit(0).summary(1).as(wow),reactions.type(SAD).limit(0).summary(1).as(sad),reactions.type(ANGRY).limit(0).summary(1).as(angry),from,message_tags,shares,story_tags,picture,attachments,via,to,with_tags,dynamic_posts},about,picture{url}&access_token=' . $own_access_token . '&locale=en_us';
173
+ if ( isset( $accesstoken ) && !empty($accesstoken) ) {
174
+ $own_access_token = $accesstoken;
175
+ }
176
 
177
  if ( !$posts_json || '' == $posts_json || $test_mode ) {
178
  //build query
179
  $jws_api_url = 'https://graph.facebook.com/' . $page_id . '/' . $query . '?access_token=' . $access_token . '&limit=' . $post_limit . '&locale=en_us';
180
+ $jws_api_url = 'https://graph.facebook.com/v4.0/' . $page_id . '/?fields=posts.limit(' . $post_limit . '){status_type,full_picture,permalink_url,likes{pic_crop,id,name},comments.limit(30){id,like_count,permalink_url,likes.limit(10),comments,reactions,comment_count,created_time,message,message_tags,attachment},reactions{id,name,pic_crop,type,link},created_time,story,message,reactions.type(LIKE).limit(0).summary(1).as(like),reactions.type(LOVE).limit(0).summary(1).as(love),reactions.type(HAHA).limit(0).summary(1).as(haha),reactions.type(WOW).limit(0).summary(1).as(wow),reactions.type(SAD).limit(0).summary(1).as(sad),reactions.type(ANGRY).limit(0).summary(1).as(angry),from,message_tags,shares,story_tags,picture,attachments,via,to,with_tags,dynamic_posts},about,picture{url}&access_token=' . $own_access_token . '&locale=en_us';
181
+ // echo $jws_api_url;exit;
 
182
  //set json data
183
  $posts_json = jws_fetchUrl( $jws_api_url );
184
  $json_decoded = json_decode( $posts_json );
209
  // plan end
210
 
211
  if ( !$json_decoded->error ) {
212
+ // unset($fbData['0']);
213
  $returner = null;
214
  $rand_id = mt_rand( 1, 10 );
215
  $efbl_bio_data = efbl_get_page_bio( $page_id, $access_token, $cache_seconds );
 
216
  $page_meta = $fb_settings['approved_pages'][$page_id];
 
217
  //Start wraper of feed
218
  $returner .= '<div class="efbl_feed_wraper efbl_skin_' . $skin_id . '" id="efbl_feed_' . $rand_id . '">';
219
 
238
  </div>';
239
  }
240
 
241
+ $is_sliced = false;
242
+ $fbData = array_slice( $fbData, 0, $post_limit );
243
+ if ( isset( $fbData ) && !empty($fbData) ) {
244
+ $is_sliced = true;
245
+ }
246
 
247
  if ( $fbData ) {
248
  $i = null;
249
  $pi = 1;
250
  // increment counter for popup gallery
251
  $efbl_skin = $efbl_skins[$skin_id]['design'];
252
+ if ( empty($layout) ) {
253
+ $layout = $selected_skin;
254
+ }
255
+ if ( $layout == 'half' ) {
256
  $layout = 'halfwidth';
257
+ }
258
+ if ( $layout == 'full' ) {
259
  $layout = 'fullwidth';
 
 
260
  }
261
+ // echo "<pre>"; print_r($fbData['9']); echo "</pre>"; exit();
262
+ $returner .= '<div class="efbl_feeds_holder efbl_feeds_' . $layout . '" data-template="' . $layout . '">';
263
+ if ( 'masonry' == $layout ) {
264
+ $returner .= '<div class="efbl-masonry-sizer"></div> <div class="efbl-gutter-sizer"></div>';
265
+ }
266
  foreach ( $fbData as $story ) {
267
+ $efbl_comments_count = 0;
268
  //to check for the number of posts specified
269
+ // if($i == $post_limit) break;
 
 
270
  $post_text = null;
271
  $story_id = $story->id;
272
  //get the feed type
275
  if ( 'events' == $filter or 'albums' == $filter or 'videos' == $filter or 'images' == $filter or 'mentioned' == $filter ) {
276
  $efbl_likes_count = count( $story->reactions->data );
277
  }
278
+ if ( isset( $story->comments->data ) ) {
279
  $efbl_comments_count = count( $story->comments->data );
280
  }
281
  if ( !$efbl_comments_count ) {
343
  }
344
  }
345
 
346
+ if ( isset( $words_limit ) && $words_limit > 0 ) {
347
  $post_text = wp_trim_words( $post_text, $words_limit, null );
348
  }
349
+ $words_limit = preg_replace( '/<iframe.*?\\/iframe>/i', '', $words_limit );
350
  $feed_img = $story->full_picture;
351
  if ( !empty($feed_img) && 'shared_story' != $feed_type ) {
352
  $pic_class = "efbl_has_image";
353
  }
354
  $video_source = $story->attachments->data['0']->media->source;
355
  //plan end
356
+ $video_iframe = null;
357
+ $story_attach_type = $story->attachments->data['0']->type;
358
+ if ( $story_attach_type == 'video_inline' && empty($video_source) ) {
359
+ $video_iframe = '<iframe type="text/html" width="720" height="512" src="https://www.facebook.com/v2.3/plugins/video.php?href=' . $story->attachments->data['0']->url . '?autoplay=1&amp;mute=0&width=720&height=512" allowfullscreen="" frameborder="0" webkitallowfullscreen="" mozallowfullscreen=""></iframe>';
360
+ }
361
  $story_from_name = $story->from->name;
362
  if ( 'events' == $filter ) {
363
  $story_from_name = $story->owner->name;
366
  $auth_img_src = 'https://graph.facebook.com/' . $page_id . '/picture?type=large';
367
  //get author image src
368
  $author_image = '<a href="https://facebook.com/' . $page_id . '" title="' . $story->name . '" target="' . $link_target . '"><img alt="' . $story->name . '" src="' . $auth_img_src . '" title="' . $story->from->name . '" width="40" height="40" /></a>';
369
+ if ( isset( $words_limit ) && !empty($words_limit) ) {
370
+ $post_text = wp_trim_words( $post_text, $words_limit );
371
+ }
372
  /*
373
  * Starting buffer.
374
  */
390
  $pi++;
391
  }
392
  }
393
+ $returner .= '</div>';
394
+ /*
395
+ * Combinig shortcode atts for getting feeds from instagram api.
396
+ */
397
+ $combined_atts = $post_limit . ',' . $words_limit . ',' . $skin_id . ',' . $cache_seconds . ',' . $page_id . ',' . $layout . ',' . $trasneint_name . ',' . $filter . ',' . $events_filter;
398
+ $efbl_load_more_text = __( apply_filters( 'efbl_load_more_text', 'Load More' ), 'easy-facebook-likebox' );
399
+ $efbl_loading_text = __( apply_filters( 'efbl_loading_text', 'Loading' ), 'easy-facebook-likebox' );
400
+ $efbl_no_more_posts = __( apply_filters( 'efbl_no_more_posts', 'No More Found' ), 'easy-facebook-likebox' );
401
+ $efbl_view_all_events = __( apply_filters( 'efbl_view_all_events', 'View All Events' ), 'easy-facebook-likebox' );
402
+ if ( !$is_saved_posts && empty($next_post_url) ) {
403
+ $load_btn_disabled = 'no-more';
404
+ }
405
  } else {
406
 
407
  if ( $filter ) {
easy-facebook-likebox/public/views/public.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /**
3
  * Represents the view for the public-facing component of the plugin.
4
  *
@@ -11,99 +12,131 @@
11
  * @link https://maltathemes.com
12
  * @copyright 2019 MaltaThemes
13
  */
14
-
15
- /*
16
  * Getting main class
17
  */
18
- $FTA = new Feed_Them_All();
19
-
20
- /*
21
  * Getting Settings
22
  */
23
- $fta_settings = $FTA->fta_get_settings();
24
- $efbl_likebox_html = null;
25
-
26
  /*
27
  * Facebook Settings
28
  */
29
  $options = $fta_settings['plugins']['facebook'];
30
-
31
  $delay = 1000;
32
-
33
- if(isset($options['efbl_popup_interval']))
34
- $delay = $options['efbl_popup_interval'];
35
-
36
  $width = null;
37
-
38
- if(isset($options['efbl_popup_width']))
39
- $width = $options['efbl_popup_width'];
40
-
41
  $height = null;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
- if(isset($options['efbl_popup_height']))
44
- $height = $options['efbl_popup_height'];
45
-
46
- if(isset($options['efbl_popup_shortcode']))
47
- $shortcode = stripslashes($options['efbl_popup_shortcode']);
48
- // echo "<pre>"; print_r(stripslashes($shortcode));exit();
49
-
50
- if(isset($options['efbl_enable_popup'])){
51
-
52
- $popup_class = null;
53
-
54
- if(empty($shortcode)) $popup_class = 'efbl_popup_empty';
55
-
56
- ?>
57
  <div style="display:none">
58
  <a class="popup-with-form efbl_popup_trigger" href="#efbl_popup" >Inline</a>
59
  </div>
60
 
61
  <!-- This file is used to markup the public facing aspect of the plugin. -->
62
 
63
- <div id="efbl_popup" class="white-popup <?php echo $popup_class; ?> mfp-hide" style="width:<?php echo $width?>px; height:<?php echo $height?>px">
 
 
 
 
 
 
64
  <?php
65
- if(empty($shortcode)){
66
-
67
-
68
- if(is_user_logged_in()):
69
- $efbl_setting_direct_link = admin_url('admin.php?page=easy-facebook-likebox#efbl-auto-popup');
70
- $efbl_setting_direct_link_html = '<a target="_blank" href="'.$efbl_setting_direct_link.'">'.__('Take me there', 'easy-facebook-likebox').'</a>';
71
- else : $efbl_setting_direct_link_html = null;
72
- endif;
73
-
74
- $efbl_likebox_html .= '<p>'.__('OOPS! It seems like popup content field is empty, Please add the following shortcode to Popup Content field from Facebook > Auto Popup settings '.$efbl_setting_direct_link_html.'.', 'easy-facebook-likebox').'</p>';
75
- $efbl_likebox_html .= '<p>[efb_likebox fanpage_url="maltathemes" box_width="250" box_height="" locale="en_US" responsive="0" show_faces="1" show_stream="0" hide_cover="0" small_header="0" hide_cta="0" animate_effect="fadeIn" ]</p>';
76
- $efbl_likebox_html .= '<p>'.__("Don't forget to replace the maltathemes with your page ID", 'easy-facebook-likebox').'</p>';
77
-
78
- echo $efbl_likebox_html;
79
- }else{
80
- echo do_shortcode($shortcode);
81
- }
82
- ?>
 
83
  </div>
84
 
85
  <script type="text/javascript">
86
  jQuery(document).ready(function($) {
87
  /*$.removeCookie('dont_show', { path: '/' }); */
 
 
 
88
 
89
  $('.popup-with-form').magnificPopup({
90
  type: 'inline',
91
  preloader: false,
92
 
93
- <?php if(isset($options['efbl_do_not_show_again']) and $options['efbl_do_not_show_again'] == 1){?>
 
 
94
  callbacks: {
95
  close: function() {
96
  $.cookie('dont_show', '1' ,{ expires: 7, path: '/' } );
97
  }
98
  },
99
- <?php }?>
 
 
100
 
101
  });
102
 
103
-
 
 
 
104
 
105
  if( $.cookie('dont_show') != 1)
106
- openFancybox(<?php echo $delay?>);
 
 
 
 
 
 
 
 
 
 
107
 
108
  });
109
 
@@ -111,4 +144,5 @@ function openFancybox(interval) {
111
  setTimeout( function() {jQuery('.efbl_popup_trigger').trigger('click'); },interval);
112
  }
113
  </script>
114
- <?php }?>
 
1
  <?php
2
+
3
  /**
4
  * Represents the view for the public-facing component of the plugin.
5
  *
12
  * @link https://maltathemes.com
13
  * @copyright 2019 MaltaThemes
14
  */
15
+ /*
 
16
  * Getting main class
17
  */
18
+ $FTA = new Feed_Them_All();
19
+ /*
 
20
  * Getting Settings
21
  */
22
+ $fta_settings = $FTA->fta_get_settings();
23
+ $efbl_likebox_html = null;
 
24
  /*
25
  * Facebook Settings
26
  */
27
  $options = $fta_settings['plugins']['facebook'];
 
28
  $delay = 1000;
29
+ if ( isset( $options['efbl_popup_interval'] ) ) {
30
+ $delay = $options['efbl_popup_interval'];
31
+ }
 
32
  $width = null;
33
+ if ( isset( $options['efbl_popup_width'] ) ) {
34
+ $width = $options['efbl_popup_width'];
35
+ }
 
36
  $height = null;
37
+ if ( isset( $options['efbl_popup_height'] ) ) {
38
+ $height = $options['efbl_popup_height'];
39
+ }
40
+ if ( isset( $options['efbl_popup_shortcode'] ) ) {
41
+ $shortcode = stripslashes( $options['efbl_popup_shortcode'] );
42
+ }
43
+ $efbl_ver = 'free';
44
+ if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
45
+ $efbl_ver = 'pro';
46
+ }
47
+ if ( $efbl_ver == 'free' ) {
48
+ $exit_intent = 0;
49
+ }
50
+ if ( isset( $options['exit_intent'] ) ) {
51
+ $exit_intent = $options['exit_intent'];
52
+ }
53
+ if ( !isset( $exit_intent ) && empty($exit_intent) ) {
54
+ $exit_intent = 0;
55
+ }
56
 
57
+ if ( isset( $options['efbl_enable_popup'] ) ) {
58
+ $popup_class = null;
59
+ if ( empty($shortcode) ) {
60
+ $popup_class = 'efbl_popup_empty';
61
+ }
62
+ ?>
 
 
 
 
 
 
 
 
63
  <div style="display:none">
64
  <a class="popup-with-form efbl_popup_trigger" href="#efbl_popup" >Inline</a>
65
  </div>
66
 
67
  <!-- This file is used to markup the public facing aspect of the plugin. -->
68
 
69
+ <div id="efbl_popup" class="white-popup <?php
70
+ echo $popup_class ;
71
+ ?> mfp-hide" style="width:<?php
72
+ echo $width ;
73
+ ?>px; height:<?php
74
+ echo $height ;
75
+ ?>px">
76
  <?php
77
+
78
+ if ( empty($shortcode) ) {
79
+
80
+ if ( is_user_logged_in() ) {
81
+ $efbl_setting_direct_link = admin_url( 'admin.php?page=easy-facebook-likebox#efbl-auto-popup' );
82
+ $efbl_setting_direct_link_html = '<a target="_blank" href="' . $efbl_setting_direct_link . '">' . __( 'Take me there', 'easy-facebook-likebox' ) . '</a>';
83
+ } else {
84
+ $efbl_setting_direct_link_html = null;
85
+ }
86
+
87
+ $efbl_likebox_html .= '<p>' . __( 'OOPS! It seems like popup content field is empty, Please add the following shortcode to Popup Content field from Facebook > Auto Popup settings ' . $efbl_setting_direct_link_html . '.', 'easy-facebook-likebox' ) . '</p>';
88
+ $efbl_likebox_html .= '<p>[efb_likebox fanpage_url="maltathemes" box_width="250" box_height="" locale="en_US" responsive="0" show_faces="1" show_stream="0" hide_cover="0" small_header="0" hide_cta="0" animate_effect="fadeIn" ]</p>';
89
+ $efbl_likebox_html .= '<p>' . __( "Don't forget to replace the maltathemes with your page ID", 'easy-facebook-likebox' ) . '</p>';
90
+ echo $efbl_likebox_html ;
91
+ } else {
92
+ echo do_shortcode( $shortcode ) ;
93
+ }
94
+
95
+ ?>
96
  </div>
97
 
98
  <script type="text/javascript">
99
  jQuery(document).ready(function($) {
100
  /*$.removeCookie('dont_show', { path: '/' }); */
101
+ <?php
102
+ ?>
103
+ // console.log(trackLeave());
104
 
105
  $('.popup-with-form').magnificPopup({
106
  type: 'inline',
107
  preloader: false,
108
 
109
+ <?php
110
+ if ( isset( $options['efbl_do_not_show_again'] ) and $options['efbl_do_not_show_again'] == 1 ) {
111
+ ?>
112
  callbacks: {
113
  close: function() {
114
  $.cookie('dont_show', '1' ,{ expires: 7, path: '/' } );
115
  }
116
  },
117
+ <?php
118
+ }
119
+ ?>
120
 
121
  });
122
 
123
+ <?php
124
+
125
+ if ( !$exit_intent ) {
126
+ ?>
127
 
128
  if( $.cookie('dont_show') != 1)
129
+ openFancybox(<?php
130
+ echo $delay ;
131
+ ?>);
132
+
133
+ <?php
134
+ }
135
+
136
+ ?>
137
+
138
+ <?php
139
+ ?>
140
 
141
  });
142
 
144
  setTimeout( function() {jQuery('.efbl_popup_trigger').trigger('click'); },interval);
145
  }
146
  </script>
147
+ <?php
148
+ }
easy-facebook-likebox/public/views/templates/template-fullwidth.php CHANGED
@@ -36,9 +36,6 @@ if ( 'efbl_has_image' == $pic_class ) {
36
  }
37
 
38
  }
39
- if ( $story->attachments->data['0']->subattachments->data or 'albums' == $filter ) {
40
- $returner .= '<i class="fa fa-clone efbl_multimedia" aria-hidden="true"></i>';
41
- }
42
  // Plan end
43
  $returner .= '</a></div>';
44
  }
@@ -46,9 +43,7 @@ if ( 'efbl_has_image' == $pic_class ) {
46
  $returner .= '<div class="efbl_post_content">';
47
  //Author information
48
  $returner .= '<div class="efbl_author_info">';
49
- if ( $show_logo == 1 ) {
50
- $returner .= '<div class="efbl_auth_logo">' . $author_image . '</div>';
51
- }
52
  $returner .= '<div class="efbl_name_date">
53
 
54
  <p class="efbl_author_name"> <a href="https://facebook.com/' . $page_id . '" target="' . $link_target . '">' . $story_from_name . '</a></p>
@@ -59,10 +54,8 @@ $returner .= '<div class="efbl_name_date">
59
 
60
  </div>';
61
  //plan end
62
- if ( $post_text && $efbl_skins[$skin_id]['design']['show_feed_caption'] ) {
63
- //Story content
64
- $returner .= '<p class="efbl_story_text">' . nl2br( $post_text ) . '</p>';
65
- }
66
  //Plan end
67
 
68
  if ( 'shared_story' == $feed_type ) {
36
  }
37
 
38
  }
 
 
 
39
  // Plan end
40
  $returner .= '</a></div>';
41
  }
43
  $returner .= '<div class="efbl_post_content">';
44
  //Author information
45
  $returner .= '<div class="efbl_author_info">';
46
+ $returner .= '<div class="efbl_auth_logo">' . $author_image . '</div>';
 
 
47
  $returner .= '<div class="efbl_name_date">
48
 
49
  <p class="efbl_author_name"> <a href="https://facebook.com/' . $page_id . '" target="' . $link_target . '">' . $story_from_name . '</a></p>
54
 
55
  </div>';
56
  //plan end
57
+ //Story content
58
+ $returner .= '<p class="efbl_story_text">' . nl2br( $post_text ) . '</p>';
 
 
59
  //Plan end
60
 
61
  if ( 'shared_story' == $feed_type ) {
easy-facebook-likebox/public/views/templates/template-halfwidth.php CHANGED
@@ -36,9 +36,6 @@ if ( 'efbl_has_image' == $pic_class ) {
36
  }
37
 
38
  }
39
- if ( $story->attachments->data['0']->subattachments->data or 'albums' == $filter ) {
40
- $returner .= '<i class="fa fa-clone efbl_multimedia" aria-hidden="true"></i>';
41
- }
42
  // Plan end
43
  $returner .= '</a></div>';
44
  }
@@ -46,9 +43,7 @@ if ( 'efbl_has_image' == $pic_class ) {
46
  $returner .= '<div class="efbl_post_content">';
47
  //Author information
48
  $returner .= '<div class="efbl_author_info">';
49
- if ( $show_logo == 1 ) {
50
- $returner .= '<div class="efbl_auth_logo">' . $author_image . '</div>';
51
- }
52
  $returner .= '<div class="efbl_name_date">
53
 
54
  <p class="efbl_author_name"> <a href="https://facebook.com/' . $page_id . '" target="' . $link_target . '">' . $story_from_name . '</a></p>
@@ -59,10 +54,8 @@ $returner .= '<div class="efbl_name_date">
59
 
60
  </div>';
61
  //plan end
62
- if ( $post_text && $efbl_skins[$skin_id]['design']['show_feed_caption'] ) {
63
- //Story content
64
- $returner .= '<p class="efbl_story_text">' . nl2br( $post_text ) . '</p>';
65
- }
66
  //Plan end
67
 
68
  if ( 'shared_story' == $feed_type ) {
36
  }
37
 
38
  }
 
 
 
39
  // Plan end
40
  $returner .= '</a></div>';
41
  }
43
  $returner .= '<div class="efbl_post_content">';
44
  //Author information
45
  $returner .= '<div class="efbl_author_info">';
46
+ $returner .= '<div class="efbl_auth_logo">' . $author_image . '</div>';
 
 
47
  $returner .= '<div class="efbl_name_date">
48
 
49
  <p class="efbl_author_name"> <a href="https://facebook.com/' . $page_id . '" target="' . $link_target . '">' . $story_from_name . '</a></p>
54
 
55
  </div>';
56
  //plan end
57
+ //Story content
58
+ $returner .= '<p class="efbl_story_text">' . nl2br( $post_text ) . '</p>';
 
 
59
  //Plan end
60
 
61
  if ( 'shared_story' == $feed_type ) {
easy-facebook-likebox/public/views/templates/template-thumbnail.php CHANGED
@@ -36,9 +36,6 @@ if ( 'efbl_has_image' == $pic_class ) {
36
  }
37
 
38
  }
39
- if ( $story->attachments->data['0']->subattachments->data or 'albums' == $filter ) {
40
- $returner .= '<i class="fa fa-clone efbl_multimedia" aria-hidden="true"></i>';
41
- }
42
  // Plan end
43
  $returner .= '</a></div>';
44
  }
@@ -46,9 +43,7 @@ if ( 'efbl_has_image' == $pic_class ) {
46
  $returner .= '<div class="efbl_post_content">';
47
  //Author information
48
  $returner .= '<div class="efbl_author_info">';
49
- if ( $show_logo == 1 ) {
50
- $returner .= '<div class="efbl_auth_logo">' . $author_image . '</div>';
51
- }
52
  $returner .= '<div class="efbl_name_date">
53
 
54
  <p class="efbl_author_name"> <a href="https://facebook.com/' . $page_id . '" target="' . $link_target . '">' . $story_from_name . '</a></p>
@@ -59,10 +54,8 @@ $returner .= '<div class="efbl_name_date">
59
 
60
  </div>';
61
  //plan end
62
- if ( $post_text && $efbl_skins[$skin_id]['design']['show_feed_caption'] ) {
63
- //Story content
64
- $returner .= '<p class="efbl_story_text">' . nl2br( $post_text ) . '</p>';
65
- }
66
  //Plan end
67
 
68
  if ( 'shared_story' == $feed_type ) {
36
  }
37
 
38
  }
 
 
 
39
  // Plan end
40
  $returner .= '</a></div>';
41
  }
43
  $returner .= '<div class="efbl_post_content">';
44
  //Author information
45
  $returner .= '<div class="efbl_author_info">';
46
+ $returner .= '<div class="efbl_auth_logo">' . $author_image . '</div>';
 
 
47
  $returner .= '<div class="efbl_name_date">
48
 
49
  <p class="efbl_author_name"> <a href="https://facebook.com/' . $page_id . '" target="' . $link_target . '">' . $story_from_name . '</a></p>
54
 
55
  </div>';
56
  //plan end
57
+ //Story content
58
+ $returner .= '<p class="efbl_story_text">' . nl2br( $post_text ) . '</p>';
 
 
59
  //Plan end
60
 
61
  if ( 'shared_story' == $feed_type ) {
freemius/assets/img/easy-facebook-likebox.png CHANGED
File without changes
my-instagram-feed/admin/admin.php CHANGED
@@ -696,55 +696,11 @@ if ( !class_exists( 'MIF_Admin' ) ) {
696
  __( 'Please select your account to see in preview', 'easy-facebook-likebox' )
697
  );
698
  $mif_skins_html = apply_filters( 'mif_skins_html', $mif_skins_html );
699
- $mif_faqs = $this->mif_get_data( 'http://maltathemes.com/wp-json/wp/v2/pages/287' );
700
- // echo "<pre>"; print_r();exit();
701
- /*
702
- * Help tab html.
703
- * mif_help_html filter can be used to customize help tab html.
704
- */
705
- $mif_help_html = null;
706
- $mif_help_html .= sprintf(
707
- '<div id="mif-help" class="col s12 mif_tab_c slideLeft"><div class="row">
708
- <!-- Faqs HTML-->
709
- <div class="mif_faqs_wrap">
710
- <h5>%1$s</h5>
711
- %2$s
712
- </div>
713
- <!-- Faqs HTML Ends-->
714
-
715
- <!-- More Help HTML-->
716
- <div class="mif_more_help_wrap">
717
- <h5>%3$s</h5>
718
- %4$s
719
- </div>
720
- <!-- More HTML Ends-->
721
-
722
-
723
-
724
- </div></div>',
725
- /* Variables starts here. */
726
- __( "Faq's", 'easy-facebook-likebox' ),
727
- isset( $mif_faqs->content->rendered ),
728
- __( 'Still Need Help?', 'easy-facebook-likebox' ),
729
- __( 'Feel free to open a new support ticket <a target="_blank" href="https://wordpress.org/support/plugin/my-instagram-feed/">here</a>. We will try to assist you always on top. We are always there for help you.', 'easy-facebook-likebox' ),
730
- __( 'Create', 'easy-facebook-likebox' ),
731
- $mif_help_html
732
- );
733
- $mif_help_html = apply_filters( 'mif_help_html', $mif_help_html );
734
  /*
735
  * Our Plugins tab html.
736
  * mif_other_plugins_html filter can be used to customize our plugins tab html.
737
  */
738
  $mif_op_html = null;
739
- $mif_op_html .= '<div id="mif-other-plugins" class="col s12 mif_tab_c slideLeft"><div class="row">
740
- <!-- Our Plugins HTML-->
741
- <div class="mif_our_plugins_iframe"><iframe src="https://maltathemes.com/our-plugins/" height="400" width="680" style="border:0px;float:left;" id="mt-our-plugins" name="Our Plugins"></iframe></div><style>.mif_our_plugins_iframe{position:relative;padding-bottom:55%;height:0;overflow: hidden;max-width:100%;}.mif_our_plugins_iframe iframe{position:absolute; top: 12px;left:0;width:100%;height:100%;}</style>
742
- <!-- Our Plugins HTML Ends-->
743
-
744
-
745
-
746
- </div></div>';
747
- $mif_op_html = apply_filters( 'mif_other_plugins_html', $mif_op_html );
748
  //echo "<pre>"; print_r($mif_op_html);exit();
749
  /*
750
  * Getting the Current URL for returing back to this page.
@@ -765,6 +721,12 @@ if ( !class_exists( 'MIF_Admin' ) ) {
765
  if ( empty($fta_settings['plugins']['facebook']['access_token']) ) {
766
  $efbl_empty_at_class = 'fta_empty_at';
767
  }
 
 
 
 
 
 
768
  //echo "<pre>"; print_r($access_token);exit();
769
  /*
770
  * Base html.
@@ -791,41 +753,33 @@ if ( !class_exists( 'MIF_Admin' ) ) {
791
  <div class="mif_tabs_header">
792
  <ul id="mif_tabs" class="tabs">
793
  <li class="tab col s3">
794
- <a class="active tooltipped mif-general" data-position="bottom" data-delay="50" data-tooltip="%1$s" href="#mif-general">
795
  <i class="material-icons dp48">settings_applications</i>
 
796
  </a></li>
797
 
798
 
799
 
800
- <li class="tab col s3"><a class="tooltipped mif_for_disable mif-shortcode" data-position="bottom" data-delay="50" data-tooltip="%2$s" href="#mif-shortcode">
801
  <i class="material-icons dp48">info_outline</i>
 
802
  </a>
803
  </li>
804
 
805
- <li class="tab col s3"><a class="tooltipped mif_for_disable mif-skins" data-position="bottom" data-delay="50" data-tooltip="%5$s" href="#mif-skins">
806
  <i class="material-icons dp48">web</i>
 
807
  </a>
808
  </li>
809
 
810
- <li class="tab col s3"><a class="tooltipped mif_for_disable mif-cache" data-position="bottom" data-delay="50" data-tooltip="%9$s" href="#mif-cache">
811
  <i class="material-icons dp48">cached</i>
 
812
  </a>
813
  </li>
814
 
815
- <li style="float:right;" class="tab col s3"><a class="tooltipped mif-cache" data-position="bottom" data-delay="50" data-tooltip="%12$s" href="#mif-help">
816
- <i class="material-icons dp48">help_outline</i>
817
- </a>
818
- </li>
819
- <li style="float:right;" class="tab col s3"><a class="tooltipped mif-other-plugins" data-position="bottom" data-delay="50" data-tooltip="%18$s" href="#mif-other-plugins">
820
- <i class="material-icons dp48">apps</i>
821
- </a>
822
- </li>
823
-
824
-
825
-
826
-
827
  </ul>
828
-
829
  </div>
830
  <div class="mif_tab_c_holder">
831
  %3$s
@@ -867,19 +821,19 @@ if ( !class_exists( 'MIF_Admin' ) ) {
867
  <!-- Popup ends<!-->
868
  </div>',
869
  /* Variables starts here. */
870
- __( 'General', 'easy-facebook-likebox' ),
871
  __( 'How to use?', 'easy-facebook-likebox' ),
872
  $mif_general_html,
873
  $mif_shortcode_html,
874
  __( 'Skins', 'easy-facebook-likebox' ),
875
  $mif_skins_html,
876
  __( 'Attention!', 'easy-facebook-likebox' ),
877
- __( 'It seems like you have not authorized the Instagram with app yet. Please click the access token button to get the access token from Instagram and then go with the flow.', 'easy-facebook-likebox' ),
878
  __( 'Clear Cache', 'easy-facebook-likebox' ),
879
  $mif_cache_html,
880
  $efbl_empty_at_class,
881
  __( 'Help', 'easy-facebook-likebox' ),
882
- $mif_help_html,
883
  $mif_op_html,
884
  __( "Sorry, Plugin is unable to get the accounts data. Please delete the access token and select accounts in the second step of authentication to give the permission.", 'easy-facebook-likebox' ),
885
  'https://www.facebook.com/dialog/oauth?client_id=' . $u_app_ID . '&redirect_uri=https://maltathemes.com/efbl/app-' . $u_app_ID . '/index.php&scope=manage_pages,instagram_basic&state=' . admin_url( 'admin.php?page=mif' ) . '',
@@ -888,8 +842,17 @@ if ( !class_exists( 'MIF_Admin' ) ) {
888
  __( 'Are you sure?', 'easy-facebook-likebox' ),
889
  __( "Do you really want to delete the access token? It will delete all the pages data, access tokens and premissions given to the app.", 'easy-facebook-likebox' ),
890
  __( 'Delete', 'easy-facebook-likebox' ),
891
- __( 'Cancel', 'easy-facebook-likebox' )
 
892
  );
 
 
 
 
 
 
 
 
893
  $returner = apply_filters( 'mif_base_html', $returner );
894
  echo $returner ;
895
  }
@@ -1171,7 +1134,8 @@ if ( !class_exists( 'MIF_Admin' ) ) {
1171
  foreach ( $mif_trans_posts as $key => $value ) {
1172
  $pieces = explode( '-', $key );
1173
  $trans_name = array_pop( $pieces );
1174
- // echo "<pre>"; print_r($trans_name);exit();
 
1175
  // if(isset($fta_settings['plugins']['instagram']['authenticated_accounts']))
1176
  // $mif_auth_accounts = $fta_settings['plugins']['instagram']['authenticated_accounts'];
1177
  // $trans_name = $mif_auth_accounts[$trans_name]['username'];
696
  __( 'Please select your account to see in preview', 'easy-facebook-likebox' )
697
  );
698
  $mif_skins_html = apply_filters( 'mif_skins_html', $mif_skins_html );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
699
  /*
700
  * Our Plugins tab html.
701
  * mif_other_plugins_html filter can be used to customize our plugins tab html.
702
  */
703
  $mif_op_html = null;
 
 
 
 
 
 
 
 
 
704
  //echo "<pre>"; print_r($mif_op_html);exit();
705
  /*
706
  * Getting the Current URL for returing back to this page.
721
  if ( empty($fta_settings['plugins']['facebook']['access_token']) ) {
722
  $efbl_empty_at_class = 'fta_empty_at';
723
  }
724
+ $mif_fb_link = null;
725
+ if ( isset( $fta_settings['plugins']['facebook']['status'] ) && 'activated' == $fta_settings['plugins']['facebook']['status'] ) {
726
+ $mif_fb_link = '<div class="mif_tabs_right">
727
+ <a class="" href="' . esc_url( admin_url( 'admin.php?page=easy-facebook-likebox' ) ) . '">' . __( 'Facebook', 'easy-facebook-likebox' ) . '</a>
728
+ </div> ';
729
+ }
730
  //echo "<pre>"; print_r($access_token);exit();
731
  /*
732
  * Base html.
753
  <div class="mif_tabs_header">
754
  <ul id="mif_tabs" class="tabs">
755
  <li class="tab col s3">
756
+ <a class="active mif-general" href="#mif-general">
757
  <i class="material-icons dp48">settings_applications</i>
758
+ <span>%1$s</span>
759
  </a></li>
760
 
761
 
762
 
763
+ <li class="tab col s3"><a class=" mif_for_disable mif-shortcode" href="#mif-shortcode">
764
  <i class="material-icons dp48">info_outline</i>
765
+ <span>%2$s</span>
766
  </a>
767
  </li>
768
 
769
+ <li class="tab col s3"><a class="mif_for_disable mif-skins" href="#mif-skins">
770
  <i class="material-icons dp48">web</i>
771
+ <span>%5$s</span>
772
  </a>
773
  </li>
774
 
775
+ <li class="tab col s3"><a class=" mif_for_disable mif-cache" href="#mif-cache">
776
  <i class="material-icons dp48">cached</i>
777
+ <span>%9$s</span>
778
  </a>
779
  </li>
780
 
 
 
 
 
 
 
 
 
 
 
 
 
781
  </ul>
782
+ %23$s
783
  </div>
784
  <div class="mif_tab_c_holder">
785
  %3$s
821
  <!-- Popup ends<!-->
822
  </div>',
823
  /* Variables starts here. */
824
+ __( 'Authentication', 'easy-facebook-likebox' ),
825
  __( 'How to use?', 'easy-facebook-likebox' ),
826
  $mif_general_html,
827
  $mif_shortcode_html,
828
  __( 'Skins', 'easy-facebook-likebox' ),
829
  $mif_skins_html,
830
  __( 'Attention!', 'easy-facebook-likebox' ),
831
+ __( 'It looks like you have not connected your Facebook page with plugin yet. Please click on the “Connect My Facebook Pages” button to get the access token from Facebook and then go with the flow.', 'easy-facebook-likebox' ),
832
  __( 'Clear Cache', 'easy-facebook-likebox' ),
833
  $mif_cache_html,
834
  $efbl_empty_at_class,
835
  __( 'Help', 'easy-facebook-likebox' ),
836
+ $mif_help_html = null,
837
  $mif_op_html,
838
  __( "Sorry, Plugin is unable to get the accounts data. Please delete the access token and select accounts in the second step of authentication to give the permission.", 'easy-facebook-likebox' ),
839
  'https://www.facebook.com/dialog/oauth?client_id=' . $u_app_ID . '&redirect_uri=https://maltathemes.com/efbl/app-' . $u_app_ID . '/index.php&scope=manage_pages,instagram_basic&state=' . admin_url( 'admin.php?page=mif' ) . '',
842
  __( 'Are you sure?', 'easy-facebook-likebox' ),
843
  __( "Do you really want to delete the access token? It will delete all the pages data, access tokens and premissions given to the app.", 'easy-facebook-likebox' ),
844
  __( 'Delete', 'easy-facebook-likebox' ),
845
+ __( 'Cancel', 'easy-facebook-likebox' ),
846
+ $mif_fb_link
847
  );
848
+ if ( efl_fs()->is_free_plan() ) {
849
+ $returner .= '<div class="espf-upgrade">
850
+ <h2>' . __( 'Easy Social Post Feed <b>Pro</b>', 'easy-facebook-likebox' ) . '</h2>
851
+ <p>' . __( 'Unlock all premium features such as Advanced PopUp, More Fancy Layouts, Post filters like events, images, videos, and albums, gallery in the PopUp and above all top notch priority support.', 'easy-facebook-likebox' ) . '</p>
852
+ <p>' . __( 'Upgrade today and get a 10% discount! On the checkout click on "Have a promotional code?" and enter <code>espf10</code>', 'easy-facebook-likebox' ) . '</p>
853
+ <a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>' . __( 'Upgrade To Pro', 'easy-facebook-likebox' ) . '</a>
854
+ </div>';
855
+ }
856
  $returner = apply_filters( 'mif_base_html', $returner );
857
  echo $returner ;
858
  }
1134
  foreach ( $mif_trans_posts as $key => $value ) {
1135
  $pieces = explode( '-', $key );
1136
  $trans_name = array_pop( $pieces );
1137
+ $trans_name = $pieces['1'];
1138
+ // echo "<pre>"; print_r($pieces);exit();
1139
  // if(isset($fta_settings['plugins']['instagram']['authenticated_accounts']))
1140
  // $mif_auth_accounts = $fta_settings['plugins']['instagram']['authenticated_accounts'];
1141
  // $trans_name = $mif_auth_accounts[$trans_name]['username'];
my-instagram-feed/assets/css/mif_admin_style.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(../fonts/material-icons.woff2) format("woff2")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:hover,.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a{-webkit-transition:all ease-in-out 1s;-moz-transition:all ease-in-out 1s;-o-transition:all ease-in-out 1s;transition:all ease-in-out 1s}.mif-auth-app-noti{float:left;width:98%;border-left:6px solid #80c7a7;padding:10px 60px 10px 10px;position:relative}.mif-auth-app-noti .material-icons{position:absolute;right:10px;top:10px;cursor:pointer}.mif_wrap{float:left;clear:both;position:relative;width:98%;overflow:hidden;background-color:#fff;margin-top:40px}.mif_wrap .btn:focus{color:#fff}.mif_wrap .modal{width:30%;top:30% !important}.mif_wrap .modal .mif-close-modal{position:absolute;right:10px;top:10px}.mif_wrap .modal .mif-modal-content{float:none;margin:0 auto;display:table;padding-top:30px;text-align:center}.mif_wrap .modal .mif-modal-content h5{font-size:40px}.mif_wrap .modal .mif-modal-content p{font-size:15px;line-height:1.8}.mif_wrap .modal .mif-modal-content .mif-lock-icon .material-icons{color:#26a69a;font-size:50px}.mif_wrap .modal .mif-modal-content input[type=email]::placeholder{color:#444}.mif_wrap .modal .mif-modal-content .btn{border-radius:0}.mif_wrap .mif_wrap_inner{float:left;width:100%;clear:both;position:relative}.mif_wrap .mif_wrap_inner .mif_loader_wrap{position:absolute;z-index:9;background-color:#f9f9f9;width:100%;height:100%}.mif_wrap .mif_wrap_inner .mif_loader_wrap .fa{position:absolute;top:42%;left:46%;font-size:50px;color:#26a69a;text-align:center}.mif_wrap .mif_wrap_inner .mif_tabs_header{background-color:#7fc6a6;color:#fff;padding:5px 0;height:56px;float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_design_tab{display:table;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;color:#fff;padding:0 24px;font-size:14px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_design_tab .material-icons{display:table-cell;vertical-align:middle;float:none;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs{background-color:transparent;float:left;width:auto;margin-left:17px;padding-right:17px;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs .indicator{background-color:#1bf1e9;margin-bottom:0;width:70px}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a{color:#fff;display:table}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:hover{opacity:.8}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a .material-icons{display:table-cell;vertical-align:middle;float:none;width:100%}.mif_wrap .mif_wrap_inner #mif-help .mif_faqs_wrap h5,.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h5{font-size:31px;border-bottom:1px solid #e0e0e0;padding-bottom:20px}.mif_wrap .mif_wrap_inner #mif-help .mif_faqs_wrap h4,.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h4{font-size:22px}.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h5{padding-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder{padding:15px;float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c{width:100%;display:inline-block}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .mif_auth_notice{background:rgba(241,241,12,.4392156863);padding:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .mif_auth_notice a{color:#000;text-decoration:underline}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .row.auth-row{margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages{padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages .collection.with-header{margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder{width:18%;display:inline-block;vertical-align:top}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card{padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-image{background-color:#26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-image .mif_confused_img{height:auto;width:auto;margin:0 auto}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content{padding:16px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content .card-title{border-bottom:1px solid #9e9e9e;margin:0 0 10px;padding:0 0 10px 0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content .btn{margin:0 auto;display:table;margin-top:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap{float:left;width:100%;margin-bottom:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .form_fields{float:left;margin-right:25px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif-shortcode-block{float:left;background-color:#7fc6a6;color:#fff;padding:10px;font-size:13px;margin-top:0;border-color:#26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap h5{margin-top:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap h5,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap p{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_copy_shortcode{float:left;border-radius:0;box-shadow:none;height:38px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_copy_shortcode i{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_skin_id .select-dropdown,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_cache_duration .select-dropdown,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users .select-dropdown{color:#9e9e9e}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users li.disabled input[type=checkbox]:disabled,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users li.disabled label{opacity:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users label{top:-15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .input-field.col label{left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_username_field,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_hashtag_field{float:left;clear:both;width:100%;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields{float:left;clear:both;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator{float:left;width:100%;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_generated_shortcode{float:left;width:100%;clear:both;margin-top:10px;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible{float:left;width:100%;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .collapsible-header{position:relative}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .mif-pro-badge{position:absolute;right:30px;padding:8px 16px;line-height:normal;height:auto;top:10px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_new_skin{display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins{padding-left:0;margin-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin{margin:0 0 20px 20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin:nth-child(4n),.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin:first-child{margin-left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .card-image{margin-top:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .card-image img{height:150px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .card-content{border-bottom:1px solid #baa5a5;padding-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder{float:left;margin-top:20px;margin-bottom:20px;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder .mif_copy_skin_id{float:left;width:100%;margin-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder a:hover,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder a:focus{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin{float:left;margin:20px 0;color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin:hover{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin #mif_new_skin_details #mif_skin_feat_img_btn{width:auto;margin-left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap{margin-left:9px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap h5{border-bottom:1px solid #e5e5e5;padding-bottom:20px;margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap p{font-size:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap blockquote{padding-top:10px;padding-bottom:10px;font-weight:600;border-left:5px solid #26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .mif_detail_head{font-size:15px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .collapsible-body{padding:1.5rem}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .collapsible-body p{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .input-field{margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_form{display:none;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder.mif_no_user .collection{border:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder h5{margin-bottom:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .collection-item .badge{color:#fff;padding:5px 10px;height:auto;margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .collection-item.mif_is_primary .mif_make_primary{display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_user_meta{float:left}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_user_meta img.circle{width:50px;height:50px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions{float:right;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions .secondary-content{position:relative;margin-top:2px;float:left;font-size:18px;top:0;right:0;margin-left:5px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions .secondary-content .material-icons{font-size:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st{padding:12px 20px 12px 12px;height:auto;line-height:2.5;float:left;text-transform:capitalize;margin-bottom:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st img{height:30px;margin-right:10px;float:left;margin-top:4px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st:hover,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st:active{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_show_token_form{display:none;margin-bottom:20px;float:right;background-color:#1b97f3}.mif_wrap .mif_noti_holder{position:relative;display:none}.mif_wrap .mif_noti_holder .mif_arrow{position:absolute;left:32%;top:-2px;width:15%}.mif_wrap .mif_noti_holder .tap-target-wrapper.open{left:auto;position:absolute;right:-238px;top:-100px;color:#fff}.mif_wrap .mif_noti_holder .tap-target-content{width:440px;height:400px;top:10px;right:auto;bottom:0;left:60px;padding:40px;vertical-align:bottom}.mif_wrap .mif_noti_holder .tap-target{background-color:rgba(237,109,98,.9)}.mif_wrap .mif_noti_holder.mif_green_noti .mif_arrow{display:none}.mif_wrap .mif_noti_holder.mif_green_noti .tap-target{background-color:rgba(38,166,154,.9)}.mif_wrap .mif_noti_holder.mif_green_noti .tap-target .tap-target-content p{font-size:15px}#toast-container{top:auto !important;right:auto !important;bottom:0;left:50%;color:#7fc6a6 !important}#toast-container .toast{background-color:#26a69a;padding:15px 60px;font-size:18px}.material-tooltip{padding:10px 20px}.btn:hover,.btn-large:hover{color:#fff}.disabled{pointer-events:none;cursor:default}.toplevel_page_mif.wp-has-submenu ul li:last-child{display:none}.mif_wrap.fta_empty_at #mif-general .auth-row{margin:0}/*# sourceMappingURL=mif_admin_style.css.map */
1
+ @font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(../fonts/material-icons.woff2) format("woff2")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:hover,.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a{-webkit-transition:all ease-in-out 1s;-moz-transition:all ease-in-out 1s;-o-transition:all ease-in-out 1s;transition:all ease-in-out 1s}.mif-auth-app-noti{float:left;width:98%;border-left:6px solid #80c7a7;padding:10px 60px 10px 10px;position:relative}.mif-auth-app-noti .material-icons{position:absolute;right:10px;top:10px;cursor:pointer}.mif_wrap{float:left;clear:both;position:relative;width:98%;overflow:hidden;background-color:#fff;margin-top:40px}.mif_wrap .btn:focus{color:#fff}.mif_wrap .modal{width:30%;top:30% !important}.mif_wrap .modal .mif-close-modal{position:absolute;right:10px;top:10px}.mif_wrap .modal .mif-modal-content{float:none;margin:0 auto;display:table;padding-top:30px;text-align:center}.mif_wrap .modal .mif-modal-content h5{font-size:40px}.mif_wrap .modal .mif-modal-content p{font-size:15px;line-height:1.8}.mif_wrap .modal .mif-modal-content .mif-lock-icon .material-icons{color:#26a69a;font-size:50px}.mif_wrap .modal .mif-modal-content input[type=email]::placeholder{color:#444}.mif_wrap .modal .mif-modal-content .btn{border-radius:0}.mif_wrap .mif_wrap_inner{float:left;width:100%;clear:both;position:relative}.mif_wrap .mif_wrap_inner .mif_loader_wrap{position:absolute;z-index:9;background-color:#f9f9f9;width:100%;height:100%}.mif_wrap .mif_wrap_inner .mif_loader_wrap .fa{position:absolute;top:42%;left:46%;font-size:50px;color:#26a69a;text-align:center}.mif_wrap .mif_wrap_inner .mif_tabs_header{background-color:#6ab995;color:#fff;padding:5px 0;height:56px;float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_tabs_right{float:right;margin-right:20px;margin-top:12px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_tabs_right a{color:#fff;font-size:17px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_design_tab{display:table;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;color:#fff;padding:0 24px;font-size:14px}.mif_wrap .mif_wrap_inner .mif_tabs_header .mif_design_tab .material-icons{display:table-cell;vertical-align:middle;float:none;width:100%}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs{background-color:transparent;float:left;width:auto;margin-left:17px;padding-right:17px}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs .indicator{background-color:#1bf1e9;margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a{color:#fff;display:inline-block;float:left}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a:hover{opacity:.8}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a span{text-transform:capitalize}.mif_wrap .mif_wrap_inner .mif_tabs_header #mif_tabs a .material-icons{vertical-align:middle;margin-right:5px}.mif_wrap .mif_wrap_inner #mif-help .mif_faqs_wrap h5,.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h5{font-size:31px;border-bottom:1px solid #e0e0e0;padding-bottom:20px}.mif_wrap .mif_wrap_inner #mif-help .mif_faqs_wrap h4,.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h4{font-size:22px}.mif_wrap .mif_wrap_inner #mif-help .mif_more_help_wrap h5{padding-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder{padding:15px;float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c{width:100%;display:inline-block}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .mif_auth_notice{background:rgba(241,241,12,.4392156863);padding:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_tab_c .mif_auth_notice a{color:#000;text-decoration:underline}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .row.auth-row{margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages{padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .efbl_all_pages .collection.with-header{margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder{width:18%;display:inline-block;vertical-align:top}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card{padding:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-image{background-color:#26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-image .mif_confused_img{height:auto;width:auto;margin:0 auto}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content{padding:16px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content .card-title{border-bottom:1px solid #9e9e9e;margin:0 0 10px;padding:0 0 10px 0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_support_holder .card-content .btn{margin:0 auto;display:table;margin-top:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap{float:left;width:100%;margin-bottom:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .form_fields{float:left;margin-right:25px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif-shortcode-block{float:left;background-color:#26a69a;color:#fff;padding:15px;font-size:14px;margin-top:0;border-color:#6fc2ba}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap h5{margin-top:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap h5,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap p{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_copy_shortcode{float:left;border-radius:0;box-shadow:none;height:auto;background-color:#25a69aad;padding:6px 20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_copy_shortcode i{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_skin_id .select-dropdown,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_cache_duration .select-dropdown,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users .select-dropdown{color:#9e9e9e}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users li.disabled input[type=checkbox]:disabled,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users li.disabled label{opacity:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .select-wrapper.mif_multiple_users label{top:-15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .input-field.col label{left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_username_field,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_hashtag_field{float:left;clear:both;width:100%;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_fields{float:left;clear:both;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_shortocode_genrator{float:left;width:100%;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_shortocode_genrator_wrap .mif_generated_shortcode{float:left;width:100%;clear:both;margin-top:10px;display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible{float:left;width:100%;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .collapsible-header{position:relative}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .collapsible .mif-pro-badge{position:absolute;right:30px;padding:8px 16px;line-height:normal;height:auto;top:10px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_new_skin{display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins{padding-left:0;margin-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin{margin:0 0 20px 20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin:nth-child(4n),.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_single_skin:first-child{margin-left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .card-image{margin-top:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .card-image img{height:150px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .card-content{border-bottom:1px solid #baa5a5;padding-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder{float:left;margin-top:20px;margin-bottom:20px;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder .mif_copy_skin_id{float:left;width:100%;margin-top:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder a:hover,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .card .mif_cta_holder a:focus{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin{float:left;margin:20px 0;color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin:hover{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif_create_skin #mif_new_skin_details #mif_skin_feat_img_btn{width:auto;margin-left:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap{margin-left:9px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap h5{border-bottom:1px solid #e5e5e5;padding-bottom:20px;margin-bottom:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap p{font-size:15px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap blockquote{padding-top:10px;padding-bottom:10px;font-weight:600;border-left:5px solid #26a69a}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .mif_detail_head{font-size:15px;font-weight:bold}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .collapsible-body{padding:1.5rem}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_skins .mif-shortcode_wrap .collapsible .collapsible-body p{margin:0}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .input-field{margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_form{display:none;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder.mif_no_user .collection{border:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder{float:left;width:100%}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder h5{margin-bottom:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .collection-item .badge{color:#fff;padding:5px 10px;height:auto;margin-bottom:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .collection-item.mif_is_primary .mif_make_primary{display:none}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_user_meta{float:left}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_user_meta img.circle{width:50px;height:50px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions{float:right;margin-top:10px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions .secondary-content{position:relative;margin-top:2px;float:left;font-size:18px;top:0;right:0;margin-left:5px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_all_users_holder .mif_users_auth_actions .secondary-content .material-icons{font-size:30px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st{padding:12px 20px 12px 12px;height:auto;line-height:2.5;float:left;text-transform:capitalize;margin-bottom:20px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st img{height:30px;margin-right:10px;float:left;margin-top:4px}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st:hover,.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_auth_btn_st:active{color:#fff}.mif_wrap .mif_wrap_inner .mif_tab_c_holder .mif_show_token_form{display:none;margin-bottom:20px;float:right;background-color:#1b97f3}.mif_wrap .mif_noti_holder{position:relative;display:none}.mif_wrap .mif_noti_holder .mif_arrow{position:absolute;left:32%;top:-2px;width:15%}.mif_wrap .mif_noti_holder .tap-target-wrapper.open{left:auto;position:absolute;right:-238px;top:-100px;color:#fff}.mif_wrap .mif_noti_holder .tap-target-content{width:440px;height:400px;top:10px;right:auto;bottom:0;left:60px;padding:40px;vertical-align:bottom}.mif_wrap .mif_noti_holder .tap-target{background-color:rgba(237,109,98,.9)}.mif_wrap .mif_noti_holder.mif_green_noti .mif_arrow{display:none}.mif_wrap .mif_noti_holder.mif_green_noti .tap-target{background-color:rgba(38,166,154,.9)}.mif_wrap .mif_noti_holder.mif_green_noti .tap-target .tap-target-content p{font-size:15px}#toast-container{top:auto !important;right:auto !important;bottom:0;left:50%;color:#7fc6a6 !important}#toast-container .toast{background-color:#26a69a;padding:15px 60px;font-size:18px}.material-tooltip{padding:10px 20px}.btn:hover,.btn-large:hover{color:#fff}.disabled{pointer-events:none;cursor:default}.toplevel_page_mif.wp-has-submenu ul li:last-child{display:none}.mif_wrap.fta_empty_at #mif-general .auth-row{margin:0}/*# sourceMappingURL=mif_admin_style.css.map */
my-instagram-feed/assets/css/mif_admin_style.css.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../scss/mif_admin_style.scss"],"names":[],"mappings":"AAEA,WACE,6BACA,kBACA,gBACA,uDAGF,gBACE,6BACA,mBACA,kBACA,eACA,cACA,sBACA,oBACA,qBACA,mBACA,iBACA,cACA,qCACA,mCAIF,0JACE,mCACA,iCACA,8BAEA,mBACI,iGACA,mCACC,qDAGP,UAkCM,WACA,WACA,kBACA,UACA,gBACA,sBACF,gBAtCF,gCAEA,8CACE,kCACI,kBACA,WACA,SAGJ,oCACI,WACA,cACA,cACA,iBACA,kBAEA,sDACA,qEAEA,mEACI,cACC,eAEL,8EACA,yCAEF,gBAaL,0BACM,WACA,WACA,WACA,kBACJ,2CACI,kBACA,UACA,yBACA,WACA,YACA,+CACK,kBACH,QACA,SACA,eACA,cACA,kBAGP,2CACK,yBACA,WACA,cACA,YACA,WACA,WAEJ,2DACC,cACG,kBACA,iBACA,YACA,UACA,SACA,yBACA,WACI,eACJ,eAEA,2EACO,mBACH,sBACA,WACA,WAGL,qDACM,6BACH,WACA,WACA,iBACA,mBACA,WAED,gEACA,yCACA,WAEC,uDACC,WACA,cACA,6DACoB,WAEpB,uEACI,mBACH,sBACA,WACA,WASP,iHACI,eACA,gCACA,oBAEJ,iHACC,eAKD,2DACC,iBAKH,4CACC,mCACA,uDACO,WACP,qBAEC,wEACA,wCACA,aACC,0EACA,WACG,0BAIN,0DACA,gBAEA,4DACA,UAEC,oFACA,gBAKD,gEACK,UACD,qBACA,mBAEC,sEACI,UAEJ,4EACI,yBAEH,8FACC,YACA,WACA,cAGF,8EACI,aAEA,0FACI,gCACN,gBACD,mBAEG,mFACI,cACN,cACA,gBAMH,0EAEI,WACA,WACA,mBACA,uFACI,WACH,kBAID,+FACA,WACA,yBACA,WACA,aACA,4BACA,qBAEE,6EACC,aAED,yJACK,WACL,WAEA,8FACI,WACJ,gBACA,gBACA,YAEA,yGAIA,mXACI,cASF,gSAEF,6HAID,iGACA,OAED,2LACI,WACH,WACA,WACA,aAGD,sFACC,WACA,WACA,WAGD,mGACI,WACH,WACA,gBAED,mGACI,WACH,WACA,WACA,gBACA,aAIP,yDACI,WACD,WACA,gBACA,+FACC,wEACQ,kBACN,WACA,iBACA,mBACA,YACA,SACA,iBAIN,0DACA,aAKA,2DACI,eACI,gBAEJ,4EACG,qBAGH,kLACA,cAIC,6EAID,gBAHE,iFACA,aAKD,+EACI,gCACH,oBAGD,iFACI,WACH,gBACA,mBACA,WAEA,mGACI,WACH,WACA,gBAED,kLACA,WAKN,4EAEC,WACA,cACA,WAEA,kFACC,WAKA,yHAGI,WACA,cASN,+EACK,gBAIA,kFACI,gCACH,oBACA,gBAED,iFACA,eAEA,0FACI,iBACH,oBACA,gBACA,8BAGA,6GACA,eACA,iBAEA,8GACK,eAEJ,gHACI,SAQZ,yDACA,mBAEA,mFAIA,sGACA,kEACC,sBACA,wFACA,qJAGA,iIACA,+MACC,sHACC,6GACI,kBACI,eACJ,WACA,eACA,MACA,QACI,gBAEJ,4IAIP,6DACI,4BACA,YACA,gBACA,WACA,0BACA,mBACH,iEACG,YACA,kBACA,WACA,eAEF,uIACD,WAED,sIAKD,2BACI,kBACA,aAEA,sCACG,kBACH,SACA,SACA,UAGD,oDACI,UACH,kBACA,aACA,WACI,WAGL,+CACO,YACL,aACA,SACA,WACA,SACA,UACA,aACA,sBAGF,uCACI,qCAKP,kEACA,2FAGE,2FAMJ,iBACE,oBACA,sBACI,SACA,SACJ,yBACC,wBACK,yBACF,kBACA,eAGN,kBACE,kBAMF,4BACK,WAEL,UACG,oBACA,eAEH,gEACA,8CACC","file":"mif_admin_style.css"}
 
my-instagram-feed/assets/css/mif_customizer_style.css CHANGED
@@ -1 +1 @@
1
- #accordion-panel-mif_customize_panel{display:block !important}#sub-accordion-section-mif_layout,#accordion-section-mif_layout,#sub-accordion-section-mif_typography,#accordion-section-mif_typography,#sub-accordion-section-mif_header,#accordion-section-mif_header,#sub-accordion-section-mif_feed,#accordion-section-mif_feed,#sub-accordion-section-mif_feed_popup,#accordion-section-mif_feed_popup{background-color:#fff !important}#sub-accordion-section-mif_layout .customize-control-checkbox input,#sub-accordion-section-mif_layout .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_layout .customize-control-radio input,#accordion-section-mif_layout .customize-control-checkbox input,#accordion-section-mif_layout .customize-control-nav_menu_auto_add input,#accordion-section-mif_layout .customize-control-radio input,#sub-accordion-section-mif_typography .customize-control-checkbox input,#sub-accordion-section-mif_typography .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_typography .customize-control-radio input,#accordion-section-mif_typography .customize-control-checkbox input,#accordion-section-mif_typography .customize-control-nav_menu_auto_add input,#accordion-section-mif_typography .customize-control-radio input,#sub-accordion-section-mif_header .customize-control-checkbox input,#sub-accordion-section-mif_header .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_header .customize-control-radio input,#accordion-section-mif_header .customize-control-checkbox input,#accordion-section-mif_header .customize-control-nav_menu_auto_add input,#accordion-section-mif_header .customize-control-radio input,#sub-accordion-section-mif_feed .customize-control-checkbox input,#sub-accordion-section-mif_feed .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_feed .customize-control-radio input,#accordion-section-mif_feed .customize-control-checkbox input,#accordion-section-mif_feed .customize-control-nav_menu_auto_add input,#accordion-section-mif_feed .customize-control-radio input,#sub-accordion-section-mif_feed_popup .customize-control-checkbox input,#sub-accordion-section-mif_feed_popup .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_feed_popup .customize-control-radio input,#accordion-section-mif_feed_popup .customize-control-checkbox input,#accordion-section-mif_feed_popup .customize-control-nav_menu_auto_add input,#accordion-section-mif_feed_popup .customize-control-radio input{margin-left:0 !important}#sub-accordion-section-mif_layout .fta-upgrade-btn,#accordion-section-mif_layout .fta-upgrade-btn,#sub-accordion-section-mif_typography .fta-upgrade-btn,#accordion-section-mif_typography .fta-upgrade-btn,#sub-accordion-section-mif_header .fta-upgrade-btn,#accordion-section-mif_header .fta-upgrade-btn,#sub-accordion-section-mif_feed .fta-upgrade-btn,#accordion-section-mif_feed .fta-upgrade-btn,#sub-accordion-section-mif_feed_popup .fta-upgrade-btn,#accordion-section-mif_feed_popup .fta-upgrade-btn{padding:10px;height:auto;font-size:15px;line-height:2.5;text-transform:capitalize;text-decoration:none;color:#fff;background-color:#26a69a;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer;width:90%;float:left}#sub-accordion-section-mif_layout .fta-upgrade-btn:hover,#accordion-section-mif_layout .fta-upgrade-btn:hover,#sub-accordion-section-mif_typography .fta-upgrade-btn:hover,#accordion-section-mif_typography .fta-upgrade-btn:hover,#sub-accordion-section-mif_header .fta-upgrade-btn:hover,#accordion-section-mif_header .fta-upgrade-btn:hover,#sub-accordion-section-mif_feed .fta-upgrade-btn:hover,#accordion-section-mif_feed .fta-upgrade-btn:hover,#sub-accordion-section-mif_feed_popup .fta-upgrade-btn:hover,#accordion-section-mif_feed_popup .fta-upgrade-btn:hover{opacity:.9;transition:.2s ease-out}#sub-accordion-section-mif_layout .modal,#accordion-section-mif_layout .modal,#sub-accordion-section-mif_typography .modal,#accordion-section-mif_typography .modal,#sub-accordion-section-mif_header .modal,#accordion-section-mif_header .modal,#sub-accordion-section-mif_feed .modal,#accordion-section-mif_feed .modal,#sub-accordion-section-mif_feed_popup .modal,#accordion-section-mif_feed_popup .modal{width:38%;top:30% !important;background-color:#fff}#sub-accordion-section-mif_layout .modal .mif-close-modal,#accordion-section-mif_layout .modal .mif-close-modal,#sub-accordion-section-mif_typography .modal .mif-close-modal,#accordion-section-mif_typography .modal .mif-close-modal,#sub-accordion-section-mif_header .modal .mif-close-modal,#accordion-section-mif_header .modal .mif-close-modal,#sub-accordion-section-mif_feed .modal .mif-close-modal,#accordion-section-mif_feed .modal .mif-close-modal,#sub-accordion-section-mif_feed_popup .modal .mif-close-modal,#accordion-section-mif_feed_popup .modal .mif-close-modal{position:absolute;right:10px;top:10px}#sub-accordion-section-mif_layout .modal .mif-modal-content,#accordion-section-mif_layout .modal .mif-modal-content,#sub-accordion-section-mif_typography .modal .mif-modal-content,#accordion-section-mif_typography .modal .mif-modal-content,#sub-accordion-section-mif_header .modal .mif-modal-content,#accordion-section-mif_header .modal .mif-modal-content,#sub-accordion-section-mif_feed .modal .mif-modal-content,#accordion-section-mif_feed .modal .mif-modal-content,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content,#accordion-section-mif_feed_popup .modal .mif-modal-content{float:none;margin:0 auto;display:table;padding-top:30px;text-align:center}#sub-accordion-section-mif_layout .modal .mif-modal-content h5,#accordion-section-mif_layout .modal .mif-modal-content h5,#sub-accordion-section-mif_typography .modal .mif-modal-content h5,#accordion-section-mif_typography .modal .mif-modal-content h5,#sub-accordion-section-mif_header .modal .mif-modal-content h5,#accordion-section-mif_header .modal .mif-modal-content h5,#sub-accordion-section-mif_feed .modal .mif-modal-content h5,#accordion-section-mif_feed .modal .mif-modal-content h5,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content h5,#accordion-section-mif_feed_popup .modal .mif-modal-content h5{font-size:40px}#sub-accordion-section-mif_layout .modal .mif-modal-content p,#accordion-section-mif_layout .modal .mif-modal-content p,#sub-accordion-section-mif_typography .modal .mif-modal-content p,#accordion-section-mif_typography .modal .mif-modal-content p,#sub-accordion-section-mif_header .modal .mif-modal-content p,#accordion-section-mif_header .modal .mif-modal-content p,#sub-accordion-section-mif_feed .modal .mif-modal-content p,#accordion-section-mif_feed .modal .mif-modal-content p,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content p,#accordion-section-mif_feed_popup .modal .mif-modal-content p{font-size:15px;line-height:1.8;text-align:center;border-bottom:1px solid #ccc;padding-bottom:12px}#sub-accordion-section-mif_layout .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_layout .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-mif_typography .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_typography .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-mif_header .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_header .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-mif_feed .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_feed .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_feed_popup .modal .mif-modal-content .mif-lock-icon .material-icons{color:#26a69a;font-size:50px}#sub-accordion-section-mif_layout .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_layout .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-mif_typography .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_typography .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-mif_header .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_header .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-mif_feed .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_feed .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_feed_popup .modal .mif-modal-content input[type=email]::placeholder{color:#444}#sub-accordion-section-mif_layout .modal .mif-modal-content .btn,#accordion-section-mif_layout .modal .mif-modal-content .btn,#sub-accordion-section-mif_typography .modal .mif-modal-content .btn,#accordion-section-mif_typography .modal .mif-modal-content .btn,#sub-accordion-section-mif_header .modal .mif-modal-content .btn,#accordion-section-mif_header .modal .mif-modal-content .btn,#sub-accordion-section-mif_feed .modal .mif-modal-content .btn,#accordion-section-mif_feed .modal .mif-modal-content .btn,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content .btn,#accordion-section-mif_feed_popup .modal .mif-modal-content .btn{border-radius:0;color:#fff;padding:10px 25px;height:auto;font-size:16px;margin-top:0}#sub-accordion-section-mif_layout .modal .mif-modal-content input[type=submit],#accordion-section-mif_layout .modal .mif-modal-content input[type=submit],#sub-accordion-section-mif_typography .modal .mif-modal-content input[type=submit],#accordion-section-mif_typography .modal .mif-modal-content input[type=submit],#sub-accordion-section-mif_header .modal .mif-modal-content input[type=submit],#accordion-section-mif_header .modal .mif-modal-content input[type=submit],#sub-accordion-section-mif_feed .modal .mif-modal-content input[type=submit],#accordion-section-mif_feed .modal .mif-modal-content input[type=submit],#sub-accordion-section-mif_feed_popup .modal .mif-modal-content input[type=submit],#accordion-section-mif_feed_popup .modal .mif-modal-content input[type=submit]{line-height:28px}#sub-accordion-section-mif_layout .mif_customizer_popup,#accordion-section-mif_layout .mif_customizer_popup,#sub-accordion-section-mif_typography .mif_customizer_popup,#accordion-section-mif_typography .mif_customizer_popup,#sub-accordion-section-mif_header .mif_customizer_popup,#accordion-section-mif_header .mif_customizer_popup,#sub-accordion-section-mif_feed .mif_customizer_popup,#accordion-section-mif_feed .mif_customizer_popup,#sub-accordion-section-mif_feed_popup .mif_customizer_popup,#accordion-section-mif_feed_popup .mif_customizer_popup{height:45px;line-height:45px;text-transform:capitalize;width:100%}#sub-accordion-section-mif_layout a:hover,#sub-accordion-section-mif_layout a:focus,#accordion-section-mif_layout a:hover,#accordion-section-mif_layout a:focus,#sub-accordion-section-mif_typography a:hover,#sub-accordion-section-mif_typography a:focus,#accordion-section-mif_typography a:hover,#accordion-section-mif_typography a:focus,#sub-accordion-section-mif_header a:hover,#sub-accordion-section-mif_header a:focus,#accordion-section-mif_header a:hover,#accordion-section-mif_header a:focus,#sub-accordion-section-mif_feed a:hover,#sub-accordion-section-mif_feed a:focus,#accordion-section-mif_feed a:hover,#accordion-section-mif_feed a:focus,#sub-accordion-section-mif_feed_popup a:hover,#sub-accordion-section-mif_feed_popup a:focus,#accordion-section-mif_feed_popup a:hover,#accordion-section-mif_feed_popup a:focus{color:#fff}#sub-accordion-section-mif_layout select,#accordion-section-mif_layout select,#sub-accordion-section-mif_typography select,#accordion-section-mif_typography select,#sub-accordion-section-mif_header select,#accordion-section-mif_header select,#sub-accordion-section-mif_feed select,#accordion-section-mif_feed select,#sub-accordion-section-mif_feed_popup select,#accordion-section-mif_feed_popup select{display:block}#sub-accordion-section-mif_layout .customize-section-description,#accordion-section-mif_layout .customize-section-description,#sub-accordion-section-mif_typography .customize-section-description,#accordion-section-mif_typography .customize-section-description,#sub-accordion-section-mif_header .customize-section-description,#accordion-section-mif_header .customize-section-description,#sub-accordion-section-mif_feed .customize-section-description,#accordion-section-mif_feed .customize-section-description,#sub-accordion-section-mif_feed_popup .customize-section-description,#accordion-section-mif_feed_popup .customize-section-description{font-size:18px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-mif_layout label,#accordion-section-mif_layout label,#sub-accordion-section-mif_typography label,#accordion-section-mif_typography label,#sub-accordion-section-mif_header label,#accordion-section-mif_header label,#sub-accordion-section-mif_feed label,#accordion-section-mif_feed label,#sub-accordion-section-mif_feed_popup label,#accordion-section-mif_feed_popup label{height:auto}#sub-accordion-section-mif_layout .customize-control,#accordion-section-mif_layout .customize-control,#sub-accordion-section-mif_typography .customize-control,#accordion-section-mif_typography .customize-control,#sub-accordion-section-mif_header .customize-control,#accordion-section-mif_header .customize-control,#sub-accordion-section-mif_feed .customize-control,#accordion-section-mif_feed .customize-control,#sub-accordion-section-mif_feed_popup .customize-control,#accordion-section-mif_feed_popup .customize-control{padding-bottom:10px;margin-bottom:0}#sub-accordion-section-mif_layout .customize-control .customize-control-title,#accordion-section-mif_layout .customize-control .customize-control-title,#sub-accordion-section-mif_typography .customize-control .customize-control-title,#accordion-section-mif_typography .customize-control .customize-control-title,#sub-accordion-section-mif_header .customize-control .customize-control-title,#accordion-section-mif_header .customize-control .customize-control-title,#sub-accordion-section-mif_feed .customize-control .customize-control-title,#accordion-section-mif_feed .customize-control .customize-control-title,#sub-accordion-section-mif_feed_popup .customize-control .customize-control-title,#accordion-section-mif_feed_popup .customize-control .customize-control-title{font-size:20px;margin-bottom:10px;color:#555d66;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-mif_layout #customize-controls .description,#accordion-section-mif_layout #customize-controls .description,#sub-accordion-section-mif_typography #customize-controls .description,#accordion-section-mif_typography #customize-controls .description,#sub-accordion-section-mif_header #customize-controls .description,#accordion-section-mif_header #customize-controls .description,#sub-accordion-section-mif_feed #customize-controls .description,#accordion-section-mif_feed #customize-controls .description,#sub-accordion-section-mif_feed_popup #customize-controls .description,#accordion-section-mif_feed_popup #customize-controls .description{text-transform:capitalize}#sub-accordion-section-mif_layout .customize-control .customize-inside-control-row,#accordion-section-mif_layout .customize-control .customize-inside-control-row,#sub-accordion-section-mif_typography .customize-control .customize-inside-control-row,#accordion-section-mif_typography .customize-control .customize-inside-control-row,#sub-accordion-section-mif_header .customize-control .customize-inside-control-row,#accordion-section-mif_header .customize-control .customize-inside-control-row,#sub-accordion-section-mif_feed .customize-control .customize-inside-control-row,#accordion-section-mif_feed .customize-control .customize-inside-control-row,#sub-accordion-section-mif_feed_popup .customize-control .customize-inside-control-row,#accordion-section-mif_feed_popup .customize-control .customize-inside-control-row{margin-left:5px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-mif_layout .select-wrapper,#accordion-section-mif_layout .select-wrapper,#sub-accordion-section-mif_typography .select-wrapper,#accordion-section-mif_typography .select-wrapper,#sub-accordion-section-mif_header .select-wrapper,#accordion-section-mif_header .select-wrapper,#sub-accordion-section-mif_feed .select-wrapper,#accordion-section-mif_feed .select-wrapper,#sub-accordion-section-mif_feed_popup .select-wrapper,#accordion-section-mif_feed_popup .select-wrapper{position:relative}#sub-accordion-section-mif_layout .select-wrapper .dropdown-content,#accordion-section-mif_layout .select-wrapper .dropdown-content,#sub-accordion-section-mif_typography .select-wrapper .dropdown-content,#accordion-section-mif_typography .select-wrapper .dropdown-content,#sub-accordion-section-mif_header .select-wrapper .dropdown-content,#accordion-section-mif_header .select-wrapper .dropdown-content,#sub-accordion-section-mif_feed .select-wrapper .dropdown-content,#accordion-section-mif_feed .select-wrapper .dropdown-content,#sub-accordion-section-mif_feed_popup .select-wrapper .dropdown-content,#accordion-section-mif_feed_popup .select-wrapper .dropdown-content{width:100% !important;z-index:99999999999;overflow:visible;height:auto;background-color:#7fc6a6;border:none;box-shadow:none}#sub-accordion-section-mif_layout .select-wrapper .dropdown-content li,#accordion-section-mif_layout .select-wrapper .dropdown-content li,#sub-accordion-section-mif_typography .select-wrapper .dropdown-content li,#accordion-section-mif_typography .select-wrapper .dropdown-content li,#sub-accordion-section-mif_header .select-wrapper .dropdown-content li,#accordion-section-mif_header .select-wrapper .dropdown-content li,#sub-accordion-section-mif_feed .select-wrapper .dropdown-content li,#accordion-section-mif_feed .select-wrapper .dropdown-content li,#sub-accordion-section-mif_feed_popup .select-wrapper .dropdown-content li,#accordion-section-mif_feed_popup .select-wrapper .dropdown-content li{float:left;position:relative;display:inline-block}#sub-accordion-section-mif_layout .select-wrapper .dropdown-content li span,#accordion-section-mif_layout .select-wrapper .dropdown-content li span,#sub-accordion-section-mif_typography .select-wrapper .dropdown-content li span,#accordion-section-mif_typography .select-wrapper .dropdown-content li span,#sub-accordion-section-mif_header .select-wrapper .dropdown-content li span,#accordion-section-mif_header .select-wrapper .dropdown-content li span,#sub-accordion-section-mif_feed .select-wrapper .dropdown-content li span,#accordion-section-mif_feed .select-wrapper .dropdown-content li span,#sub-accordion-section-mif_feed_popup .select-wrapper .dropdown-content li span,#accordion-section-mif_feed_popup .select-wrapper .dropdown-content li span{color:#fff}#sub-accordion-section-mif_layout input[type=range],#accordion-section-mif_layout input[type=range],#sub-accordion-section-mif_typography input[type=range],#accordion-section-mif_typography input[type=range],#sub-accordion-section-mif_header input[type=range],#accordion-section-mif_header input[type=range],#sub-accordion-section-mif_feed input[type=range],#accordion-section-mif_feed input[type=range],#sub-accordion-section-mif_feed_popup input[type=range],#accordion-section-mif_feed_popup input[type=range]{width:100%}#sub-accordion-section-mif_layout .wp-picker-container,#accordion-section-mif_layout .wp-picker-container,#sub-accordion-section-mif_typography .wp-picker-container,#accordion-section-mif_typography .wp-picker-container,#sub-accordion-section-mif_header .wp-picker-container,#accordion-section-mif_header .wp-picker-container,#sub-accordion-section-mif_feed .wp-picker-container,#accordion-section-mif_feed .wp-picker-container,#sub-accordion-section-mif_feed_popup .wp-picker-container,#accordion-section-mif_feed_popup .wp-picker-container{width:100%}#sub-accordion-section-mif_layout .wp-picker-container .wp-color-result.button,#accordion-section-mif_layout .wp-picker-container .wp-color-result.button,#sub-accordion-section-mif_typography .wp-picker-container .wp-color-result.button,#accordion-section-mif_typography .wp-picker-container .wp-color-result.button,#sub-accordion-section-mif_header .wp-picker-container .wp-color-result.button,#accordion-section-mif_header .wp-picker-container .wp-color-result.button,#sub-accordion-section-mif_feed .wp-picker-container .wp-color-result.button,#accordion-section-mif_feed .wp-picker-container .wp-color-result.button,#sub-accordion-section-mif_feed_popup .wp-picker-container .wp-color-result.button,#accordion-section-mif_feed_popup .wp-picker-container .wp-color-result.button{width:100%;height:33px}#sub-accordion-section-mif_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-mif_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-mif_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-mif_feed .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_feed .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-mif_feed_popup .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_feed_popup .wp-picker-container .wp-color-result.button .wp-color-result-text{width:80%;float:right;line-height:31px}#sub-accordion-section-mif_layout .customize-control-select .customize-control-title,#sub-accordion-section-mif_layout .customize-control-number .customize-control-title,#accordion-section-mif_layout .customize-control-select .customize-control-title,#accordion-section-mif_layout .customize-control-number .customize-control-title,#sub-accordion-section-mif_typography .customize-control-select .customize-control-title,#sub-accordion-section-mif_typography .customize-control-number .customize-control-title,#accordion-section-mif_typography .customize-control-select .customize-control-title,#accordion-section-mif_typography .customize-control-number .customize-control-title,#sub-accordion-section-mif_header .customize-control-select .customize-control-title,#sub-accordion-section-mif_header .customize-control-number .customize-control-title,#accordion-section-mif_header .customize-control-select .customize-control-title,#accordion-section-mif_header .customize-control-number .customize-control-title,#sub-accordion-section-mif_feed .customize-control-select .customize-control-title,#sub-accordion-section-mif_feed .customize-control-number .customize-control-title,#accordion-section-mif_feed .customize-control-select .customize-control-title,#accordion-section-mif_feed .customize-control-number .customize-control-title,#sub-accordion-section-mif_feed_popup .customize-control-select .customize-control-title,#sub-accordion-section-mif_feed_popup .customize-control-number .customize-control-title,#accordion-section-mif_feed_popup .customize-control-select .customize-control-title,#accordion-section-mif_feed_popup .customize-control-number .customize-control-title{border:none;padding-bottom:0}#sub-accordion-section-mif_layout .wp-picker-input-wrap,#accordion-section-mif_layout .wp-picker-input-wrap,#sub-accordion-section-mif_typography .wp-picker-input-wrap,#accordion-section-mif_typography .wp-picker-input-wrap,#sub-accordion-section-mif_header .wp-picker-input-wrap,#accordion-section-mif_header .wp-picker-input-wrap,#sub-accordion-section-mif_feed .wp-picker-input-wrap,#accordion-section-mif_feed .wp-picker-input-wrap,#sub-accordion-section-mif_feed_popup .wp-picker-input-wrap,#accordion-section-mif_feed_popup .wp-picker-input-wrap{width:100%}#sub-accordion-section-mif_layout .wp-picker-input-wrap label,#accordion-section-mif_layout .wp-picker-input-wrap label,#sub-accordion-section-mif_typography .wp-picker-input-wrap label,#accordion-section-mif_typography .wp-picker-input-wrap label,#sub-accordion-section-mif_header .wp-picker-input-wrap label,#accordion-section-mif_header .wp-picker-input-wrap label,#sub-accordion-section-mif_feed .wp-picker-input-wrap label,#accordion-section-mif_feed .wp-picker-input-wrap label,#sub-accordion-section-mif_feed_popup .wp-picker-input-wrap label,#accordion-section-mif_feed_popup .wp-picker-input-wrap label{width:50%}#sub-accordion-section-mif_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-mif_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-mif_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-mif_feed .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_feed .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-mif_feed_popup .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_feed_popup .wp-picker-input-wrap label input[type=text].wp-color-picker{width:100%}#sub-accordion-section-mif_layout .wp-picker-input-wrap .button,#accordion-section-mif_layout .wp-picker-input-wrap .button,#sub-accordion-section-mif_typography .wp-picker-input-wrap .button,#accordion-section-mif_typography .wp-picker-input-wrap .button,#sub-accordion-section-mif_header .wp-picker-input-wrap .button,#accordion-section-mif_header .wp-picker-input-wrap .button,#sub-accordion-section-mif_feed .wp-picker-input-wrap .button,#accordion-section-mif_feed .wp-picker-input-wrap .button,#sub-accordion-section-mif_feed_popup .wp-picker-input-wrap .button,#accordion-section-mif_feed_popup .wp-picker-input-wrap .button{float:right;width:47%;height:30px;margin-top:15px}#sub-accordion-section-mif_layout input[type=range] + .thumb.active,#accordion-section-mif_layout input[type=range] + .thumb.active,#sub-accordion-section-mif_typography input[type=range] + .thumb.active,#accordion-section-mif_typography input[type=range] + .thumb.active,#sub-accordion-section-mif_header input[type=range] + .thumb.active,#accordion-section-mif_header input[type=range] + .thumb.active,#sub-accordion-section-mif_feed input[type=range] + .thumb.active,#accordion-section-mif_feed input[type=range] + .thumb.active,#sub-accordion-section-mif_feed_popup input[type=range] + .thumb.active,#accordion-section-mif_feed_popup input[type=range] + .thumb.active{position:relative;background-color:#26a69a;top:0 !important;left:0 !important;right:0 !important;transform:none}#sub-accordion-section-mif_layout input[type=range] + .thumb.active .value,#accordion-section-mif_layout input[type=range] + .thumb.active .value,#sub-accordion-section-mif_typography input[type=range] + .thumb.active .value,#accordion-section-mif_typography input[type=range] + .thumb.active .value,#sub-accordion-section-mif_header input[type=range] + .thumb.active .value,#accordion-section-mif_header input[type=range] + .thumb.active .value,#sub-accordion-section-mif_feed input[type=range] + .thumb.active .value,#accordion-section-mif_feed input[type=range] + .thumb.active .value,#sub-accordion-section-mif_feed_popup input[type=range] + .thumb.active .value,#accordion-section-mif_feed_popup input[type=range] + .thumb.active .value{background-color:#26a69a;padding:10px 20px;text-align:center;width:100%;float:left;margin:0;font-size:17px;transform:none}/*# sourceMappingURL=mif_customizer_style.css.map */
1
+ #accordion-panel-mif_customize_panel{display:block !important}#sub-accordion-section-mif_layout,#accordion-section-mif_layout,#sub-accordion-section-mif_typography,#accordion-section-mif_typography,#sub-accordion-section-mif_header,#accordion-section-mif_header,#sub-accordion-section-mif_feed,#accordion-section-mif_feed,#sub-accordion-section-mif_feed_popup,#accordion-section-mif_feed_popup{background-color:#fff !important}#sub-accordion-section-mif_layout .customize-control-checkbox input,#sub-accordion-section-mif_layout .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_layout .customize-control-radio input,#accordion-section-mif_layout .customize-control-checkbox input,#accordion-section-mif_layout .customize-control-nav_menu_auto_add input,#accordion-section-mif_layout .customize-control-radio input,#sub-accordion-section-mif_typography .customize-control-checkbox input,#sub-accordion-section-mif_typography .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_typography .customize-control-radio input,#accordion-section-mif_typography .customize-control-checkbox input,#accordion-section-mif_typography .customize-control-nav_menu_auto_add input,#accordion-section-mif_typography .customize-control-radio input,#sub-accordion-section-mif_header .customize-control-checkbox input,#sub-accordion-section-mif_header .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_header .customize-control-radio input,#accordion-section-mif_header .customize-control-checkbox input,#accordion-section-mif_header .customize-control-nav_menu_auto_add input,#accordion-section-mif_header .customize-control-radio input,#sub-accordion-section-mif_feed .customize-control-checkbox input,#sub-accordion-section-mif_feed .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_feed .customize-control-radio input,#accordion-section-mif_feed .customize-control-checkbox input,#accordion-section-mif_feed .customize-control-nav_menu_auto_add input,#accordion-section-mif_feed .customize-control-radio input,#sub-accordion-section-mif_feed_popup .customize-control-checkbox input,#sub-accordion-section-mif_feed_popup .customize-control-nav_menu_auto_add input,#sub-accordion-section-mif_feed_popup .customize-control-radio input,#accordion-section-mif_feed_popup .customize-control-checkbox input,#accordion-section-mif_feed_popup .customize-control-nav_menu_auto_add input,#accordion-section-mif_feed_popup .customize-control-radio input{margin-left:0 !important}#sub-accordion-section-mif_layout .fta-upgrade-btn,#accordion-section-mif_layout .fta-upgrade-btn,#sub-accordion-section-mif_typography .fta-upgrade-btn,#accordion-section-mif_typography .fta-upgrade-btn,#sub-accordion-section-mif_header .fta-upgrade-btn,#accordion-section-mif_header .fta-upgrade-btn,#sub-accordion-section-mif_feed .fta-upgrade-btn,#accordion-section-mif_feed .fta-upgrade-btn,#sub-accordion-section-mif_feed_popup .fta-upgrade-btn,#accordion-section-mif_feed_popup .fta-upgrade-btn{padding:10px;height:auto;font-size:15px;line-height:2.5;text-transform:capitalize;text-decoration:none;color:#fff;background-color:#ff8c00;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer;width:90%;float:left}#sub-accordion-section-mif_layout .fta-upgrade-btn:hover,#accordion-section-mif_layout .fta-upgrade-btn:hover,#sub-accordion-section-mif_typography .fta-upgrade-btn:hover,#accordion-section-mif_typography .fta-upgrade-btn:hover,#sub-accordion-section-mif_header .fta-upgrade-btn:hover,#accordion-section-mif_header .fta-upgrade-btn:hover,#sub-accordion-section-mif_feed .fta-upgrade-btn:hover,#accordion-section-mif_feed .fta-upgrade-btn:hover,#sub-accordion-section-mif_feed_popup .fta-upgrade-btn:hover,#accordion-section-mif_feed_popup .fta-upgrade-btn:hover{opacity:.9;transition:.2s ease-out}#sub-accordion-section-mif_layout .modal,#accordion-section-mif_layout .modal,#sub-accordion-section-mif_typography .modal,#accordion-section-mif_typography .modal,#sub-accordion-section-mif_header .modal,#accordion-section-mif_header .modal,#sub-accordion-section-mif_feed .modal,#accordion-section-mif_feed .modal,#sub-accordion-section-mif_feed_popup .modal,#accordion-section-mif_feed_popup .modal{width:38%;top:30% !important;background-color:#fff}#sub-accordion-section-mif_layout .modal .mif-close-modal,#accordion-section-mif_layout .modal .mif-close-modal,#sub-accordion-section-mif_typography .modal .mif-close-modal,#accordion-section-mif_typography .modal .mif-close-modal,#sub-accordion-section-mif_header .modal .mif-close-modal,#accordion-section-mif_header .modal .mif-close-modal,#sub-accordion-section-mif_feed .modal .mif-close-modal,#accordion-section-mif_feed .modal .mif-close-modal,#sub-accordion-section-mif_feed_popup .modal .mif-close-modal,#accordion-section-mif_feed_popup .modal .mif-close-modal{position:absolute;right:10px;top:10px}#sub-accordion-section-mif_layout .modal .mif-modal-content,#accordion-section-mif_layout .modal .mif-modal-content,#sub-accordion-section-mif_typography .modal .mif-modal-content,#accordion-section-mif_typography .modal .mif-modal-content,#sub-accordion-section-mif_header .modal .mif-modal-content,#accordion-section-mif_header .modal .mif-modal-content,#sub-accordion-section-mif_feed .modal .mif-modal-content,#accordion-section-mif_feed .modal .mif-modal-content,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content,#accordion-section-mif_feed_popup .modal .mif-modal-content{float:none;margin:0 auto;display:table;padding-top:30px;text-align:center}#sub-accordion-section-mif_layout .modal .mif-modal-content h5,#accordion-section-mif_layout .modal .mif-modal-content h5,#sub-accordion-section-mif_typography .modal .mif-modal-content h5,#accordion-section-mif_typography .modal .mif-modal-content h5,#sub-accordion-section-mif_header .modal .mif-modal-content h5,#accordion-section-mif_header .modal .mif-modal-content h5,#sub-accordion-section-mif_feed .modal .mif-modal-content h5,#accordion-section-mif_feed .modal .mif-modal-content h5,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content h5,#accordion-section-mif_feed_popup .modal .mif-modal-content h5{font-size:40px}#sub-accordion-section-mif_layout .modal .mif-modal-content p,#accordion-section-mif_layout .modal .mif-modal-content p,#sub-accordion-section-mif_typography .modal .mif-modal-content p,#accordion-section-mif_typography .modal .mif-modal-content p,#sub-accordion-section-mif_header .modal .mif-modal-content p,#accordion-section-mif_header .modal .mif-modal-content p,#sub-accordion-section-mif_feed .modal .mif-modal-content p,#accordion-section-mif_feed .modal .mif-modal-content p,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content p,#accordion-section-mif_feed_popup .modal .mif-modal-content p{font-size:15px;line-height:1.8;text-align:center;border-bottom:1px solid #ccc;padding-bottom:12px}#sub-accordion-section-mif_layout .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_layout .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-mif_typography .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_typography .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-mif_header .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_header .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-mif_feed .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_feed .modal .mif-modal-content .mif-lock-icon .material-icons,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content .mif-lock-icon .material-icons,#accordion-section-mif_feed_popup .modal .mif-modal-content .mif-lock-icon .material-icons{color:#26a69a;font-size:50px}#sub-accordion-section-mif_layout .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_layout .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-mif_typography .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_typography .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-mif_header .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_header .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-mif_feed .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_feed .modal .mif-modal-content input[type=email]::placeholder,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content input[type=email]::placeholder,#accordion-section-mif_feed_popup .modal .mif-modal-content input[type=email]::placeholder{color:#444}#sub-accordion-section-mif_layout .modal .mif-modal-content .btn,#accordion-section-mif_layout .modal .mif-modal-content .btn,#sub-accordion-section-mif_typography .modal .mif-modal-content .btn,#accordion-section-mif_typography .modal .mif-modal-content .btn,#sub-accordion-section-mif_header .modal .mif-modal-content .btn,#accordion-section-mif_header .modal .mif-modal-content .btn,#sub-accordion-section-mif_feed .modal .mif-modal-content .btn,#accordion-section-mif_feed .modal .mif-modal-content .btn,#sub-accordion-section-mif_feed_popup .modal .mif-modal-content .btn,#accordion-section-mif_feed_popup .modal .mif-modal-content .btn{border-radius:0;color:#fff;padding:10px 25px;height:auto;font-size:16px;margin-top:0}#sub-accordion-section-mif_layout .modal .mif-modal-content input[type=submit],#accordion-section-mif_layout .modal .mif-modal-content input[type=submit],#sub-accordion-section-mif_typography .modal .mif-modal-content input[type=submit],#accordion-section-mif_typography .modal .mif-modal-content input[type=submit],#sub-accordion-section-mif_header .modal .mif-modal-content input[type=submit],#accordion-section-mif_header .modal .mif-modal-content input[type=submit],#sub-accordion-section-mif_feed .modal .mif-modal-content input[type=submit],#accordion-section-mif_feed .modal .mif-modal-content input[type=submit],#sub-accordion-section-mif_feed_popup .modal .mif-modal-content input[type=submit],#accordion-section-mif_feed_popup .modal .mif-modal-content input[type=submit]{line-height:28px}#sub-accordion-section-mif_layout .mif_customizer_popup,#accordion-section-mif_layout .mif_customizer_popup,#sub-accordion-section-mif_typography .mif_customizer_popup,#accordion-section-mif_typography .mif_customizer_popup,#sub-accordion-section-mif_header .mif_customizer_popup,#accordion-section-mif_header .mif_customizer_popup,#sub-accordion-section-mif_feed .mif_customizer_popup,#accordion-section-mif_feed .mif_customizer_popup,#sub-accordion-section-mif_feed_popup .mif_customizer_popup,#accordion-section-mif_feed_popup .mif_customizer_popup{height:45px;line-height:45px;text-transform:capitalize;width:100%}#sub-accordion-section-mif_layout select,#accordion-section-mif_layout select,#sub-accordion-section-mif_typography select,#accordion-section-mif_typography select,#sub-accordion-section-mif_header select,#accordion-section-mif_header select,#sub-accordion-section-mif_feed select,#accordion-section-mif_feed select,#sub-accordion-section-mif_feed_popup select,#accordion-section-mif_feed_popup select{display:block}#sub-accordion-section-mif_layout .customize-section-description,#accordion-section-mif_layout .customize-section-description,#sub-accordion-section-mif_typography .customize-section-description,#accordion-section-mif_typography .customize-section-description,#sub-accordion-section-mif_header .customize-section-description,#accordion-section-mif_header .customize-section-description,#sub-accordion-section-mif_feed .customize-section-description,#accordion-section-mif_feed .customize-section-description,#sub-accordion-section-mif_feed_popup .customize-section-description,#accordion-section-mif_feed_popup .customize-section-description{font-size:18px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-mif_layout label,#accordion-section-mif_layout label,#sub-accordion-section-mif_typography label,#accordion-section-mif_typography label,#sub-accordion-section-mif_header label,#accordion-section-mif_header label,#sub-accordion-section-mif_feed label,#accordion-section-mif_feed label,#sub-accordion-section-mif_feed_popup label,#accordion-section-mif_feed_popup label{height:auto}#sub-accordion-section-mif_layout .customize-control,#accordion-section-mif_layout .customize-control,#sub-accordion-section-mif_typography .customize-control,#accordion-section-mif_typography .customize-control,#sub-accordion-section-mif_header .customize-control,#accordion-section-mif_header .customize-control,#sub-accordion-section-mif_feed .customize-control,#accordion-section-mif_feed .customize-control,#sub-accordion-section-mif_feed_popup .customize-control,#accordion-section-mif_feed_popup .customize-control{padding-bottom:10px;margin-bottom:0}#sub-accordion-section-mif_layout .customize-control .customize-control-title,#accordion-section-mif_layout .customize-control .customize-control-title,#sub-accordion-section-mif_typography .customize-control .customize-control-title,#accordion-section-mif_typography .customize-control .customize-control-title,#sub-accordion-section-mif_header .customize-control .customize-control-title,#accordion-section-mif_header .customize-control .customize-control-title,#sub-accordion-section-mif_feed .customize-control .customize-control-title,#accordion-section-mif_feed .customize-control .customize-control-title,#sub-accordion-section-mif_feed_popup .customize-control .customize-control-title,#accordion-section-mif_feed_popup .customize-control .customize-control-title{font-size:20px;margin-bottom:10px;color:#555d66;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-mif_layout #customize-controls .description,#accordion-section-mif_layout #customize-controls .description,#sub-accordion-section-mif_typography #customize-controls .description,#accordion-section-mif_typography #customize-controls .description,#sub-accordion-section-mif_header #customize-controls .description,#accordion-section-mif_header #customize-controls .description,#sub-accordion-section-mif_feed #customize-controls .description,#accordion-section-mif_feed #customize-controls .description,#sub-accordion-section-mif_feed_popup #customize-controls .description,#accordion-section-mif_feed_popup #customize-controls .description{text-transform:capitalize}#sub-accordion-section-mif_layout .customize-control .customize-inside-control-row,#accordion-section-mif_layout .customize-control .customize-inside-control-row,#sub-accordion-section-mif_typography .customize-control .customize-inside-control-row,#accordion-section-mif_typography .customize-control .customize-inside-control-row,#sub-accordion-section-mif_header .customize-control .customize-inside-control-row,#accordion-section-mif_header .customize-control .customize-inside-control-row,#sub-accordion-section-mif_feed .customize-control .customize-inside-control-row,#accordion-section-mif_feed .customize-control .customize-inside-control-row,#sub-accordion-section-mif_feed_popup .customize-control .customize-inside-control-row,#accordion-section-mif_feed_popup .customize-control .customize-inside-control-row{margin-left:5px;border-bottom:2px solid #ddd;padding-bottom:20px}#sub-accordion-section-mif_layout .select-wrapper,#accordion-section-mif_layout .select-wrapper,#sub-accordion-section-mif_typography .select-wrapper,#accordion-section-mif_typography .select-wrapper,#sub-accordion-section-mif_header .select-wrapper,#accordion-section-mif_header .select-wrapper,#sub-accordion-section-mif_feed .select-wrapper,#accordion-section-mif_feed .select-wrapper,#sub-accordion-section-mif_feed_popup .select-wrapper,#accordion-section-mif_feed_popup .select-wrapper{position:relative}#sub-accordion-section-mif_layout .select-wrapper .dropdown-content,#accordion-section-mif_layout .select-wrapper .dropdown-content,#sub-accordion-section-mif_typography .select-wrapper .dropdown-content,#accordion-section-mif_typography .select-wrapper .dropdown-content,#sub-accordion-section-mif_header .select-wrapper .dropdown-content,#accordion-section-mif_header .select-wrapper .dropdown-content,#sub-accordion-section-mif_feed .select-wrapper .dropdown-content,#accordion-section-mif_feed .select-wrapper .dropdown-content,#sub-accordion-section-mif_feed_popup .select-wrapper .dropdown-content,#accordion-section-mif_feed_popup .select-wrapper .dropdown-content{width:100% !important;z-index:99999999999;overflow:visible;height:auto;background-color:#7fc6a6;border:none;box-shadow:none}#sub-accordion-section-mif_layout .select-wrapper .dropdown-content li,#accordion-section-mif_layout .select-wrapper .dropdown-content li,#sub-accordion-section-mif_typography .select-wrapper .dropdown-content li,#accordion-section-mif_typography .select-wrapper .dropdown-content li,#sub-accordion-section-mif_header .select-wrapper .dropdown-content li,#accordion-section-mif_header .select-wrapper .dropdown-content li,#sub-accordion-section-mif_feed .select-wrapper .dropdown-content li,#accordion-section-mif_feed .select-wrapper .dropdown-content li,#sub-accordion-section-mif_feed_popup .select-wrapper .dropdown-content li,#accordion-section-mif_feed_popup .select-wrapper .dropdown-content li{float:left;position:relative;display:inline-block}#sub-accordion-section-mif_layout .select-wrapper .dropdown-content li span,#accordion-section-mif_layout .select-wrapper .dropdown-content li span,#sub-accordion-section-mif_typography .select-wrapper .dropdown-content li span,#accordion-section-mif_typography .select-wrapper .dropdown-content li span,#sub-accordion-section-mif_header .select-wrapper .dropdown-content li span,#accordion-section-mif_header .select-wrapper .dropdown-content li span,#sub-accordion-section-mif_feed .select-wrapper .dropdown-content li span,#accordion-section-mif_feed .select-wrapper .dropdown-content li span,#sub-accordion-section-mif_feed_popup .select-wrapper .dropdown-content li span,#accordion-section-mif_feed_popup .select-wrapper .dropdown-content li span{color:#fff}#sub-accordion-section-mif_layout input[type=range],#accordion-section-mif_layout input[type=range],#sub-accordion-section-mif_typography input[type=range],#accordion-section-mif_typography input[type=range],#sub-accordion-section-mif_header input[type=range],#accordion-section-mif_header input[type=range],#sub-accordion-section-mif_feed input[type=range],#accordion-section-mif_feed input[type=range],#sub-accordion-section-mif_feed_popup input[type=range],#accordion-section-mif_feed_popup input[type=range]{width:100%}#sub-accordion-section-mif_layout .wp-picker-container,#accordion-section-mif_layout .wp-picker-container,#sub-accordion-section-mif_typography .wp-picker-container,#accordion-section-mif_typography .wp-picker-container,#sub-accordion-section-mif_header .wp-picker-container,#accordion-section-mif_header .wp-picker-container,#sub-accordion-section-mif_feed .wp-picker-container,#accordion-section-mif_feed .wp-picker-container,#sub-accordion-section-mif_feed_popup .wp-picker-container,#accordion-section-mif_feed_popup .wp-picker-container{width:100%}#sub-accordion-section-mif_layout .wp-picker-container .wp-color-result.button,#accordion-section-mif_layout .wp-picker-container .wp-color-result.button,#sub-accordion-section-mif_typography .wp-picker-container .wp-color-result.button,#accordion-section-mif_typography .wp-picker-container .wp-color-result.button,#sub-accordion-section-mif_header .wp-picker-container .wp-color-result.button,#accordion-section-mif_header .wp-picker-container .wp-color-result.button,#sub-accordion-section-mif_feed .wp-picker-container .wp-color-result.button,#accordion-section-mif_feed .wp-picker-container .wp-color-result.button,#sub-accordion-section-mif_feed_popup .wp-picker-container .wp-color-result.button,#accordion-section-mif_feed_popup .wp-picker-container .wp-color-result.button{width:100%;height:33px}#sub-accordion-section-mif_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_layout .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-mif_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_typography .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-mif_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_header .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-mif_feed .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_feed .wp-picker-container .wp-color-result.button .wp-color-result-text,#sub-accordion-section-mif_feed_popup .wp-picker-container .wp-color-result.button .wp-color-result-text,#accordion-section-mif_feed_popup .wp-picker-container .wp-color-result.button .wp-color-result-text{width:80%;float:right;line-height:31px}#sub-accordion-section-mif_layout .customize-control-select .customize-control-title,#sub-accordion-section-mif_layout .customize-control-number .customize-control-title,#accordion-section-mif_layout .customize-control-select .customize-control-title,#accordion-section-mif_layout .customize-control-number .customize-control-title,#sub-accordion-section-mif_typography .customize-control-select .customize-control-title,#sub-accordion-section-mif_typography .customize-control-number .customize-control-title,#accordion-section-mif_typography .customize-control-select .customize-control-title,#accordion-section-mif_typography .customize-control-number .customize-control-title,#sub-accordion-section-mif_header .customize-control-select .customize-control-title,#sub-accordion-section-mif_header .customize-control-number .customize-control-title,#accordion-section-mif_header .customize-control-select .customize-control-title,#accordion-section-mif_header .customize-control-number .customize-control-title,#sub-accordion-section-mif_feed .customize-control-select .customize-control-title,#sub-accordion-section-mif_feed .customize-control-number .customize-control-title,#accordion-section-mif_feed .customize-control-select .customize-control-title,#accordion-section-mif_feed .customize-control-number .customize-control-title,#sub-accordion-section-mif_feed_popup .customize-control-select .customize-control-title,#sub-accordion-section-mif_feed_popup .customize-control-number .customize-control-title,#accordion-section-mif_feed_popup .customize-control-select .customize-control-title,#accordion-section-mif_feed_popup .customize-control-number .customize-control-title{border:none;padding-bottom:0}#sub-accordion-section-mif_layout .wp-picker-input-wrap,#accordion-section-mif_layout .wp-picker-input-wrap,#sub-accordion-section-mif_typography .wp-picker-input-wrap,#accordion-section-mif_typography .wp-picker-input-wrap,#sub-accordion-section-mif_header .wp-picker-input-wrap,#accordion-section-mif_header .wp-picker-input-wrap,#sub-accordion-section-mif_feed .wp-picker-input-wrap,#accordion-section-mif_feed .wp-picker-input-wrap,#sub-accordion-section-mif_feed_popup .wp-picker-input-wrap,#accordion-section-mif_feed_popup .wp-picker-input-wrap{width:100%}#sub-accordion-section-mif_layout .wp-picker-input-wrap label,#accordion-section-mif_layout .wp-picker-input-wrap label,#sub-accordion-section-mif_typography .wp-picker-input-wrap label,#accordion-section-mif_typography .wp-picker-input-wrap label,#sub-accordion-section-mif_header .wp-picker-input-wrap label,#accordion-section-mif_header .wp-picker-input-wrap label,#sub-accordion-section-mif_feed .wp-picker-input-wrap label,#accordion-section-mif_feed .wp-picker-input-wrap label,#sub-accordion-section-mif_feed_popup .wp-picker-input-wrap label,#accordion-section-mif_feed_popup .wp-picker-input-wrap label{width:50%}#sub-accordion-section-mif_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_layout .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-mif_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_typography .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-mif_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_header .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-mif_feed .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_feed .wp-picker-input-wrap label input[type=text].wp-color-picker,#sub-accordion-section-mif_feed_popup .wp-picker-input-wrap label input[type=text].wp-color-picker,#accordion-section-mif_feed_popup .wp-picker-input-wrap label input[type=text].wp-color-picker{width:100%}#sub-accordion-section-mif_layout .wp-picker-input-wrap .button,#accordion-section-mif_layout .wp-picker-input-wrap .button,#sub-accordion-section-mif_typography .wp-picker-input-wrap .button,#accordion-section-mif_typography .wp-picker-input-wrap .button,#sub-accordion-section-mif_header .wp-picker-input-wrap .button,#accordion-section-mif_header .wp-picker-input-wrap .button,#sub-accordion-section-mif_feed .wp-picker-input-wrap .button,#accordion-section-mif_feed .wp-picker-input-wrap .button,#sub-accordion-section-mif_feed_popup .wp-picker-input-wrap .button,#accordion-section-mif_feed_popup .wp-picker-input-wrap .button{float:right;width:47%;height:30px;margin-top:15px}#sub-accordion-section-mif_layout input[type=range] + .thumb.active,#accordion-section-mif_layout input[type=range] + .thumb.active,#sub-accordion-section-mif_typography input[type=range] + .thumb.active,#accordion-section-mif_typography input[type=range] + .thumb.active,#sub-accordion-section-mif_header input[type=range] + .thumb.active,#accordion-section-mif_header input[type=range] + .thumb.active,#sub-accordion-section-mif_feed input[type=range] + .thumb.active,#accordion-section-mif_feed input[type=range] + .thumb.active,#sub-accordion-section-mif_feed_popup input[type=range] + .thumb.active,#accordion-section-mif_feed_popup input[type=range] + .thumb.active{position:relative;background-color:#26a69a;top:0 !important;left:0 !important;right:0 !important;transform:none}#sub-accordion-section-mif_layout input[type=range] + .thumb.active .value,#accordion-section-mif_layout input[type=range] + .thumb.active .value,#sub-accordion-section-mif_typography input[type=range] + .thumb.active .value,#accordion-section-mif_typography input[type=range] + .thumb.active .value,#sub-accordion-section-mif_header input[type=range] + .thumb.active .value,#accordion-section-mif_header input[type=range] + .thumb.active .value,#sub-accordion-section-mif_feed input[type=range] + .thumb.active .value,#accordion-section-mif_feed input[type=range] + .thumb.active .value,#sub-accordion-section-mif_feed_popup input[type=range] + .thumb.active .value,#accordion-section-mif_feed_popup input[type=range] + .thumb.active .value{background-color:#26a69a;padding:10px 20px;text-align:center;width:100%;float:left;margin:0;font-size:17px;transform:none}/*# sourceMappingURL=mif_customizer_style.css.map */
my-instagram-feed/assets/css/mif_fancy_popup.css CHANGED
@@ -1 +1 @@
1
- .mif_full_top{float:left;width:100%;clear:both}.mif_full_top .mif_header_title{margin-top:0 !important}.mif_full_img img{height:auto !important;width:100%;max-width:100%;max-height:500px}.mif_full_top .mif_caption{padding-left:0;padding-bottom:5px}.mif_full_layout .mejs-video,.mif_full_layout .wp-video{width:100% !important}.mif_single.mif_masonary_layout{padding:0 !important;margin:0 !important}.mif_masonary_main:after{content:"";display:block;clear:both}.grid-sizer,.mif_masonary_layout{width:33.333%}.mif_masonary_layout{float:left}.mif_masonary_layout img{display:block;max-width:100%}.mif_masonary_layout video::-webkit-media-controls{position:static !important}.mif_masonary_layout .mif_likes,.mif_masonary_layout .mif_coments{-moz-transition:all ease-in .5s !important;-ms-transition:all ease-in .5s !important;-o-transition:all ease-in .5s !important;-webkit-transition:all ease-in .5s !important;transition:all ease-in .5s !important}.mif_masonary_layout:hover .mif_likes,.mif_masonary_layout:hover .mif_coments{opacity:0;-moz-transition:all ease-in .5s !important;-ms-transition:all ease-in .5s !important;-o-transition:all ease-in .5s !important;-webkit-transition:all ease-in .5s !important;transition:all ease-in .5s !important}.mif_masonary_layout .mif_fulls{opacity:0;visibility:hidden;position:absolute;width:100%;height:100%}.mif_feeds_holder{float:left;width:100%;clear:both}@media only screen and (max-width: 768px){.mif_grid_left,.mif_grid_right,.mif_grid_layout{width:100% !important;margin-bottom:5px}}.grayscale{-webkit-filter:grayscale(1);filter:grayscale(1)}.sepia{-webkit-filter:sepia(1);filter:sepia(1)}.saturate{-webkit-filter:saturate(8);filter:saturate(8)}.hue{-webkit-filter:hue-rotate(90deg);filter:hue-rotate(90deg)}.invert{-webkit-filter:invert(0.8);filter:invert(0.8)}.brightness{-webkit-filter:brightness(3);filter:brightness(3)}.contrast{-webkit-filter:contrast(4);filter:contrast(4)}.animate_filter{-webkit-animation:filter-animation 5s infinite}@-webkit-keyframes filter-animation{0%{-webkit-filter:sepia(0) grayscale(2)}50%{-webkit-filter:sepia(1) grayscale(8)}100%{-webkit-filter:sepia(0) grayscale(2)}}.mif_wrap.mif_ver_free .mif_grid_layout .mif_content_holder{top:50%;transform:translateY(-50%)}.mif_error{padding:10px;background:#ed6d62;color:#fff;font-size:14px}.fancybox-container .fancybox-content{padding:0 !important;margin:45px !important}.fancybox-container .post{width:70%;overflow:auto;background:#000}.fancybox-container .post img,.fancybox-container .post video{max-width:100%;margin:0 auto;float:none;display:table}.fancybox-container .caption{cursor:auto;width:400px;position:relative;overflow:auto;padding:15px 10px;padding-bottom:0}.fancybox-container .caption .efbl_popup_caption_inner{position:absolute;top:0;right:0;overflow:auto;width:100%;min-height:200px}.fancybox-container .caption .efbl_popup_caption_inner_wraper{padding:20px 10px;float:left;width:100%}.fancybox-container .main-pop{display:flex}.fancybox-container .efbl_author_info{float:left;width:100%}.fancybox-container .efbl_auth_logo{float:left;margin-right:5px}.fancybox-container .efbl_auth_logo img{float:left;width:62px;margin-top:-8px}.fancybox-container .efbl_name_date{float:left}.fancybox-container .efbl_name_date .efbl_author_name{margin:0;font-size:15px}.fancybox-container .efbl_name_date .efbl_author_name a{color:#ed6d62;font-weight:bold}.fancybox-container .efbl_story_time{margin:0;font-size:11px;color:#9197a3}.fancybox-container .efbl_popup_caption{float:left;width:100%;font-size:15px;color:#444;margin:10px 0}.fancybox-container .efbl-likes-popup-holder{max-width:52% !important;width:32%;padding:10px !important;border-radius:3px;transform:translateY(-50px);transition:all .33s}body .fancybox-container .fancybox-close-small{color:#888;font-weight:300;text-align:center;transition:background .25s}body .fancybox-container .fancybox-close-small:hover{color:#555;background:#eee}.mif_main-pop,.mif_replies_modal{display:flex}.mif_main-pop .mif_post,.mif_replies_modal .mif_post{width:70%;overflow:auto;background:#000}.mif_main-pop .mif_post img,.mif_replies_modal .mif_post img{max-width:100%;margin:0 auto;float:none;display:table;width:100%}.mif_main-pop .mif_popup_caption,.mif_replies_modal .mif_popup_caption{cursor:auto;width:400px;padding:15px 10px;padding-bottom:0;position:relative;overflow:auto}.mif_main-pop .mif_popup_caption .mif_popup_caption_inner,.mif_replies_modal .mif_popup_caption .mif_popup_caption_inner{position:absolute;top:0;right:0;overflow:auto;width:100%;min-height:200px}.mif_main-pop .mif_popup_caption .mif_popup_caption_inner .mif_popup_caption_inner_wraper,.mif_replies_modal .mif_popup_caption .mif_popup_caption_inner .mif_popup_caption_inner_wraper{padding:15px 10px}.mif_main-pop .mif_popup_caption .mif_author_info .mif_auth_logo,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_auth_logo{float:left;margin-right:15px}.mif_main-pop .mif_popup_caption .mif_author_info .mif_auth_logo img,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_auth_logo img{float:left;width:60px;margin-top:-8px;border-radius:50%}.mif_main-pop .mif_popup_caption .mif_author_info .mif_name_date,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_name_date{float:left}.mif_main-pop .mif_popup_caption .mif_author_info .mif_name_date .mif_author_name,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_name_date .mif_author_name{margin:0;font-size:15px}.mif_main-pop .mif_popup_caption .mif_author_info .mif_name_date .mif_author_name a,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_name_date .mif_author_name a{color:#ed6d62;font-weight:bold;text-decoration:none}.mif_main-pop .mif_popup_caption .mif_author_info .mif_name_date .mif_story_time,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_name_date .mif_story_time{margin:0;font-size:11px;margin-top:-5px;color:#9197a3}.mif_main-pop .mif_popup_text,.mif_replies_modal .mif_popup_text{float:left;clear:both;font-size:15px;color:#444;margin:10px 0}.mif_main-pop .mif_popup_meta_holder,.mif_replies_modal .mif_popup_meta_holder{float:left;width:100%}.mif_main-pop .mif_popup_meta_like_share,.mif_replies_modal .mif_popup_meta_like_share{float:left;width:100%;text-align:left;margin-top:10px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:10px 10px 5px 10px;background:#f6f7f9}.mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder,.mif_replies_modal .mif_popup_meta_like_share .mif_popup_likes_holder{float:left;padding-right:20px}.mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder img,.mif_replies_modal .mif_popup_meta_like_share .mif_popup_likes_holder img{width:30px;float:left}.mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder span,.mif_replies_modal .mif_popup_meta_like_share .mif_popup_likes_holder span{margin-top:4px;float:left}.mif_main-pop .mif_popup_comments_holder,.mif_replies_modal .mif_popup_comments_holder{float:left;color:#4b4f52}.mif_main-pop .mif_popup_comments_holder i,.mif_replies_modal .mif_popup_comments_holder i{font-size:15px}.mif_main-pop .mif_popup_comments_holder span,.mif_replies_modal .mif_popup_comments_holder span{font-size:18px}.mif_main-pop .mif_popup_meta_right,.mif_replies_modal .mif_popup_meta_right{float:right}.mif_main-pop .mif_popup_meta_right a,.mif_replies_modal .mif_popup_meta_right a{font-size:14px;color:#4b4f52;text-decoration:none;transition:all ease-in-out .5s}.mif_main-pop .mif_popup_meta_right a:hover,.mif_replies_modal .mif_popup_meta_right a:hover{color:#0073aa;transition:all ease-in-out .5s}.mif_main-pop .mif_popup_all_comments,.mif_replies_modal .mif_popup_all_comments{float:left;width:100%;margin-top:10px;overflow:auto}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder.show,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder.show{opacity:1;transform:translateX(0%)}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder{transform:translateX(-100%);transition:transform .5s,opacity 2s;opacity:0;float:left;width:100%;margin-bottom:20px}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon{float:left;width:10%}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon .fa-comment,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon .fa-comment{color:#fff;background:#444;padding:5px;border-radius:50%;font-size:16px}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon .mif_comment_time_popup,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon .mif_comment_time_popup{font-size:12px;margin-top:-5px;float:left;color:#4b4f52}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg{float:left;overflow-wrap:break-word;font-size:14px;color:#4b4f52;width:90%;background-color:#f2f3f5;border-radius:18px;padding:8px 10px}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg .mif_commenter,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg .mif_commenter{color:#385898;font-weight:bold;margin-right:10px;text-decoration:none;transition:all ease-in-out .5s}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg .mif_commenter:hover,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg .mif_commenter:hover{color:#4b4f52;transition:all ease-in-out .5s}.mif_main-pop .mif_popup_all_comments .mif_comment_meta,.mif_replies_modal .mif_popup_all_comments .mif_comment_meta{margin-left:13%;float:left;font-size:12px;color:#4b4f52;margin-top:2px}.mif_main-pop .mif_popup_all_comments .mif_comment_likes_count,.mif_main-pop .mif_popup_all_comments .mif_comment_reply_count,.mif_main-pop .mif_popup_all_comments .mif_comment_time,.mif_replies_modal .mif_popup_all_comments .mif_comment_likes_count,.mif_replies_modal .mif_popup_all_comments .mif_comment_reply_count,.mif_replies_modal .mif_popup_all_comments .mif_comment_time{margin-right:10px}.mif_main-pop .mif_popup_all_comments .mif_comment_likes_count .fa-heart,.mif_main-pop .mif_popup_all_comments .mif_comment_reply_count .fa-heart,.mif_main-pop .mif_popup_all_comments .mif_comment_time .fa-heart,.mif_replies_modal .mif_popup_all_comments .mif_comment_likes_count .fa-heart,.mif_replies_modal .mif_popup_all_comments .mif_comment_reply_count .fa-heart,.mif_replies_modal .mif_popup_all_comments .mif_comment_time .fa-heart{font-size:10px;margin-right:3px}.mif_main-pop .mif_popup_all_comments .mif_comment_likes_count .fa-heart .mif_popup_c,.mif_main-pop .mif_popup_all_comments .mif_comment_reply_count .fa-heart .mif_popup_c,.mif_main-pop .mif_popup_all_comments .mif_comment_time .fa-heart .mif_popup_c,.mif_replies_modal .mif_popup_all_comments .mif_comment_likes_count .fa-heart .mif_popup_c,.mif_replies_modal .mif_popup_all_comments .mif_comment_reply_count .fa-heart .mif_popup_c,.mif_replies_modal .mif_popup_all_comments .mif_comment_time .fa-heart .mif_popup_c{font-size:12px}.fancybox-container .fotorama__html .carousel-item{display:block !important}.fancybox-container .mif_replies_modal{max-width:500px;cursor:auto;max-height:400px;overflow:auto;padding:10px !important}.fancybox-container .mif_replies_modal .mif_popup_all_comments{margin-top:0}.fancybox-container .mif_replies_modal .mif_popup_all_comments h4{margin-top:0;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;font-weight:400}.fotorama__nav-wrap{position:absolute;bottom:0}.fotorama__nav-wrap .fotorama__nav__shaft{background:#fff}/*# sourceMappingURL=mif_fancy_popup.css.map */
1
+ .mif_full_top{float:left;width:100%;clear:both}.mif_full_top .mif_header_title{margin-top:0 !important}.mif_full_img img{height:auto !important;width:100%}.mif_full_top .mif_caption{padding-left:0;padding-bottom:5px}.mif_full_layout .mejs-video,.mif_full_layout .wp-video{width:100% !important}.mif_single.mif_masonary_layout{padding:0 !important;margin:0 !important}.mif_masonary_main:after{content:"";display:block;clear:both}.grid-sizer,.mif_masonary_layout{width:33.333%}.mif_masonary_layout{float:left}.mif_masonary_layout img{display:block;max-width:100%}.mif_masonary_layout video::-webkit-media-controls{position:static !important}.mif_masonary_layout .mif_likes,.mif_masonary_layout .mif_coments{-moz-transition:all ease-in .5s !important;-ms-transition:all ease-in .5s !important;-o-transition:all ease-in .5s !important;-webkit-transition:all ease-in .5s !important;transition:all ease-in .5s !important}.mif_masonary_layout:hover .mif_likes,.mif_masonary_layout:hover .mif_coments{opacity:0;-moz-transition:all ease-in .5s !important;-ms-transition:all ease-in .5s !important;-o-transition:all ease-in .5s !important;-webkit-transition:all ease-in .5s !important;transition:all ease-in .5s !important}.mif_masonary_layout .mif_fulls{opacity:0;visibility:hidden;position:absolute;width:100%;height:100%}.mif_feeds_holder{float:left;width:100%;clear:both}@media only screen and (max-width: 768px){.mif_grid_left,.mif_grid_right,.mif_grid_layout{width:100% !important;margin-bottom:5px}}.grayscale{-webkit-filter:grayscale(1);filter:grayscale(1)}.sepia{-webkit-filter:sepia(1);filter:sepia(1)}.saturate{-webkit-filter:saturate(8);filter:saturate(8)}.hue{-webkit-filter:hue-rotate(90deg);filter:hue-rotate(90deg)}.invert{-webkit-filter:invert(0.8);filter:invert(0.8)}.brightness{-webkit-filter:brightness(3);filter:brightness(3)}.contrast{-webkit-filter:contrast(4);filter:contrast(4)}.animate_filter{-webkit-animation:filter-animation 5s infinite}@-webkit-keyframes filter-animation{0%{-webkit-filter:sepia(0) grayscale(2)}50%{-webkit-filter:sepia(1) grayscale(8)}100%{-webkit-filter:sepia(0) grayscale(2)}}.mif_wrap.mif_ver_free .mif_grid_layout .mif_content_holder{top:50%;transform:translateY(-50%)}.mif_error{padding:10px;background:#ed6d62;color:#fff;font-size:14px}.fancybox-container .fancybox-content{padding:0 !important;margin:30px 0 !important}.fancybox-container .post{width:70%;overflow:auto;background:#000}.fancybox-container .post img,.fancybox-container .post video{max-width:100%;margin:0 auto;float:none;display:table}.fancybox-container .caption{cursor:auto;width:400px;position:relative;overflow:auto;padding:15px 10px;padding-bottom:0}.fancybox-container .caption .efbl_popup_caption_inner{position:absolute;top:0;right:0;overflow:auto;width:100%;min-height:200px}.fancybox-container .caption .efbl_popup_caption_inner_wraper{padding:20px 10px;float:left;width:100%}.mif_wrap .mif_grid_layout .mif_feed_popup_pro{float:left;width:100%;height:100%}.fancybox-container .main-pop{display:flex}.fancybox-container .efbl_author_info{float:left;width:100%}.fancybox-container .efbl_auth_logo{float:left;margin-right:5px}.fancybox-container .efbl_auth_logo img{float:left;width:62px;margin-top:-8px}.fancybox-container .efbl_name_date{float:left}.fancybox-container .efbl_name_date .efbl_author_name{margin:0;font-size:15px}.fancybox-container .efbl_name_date .efbl_author_name a{color:#ed6d62;font-weight:bold}.fancybox-container .efbl_story_time{margin:0;font-size:11px;color:#9197a3}.fancybox-container .efbl_popup_caption{float:left;width:100%;font-size:15px;color:#444;margin:10px 0}.fancybox-container .efbl-likes-popup-holder{max-width:52% !important;width:32%;padding:10px !important;border-radius:3px;transform:translateY(-50px);transition:all .33s}body .fancybox-container .fancybox-close-small{color:#888;font-weight:300;text-align:center;transition:background .25s}body .fancybox-container .fancybox-close-small:hover{color:#555;background:#eee}.mif_main-pop,.mif_replies_modal{display:flex}.mif_main-pop .mif_post,.mif_replies_modal .mif_post{width:70%;overflow:auto;background:#000}.mif_main-pop .mif_post img,.mif_replies_modal .mif_post img{max-width:100%;margin:0 auto;float:none;display:table;width:100%}.mif_main-pop .mif_popup_caption,.mif_replies_modal .mif_popup_caption{cursor:auto;width:400px;padding:15px 10px;padding-bottom:0;position:relative;overflow:auto}.mif_main-pop .mif_popup_caption .mif_popup_caption_inner,.mif_replies_modal .mif_popup_caption .mif_popup_caption_inner{position:absolute;top:0;right:0;overflow:auto;width:100%;min-height:200px}.mif_main-pop .mif_popup_caption .mif_popup_caption_inner .mif_popup_caption_inner_wraper,.mif_replies_modal .mif_popup_caption .mif_popup_caption_inner .mif_popup_caption_inner_wraper{padding:15px 10px}.mif_main-pop .mif_popup_caption .mif_author_info .mif_auth_logo,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_auth_logo{float:left;margin-right:15px}.mif_main-pop .mif_popup_caption .mif_author_info .mif_auth_logo img,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_auth_logo img{float:left;width:60px;margin-top:-8px;border-radius:50%}.mif_main-pop .mif_popup_caption .mif_author_info .mif_name_date,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_name_date{float:left}.mif_main-pop .mif_popup_caption .mif_author_info .mif_name_date .mif_author_name,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_name_date .mif_author_name{margin:0;font-size:15px}.mif_main-pop .mif_popup_caption .mif_author_info .mif_name_date .mif_author_name a,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_name_date .mif_author_name a{color:#ed6d62;font-weight:bold;text-decoration:none}.mif_main-pop .mif_popup_caption .mif_author_info .mif_name_date .mif_story_time,.mif_replies_modal .mif_popup_caption .mif_author_info .mif_name_date .mif_story_time{margin:0;font-size:11px;margin-top:-5px;color:#9197a3}.mif_main-pop .mif_popup_text,.mif_replies_modal .mif_popup_text{float:left;clear:both;font-size:15px;color:#444;margin:10px 0}.mif_main-pop .mif_popup_meta_holder,.mif_replies_modal .mif_popup_meta_holder{float:left;width:100%}.mif_main-pop .mif_popup_meta_like_share,.mif_replies_modal .mif_popup_meta_like_share{float:left;width:100%;text-align:left;margin-top:10px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:10px 10px 5px 10px;background:#f6f7f9}.mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder,.mif_replies_modal .mif_popup_meta_like_share .mif_popup_likes_holder{float:left;padding-right:20px}.mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder img,.mif_replies_modal .mif_popup_meta_like_share .mif_popup_likes_holder img{width:30px;float:left}.mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder span,.mif_replies_modal .mif_popup_meta_like_share .mif_popup_likes_holder span{margin-top:4px;float:left}.mif_main-pop .mif_popup_comments_holder,.mif_replies_modal .mif_popup_comments_holder{float:left;color:#4b4f52}.mif_main-pop .mif_popup_comments_holder i,.mif_replies_modal .mif_popup_comments_holder i{font-size:15px}.mif_main-pop .mif_popup_comments_holder span,.mif_replies_modal .mif_popup_comments_holder span{font-size:18px}.mif_main-pop .mif_popup_meta_right,.mif_replies_modal .mif_popup_meta_right{float:right}.mif_main-pop .mif_popup_meta_right a,.mif_replies_modal .mif_popup_meta_right a{font-size:14px;color:#4b4f52;text-decoration:none;transition:all ease-in-out .5s}.mif_main-pop .mif_popup_meta_right a:hover,.mif_replies_modal .mif_popup_meta_right a:hover{color:#0073aa;transition:all ease-in-out .5s}.mif_main-pop .mif_popup_all_comments,.mif_replies_modal .mif_popup_all_comments{float:left;width:100%;margin-top:10px;overflow:auto}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder.show,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder.show{opacity:1;transform:translateX(0%)}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder{transform:translateX(-100%);transition:transform .5s,opacity 2s;opacity:0;float:left;width:100%;margin-bottom:20px}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon{float:left;width:10%}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon .fa-comment,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon .fa-comment{color:#fff;background:#444;padding:5px;border-radius:50%;font-size:16px}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon .mif_comment_time_popup,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder a.mif_comment_icon .mif_comment_time_popup{font-size:12px;margin-top:-5px;float:left;color:#4b4f52}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg{float:left;overflow-wrap:break-word;font-size:14px;color:#4b4f52;width:90%;background-color:#f2f3f5;border-radius:18px;padding:8px 10px}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg .mif_commenter,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg .mif_commenter{color:#385898;font-weight:bold;margin-right:10px;text-decoration:none;transition:all ease-in-out .5s}.mif_main-pop .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg .mif_commenter:hover,.mif_replies_modal .mif_popup_all_comments .mif_popup_comment_holder .mif_comment_msg .mif_commenter:hover{color:#4b4f52;transition:all ease-in-out .5s}.mif_main-pop .mif_popup_all_comments .mif_comment_meta,.mif_replies_modal .mif_popup_all_comments .mif_comment_meta{margin-left:13%;float:left;font-size:12px;color:#4b4f52;margin-top:2px}.mif_main-pop .mif_popup_all_comments .mif_comment_likes_count,.mif_main-pop .mif_popup_all_comments .mif_comment_reply_count,.mif_main-pop .mif_popup_all_comments .mif_comment_time,.mif_replies_modal .mif_popup_all_comments .mif_comment_likes_count,.mif_replies_modal .mif_popup_all_comments .mif_comment_reply_count,.mif_replies_modal .mif_popup_all_comments .mif_comment_time{margin-right:10px}.mif_main-pop .mif_popup_all_comments .mif_comment_likes_count .fa-heart,.mif_main-pop .mif_popup_all_comments .mif_comment_reply_count .fa-heart,.mif_main-pop .mif_popup_all_comments .mif_comment_time .fa-heart,.mif_replies_modal .mif_popup_all_comments .mif_comment_likes_count .fa-heart,.mif_replies_modal .mif_popup_all_comments .mif_comment_reply_count .fa-heart,.mif_replies_modal .mif_popup_all_comments .mif_comment_time .fa-heart{font-size:10px;margin-right:3px}.mif_main-pop .mif_popup_all_comments .mif_comment_likes_count .fa-heart .mif_popup_c,.mif_main-pop .mif_popup_all_comments .mif_comment_reply_count .fa-heart .mif_popup_c,.mif_main-pop .mif_popup_all_comments .mif_comment_time .fa-heart .mif_popup_c,.mif_replies_modal .mif_popup_all_comments .mif_comment_likes_count .fa-heart .mif_popup_c,.mif_replies_modal .mif_popup_all_comments .mif_comment_reply_count .fa-heart .mif_popup_c,.mif_replies_modal .mif_popup_all_comments .mif_comment_time .fa-heart .mif_popup_c{font-size:12px}.fancybox-container .fotorama__html .carousel-item{display:block !important}.fancybox-container .mif_replies_modal{max-width:500px;cursor:auto;max-height:400px;overflow:auto;padding:10px !important}.fancybox-container .mif_replies_modal .mif_popup_all_comments{margin-top:0}.fancybox-container .mif_replies_modal .mif_popup_all_comments h4{margin-top:0;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;font-weight:400}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:2px !important}.fotorama__nav--thumbs .fotorama__nav__frame:first-child{padding-left:2px !important}@media(min-width: 768px){.mif_main-pop .mif_post .mif-popup-carousel-container{min-width:700px}}@media(max-width: 768px){.mif_main-pop{display:block}.mif_main-pop .mif_post,.mif_main-pop .mif_popup_caption{width:100%;padding:0}.mif_main-pop .mif_popup_caption .mif_popup_caption_inner{position:relative}.mif_main-pop .mif_popup_caption .mif_author_info .mif_auth_logo img{width:50px}.mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder img{margin-top:5px}.mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder span{margin-top:0}}/*# sourceMappingURL=mif_fancy_popup.css.map */
my-instagram-feed/assets/css/mif_fancy_popup.css.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../scss/mif_fancy_popup.scss"],"names":[],"mappings":"AAMA,cAIE,WAEA,WAEA,WAIF,gCAIE,wBAIF,kBAIM,uBAEF,WAEA,eAEA,iBAIJ,2BAIE,eAEA,mBAIF,wDAIM,sBAQN,yEAGA,yBACE,WACA,cACA,WAKF,iCAEE,cAGF,qBACE,WAGF,yBACE,cACA,eAIF,mDAIE,2BAMF,kEAIK,2CAED,0CAEA,yCAEA,8CAEA,sCAIJ,8EAEI,UAEC,2CAED,0CAEA,yCAEA,8CAEA,sCAIJ,gCAII,UAEA,kBAEA,kBAEA,WAEA,YAMJ,kBAIM,WAEF,WAEA,WAMJ,0CAEI,gDAEI,sBAEJ,mBAMJ,WACE,4BACA,oBAEF,OACG,wBACD,gBAEF,UACG,2BACD,mBAEF,KACA,iCACE,yBAEF,QACE,2BACA,mBAEF,YACG,6BACD,qBAEF,UACG,2BACD,mBAEF,gBACE,+CAGF,oCACE,GACE,qCAGF,IACE,qCAGF,KACE,sCAGJ,+FACA,wBACI,mBACA,WACA,eAEJ,kFACA,kEACA,2FACI,WACA,cACJ,qDACM,kBACF,cACA,kBACA,iBACJ,uDACM,kBACF,MACA,QACA,cACA,WACA,iBAEJ,8DACI,kBACA,WACA,WAEJ,2CACA,4DACA,gEACA,8EACA,+CACA,8EACA,uFACA,2EACA,sGACA,0KAEA,uHACA,qDACI,WACA,gBAEJ,iCACI,aACD,qDACE,UACI,cACL,gBACE,6DACI,eACF,cACA,WACA,cACA,WAGL,uEAcC,YACA,YACA,kBACA,iBACA,kBACA,cAjBD,yHACI,kBACA,MACH,QACI,cACJ,WACE,iBAEE,yLACA,kBAUA,uIACM,WACA,kBAEA,+IACE,WACA,WACA,gBACA,kBAGV,uIACE,WACE,yKACI,SACF,eACE,6KACE,cACA,iBACI,qBAGV,uKACI,SACF,eACA,gBACA,cAMV,iEACE,WACA,WACA,eACA,WACA,cAEF,+EACA,WACE,WAGF,uFACI,WACF,WACA,gBACA,gBACA,0BACA,6BACG,2BACH,mBAEA,uIACI,WACH,mBACC,+IACM,WACH,WAEH,iJACG,eACH,WAIJ,uFACI,WACN,cACM,2FACI,eAEJ,iGACI,eAGR,6EACI,YAEE,iFACE,eACA,cACA,qBACA,+BAED,6FACI,cACA,+BAGX,iFACI,WACF,WACI,gBACJ,cACA,+IACE,UACJ,yBAGI,qIACE,4BACN,oCACA,UACI,WACA,WACA,mBACE,2KACI,WACC,UACD,mMACA,WACA,gBACA,YACA,kBACA,eAEA,2NACE,eACA,gBACA,WACI,cAIV,uKACI,WACF,yBACA,eACA,cACA,UACA,yBACA,mBACA,iBAEE,qMACI,cACA,iBACA,kBACA,qBACA,+BACA,iNACE,cACA,+BAKZ,qHACK,gBACD,WACA,eACA,cACA,eAEJ,2XACE,kBACE,ubACA,eACA,iBAEE,qgBACA,eAMZ,mDACM,yBAEN,uCAEI,gBACE,YACF,iBACA,cACI,wBACN,+DACF,aAEM,kEACI,aACN,mBACA,uCACA,oBACA,gBAIJ,oBACM,kBACF,SACE,0CACI","file":"mif_fancy_popup.css"}
 
my-instagram-feed/assets/css/mif_style.css CHANGED
@@ -1 +1 @@
1
- .mif_wrap{float:left;width:100%;padding-bottom:20px}.mif_wrap .mif_feeds_holder .mif_grid_layout{background-size:cover;background-position:center center;background-repeat:no-repeat;height:317px;margin:5px}.mif_wrap .mif_feeds_holder .mif_grid_layout img{display:none}.mif_wrap .feed_type_video .video_icon{position:absolute;top:50%;transform:translate(0px, -50%);margin-left:auto;margin-right:auto;left:0;right:0;background-position:0 -39px;height:80px;width:80px}.mif_wrap .mif_carousel_icon{display:none;right:10px;top:10px;position:absolute;font-size:18px;color:#fff}.mif_wrap .feed_type_carousel_album .mif_carousel_icon{display:block}.mif_wrap .mif_default_layout,.mif_wrap .mif_full_layout{width:100%;height:auto;cursor:auto;border-color:#ccc;border-bottom-width:1px;border-style:solid;border-top:0;border-left:0;border-right:0;padding:30px 0}.mif_wrap .mif_grid_left_img img,.mif_wrap .mif_grid_left_img .mejs-video{max-width:100%;-moz-transition:all .3s;-webkit-transition:all .3s;transition:all .3s}.mif_wrap .mif_grid_left_img:hover img,.mif_wrap .mif_grid_left_img:hover .mejs-video{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transition:all .3s;-webkit-transition:all .3s;transition:all .3s}.mif_wrap .mif_grid_left_img:hover .mif_content_holder{opacity:1;visibility:visible}.mif_wrap .mif_grid_left{float:left;width:49%}.mif_wrap .mif_grid_layout .mif_likes,.mif_wrap .mif_grid_layout .mif_coments,.mif_wrap .mif_full_layout .mif_likes,.mif_wrap .mif_full_layout .mif_coments{float:left;position:static;margin:0;padding:0;display:inline-block;clear:initial}.mif_wrap .mif_grid_layout .mif_coments,.mif_wrap .mif_full_layout .mif_coments{margin-left:10px}.mif_wrap .mif_grid_right{float:right;width:49%}.mif_wrap .mif_grid_right .mif_content_holder,.mif_wrap .mif_full_top .mif_content_holder{float:left;opacity:1;visibility:visible;width:100%;position:static;height:auto}.mif_wrap .mif_grid_right .mif_caption,.mif_wrap .mif_full_top .mif_caption{position:relative;background-color:transparent;color:#000;text-align:left}.mif_wrap .mif_grid_right .mif_icons_holder{position:relative;width:100%;float:left}.mif_wrap .mif_grid_left_img,.mif_wrap .mif_full_img{float:left;clear:both;width:100%;position:relative;cursor:pointer;-moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in .5s;overflow:hidden}.mif_wrap .mif_open-popup-link{position:absolute;width:100%;height:100%;z-index:999999999999999999}.mif_wrap .mif_fulls .fa{height:100%;top:0 !important}.mif_wrap .mif_fulls .fa::before{position:absolute;top:50%;left:0;right:0;margin:0 auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.mif_wrap .mif_grid_layout .mif_fulls .fa::before{position:relative}.mif_wrap .mif_grid_layout .mif_feed_popup_free{font-size:35px;color:#fff}.mif_wrap .mif_grid_layout .mif_feed_popup_free:hover{text-decoration:none !important;box-shadow:none}.mif_wrap .mif_grid_layout .mif_fulls a{float:left;position:relative;height:auto;width:auto;display:inline-block}.mif_wrap .mif_grid_left_img:hover .mif_fulls,.mif_wrap .mif_full_img:hover .mif_fulls,.mif_wrap .mif_masonary_layout:hover .mif_fulls{opacity:1;visibility:visible;cursor:pointer;float:left;width:100%;margin:0;height:100%;background-color:rgba(0,0,0,.3);transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in;z-index:999;top:0}.mif_wrap .mif_grid_left_img .mif_fulls .fa,.mif_wrap .mif_full_img .mif_fulls .fa,.mif_wrap .mif_masonary_layout .mif_fulls .fa{float:none;margin:0 auto;position:absolute;left:0;right:0;top:50%;margin:0 auto;text-align:center;font-size:50px;color:#fff;font-weight:normal;transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}.mif_wrap .mif_grid_left_img:hover .mif_fulls .fa,.mif_wrap .mif_full_img:hover .mif_fulls .fa,.mif_wrap .mif_masonary_layout:hover .mif_fulls .fa{float:none;margin:0 auto;position:absolute;left:0;right:0;top:50%;z-index:9999999999;margin:0 auto;text-align:center;font-size:50px;color:#fff;font-weight:normal;transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}.mif_wrap .mif_full_layout .mif_lnc_holder{float:left;width:auto;clear:both;height:auto;float:left}.mif_wrap .mif_grid_right .mif_header,.mif_wrap .mif_full_top .mif_header{padding-left:0;border:none !important;margin:0}.mif_wrap .mif_grid_right .mif_head_img_holder,.mif_wrap .mif_full_top .mif_head_img_holder{margin-top:0 !important}.mif_wrap .mif_head_img_holder .mif_nodp{background-color:#000;padding:10px;color:#fff;border-radius:4px}.mif_wrap .mif_grid_right .mif_header_title,.mif_wrap .mif_full_top .mif_header_title{font-size:14px;margin-top:0 !important;font-weight:normal}.mif_wrap .mif_grid_right .mif_header_img,.mif_wrap .mif_full_top .mif_header_img{width:40px;border-radius:0}.mif_wrap .mif_header_time{float:left;margin-top:-8px}.mif_wrap .mif_header_time p{float:left;clear:both;margin-left:10px;font-size:11px;color:initial}.mif_wrap .mif_grid_b_bar{float:left;width:100%;clear:both}.mif_wrap .mif_external_holder{float:right;margin-top:10px}.mif_wrap .mif_external_holder a{box-shadow:none;text-decoration:none;margin-left:10px}.mif_wrap .mif_external_holder a:hover{-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in .3s}.mif_wrap .mif_links_container{position:relative;background:#333;padding:10px;right:0;height:38px}.mif_wrap .mif_links_container .fa{float:left;display:inline-block;color:#fff;margin-right:9px;margin-left:9px}.mif_wrap .mif_links_container a{float:left}.mif_wrap .mif_grid_layout .mif_links_container,.mif_wrap .mif_masonary_layout .mif_links_container{position:absolute;bottom:0;width:100%;text-align:center;opacity:0;visibility:hidden;transition:all 1s ease-in;-o-transition:all 1s ease-in;-ms-transition:all 1s ease-in;-moz-transition:all 1s ease-in;-webkit-transition:all 1s ease-in;height:30px}.mif_wrap .mif_grid_layout .mif_links_container a,.mif_wrap .mif_masonary_layout .mif_links_container a{width:25%;box-shadow:none;font-size:12px}.mif_wrap .mif_grid_layout:last-child,.mif_wrap .mif_full_layout:last-child{border:none !important}.mif_single{float:left;display:inline-block;position:relative;border:none}.mif_header a{float:left;clear:both;border:0;text-decoration:none;box-shadow:none}.mif_header_main{padding:10px}.mif_header{float:left;width:100%;clear:both;padding:10px;border-color:#ccc;border-style:solid;border-bottom-width:1px;border-top-width:0;border-bottom-width:0;border-left-width:0;border-right-width:0;padding-left:0}.mif_header .mif_inner_wrap{float:left;margin:0 auto;display:table}.mif_hash_overlay{background-color:#000;border-radius:50%;padding:10px 18px 10px 18px;width:50px;height:50px}.mif_hash_overlay .fa{line-height:1.8;color:#fff}.mif_header_img{float:left;width:60px;border-radius:0;display:inline-block}.mif_header_title{margin-right:10px;float:left;clear:right;display:inline-block;margin-top:0;margin-left:10px;margin-bottom:0}.mif_posts,.mif_followers{float:left;margin-right:10px;font-size:14px;color:#000;margin-top:4px}.mif_posts .fa,.mif_followers .fa{margin-right:5px}.mif_bio{float:left;clear:both;margin-left:10px;margin-bottom:0;font-size:16px;color:#000}.mif_single img{height:auto;width:100%}.mif_single video{width:100%;z-index:999;margin-bottom:0}.mif_single{FLOAT:left;WIDTH:100%;text-decoration:none;position:relative;overflow:hidden;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in .3s}.mif_default_layout .mif_fulls,.mif_full_layout .mif_fulls{visibility:hidden;position:absolute;opacity:0;width:100%;height:100%;transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in;top:0;margin-left:0}.mif_default_layout .mif_likes,.mif_default_layout .mif_coments{position:relative;float:left;clear:none;background-color:#6f7d7e;color:#fff;margin-top:10px;top:0;margin-left:0}.mif_default_layout .mif_likes p,.mif_default_layout .mif_coments p,.mif_full_layout .mif_likes p,.mif_full_layout .mif_coments p{color:#fff}.mif_default_layout .mif_lnc_holder{float:left;width:auto}.loading .sk-fading-circle{width:24px;height:15px;position:relative;float:left;margin-top:3px;margin-right:5px}.loading .sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.loading .sk-fading-circle .sk-circle:after{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#fff;border-radius:100%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.loading .sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.loading .loading .sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.loading .sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.loading .sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.loading .sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.loading .sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.loading .sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.loading .sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.loading .sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.loading .sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.loading .sk-fading-circle .sk-circle2:after{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.loading .sk-fading-circle .sk-circle3:after{-webkit-animation-delay:-1s;animation-delay:-1s}.loading .sk-fading-circle .sk-circle4:after{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.loading .sk-fading-circle .sk-circle5:after{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.loading .sk-fading-circle .sk-circle6:after{-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.loading .sk-fading-circle .sk-circle7:after{-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.loading .sk-fading-circle .sk-circle8:after{-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.loading .sk-fading-circle .sk-circle9:after{-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.loading .sk-fading-circle .sk-circle10:after{-webkit-animation-delay:-0.3s;animation-delay:-0.3s}.loading .sk-fading-circle .sk-circle11:after{-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.loading .sk-fading-circle .sk-circle12:after{-webkit-animation-delay:-0.1s;animation-delay:-0.1s}@-webkit-keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}.mif_load_feeds.loading{padding-right:30px;padding-left:10px;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in .3s}.mif_load_feeds,.mif_follow_btn{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;padding:9px 20px;margin:5px auto 0 auto;background:#333;color:#eee;border:none;color:#fff;text-decoration:none;font-size:13px;line-height:1.5;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in .3s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mif_load_feeds:hover,.mif_follow_btn:hover{opacity:.8;color:#fff;-moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in .5s}.mif_load_btns{float:none;margin:0 auto;display:table;padding-top:20px}.mif_follow_btn{background:#517fa4;color:#fff;margin-left:10px}.mif_follow_btn .fa{margin-right:7px;font-size:15px}.mif_like_holder p{margin-bottom:0;float:left;font-size:12px;margin-right:10px;color:#fff}.mif_likes_main{margin:0 auto;top:50%;position:relative;display:table}.mif_default_layout .mif_content_holder,.mif_default_layout .mif_overlay{opacity:0;visibility:hidden;position:absolute;bottom:0;width:100%;height:100%;-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;transition:all 1s ease-in}.mif_default_layout:hover .mif_overlay,.mif_header a:hover .mif_overlay{opacity:1;visibility:visible;background-color:rgba(0,0,0,.3);-moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in 1s;width:100%;height:100%;position:absolute}.mif_grid_layout .mif_overlay{opacity:0;visibility:hidden}.mif_grid_layout:hover .mif_overlay{opacity:1;visibility:visible;background-color:rgba(0,0,0,.3);-moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in .5s;width:100%;height:100%;position:absolute}.mif_external,.mif_fulls{float:left;background-color:#000;padding:8px 10px}.mif_icons_holder{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;width:30%;top:78%;z-index:999999999}.mif_lnc_holder{float:left;width:100%;clear:both;height:auto;moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in .5s}.mif_likes,.mif_coments{top:10px;margin-left:10px;position:absolute;color:#fff;width:auto;padding:5px 10px;float:left;clear:both;height:auto;-moz-transition:all ease-in 1s;-ms-transition:all ease-in 1s;-o-transition:all ease-in 1s;-webkit-transition:all ease-in 1s;transition:all ease-in 1s}.mif_grid_layout:hover .mif_likes,.mif_grid_layout:hover .mif_coments{opacity:0;-moz-transition:all ease-in 1s;-ms-transition:all ease-in 1s;-o-transition:all ease-in 1s;-webkit-transition:all ease-in 1s;transition:all ease-in 1s}.mif_grid_left_img:hover .mif_fulls,.mif_full_img:hover .mif_fulls{position:absolute}.mif_grid_layout:hover .mif_caption{animation-name:slideDown;-webkit-animation-name:slideDown;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease-in;-webkit-animation-timing-function:ease-in;visibility:visible !important;-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;transition:all 1s ease-in}.mif_grid_layout:hover .mif_external{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}.mif_grid_layout:hover .mif_fulls{animation-name:SlideRight;-webkit-animation-name:SlideRight;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}.mif_grid_layout:hover .mif_links_container,.mif_masonary_layout:hover .mif_links_container{animation-name:fadeIn;-webkit-animation-name:fadeIn;animation-duration:.5s;-webkit-animation-duration:.5s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important;opacity:1 !important}.mif_masonary_layout:hover .mif_links_container{z-index:9999999}.mif_external .fa,.mif_fulls .fa{color:#f8e9b2}.mif_coments{right:0;width:auto;margin:0;padding-right:20px}.mif_likes .fa,.mif_coments .fa{float:left;margin-top:5px;font-size:14px;color:#f8e9b2;margin-right:10px}.mif_likes p,.mif_coments p{margin:0;float:left;font-size:14px}.mif_head_img_holder{float:left;position:relative}.mif_header_data{float:left}.mif_caption{background-color:#000;padding:10px;height:auto;color:#fff;transition:all 2s ease-in;-o-transition:all 2s ease-in;-ms-transition:all 2s ease-in;-moz-transition:all 2s ease-in;-webkit-transition:all 1s ease-in}.mif_head_img_holder .mif_overlay{border-radius:0;position:absolute;opacity:0;width:100%;height:100%;transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}.mif_header a:hover .mif_overlay{background-color:rgba(0,0,0,.8);transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}.mif_head_img_holder .mif_overlay .fa{float:none;margin:0 auto;display:table;margin-top:22px;color:#fff}.mif_caption p{font-size:12px;margin-bottom:0}#mif_load_btn{cursor:pointer}.mif_grid_layout .mif_lnc_holder{position:absolute;z-index:9}.mif_grid_layout .mif_lnc_holder .mif_likes,.mif_grid_layout .mif_lnc_holder .mif_coments{background-color:#000;padding:5px 10px;margin:0}.mif_grid_layout .mif_lnc_holder .mif_likes .fa,.mif_grid_layout .mif_lnc_holder .mif_likes p,.mif_grid_layout .mif_lnc_holder .mif_coments .fa,.mif_grid_layout .mif_lnc_holder .mif_coments p{color:#fff}.mif_grid_layout:hover{cursor:pointer}.mif_grid_layout .mif_lnc_holder .mif_coments{float:right}.mif_grid_layout .mif_content_holder{position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);text-align:center;opacity:0;visibility:hidden;transition:all 2s ease-in;-o-transition:all 2s ease-in;-ms-transition:all 2s ease-in;-moz-transition:all 2s ease-in;-webkit-transition:all 1s ease-in}.mif_grid_layout .mif_content_holder .mif_caption p{color:#fff}.mif_grid_layout:hover .mif_content_holder{opacity:1;visibility:visible;transition:all .8s ease-in;-o-transition:all .8s ease-in;-ms-transition:all .8s ease-in;-moz-transition:all .8s ease-in;-webkit-transition:all .8s ease-in}.mif_grid_layout .mif_icons_holder{margin:0 auto;float:none;position:relative;margin-top:5px;text-align:center;display:table;height:auto;width:auto}.mif_grid_layout .mif_icons_holder a{float:left}.mif_grid_layout .mif_fulls{opacity:1;visibility:visible;margin-left:8px}.mif_grid_layout .mif_content_holder{top:50%;transform:translateY(-50%)}.mif_wrap.mif_ver_pro a.mif_feed_popup_free_hide{display:none !important}/*# sourceMappingURL=mif_style.css.map */
1
+ .mif_wrap{float:left;width:100%;padding-bottom:20px}.mif_wrap .mif_feeds_holder .mif_grid_layout{background-size:cover;background-position:center center;background-repeat:no-repeat;height:317px;margin:5px}.mif_wrap .mif_feeds_holder .mif_grid_layout img{display:none}.mif_wrap .feed_type_video .video_icon{position:absolute;top:50%;transform:translate(0px, -50%);margin-left:auto;margin-right:auto;left:0;right:0;background-position:0 -39px;height:80px;width:80px}.mif_wrap .mif_carousel_icon{display:none;right:10px;top:10px;position:absolute;font-size:18px;color:#fff}.mif_wrap .feed_type_carousel_album .mif_carousel_icon{display:block}.mif_wrap .mif_default_layout,.mif_wrap .mif_full_layout{width:100%;height:auto;cursor:auto;border-color:#ccc;border-bottom-width:1px;border-style:solid;border-top:0;border-left:0;border-right:0;padding:30px 0}.mif_wrap .mif_grid_left_img img,.mif_wrap .mif_grid_left_img .mejs-video{max-width:100%}@media only screen and (min-width: 786px){.mif_wrap .mif_grid_left_img img,.mif_wrap .mif_grid_left_img .mejs-video{-moz-transition:all .3s;-webkit-transition:all .3s;transition:all .3s}}@media only screen and (min-width: 786px){.mif_wrap .mif_grid_left_img:hover img,.mif_wrap .mif_grid_left_img:hover .mejs-video{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transition:all .3s;-webkit-transition:all .3s;transition:all .3s}}.mif_wrap .mif_grid_left_img:hover .mif_content_holder{opacity:1;visibility:visible}.mif_wrap .mif_grid_left{float:left;width:49%}.mif_wrap .mif_grid_layout .mif_likes,.mif_wrap .mif_grid_layout .mif_coments,.mif_wrap .mif_full_layout .mif_likes,.mif_wrap .mif_full_layout .mif_coments{float:left;position:static;margin:0;padding:0;display:inline-block;clear:initial}.mif_wrap .mif_grid_layout .mif_coments,.mif_wrap .mif_full_layout .mif_coments{margin-left:10px}.mif_wrap .mif_grid_right{float:right;width:49%}.mif_wrap .mif_grid_right .mif_content_holder,.mif_wrap .mif_full_top .mif_content_holder{float:left;opacity:1;visibility:visible;width:100%;position:static;height:auto}.mif_wrap .mif_grid_right .mif_caption,.mif_wrap .mif_full_top .mif_caption{position:relative;background-color:transparent;color:#000;text-align:left}.mif_wrap .mif_grid_right .mif_icons_holder{position:relative;width:100%;float:left}.mif_wrap .mif_grid_left_img,.mif_wrap .mif_full_img{float:left;clear:both;width:100%;position:relative;cursor:pointer;overflow:hidden}@media only screen and (min-width: 786px){.mif_wrap .mif_grid_left_img,.mif_wrap .mif_full_img{-moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in .5s}}.mif_wrap .mif_open-popup-link{position:absolute;width:100%;height:100%;z-index:999999999999999999}.mif_wrap .mif_fulls .fa{height:100%;top:0 !important}.mif_wrap .mif_fulls .fa::before{position:absolute;top:50%;left:0;right:0;margin:0 auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.mif_wrap .mif_grid_layout .mif_fulls .fa::before{position:relative}.mif_wrap .mif_grid_layout .mif_feed_popup_free{font-size:35px;color:#fff}.mif_wrap .mif_grid_layout .mif_feed_popup_free:hover{text-decoration:none !important;box-shadow:none}.mif_wrap .mif_grid_layout .mif_fulls a{float:left;position:relative;height:auto;width:auto;display:inline-block}.mif_wrap .mif_grid_left_img:hover .mif_fulls,.mif_wrap .mif_full_img:hover .mif_fulls,.mif_wrap .mif_masonary_layout:hover .mif_fulls{opacity:1;visibility:visible;cursor:pointer;float:left;width:100%;margin:0;height:100%;background-color:rgba(0,0,0,.3);z-index:999;top:0}@media only screen and (min-width: 786px){.mif_wrap .mif_grid_left_img:hover .mif_fulls,.mif_wrap .mif_full_img:hover .mif_fulls,.mif_wrap .mif_masonary_layout:hover .mif_fulls{-moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in .5s}}.mif_wrap .mif_grid_left_img .mif_fulls .fa,.mif_wrap .mif_full_img .mif_fulls .fa,.mif_wrap .mif_masonary_layout .mif_fulls .fa{float:none;margin:0 auto;position:absolute;left:0;right:0;top:50%;margin:0 auto;text-align:center;font-size:50px;color:#fff;font-weight:normal;transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}.mif_wrap .mif_grid_left_img:hover .mif_fulls .fa,.mif_wrap .mif_full_img:hover .mif_fulls .fa,.mif_wrap .mif_masonary_layout:hover .mif_fulls .fa{float:none;margin:0 auto;position:absolute;left:0;right:0;top:50%;z-index:9999999999;margin:0 auto;text-align:center;font-size:50px;color:#fff;font-weight:normal;transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}.mif_wrap .mif_full_layout .mif_lnc_holder{float:left;width:auto;clear:both;height:auto;float:left}.mif_wrap .mif_grid_right .mif_header,.mif_wrap .mif_full_top .mif_header{padding-left:0;border:none !important;margin:0}.mif_wrap .mif_grid_right .mif_head_img_holder,.mif_wrap .mif_full_top .mif_head_img_holder{margin-top:0 !important}.mif_wrap .mif_head_img_holder .mif_nodp{background-color:#000;padding:10px;color:#fff;border-radius:4px}.mif_wrap .mif_grid_right .mif_header_title,.mif_wrap .mif_full_top .mif_header_title{font-size:14px;margin-top:0 !important;font-weight:normal}.mif_wrap .mif_grid_right .mif_header_img,.mif_wrap .mif_full_top .mif_header_img{width:40px;border-radius:0}.mif_wrap .mif_header_time{float:left;margin-top:-8px}.mif_wrap .mif_header_time p{float:left;clear:both;margin-left:10px;font-size:11px;color:initial}.mif_wrap .mif_grid_b_bar{float:left;width:100%;clear:both}.mif_wrap .mif_external_holder{float:right;margin-top:10px}.mif_wrap .mif_external_holder a{box-shadow:none;text-decoration:none;margin-left:10px}.mif_wrap .mif_external_holder a:hover{-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in .3s}.mif_wrap .mif_links_container{position:relative;background:#333;padding:10px;right:0;height:38px}.mif_wrap .mif_links_container .fa{float:left;display:inline-block;color:#fff;margin-right:9px;margin-left:9px}.mif_wrap .mif_links_container a{float:left}.mif_wrap .mif_grid_layout .mif_links_container,.mif_wrap .mif_masonary_layout .mif_links_container{position:absolute;bottom:0;width:100%;text-align:center;opacity:0;visibility:hidden;transition:all 1s ease-in;-o-transition:all 1s ease-in;-ms-transition:all 1s ease-in;-moz-transition:all 1s ease-in;-webkit-transition:all 1s ease-in;height:30px}.mif_wrap .mif_grid_layout .mif_links_container a,.mif_wrap .mif_masonary_layout .mif_links_container a{width:33%;box-shadow:none;font-size:12px}.mif_wrap .mif_grid_layout:last-child,.mif_wrap .mif_full_layout:last-child{border:none !important}.mif_single{float:left;display:inline-block;position:relative;border:none}.mif_header a{float:left;clear:both;border:0;text-decoration:none;box-shadow:none}.mif_header_main{padding:10px}.mif_header{float:left;width:100%;clear:both;padding:10px;border-color:#ccc;border-style:solid;border-bottom-width:1px;border-top-width:0;border-bottom-width:0;border-left-width:0;border-right-width:0;padding-left:0}.mif_header .mif_inner_wrap{float:left;margin:0 auto;display:table}.mif_hash_overlay{background-color:#000;border-radius:50%;padding:10px 18px 10px 18px;width:50px;height:50px}.mif_hash_overlay .fa{line-height:1.8;color:#fff}.mif_header_img{float:left;width:60px;border-radius:0;display:inline-block}.mif_header_title{margin-right:10px;float:left;clear:right;display:inline-block;margin-top:0;margin-left:10px;margin-bottom:0}.mif_posts,.mif_followers{float:left;margin-right:10px;font-size:14px;color:#000;margin-top:4px}.mif_posts .fa,.mif_followers .fa{margin-right:5px}.mif_bio{float:left;clear:both;margin-left:10px;margin-bottom:0;font-size:16px;color:#000}.mif_single img{height:auto;width:100%}.mif_single video{width:100%;z-index:999;margin-bottom:0}.mif_single{FLOAT:left;WIDTH:100%;text-decoration:none;position:relative;overflow:hidden}@media only screen and (min-width: 786px){.mif_single{-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in .3s}}.mif_default_layout .mif_fulls,.mif_full_layout .mif_fulls{visibility:hidden;position:absolute;opacity:0;width:100%;height:100%;top:0;margin-left:0}@media only screen and (min-width: 786px){.mif_default_layout .mif_fulls,.mif_full_layout .mif_fulls{transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}}.mif_default_layout .mif_likes,.mif_default_layout .mif_coments{position:relative;float:left;clear:none;background-color:#6f7d7e;color:#fff;margin-top:10px;top:0;margin-left:0}.mif_default_layout .mif_likes p,.mif_default_layout .mif_coments p,.mif_full_layout .mif_likes p,.mif_full_layout .mif_coments p{color:#fff}.mif_default_layout .mif_lnc_holder{float:left;width:auto}.loading .sk-fading-circle{width:24px;height:15px;position:relative;float:left;margin-top:3px;margin-right:5px}.loading .sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.loading .sk-fading-circle .sk-circle:after{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#fff;border-radius:100%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.loading .sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.loading .loading .sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.loading .sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.loading .sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.loading .sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.loading .sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.loading .sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.loading .sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.loading .sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.loading .sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.loading .sk-fading-circle .sk-circle2:after{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.loading .sk-fading-circle .sk-circle3:after{-webkit-animation-delay:-1s;animation-delay:-1s}.loading .sk-fading-circle .sk-circle4:after{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.loading .sk-fading-circle .sk-circle5:after{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.loading .sk-fading-circle .sk-circle6:after{-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.loading .sk-fading-circle .sk-circle7:after{-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.loading .sk-fading-circle .sk-circle8:after{-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.loading .sk-fading-circle .sk-circle9:after{-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.loading .sk-fading-circle .sk-circle10:after{-webkit-animation-delay:-0.3s;animation-delay:-0.3s}.loading .sk-fading-circle .sk-circle11:after{-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.loading .sk-fading-circle .sk-circle12:after{-webkit-animation-delay:-0.1s;animation-delay:-0.1s}@-webkit-keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}.mif_load_feeds.loading{padding-right:30px;padding-left:10px;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in .3s}.mif_load_feeds,.mif_follow_btn{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;padding:9px 20px;margin:5px auto 0 auto;background:#333;color:#eee;border:none;color:#fff;text-decoration:none;font-size:13px;line-height:1.5;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in .3s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mif_load_feeds:hover,.mif_follow_btn:hover{opacity:.8;color:#fff;-moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in .5s}.mif_load_btns{float:none;margin:0 auto;display:table;padding-top:20px}.mif_follow_btn{background:#517fa4;color:#fff;margin-left:10px}.mif_follow_btn .fa{margin-right:7px;font-size:15px}.mif_like_holder p{margin-bottom:0;float:left;font-size:12px;margin-right:10px;color:#fff}.mif_likes_main{margin:0 auto;top:50%;position:relative;display:table}.mif_default_layout .mif_content_holder,.mif_default_layout .mif_overlay{opacity:0;visibility:hidden;position:absolute;bottom:0;width:100%;height:100%}@media only screen and (min-width: 786px){.mif_default_layout .mif_content_holder,.mif_default_layout .mif_overlay{-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in}}.mif_default_layout:hover .mif_overlay,.mif_header a:hover .mif_overlay{opacity:1;visibility:visible;background-color:rgba(0,0,0,.3);width:100%;height:100%;position:absolute}@media only screen and (min-width: 786px){.mif_default_layout:hover .mif_overlay,.mif_header a:hover .mif_overlay{-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s;-o-transition:all ease-in .3s;-webkit-transition:all ease-in .3s;transition:all ease-in 1s}}.mif_grid_layout .mif_overlay{opacity:0;visibility:hidden}.mif_grid_layout:hover .mif_overlay{opacity:1;visibility:visible;background-color:rgba(0,0,0,.3);width:100%;height:100%;position:absolute}@media only screen and (min-width: 786px){.mif_grid_layout:hover .mif_overlay{-moz-transition:all ease-in .2s;-ms-transition:all ease-in .2s;-o-transition:all ease-in .2s;-webkit-transition:all ease-in .2s;transition:all ease-in .2s}}.mif_external,.mif_fulls{float:left;background-color:#000;padding:8px 10px}.mif_icons_holder{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;width:30%;top:78%;z-index:999999999}.mif_lnc_holder{float:left;width:100%;clear:both;height:auto;moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;transition:all ease-in .5s}.mif_likes,.mif_coments{top:10px;margin-left:10px;position:absolute;color:#fff;width:auto;padding:5px 10px;float:left;clear:both;height:auto;-moz-transition:all ease-in 1s;-ms-transition:all ease-in 1s;-o-transition:all ease-in 1s;-webkit-transition:all ease-in 1s;transition:all ease-in 1s}.mif_grid_layout:hover .mif_likes,.mif_grid_layout:hover .mif_coments{opacity:0;-moz-transition:all ease-in 1s;-ms-transition:all ease-in 1s;-o-transition:all ease-in 1s;-webkit-transition:all ease-in 1s;transition:all ease-in 1s}.mif_grid_left_img:hover .mif_fulls,.mif_full_img:hover .mif_fulls{position:absolute}.mif_grid_layout:hover .mif_caption{animation-name:slideDown;-webkit-animation-name:slideDown;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease-in;-webkit-animation-timing-function:ease-in;visibility:visible !important;-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;transition:all 1s ease-in}.mif_grid_layout:hover .mif_external{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}.mif_grid_layout:hover .mif_fulls{animation-name:SlideRight;-webkit-animation-name:SlideRight;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}.mif_grid_layout:hover .mif_links_container,.mif_masonary_layout:hover .mif_links_container{animation-name:fadeIn;-webkit-animation-name:fadeIn;animation-duration:.5s;-webkit-animation-duration:.5s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important;opacity:1 !important}.mif_masonary_layout:hover .mif_links_container{z-index:9999999}.mif_external .fa,.mif_fulls .fa{color:#f8e9b2}.mif_coments{right:0;width:auto;margin:0;padding-right:20px}.mif_likes .fa,.mif_coments .fa{float:left;margin-top:5px;font-size:14px;color:#f8e9b2;margin-right:10px}.mif_likes p,.mif_coments p{margin:0;float:left;font-size:14px}.mif_head_img_holder{float:left;position:relative}.mif_header_data{float:left}.mif_caption{background-color:#000;padding:10px;height:auto;color:#fff;transition:all 2s ease-in;-o-transition:all 2s ease-in;-ms-transition:all 2s ease-in;-moz-transition:all 2s ease-in;-webkit-transition:all 1s ease-in}.mif_head_img_holder .mif_overlay{border-radius:0;position:absolute;opacity:0;width:100%;height:100%;transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}.mif_header a:hover .mif_overlay{background-color:rgba(0,0,0,.8);transition:all .5s ease-in;-o-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}.mif_head_img_holder .mif_overlay .fa{float:none;margin:0 auto;display:table;margin-top:22px;color:#fff}.mif_caption p{font-size:12px;margin-bottom:0}#mif_load_btn{cursor:pointer}.mif_grid_layout .mif_lnc_holder{position:absolute;z-index:9}.mif_grid_layout .mif_lnc_holder .mif_likes,.mif_grid_layout .mif_lnc_holder .mif_coments{background-color:#000;padding:5px 10px;margin:0}.mif_grid_layout .mif_lnc_holder .mif_likes .fa,.mif_grid_layout .mif_lnc_holder .mif_likes p,.mif_grid_layout .mif_lnc_holder .mif_coments .fa,.mif_grid_layout .mif_lnc_holder .mif_coments p{color:#fff}.mif_grid_layout:hover{cursor:pointer}.mif_grid_layout .mif_lnc_holder .mif_coments{float:right}.mif_grid_layout .mif_content_holder{position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);text-align:center;opacity:0;visibility:hidden}@media only screen and (min-width: 786px){.mif_grid_layout .mif_content_holder{transition:all 2s ease-in;-o-transition:all 2s ease-in;-ms-transition:all 2s ease-in;-moz-transition:all 2s ease-in;-webkit-transition:all 1s ease-in}}.mif_grid_layout .mif_content_holder .mif_caption p{color:#fff}.mif_grid_layout:hover .mif_content_holder{opacity:1;visibility:visible;transition:all .8s ease-in;-o-transition:all .8s ease-in;-ms-transition:all .8s ease-in;-moz-transition:all .8s ease-in;-webkit-transition:all .8s ease-in}.mif_grid_layout .mif_icons_holder{margin:0 auto;float:none;position:relative;margin-top:5px;text-align:center;display:table;height:auto;width:auto}.mif_grid_layout .mif_icons_holder a{float:left}.mif_grid_layout .mif_fulls{opacity:1;visibility:visible;margin-left:8px}.mif_grid_layout .mif_content_holder{top:50%;transform:translateY(-50%)}.mif_wrap.mif_ver_pro a.mif_feed_popup_free_hide{display:none !important}/*# sourceMappingURL=mif_style.css.map */
my-instagram-feed/assets/css/mif_style.css.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../scss/mif_style.scss"],"names":[],"mappings":"AAAA,UAIE,WACA,WACA,oBAEG,6CACM,sBACD,kCACA,4BACA,aACA,WAEA,iDACA,aAGR,uCAEM,kBACJ,QACE,+BACA,iBACA,kBACA,OACA,QACF,4BACE,YACA,WAGN,6BACE,aACI,WACF,SACA,kBACA,eACA,WAEJ,uDACE,cAID,yDAIC,WAEE,YAEA,YACA,kBACA,wBACA,mBACA,aACA,cACA,eACA,eAIJ,0EAIE,eAIA,wBAEA,2BAEA,mBAIF,sFAIE,0BAEA,6BAEA,qBAEE,wBAEF,2BAEA,mBAGF,uDACE,UACA,mBAGF,yBAIE,WAEM,UAIR,4JAII,WAEA,gBAEA,SAEA,UAEA,qBAEA,cAIJ,gFAIM,iBAIN,0BAIE,YAEK,UAIP,0FAIG,WAEC,UAEA,mBAEA,WAEF,gBAEF,YAIA,4EAIE,kBAEE,6BAEA,WAEA,gBAIJ,4CAIM,kBAEF,WAEA,WAMJ,qDAIE,WAEA,WAEA,WAEA,kBAEA,eAEA,gCAEA,+BAEA,8BAEA,mCAEA,2BAEI,gBAIN,+BACE,kBACE,WACA,YACA,2BAEJ,yBACE,YACE,iBAEJ,iCACE,kBACA,QACA,OACA,QACA,cACA,mCACA,gCACA,8BACA,2BAEF,oEACA,gDACQ,0BAEE,sFACN,gBAEJ,mDACI,kBACA,YACA,WACA,qBACJ,uIAIE,UAEA,mBAEA,eAEI,WAEF,WAEA,SAEA,YAEE,gCAEF,2BAEA,8BAEA,+BAEA,gCAEA,mCAEE,YAEJ,MAIF,iIAIQ,WAEJ,cAEA,kBAEA,OAEA,QAEA,QAIA,cAEA,kBAEA,eAEA,WAEA,mBAEF,2BAEE,8BAEA,+BAEA,gCAEA,mCAIJ,mJAIM,WAEF,cAEA,kBAEA,OAEA,QAEA,QAEF,mBAEE,cAEA,kBAEA,eAEA,WAEA,mBAEF,2BAEE,8BAEA,+BAEA,gCAEA,mCAIJ,2CAIA,WAEI,WAEA,WAEA,YAEA,WAIJ,0EAIE,eAEE,uBAIA,SAIJ,4FAIE,wBAIF,yCAIE,sBAEE,aAEA,WAEA,kBAIJ,sFAIM,eAEF,wBAEF,mBAIF,kFAIM,WAEF,gBAIJ,2BAIM,WACF,gBAGJ,6BAIM,WAEF,WAEA,iBAEA,eAEA,cAIJ,0BAIE,WAEE,WAEA,WAIJ,+BAIM,YAEF,gBAIJ,iCAIE,gBAEA,qBAEI,iBAEH,uCACA,gCAED,+BAEA,8BAEA,mCAEA,2BAKF,+BAIE,kBAEE,gBAEA,aAEF,QACA,YAIF,mCAIM,WAEF,qBAEE,WAEF,iBAEA,gBAIJ,iCAIM,WAGN,oGACA,kBACE,SACE,WACA,kBACA,UACA,kBACA,0BACA,6BACA,8BACA,+BACA,kCACA,YACE,wGACA,UACA,gBACA,eAGN,4EAIE,uBAMF,YAIM,WAEF,qBAEA,kBAEA,YAIJ,cAIM,WAEF,WAEA,SAEF,qBAEI,gBAIN,iBAIE,aAIF,YAIE,WAEE,WAEA,WACD,aACD,kBACA,mBACA,wBACE,mBACA,sBACA,oBACA,qBACA,eAEE,4BACI,WACF,cACA,cAIR,kBAIM,sBAEF,kBAEC,4BACI,WACL,YAIJ,sBAGE,gBACA,WAIF,gBAIE,WAEE,WAEA,gBAEA,qBAIJ,kBAII,kBAEA,WAEF,YAEE,qBACA,aACA,iBAEA,gBAIJ,0BAII,WAEA,kBAEA,eAEA,WACA,eAIJ,kCAIM,iBAIN,SAII,WAEA,WAEA,iBAEA,gBAIA,eAEA,WAIJ,gBAII,YAEA,WAMJ,kBAMI,WAEE,YAEJ,gBAMF,YAIG,WAEC,WAED,qBAED,kBAEE,gBAEJ,gCAEE,+BAEA,8BAEA,mCAEA,2BAMF,2DAQI,kBAEA,kBAEA,UAEA,WAEA,YAEA,2BAEA,8BAEA,+BAEA,gCAEA,mCAEA,MAEA,cAMJ,gEAII,kBAEA,WAEA,WAEF,yBAEE,WAEF,gBAEA,MAEA,cAMF,kIAIE,WAIF,oCAIM,WAEF,WAIJ,2BAEO,WAEH,YAEA,kBAEA,WAEA,eAEA,iBAMJ,sCAEE,WAEA,YAEA,kBAEA,OAEA,MAMF,4CAEE,WAEA,cAEA,cAEA,UAEA,WAEA,sBAEA,mBAEA,oEAEQ,4DAIV,uCAEE,gCAEI,4BAEI,wBAIV,gDAEE,gCAEI,4BAEI,wBAIV,uCAEE,gCAEI,4BAEI,wBAIV,uCAEE,iCAEI,6BAEI,yBAIV,uCAEE,iCAEI,6BAEI,yBAIV,uCAEE,iCAEI,6BAEI,yBAIV,uCAEE,iCAEI,6BAEI,yBAIV,8BAEE,iCAEI,6BAEI,yBAIV,wCAEE,iCAEI,6BAEI,yBAIV,wCAEE,iCAEI,6BAEI,yBAIV,wCAEE,iCAEI,6BAEI,yBAIV,6CAEE,8BAEQ,sBAIV,6CAEE,4BAEQ,oBAIV,6CAEE,8BAEQ,sBAIV,6CAEE,8BAEQ,sBAIV,6CAEE,8BAEQ,sBAIV,6CAEE,8BAEQ,sBAIV,6CAEE,8BAEQ,sBAIV,6CAEE,8BAEQ,sBAIV,8CAEE,8BAEQ,sBAIV,8CAEE,8BAEQ,sBAIV,8CAEE,8BAEQ,sBAMV,sCAEE,sBAEA,eAMF,8BAEE,sBAEA,eAIF,wBAIE,mBAEA,kBAEI,gCAEF,+BAEA,8BAEA,mCAEA,2BAIJ,gCAIM,0BAEF,qBAEA,mBAEA,OAEG,iBAEH,uBAEA,gBAEA,WAEA,YAEA,WAEA,qBAEA,eAEA,gBAEJ,gCAEE,+BAEA,8BAEA,mCAEA,2BAEE,8BAEA,2BAEA,sBAIJ,4CAIE,WAEA,WAEA,gCAEA,+BAEA,8BAEA,mCAEA,2BAIF,eAIM,WAEF,cAEA,cAEA,iBAIJ,gBAIM,mBAEF,WAEF,iBAIF,oBAIE,iBAEE,eAIJ,mBAIQ,gBAEJ,WAEA,eAEA,kBAEF,WAMF,gBAMI,cAIA,QAEA,kBAEA,cAIJ,yEAIE,UAEA,kBAEI,kBAEF,SAEF,WAEA,YAEI,mCAEF,gCAEA,0BAIJ,wEAIE,UAEA,mBAEA,gCAEA,gCAEA,+BAEA,8BAEA,mCAEA,0BAEA,WAEA,YAEI,kBAIN,8BAIE,UAEA,kBAIF,oCAIE,UAEA,mBAEA,gCAEA,gCAEA,+BAEA,8BAEA,mCAEA,2BAEA,WAEA,YAEI,kBAIN,yBAIG,WAIG,sBAEC,iBAMP,kBAIE,kBAEE,OAEA,QAEA,iBAEA,kBAEA,UAEE,QAEJ,kBAMF,gBAIM,WAIF,WAEA,WAEA,YAEF,+BAEE,+BAEA,8BAEA,mCAEA,2BAIJ,wBAIM,SAEF,iBAEA,kBAIA,WAEA,WAEA,iBAIA,WAEA,WAEA,YAEE,+BAEF,8BAEA,6BAEA,kCAEA,0BAMJ,sEAIK,UAEC,+BAEF,8BAEA,6BAEA,kCAEA,0BAMJ,mEAIE,kBAIF,oCAIE,yBAEA,iCAIA,sBAEA,8BAIA,kCAEA,0CAIA,8BAEI,mCAEF,gCAEA,0BAMJ,qCAII,yBAEF,iCAIA,uBAEA,+BAIA,sCAEA,8CAIA,8BAIF,kCAIE,0BAEA,kCAIA,uBAEA,+BAIA,sCAEA,8CAIA,8BAIA,4FAGF,sBAEE,8BAIA,uBAEA,+BAIA,sCAEA,8CAIA,8BAEA,qBAKF,gEAEA,iCAMI,cAMH,aAIK,QAEF,WAEA,SAEA,mBAIJ,gCAIM,WAEF,eAEA,eAEA,cAEA,kBAIJ,4BAIM,SAEF,WAEH,eAID,qBAIM,WAEF,kBAGJ,iBAIE,WAIF,aAII,sBAEA,aAEA,YAEA,WAEA,0BAEA,6BAEA,8BAEA,+BAEA,kCAIJ,kCAIG,gBAEI,kBAEH,UAEE,WAEF,YAEA,2BAEA,8BAEA,+BAEA,gCAEA,mCAIJ,iCAIM,gCAEA,2BAEF,8BAEA,+BAEA,gCAEA,mCAIJ,sCAIM,WAEF,cAEA,cAEA,gBAEA,WAIJ,eAIM,eAEF,gBAIJ,cAME,eAUF,iCAIM,kBAEA,UAEA,0FACE,sBACA,iBACA,SAEE,gMACE,WAMZ,uBAIE,eAIF,8CAIM,YAIN,qCAIE,kBAEE,QAEA,OAEA,QAEA,2BAEF,kBAEA,UAEA,kBAEI,0BAEF,6BAEA,8BAEA,+BAEA,kCAIJ,oDAME,WAIF,2CAIE,UAEA,mBAEI,2BAEF,8BAEA,+BAEA,gCAEA,mCAIJ,mCAIG,cAEC,WAEA,kBAEA,eAEA,kBAEA,cAEA,YAEE,WAIN,qCAIM,WAIN,4BAII,UAEA,mBAEA,gBAGJ,qCACM,QACF,2BAEJ,iDACE","file":"mif_style.css"}
 
my-instagram-feed/assets/js/mif-admin.js CHANGED
@@ -12,6 +12,8 @@ jQuery( document ).ready(function($) {
12
 
13
  $('select').material_select();
14
 
 
 
15
  function getUrlVars()
16
  {
17
  var vars = [], hash;
@@ -144,6 +146,7 @@ Materialize.Toast.removeAll();
144
  var mif_copy_shortcode = new ClipboardJS('.mif_copy_shortcode');
145
 
146
  mif_copy_shortcode.on('success', function(e) {
 
147
  Materialize.toast('Copied!', 1000);
148
  });
149
 
12
 
13
  $('select').material_select();
14
 
15
+ document.querySelectorAll('.select-wrapper').forEach(t => t.addEventListener('click', e=>e.stopPropagation())); // fixes first click
16
+
17
  function getUrlVars()
18
  {
19
  var vars = [], hash;
146
  var mif_copy_shortcode = new ClipboardJS('.mif_copy_shortcode');
147
 
148
  mif_copy_shortcode.on('success', function(e) {
149
+ Materialize.Toast.removeAll();
150
  Materialize.toast('Copied!', 1000);
151
  });
152
 
my-instagram-feed/assets/js/mif-custom.js CHANGED
@@ -109,7 +109,44 @@ jQuery( document ).ready(function($) {
109
 
110
  });
111
 
112
-
113
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
 
115
  });
109
 
110
  });
111
 
112
+ if(mif.version === 'pro'){
113
+ $(function () {
114
+
115
+ $('.mif-popup-carousel-container')
116
+ // Listen to the events
117
+ .on('fotorama:load ' + // Stage image of some frame is loaded
118
+ 'fotorama:showend', // End of the show transition
119
+ function (e, fotorama, extra) {
120
+
121
+ getImageSize($('.fotorama__active .carousel-item img'), function(width, height) {
122
+ const aspectRatio = width / height;
123
+ fotorama.resize({
124
+ width: "100%",
125
+ ratio: aspectRatio,
126
+ minwidth: 50,
127
+ maxwidth: "100%",
128
+ minheight: 50,
129
+ maxheight: "100%",
130
+ }, 500)
131
+ });
132
+ function getImageSize(img, callback) {
133
+ var $img = $(img);
134
+ if ($img[0] != undefined) {
135
+ var wait = setInterval(function() {
136
+ var w = $img[0].naturalWidth,
137
+ h = $img[0].naturalHeight;
138
+ if (w && h) {
139
+ clearInterval(wait);
140
+ callback.apply(this, [w, h]);
141
+ }
142
+ }, 30);
143
+ }
144
+ }
145
+ }
146
+ )
147
+ });
148
+
149
+ }
150
+ /* </fs_premium_only> */
151
 
152
  });
my-instagram-feed/assets/js/mif-customizer-custom.js DELETED
@@ -1,26 +0,0 @@
1
- jQuery( document ).ready(function($) {
2
-
3
- // jQuery('select').material_select();
4
-
5
-
6
- jQuery(document).on("click", ".mif_customizer_popup", function($) {
7
-
8
- jQuery('.modal').modal();
9
-
10
- jQuery("body").append('<div class="modal-overlay" style="z-index: 1002;display: block;opacity: 0.5;"></div>');
11
-
12
- var mif_popup_show = jQuery(this).data('mif_customizer_popup');
13
-
14
- jQuery('.mif-modal#'+mif_popup_show).fadeIn();
15
-
16
- });
17
-
18
- jQuery(document).on("click", ".mif-close-modal.modal-close", function($) {
19
-
20
-
21
- jQuery('.mif-modal').fadeOut();
22
-
23
-
24
- });
25
-
26
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
my-instagram-feed/assets/scss/mif_admin_style.scss CHANGED
@@ -97,13 +97,22 @@
97
  }
98
  }
99
  .mif_tabs_header{
100
- background-color: #7FC6A6;
101
  color: #fff;
102
  padding: 5px 0px;
103
  height: 56px;
104
  float: left;
105
  width: 100%;
106
 
 
 
 
 
 
 
 
 
 
107
  .mif_design_tab{
108
  display: table;
109
  text-align: center;
@@ -129,23 +138,23 @@
129
  width: auto;
130
  margin-left: 17px;
131
  padding-right: 17px;
132
- width: 100%;
133
 
134
  .indicator{
135
  background-color: #1bf1e9;margin-bottom: 0px;
136
- width: 70px;
137
  }
138
  a{
139
  color: #fff; @extend %transition;
140
- display: table;
 
141
  &:hover{
142
  @extend %transition;opacity:.8;
143
  }
 
 
 
144
  .material-icons{
145
- display: table-cell;
146
  vertical-align: middle;
147
- float: none;
148
- width: 100%;
149
  }
150
  }
151
  }
@@ -244,12 +253,13 @@
244
  }
245
 
246
  .mif-shortcode-block{
247
- float: left;
248
- background-color: #7fc6a6;
249
- color: #fff;
250
- padding: 10px;
251
- font-size: 13px; margin-top: 0;
252
- border-color: #26a69a;}
 
253
 
254
  h5{
255
  margin-top:0px;
@@ -262,7 +272,9 @@
262
  float: left;
263
  border-radius: 0;
264
  box-shadow: none;
265
- height: 38px;
 
 
266
 
267
  i{ margin: 0;}
268
  }
97
  }
98
  }
99
  .mif_tabs_header{
100
+ background-color: #6ab995;
101
  color: #fff;
102
  padding: 5px 0px;
103
  height: 56px;
104
  float: left;
105
  width: 100%;
106
 
107
+ .mif_tabs_right{
108
+ float: right;
109
+ margin-right: 20px;
110
+ margin-top: 12px;
111
+ a{
112
+ color: #fff;
113
+ font-size: 17px;
114
+ }
115
+ }
116
  .mif_design_tab{
117
  display: table;
118
  text-align: center;
138
  width: auto;
139
  margin-left: 17px;
140
  padding-right: 17px;
 
141
 
142
  .indicator{
143
  background-color: #1bf1e9;margin-bottom: 0px;
 
144
  }
145
  a{
146
  color: #fff; @extend %transition;
147
+ display: inline-block;
148
+ float: left;
149
  &:hover{
150
  @extend %transition;opacity:.8;
151
  }
152
+ span{
153
+ text-transform: capitalize;
154
+ }
155
  .material-icons{
 
156
  vertical-align: middle;
157
+ margin-right: 5px;
 
158
  }
159
  }
160
  }
253
  }
254
 
255
  .mif-shortcode-block{
256
+ float: left;
257
+ background-color: #26a69a;
258
+ color: #fff;
259
+ padding: 15px;
260
+ font-size: 14px;
261
+ margin-top: 0;
262
+ border-color: #6fc2ba;}
263
 
264
  h5{
265
  margin-top:0px;
272
  float: left;
273
  border-radius: 0;
274
  box-shadow: none;
275
+ height: auto;
276
+ background-color: #25a69aad;
277
+ padding: 6px 20px;
278
 
279
  i{ margin: 0;}
280
  }
my-instagram-feed/assets/scss/mif_customizer_style.scss CHANGED
@@ -15,7 +15,7 @@
15
  text-transform: capitalize;
16
  text-decoration: none;
17
  color: #fff;
18
- background-color: #26a69a;
19
  text-align: center;
20
  letter-spacing: .5px;
21
  -webkit-transition: .2s ease-out;
@@ -78,11 +78,7 @@
78
 
79
  }
80
 
81
- a {
82
- &:hover, &:focus{
83
- color:#fff;
84
- }
85
- }
86
 
87
  background-color:#fff !important;
88
  select{
15
  text-transform: capitalize;
16
  text-decoration: none;
17
  color: #fff;
18
+ background-color: #ff8c00;
19
  text-align: center;
20
  letter-spacing: .5px;
21
  -webkit-transition: .2s ease-out;
78
 
79
  }
80
 
81
+
 
 
 
 
82
 
83
  background-color:#fff !important;
84
  select{
my-instagram-feed/assets/scss/mif_fancy_popup.scss CHANGED
@@ -27,14 +27,9 @@
27
  .mif_full_img img
28
 
29
  {
 
 
30
 
31
- height: auto !important;
32
-
33
- width: 100%;
34
-
35
- max-width: 100%;
36
-
37
- max-height: 500px;
38
 
39
  }
40
 
@@ -223,7 +218,7 @@
223
  color: #fff;
224
  font-size: 14px;}
225
 
226
- .fancybox-container .fancybox-content{ padding: 0px !important; margin: 45px !important;}
227
  .fancybox-container .post { width: 70%;overflow: auto;background: #000; }
228
  .fancybox-container .post img, .fancybox-container .post video { max-width: 100%; margin: 0 auto;
229
  float: none;
@@ -246,6 +241,11 @@
246
  float: left;
247
  width: 100%;
248
  }
 
 
 
 
 
249
  .fancybox-container .main-pop { display: flex; }
250
  .fancybox-container .efbl_author_info{ float: left;width: 100%;}
251
  .fancybox-container .efbl_auth_logo{ float: left; margin-right: 5px;}
@@ -488,10 +488,36 @@ margin-top: 0;
488
  }
489
  }
490
  }
491
- .fotorama__nav-wrap{
492
- position: absolute;
493
- bottom: 0;
494
- .fotorama__nav__shaft{
495
- background: rgb(255, 255, 255);
496
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
497
  }
27
  .mif_full_img img
28
 
29
  {
30
+ height: auto !important;
31
+ width: 100%;
32
 
 
 
 
 
 
 
 
33
 
34
  }
35
 
218
  color: #fff;
219
  font-size: 14px;}
220
 
221
+ .fancybox-container .fancybox-content{ padding: 0px !important; margin: 30px 0px !important;}
222
  .fancybox-container .post { width: 70%;overflow: auto;background: #000; }
223
  .fancybox-container .post img, .fancybox-container .post video { max-width: 100%; margin: 0 auto;
224
  float: none;
241
  float: left;
242
  width: 100%;
243
  }
244
+ .mif_wrap .mif_grid_layout .mif_feed_popup_pro{
245
+ float: left;
246
+ width: 100%;
247
+ height: 100%;
248
+ }
249
  .fancybox-container .main-pop { display: flex; }
250
  .fancybox-container .efbl_author_info{ float: left;width: 100%;}
251
  .fancybox-container .efbl_auth_logo{ float: left; margin-right: 5px;}
488
  }
489
  }
490
  }
491
+ .fotorama__nav--thumbs .fotorama__nav__frame:last-child{
492
+ padding-right: 2px !important;
493
+ }
494
+ .fotorama__nav--thumbs .fotorama__nav__frame:first-child{
495
+ padding-left: 2px !important;
496
+ }
497
+ @media(min-width: 768px){
498
+ .mif_main-pop .mif_post .mif-popup-carousel-container{
499
+ min-width: 700px;
500
+ }
501
+ }
502
+ @media(max-width: 768px){
503
+ .mif_main-pop{
504
+ display: block;
505
+ }
506
+ .mif_main-pop .mif_post, .mif_main-pop .mif_popup_caption{
507
+ width: 100%;
508
+ padding: 0;
509
+ }
510
+ .mif_main-pop .mif_popup_caption .mif_popup_caption_inner
511
+ {
512
+ position: relative;
513
+ }
514
+ .mif_main-pop .mif_popup_caption .mif_author_info .mif_auth_logo img{
515
+ width: 50px;
516
+ }
517
+ .mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder img{
518
+ margin-top: 5px;
519
+ }
520
+ .mif_main-pop .mif_popup_meta_like_share .mif_popup_likes_holder span{
521
+ margin-top: 0px;
522
+ }
523
  }
my-instagram-feed/assets/scss/mif_style.scss CHANGED
@@ -70,30 +70,33 @@
70
  max-width: 100%;
71
 
72
 
73
-
74
  -moz-transition: all 0.3s;
75
 
76
  -webkit-transition: all 0.3s;
77
 
78
  transition: all 0.3s;
79
-
80
  }
81
 
82
  .mif_grid_left_img:hover img, .mif_grid_left_img:hover .mejs-video
83
 
84
  {
85
-
86
  -moz-transform: scale(1.1);
87
 
88
  -webkit-transform: scale(1.1);
89
 
90
  transform: scale(1.1);
91
 
 
 
92
  -moz-transition: all 0.3s;
93
 
94
  -webkit-transition: all 0.3s;
95
 
96
  transition: all 0.3s;
 
97
 
98
  }
99
  .mif_grid_left_img:hover .mif_content_holder{
@@ -207,20 +210,24 @@ height: auto;
207
 
208
  cursor:pointer;
209
 
210
- -moz-transition:all ease-in 0.5s;
211
 
212
- -ms-transition:all ease-in 0.5s;
 
213
 
214
- -o-transition:all ease-in 0.5s;
215
 
216
- -webkit-transition:all ease-in 0.5s;
217
 
218
- transition:all ease-in 0.5s;
219
 
220
- overflow: hidden;
 
221
 
222
  }
223
 
 
 
224
  .mif_open-popup-link {
225
  position: absolute;
226
  width: 100%;
@@ -274,15 +281,18 @@ height: auto;
274
 
275
  background-color: rgba(0, 0, 0, 0.3);
276
 
277
- transition: all .5s ease-in;
278
 
279
- -o-transition: all .5s ease-in;
 
280
 
281
- -ms-transition: all .5s ease-in;
282
 
283
- -moz-transition: all .5s ease-in;
284
 
285
- -webkit-transition: all .5s ease-in;
 
 
 
286
 
287
  z-index: 999;
288
 
@@ -566,7 +576,7 @@ position: absolute;
566
  -webkit-transition: all 1s ease-in;
567
  height: 30px;
568
  a{
569
- width:25%;
570
  box-shadow: none;
571
  font-size: 12px;
572
  }
@@ -783,6 +793,7 @@ position: absolute;
783
  position: relative;
784
 
785
  overflow: hidden;
 
786
 
787
  -moz-transition:all ease-in 0.3s;
788
 
@@ -793,7 +804,7 @@ position: absolute;
793
  -webkit-transition:all ease-in 0.3s;
794
 
795
  transition:all ease-in 0.3s;
796
-
797
 
798
 
799
  }
@@ -816,6 +827,8 @@ position: absolute;
816
 
817
  height: 100%;
818
 
 
 
819
  transition: all .5s ease-in;
820
 
821
  -o-transition: all .5s ease-in;
@@ -825,7 +838,7 @@ position: absolute;
825
  -moz-transition: all .5s ease-in;
826
 
827
  -webkit-transition: all .5s ease-in;
828
-
829
  top: 0;
830
 
831
  margin-left: 0px;
@@ -1326,11 +1339,16 @@ position: absolute;
1326
 
1327
  height:100%;
1328
 
1329
- -webkit-transition: all 0.5s ease-in;
1330
 
1331
- -moz-transition: all 0.5s ease-in;
1332
 
1333
- transition: all 1s ease-in;
 
 
 
 
 
 
1334
 
1335
  }
1336
 
@@ -1343,17 +1361,20 @@ position: absolute;
1343
  visibility:visible;
1344
 
1345
  background-color:rgba(0, 0, 0, 0.3);
 
1346
 
1347
- -moz-transition:all ease-in 0.5s;
1348
 
1349
- -ms-transition:all ease-in 0.5s;
1350
 
1351
- -o-transition:all ease-in 0.5s;
1352
 
1353
- -webkit-transition:all ease-in 0.5s;
1354
 
1355
  transition:all ease-in 1s;
1356
 
 
 
1357
  width:100%;
1358
 
1359
  height:100%;
@@ -1382,15 +1403,19 @@ position: absolute;
1382
 
1383
  background-color:rgba(0, 0, 0, 0.3);
1384
 
1385
- -moz-transition:all ease-in 0.5s;
1386
 
1387
- -ms-transition:all ease-in 0.5s;
1388
 
1389
- -o-transition:all ease-in 0.5s;
1390
 
1391
- -webkit-transition:all ease-in 0.5s;
1392
 
1393
- transition:all ease-in .5s;
 
 
 
 
1394
 
1395
  width:100%;
1396
 
@@ -1886,6 +1911,7 @@ animation-name: fadeIn;
1886
  opacity:0;
1887
 
1888
  visibility:hidden;
 
1889
 
1890
  transition: all 2s ease-in;
1891
 
@@ -1896,6 +1922,7 @@ animation-name: fadeIn;
1896
  -moz-transition: all 2s ease-in;
1897
 
1898
  -webkit-transition: all 1s ease-in;
 
1899
 
1900
  }
1901
 
70
  max-width: 100%;
71
 
72
 
73
+ @media only screen and (min-width: 786px) {
74
  -moz-transition: all 0.3s;
75
 
76
  -webkit-transition: all 0.3s;
77
 
78
  transition: all 0.3s;
79
+ }
80
  }
81
 
82
  .mif_grid_left_img:hover img, .mif_grid_left_img:hover .mejs-video
83
 
84
  {
85
+ @media only screen and (min-width: 786px) {
86
  -moz-transform: scale(1.1);
87
 
88
  -webkit-transform: scale(1.1);
89
 
90
  transform: scale(1.1);
91
 
92
+
93
+
94
  -moz-transition: all 0.3s;
95
 
96
  -webkit-transition: all 0.3s;
97
 
98
  transition: all 0.3s;
99
+ }
100
 
101
  }
102
  .mif_grid_left_img:hover .mif_content_holder{
210
 
211
  cursor:pointer;
212
 
213
+ overflow: hidden;
214
 
215
+ @media only screen and (min-width: 786px) {
216
+ -moz-transition:all ease-in 0.5s;
217
 
218
+ -ms-transition:all ease-in 0.5s;
219
 
220
+ -o-transition:all ease-in 0.5s;
221
 
222
+ -webkit-transition:all ease-in 0.5s;
223
 
224
+ transition:all ease-in 0.5s;
225
+ }
226
 
227
  }
228
 
229
+
230
+
231
  .mif_open-popup-link {
232
  position: absolute;
233
  width: 100%;
281
 
282
  background-color: rgba(0, 0, 0, 0.3);
283
 
 
284
 
285
+ @media only screen and (min-width: 786px) {
286
+ -moz-transition:all ease-in 0.5s;
287
 
288
+ -ms-transition:all ease-in 0.5s;
289
 
290
+ -o-transition:all ease-in 0.5s;
291
 
292
+ -webkit-transition:all ease-in 0.5s;
293
+
294
+ transition:all ease-in 0.5s;
295
+ }
296
 
297
  z-index: 999;
298
 
576
  -webkit-transition: all 1s ease-in;
577
  height: 30px;
578
  a{
579
+ width: 33%;
580
  box-shadow: none;
581
  font-size: 12px;
582
  }
793
  position: relative;
794
 
795
  overflow: hidden;
796
+ @media only screen and (min-width: 786px) {
797
 
798
  -moz-transition:all ease-in 0.3s;
799
 
804
  -webkit-transition:all ease-in 0.3s;
805
 
806
  transition:all ease-in 0.3s;
807
+ }
808
 
809
 
810
  }
827
 
828
  height: 100%;
829
 
830
+ @media only screen and (min-width: 786px) {
831
+
832
  transition: all .5s ease-in;
833
 
834
  -o-transition: all .5s ease-in;
838
  -moz-transition: all .5s ease-in;
839
 
840
  -webkit-transition: all .5s ease-in;
841
+ }
842
  top: 0;
843
 
844
  margin-left: 0px;
1339
 
1340
  height:100%;
1341
 
1342
+ @media only screen and (min-width: 786px) {
1343
 
 
1344
 
1345
+ -webkit-transition: all 0.3s ease-in;
1346
+
1347
+ -moz-transition: all 0.3s ease-in;
1348
+
1349
+ transition: all .3s ease-in;
1350
+
1351
+ }
1352
 
1353
  }
1354
 
1361
  visibility:visible;
1362
 
1363
  background-color:rgba(0, 0, 0, 0.3);
1364
+ @media only screen and (min-width: 786px) {
1365
 
1366
+ -moz-transition:all ease-in 0.3s;
1367
 
1368
+ -ms-transition:all ease-in 0.3s;
1369
 
1370
+ -o-transition:all ease-in 0.3s;
1371
 
1372
+ -webkit-transition:all ease-in 0.3s;
1373
 
1374
  transition:all ease-in 1s;
1375
 
1376
+ }
1377
+
1378
  width:100%;
1379
 
1380
  height:100%;
1403
 
1404
  background-color:rgba(0, 0, 0, 0.3);
1405
 
1406
+ @media only screen and (min-width: 786px) {
1407
 
1408
+ -moz-transition:all ease-in 0.2s;
1409
 
1410
+ -ms-transition:all ease-in 0.2s;
1411
 
1412
+ -o-transition:all ease-in 0.2s;
1413
 
1414
+ -webkit-transition:all ease-in 0.2s;
1415
+
1416
+ transition:all ease-in .2s;
1417
+
1418
+ }
1419
 
1420
  width:100%;
1421
 
1911
  opacity:0;
1912
 
1913
  visibility:hidden;
1914
+ @media only screen and (min-width: 786px) {
1915
 
1916
  transition: all 2s ease-in;
1917
 
1922
  -moz-transition: all 2s ease-in;
1923
 
1924
  -webkit-transition: all 1s ease-in;
1925
+ }
1926
 
1927
  }
1928
 
my-instagram-feed/frontend/frontend.php CHANGED
@@ -38,16 +38,6 @@ if ( !class_exists( 'MIF_Front' ) ) {
38
  * Css file will be added in head.
39
  */
40
  add_action( 'wp_head', array( $this, 'mif_customize_css' ) );
41
- /*
42
- * wp_ajax_mif_load_feeds hooks fires on load more button.
43
- * mif_load_feeds func will be called
44
- */
45
- add_action( 'wp_ajax_mif_load_more_feeds', array( $this, 'mif_load_more_feeds' ) );
46
- /*
47
- * wp_ajax_mif_load_feeds hooks fires on load more button.For not logged in user.
48
- * mif_load_feeds func will be called
49
- */
50
- add_action( 'wp_ajax_nopriv_mif_load_more_feeds', array( $this, 'mif_load_more_feeds' ) );
51
  }
52
 
53
  /* __construct Method ends here. */
@@ -304,7 +294,7 @@ if ( !class_exists( 'MIF_Front' ) ) {
304
  /*
305
  * Header border Color.
306
  */
307
- $mif_css .= ' .mif_wrap.mif_skin_' . $mif_skin['ID'] . ' .mif_header_main { border-color: ' . $mif_skin['design']['header_border_color'] . '!important; }';
308
  /*
309
  * Header Dp Shadow Color.
310
  */
@@ -822,32 +812,9 @@ if ( !class_exists( 'MIF_Front' ) ) {
822
  }
823
  // echo "<pre>"; print_r($returner);exit();
824
  /* Feeds loop ends here. */
825
- $returner .= '</div>
826
- <input type="hidden" id="mif_current_items" value="' . $feeds_per_page . '">
827
- <input type="hidden" id="mif_next_pag" value="' . $decoded_data->pagination . '">
828
- <div class="mif_load_btns">
829
  ';
830
- // echo "<pre>"; print_r($decoded_data);exit();
831
- /*
832
- * If loaded posts have more show the load more feeds button.
833
- */
834
- if ( $self_decoded_data->media_count >= $feeds_per_page && !isset( $users ) ) {
835
- $returner .= '<span id="mif_load_btn" class="mif_load_feeds" data-shortcode_atts="' . $combined_atts . '">
836
- <div class="sk-fading-circle">
837
- <div class="sk-circle1 sk-circle"></div>
838
- <div class="sk-circle2 sk-circle"></div>
839
- <div class="sk-circle3 sk-circle"></div>
840
- <div class="sk-circle4 sk-circle"></div>
841
- <div class="sk-circle5 sk-circle"></div>
842
- <div class="sk-circle6 sk-circle"></div>
843
- <div class="sk-circle7 sk-circle"></div>
844
- <div class="sk-circle8 sk-circle"></div>
845
- <div class="sk-circle9 sk-circle"></div>
846
- <div class="sk-circle10 sk-circle"></div>
847
- <div class="sk-circle11 sk-circle"></div>
848
- <div class="sk-circle12 sk-circle"></div>
849
- </div> ' . __( 'Load More Feeds', 'easy-facebook-likebox' ) . ' </span>';
850
- }
851
  /*
852
  * Follow on instgram link.
853
  */
@@ -882,308 +849,6 @@ if ( !class_exists( 'MIF_Front' ) ) {
882
  /* mif_shortcode_func method ends here. */
883
  public function mif_load_more_feeds()
884
  {
885
- global $mif_skins ;
886
- $FTA = new Feed_Them_All();
887
- $fta_settings = $FTA->fta_get_settings();
888
- if ( is_customize_preview() ) {
889
- $skin_id = get_option( 'mif_skin_id', false );
890
- }
891
- /*
892
- * nextid.
893
- */
894
- $ajax_next_url = intval( $_POST['next_id'] );
895
- /*
896
- * Currents feeds.
897
- */
898
- $ajax_current_items = intval( $_POST['current_items'] );
899
- /*
900
- * Shortcode attributes.
901
- */
902
- $ajax_shortcode_atts = $_POST['shortcode_atts'];
903
- /*
904
- * Exploding Shortcode attributes.
905
- */
906
- $ajax_shortcode_atts = explode( ",", $ajax_shortcode_atts );
907
- /*
908
- * Getting hashtag from attributes.
909
- */
910
- $hashtag = $ajax_shortcode_atts['0'];
911
- /*
912
- * Getting the selected attributes from attributes.
913
- */
914
- $skin_id = $ajax_shortcode_atts['3'];
915
- /*
916
- * Getting the feeds_per_page attributes from attributes.
917
- */
918
- $feeds_per_page = $ajax_shortcode_atts['1'];
919
- /*
920
- * Getting the caption_words attributes from attributes.
921
- */
922
- $caption_words = $ajax_shortcode_atts['2'];
923
- /*
924
- * Getting the cache_seconds attribute from attributes.
925
- */
926
- $cache_seconds = $ajax_shortcode_atts['4'];
927
- /*
928
- * Getting the user_id attribute from attributes.
929
- */
930
- $user_id = $ajax_shortcode_atts['5'];
931
- $mif_values = $mif_skins[$skin_id]['design'];
932
- if ( is_customize_preview() ) {
933
- $mif_values = get_option( 'mif_skin_' . $skin_id, false );
934
- }
935
- /*
936
- * Getting the selected template.
937
- */
938
- $selected_template = $mif_values['layout_option'];
939
- /*
940
- * Getting saved access token.
941
- */
942
- $approved_pages = $fta_settings['plugins']['facebook']['approved_pages'];
943
- if ( $approved_pages ) {
944
- foreach ( $approved_pages as $key => $approved_page ) {
945
- if ( $approved_page['instagram_connected_account']->id == $user_id ) {
946
- $access_token = $approved_page['access_token'];
947
- }
948
- }
949
- }
950
- /*
951
- * Converting the string into lowercase to get template file.
952
- */
953
- $selected_template = strtolower( $selected_template );
954
- // if ( empty($selected_template) or !efl_fs()->is_plan( 'instagram_premium', true ) or !efl_fs()->is_plan( 'combo_premium', true )) {
955
- // $selected_template = 'grid';
956
- // }
957
- /*
958
- * If comments are enabled for $this skin
959
- */
960
- $show_comments = $mif_values['show_comments'];
961
- /*
962
- * If likes are enabled for $this skin
963
- */
964
- $show_likes = $mif_values['show_likes'];
965
- /*
966
- * Getting the array of feeds.
967
- */
968
- $self_decoded_data = $this->mif_get_bio( $user_id );
969
- /* Getting the array of feeds.*/
970
- $decoded_data = $this->mif_get_feeds(
971
- $feeds_per_page,
972
- $ajax_current_items,
973
- $cache_seconds,
974
- $user_id
975
- );
976
- // echo wp_send_json_success($decoded_data ) ; die;
977
- if ( empty($decoded_data->data) ) {
978
-
979
- if ( isset( $decoded_data->pagination ) && 0 !== $decoded_data->pagination ) {
980
- $remote_url = $decoded_data->pagination;
981
- /*
982
- * Making slug for user posts cache.
983
- */
984
- $mif_user_slug = "mif_user_posts-{$user_id}";
985
- /*
986
- * Getting the decoded data from instagram.
987
- */
988
- $decoded_data = $this->mif_get_data( $remote_url );
989
- /*
990
- * Saved Transients.
991
- */
992
- $old_trans = get_transient( $mif_user_slug );
993
- /*
994
- * Saved Transients array.
995
- */
996
- $old_trans = $old_trans->data;
997
- /*
998
- * New Transients.
999
- */
1000
- $new_trans = $decoded_data->data;
1001
- /*
1002
- * All Transients.
1003
- */
1004
- $all_trans = array_merge( $old_trans, $new_trans );
1005
- /*
1006
- * New Pagination.
1007
- */
1008
- $new_pagination = $decoded_data->paging->next;
1009
- /*
1010
- * Making an object like before.
1011
- */
1012
- $all_trans = (object) array(
1013
- 'pagination' => $new_pagination,
1014
- 'data' => $all_trans,
1015
- );
1016
- /*
1017
- * cache the feeds.
1018
- */
1019
- if ( !isset( $decoded_data->error ) ) {
1020
- set_transient( $mif_user_slug, $all_trans, $cache_seconds );
1021
- }
1022
- $next_max_id = $new_pagination;
1023
- }
1024
-
1025
- }
1026
- /*
1027
- * If seelf decoded data has object.
1028
- */
1029
-
1030
- if ( isset( $self_decoded_data ) ) {
1031
- /*
1032
- * Getting the username
1033
- */
1034
- $user_name = $self_decoded_data->username;
1035
- /*
1036
- * Getting the full name
1037
- */
1038
- $name = $self_decoded_data->name;
1039
- /*
1040
- * Counting the total feeds
1041
- */
1042
- $total_posts = $self_decoded_data->media_count;
1043
- /*
1044
- * Counting the total followers
1045
- */
1046
- $total_followers = $self_decoded_data->followers_count;
1047
- /*
1048
- * Getting the bio
1049
- */
1050
- $bio = $self_decoded_data->biography;
1051
- /*
1052
- * Getting the dispaly picture
1053
- */
1054
- $user_dp = $self_decoded_data->profile_picture_url;
1055
- /*
1056
- * Getting the user account link from pieces.
1057
- */
1058
- $insta_link = $self_decoded_data->username;
1059
- /*
1060
- * Getting the selected template.
1061
- */
1062
- $selected_template = $mif_values['layout_option'];
1063
- /*
1064
- * Converting the string into lowercase to get template file.
1065
- */
1066
- $layout = strtolower( $mif_values['layout_option'] );
1067
- if ( empty($layout) ) {
1068
- $layout = 'grid';
1069
- }
1070
- }
1071
-
1072
- /*
1073
- * Giving value to increment variable.
1074
- */
1075
- $i = $ajax_current_items;
1076
- /*
1077
- * If feeds exists loop through each.
1078
- */
1079
- // echo wp_send_json_success( $all_trans ) ;die;
1080
-
1081
- if ( isset( $decoded_data ) ) {
1082
- foreach ( $decoded_data->data as $data ) {
1083
- /*
1084
- * Getting the dispaly picture
1085
- */
1086
- $user_dp = $data->user->profile_picture;
1087
- /*
1088
- * Getting the username
1089
- */
1090
- $user_name = $data->user->username;
1091
- /*
1092
- * Getting the full name
1093
- */
1094
- $name = $data->user->full_name;
1095
- /*
1096
- * Incremanting the variable.
1097
- */
1098
- $i++;
1099
- /*
1100
- * New Pagination.
1101
- */
1102
- $next_max_id = $decoded_data->pagination;
1103
- /*
1104
- * Feeds created time.
1105
- */
1106
- $created_time = $data->timestamp;
1107
- /*
1108
- * Converting Feeds created time into human understandable.
1109
- */
1110
- $created_time = human_time_diff( strtotime( $created_time ), current_time( 'timestamp', 1 ) ) . ' ago';
1111
- $all_comments = $data->comments;
1112
- $insta_cap = null;
1113
- /*
1114
- * Getting feeds caption.
1115
- */
1116
- if ( isset( $data->caption ) ) {
1117
- $insta_cap = $data->caption;
1118
- }
1119
- /*
1120
- * Getting feed Type.
1121
- */
1122
- $feed_type = $data->media_type;
1123
- // echo "<pre>"; print_r($selected_template);exit();
1124
- if ( 'masonary' == $selected_template ) {
1125
- $caption_words = 10;
1126
- }
1127
- /*
1128
- * If caption words is enabled.
1129
- */
1130
- $trimmed = $insta_cap;
1131
- if ( $caption_words && $caption_words > 0 ) {
1132
- $trimmed = wp_trim_words( $insta_cap, $caption_words, null );
1133
- }
1134
- $trimmed = $this->mif_convertHashtags( $trimmed );
1135
- /*
1136
- * Feed image URL.
1137
- */
1138
- $feed_popup_url = $data->media_url;
1139
- // echo "<pre>"; print_r($data);exit();
1140
- /*
1141
- * Feed image URL.
1142
- */
1143
- $feed_url = $data->media_url;
1144
- /*
1145
- * If feed type is video getting the video URL.
1146
- */
1147
- if ( $feed_type == 'VIDEO' ) {
1148
- $videourl = $data->media_url;
1149
- }
1150
- /*
1151
- * Url of the feed.
1152
- */
1153
- $url = $data->permalink;
1154
- /*
1155
- * Getting feed likes.
1156
- */
1157
- $likes = $data->like_count;
1158
- /*
1159
- * Getting feed cooments.
1160
- */
1161
- $coments = $data->comments_count;
1162
- $name = $self_decoded_data->name;
1163
- $user_name = $self_decoded_data->username;
1164
- $user_dp = $self_decoded_data->profile_picture_url;
1165
- /*
1166
- * Converting the template name into lowercase.
1167
- */
1168
- $selected_template = strtolower( $selected_template );
1169
- if ( empty($selected_template) ) {
1170
- $selected_template = 'grid';
1171
- }
1172
- $mif_templateurl = MIF_PLUGIN_DIR . '/frontend/templates/template-' . $selected_template . '.php';
1173
- include $mif_templateurl;
1174
- }
1175
- echo wp_send_json_success( array(
1176
- 'html' => $returner,
1177
- 'mif_next_items' => $i,
1178
- 'next_id' => $next_max_id,
1179
- ) ) ;
1180
- die;
1181
- } else {
1182
- echo wp_send_json_error( __( 'No Feeds Found', 'easy-facebook-likebox' ) ) ;
1183
- die;
1184
- }
1185
-
1186
- die;
1187
  }
1188
 
1189
  /* mif_load_more_feeds method ends here. */
@@ -1243,7 +908,7 @@ if ( !class_exists( 'MIF_Front' ) ) {
1243
  /*
1244
  * Making slug for user posts cache.
1245
  */
1246
- $mif_user_slug = "mif_user_posts-{$user_id}";
1247
  /*
1248
  * Getting bio cached.
1249
  */
38
  * Css file will be added in head.
39
  */
40
  add_action( 'wp_head', array( $this, 'mif_customize_css' ) );
 
 
 
 
 
 
 
 
 
 
41
  }
42
 
43
  /* __construct Method ends here. */
294
  /*
295
  * Header border Color.
296
  */
297
+ $mif_css .= ' .mif_wrap.mif_skin_' . $mif_skin['ID'] . ' .mif_header_main { border-color: ' . $mif_skin['design']['header_border_color'] . '; }';
298
  /*
299
  * Header Dp Shadow Color.
300
  */
812
  }
813
  // echo "<pre>"; print_r($returner);exit();
814
  /* Feeds loop ends here. */
815
+ $returner .= '</div>';
816
+ $returner .= '<div class="mif_load_btns">
 
 
817
  ';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
818
  /*
819
  * Follow on instgram link.
820
  */
849
  /* mif_shortcode_func method ends here. */
850
  public function mif_load_more_feeds()
851
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
852
  }
853
 
854
  /* mif_load_more_feeds method ends here. */
908
  /*
909
  * Making slug for user posts cache.
910
  */
911
+ $mif_user_slug = "mif_user_posts-{$user_id}-{$feeds_per_page}";
912
  /*
913
  * Getting bio cached.
914
  */
my-instagram-feed/frontend/templates/template-grid.php CHANGED
@@ -13,9 +13,8 @@ list( $mif_feed_width, $mif_feed_height, $type, $attr ) = getimagesize( $feed_ur
13
  //======================================================================
14
  $returner .= '<div class="mif_single mif_grid_layout feed_type_' . strtolower( $feed_type ) . ' ' . $mif_values['feed_image_filter'] . '" style="background-image:url(' . $feed_url . ')">
15
 
16
- <span class="mif_overlay"></span>
17
-
18
- ';
19
  $returner .= '<img class="mif_feed_image ' . $mif_values['feed_image_filter'] . '" src="' . $feed_url . '"/>';
20
  $returner .= '<div class="video_icon"> </div><span class="mif_carousel_icon"><i class="fa fa-clone"></i></span><div class="mif_content_holder">';
21
  if ( $videothumb ) {
13
  //======================================================================
14
  $returner .= '<div class="mif_single mif_grid_layout feed_type_' . strtolower( $feed_type ) . ' ' . $mif_values['feed_image_filter'] . '" style="background-image:url(' . $feed_url . ')">
15
 
16
+ <span class="mif_overlay">';
17
+ $returner .= '</span>';
 
18
  $returner .= '<img class="mif_feed_image ' . $mif_values['feed_image_filter'] . '" src="' . $feed_url . '"/>';
19
  $returner .= '<div class="video_icon"> </div><span class="mif_carousel_icon"><i class="fa fa-clone"></i></span><div class="mif_content_holder">';
20
  if ( $videothumb ) {
my-instagram-feed/includes/customizer.php CHANGED
@@ -60,7 +60,7 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
60
 
61
  if ( isset( $_GET['mif_skin_id'] ) ) {
62
  $skin_id = $_GET['mif_skin_id'];
63
- update_option( 'mif_skin_id', $skin_id );
64
  }
65
 
66
  /* Getting the skin id from URL and saving in option for confliction.*/
@@ -71,7 +71,7 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
71
  }
72
 
73
  /* Getting back the skin saved ID.*/
74
- $skin_id = get_option( 'mif_skin_id', false );
75
  /* Adding Feed Them All Panel in customizer.*/
76
  $wp_customize->add_panel( 'mif_skins_panel', array(
77
  'title' => __( 'Easy Instagram Feed', $FTA->plug_slug ),
@@ -314,14 +314,14 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
314
  'icon' => 'web',
315
  'label' => __( 'Layouts', $FTA->plug_slug ),
316
  'section' => $mif_layout,
317
- 'description' => __( "We're sorry, changing layouts is not included in your plan. Please upgrade to premium version to unlock this and all other cool features.", $FTA->plug_slug ),
318
  'type' => 'popup',
319
  );
320
  }
321
  // echo "<pre>"; print_r( $settings);exit();
322
  $settings['mif_skin_' . $skin_id . '[number_of_cols]'] = array(
323
  'id' => 'mif_skin_' . $skin_id . '[number_of_cols]',
324
- 'default' => 4,
325
  'label' => __( 'Number of columns', $FTA->plug_slug ),
326
  'section' => 'mif_layout',
327
  'description' => __( "Select the number of columns for feeds i.e. works with Grid layout only.", $FTA->plug_slug ),
@@ -352,7 +352,7 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
352
  );
353
  $settings['mif_skin_' . $skin_id . '[show_header]'] = array(
354
  'id' => 'mif_skin_' . $skin_id . '[show_header]',
355
- 'default' => true,
356
  'label' => __( 'Show Header', $FTA->plug_slug ),
357
  'section' => 'mif_header',
358
  'description' => __( 'Show or Hide header.', $FTA->plug_slug ),
60
 
61
  if ( isset( $_GET['mif_skin_id'] ) ) {
62
  $skin_id = $_GET['mif_skin_id'];
63
+ update_option( 'efbl_skin_id', $skin_id );
64
  }
65
 
66
  /* Getting the skin id from URL and saving in option for confliction.*/
71
  }
72
 
73
  /* Getting back the skin saved ID.*/
74
+ $skin_id = get_option( 'efbl_skin_id', false );
75
  /* Adding Feed Them All Panel in customizer.*/
76
  $wp_customize->add_panel( 'mif_skins_panel', array(
77
  'title' => __( 'Easy Instagram Feed', $FTA->plug_slug ),
314
  'icon' => 'web',
315
  'label' => __( 'Layouts', $FTA->plug_slug ),
316
  'section' => $mif_layout,
317
+ 'description' => __( "We're sorry, changing layouts is not included in your plan. Please upgrade to premium version to unlock this and all other cool features. <a target=_blank href=https://maltathemes.com/my-instagram-feed-demo/masonary>Check out the demo</a>", $FTA->plug_slug ),
318
  'type' => 'popup',
319
  );
320
  }
321
  // echo "<pre>"; print_r( $settings);exit();
322
  $settings['mif_skin_' . $skin_id . '[number_of_cols]'] = array(
323
  'id' => 'mif_skin_' . $skin_id . '[number_of_cols]',
324
+ 'default' => 3,
325
  'label' => __( 'Number of columns', $FTA->plug_slug ),
326
  'section' => 'mif_layout',
327
  'description' => __( "Select the number of columns for feeds i.e. works with Grid layout only.", $FTA->plug_slug ),
352
  );
353
  $settings['mif_skin_' . $skin_id . '[show_header]'] = array(
354
  'id' => 'mif_skin_' . $skin_id . '[show_header]',
355
+ 'default' => false,
356
  'label' => __( 'Show Header', $FTA->plug_slug ),
357
  'section' => 'mif_header',
358
  'description' => __( 'Show or Hide header.', $FTA->plug_slug ),
my-instagram-feed/includes/customizer_extend.php CHANGED
@@ -147,7 +147,9 @@ class Customize_MIF_PopUp extends WP_Customize_Control
147
  {
148
  ?>
149
  <label class="customize-control-title"> <?php echo $this->label; ?></label>
150
- <p><?php echo $this->description; ?> </p>
 
 
151
  <a href="<?php echo efl_fs()->get_upgrade_url() ?>" class="fta-upgrade-btn"><?php echo __('Upgrade to pro', 'easy-facebook-likebox') ?></a>
152
 
153
 
147
  {
148
  ?>
149
  <label class="customize-control-title"> <?php echo $this->label; ?></label>
150
+ <p><?php echo $this->description; ?></p>
151
+
152
+ <p><?php echo __('Upgrade today and get a 10% discount! On the checkout click on "Have a promotional code?" and enter <code>espf10</code>', 'easy-facebook-likebox') ?> </p>
153
  <a href="<?php echo efl_fs()->get_upgrade_url() ?>" class="fta-upgrade-btn"><?php echo __('Upgrade to pro', 'easy-facebook-likebox') ?></a>
154
 
155
 
my-instagram-feed/includes/mif-skins.php CHANGED
@@ -47,7 +47,10 @@ class MIF_SKINS {
47
  'public' => true,
48
  'label' => __('MIF Skins', $FTA->plug_slug),
49
  'show_in_menu' => false,
50
- 'hierarchical' => true
 
 
 
51
  );
52
 
53
  /* register_post_type() registers a custom post type in wp. */
@@ -64,8 +67,6 @@ class MIF_SKINS {
64
 
65
  $fta_settings = $FTA->fta_get_settings();
66
 
67
- $user_id = null;
68
-
69
 
70
  if ( !isset($fta_settings['plugins']['instagram']['default_skin_id'] ) && empty($fta_settings['plugins']['instagram']['default_skin_id'] )):
71
 
@@ -91,7 +92,8 @@ class MIF_SKINS {
91
  if ( !isset($fta_settings['plugins']['instagram']['default_page_id']) && empty($fta_settings['plugins']['instagram']['default_page_id']) ):
92
 
93
  $skin_id = $fta_settings['plugins']['instagram']['default_skin_id'];
94
-
 
95
 
96
  /*
97
  * Getting approved pages.
@@ -113,7 +115,7 @@ class MIF_SKINS {
113
  * $data array contains the data of demo page.
114
  */
115
  $mif_default_page = array(
116
- 'post_title' => __( "My Instagram Feed Demo", $FTA->plug_slug ),
117
  'post_content' => __( "[my-instagram-feed user_id='{$user_id}' skin_id='{$skin_id}'] <br> This is a mif demo page created by plugin automatically. Please don't delete to make the plugin work properly.", $FTA->plug_slug ),
118
  'post_type' => 'page',
119
  'post_status' => 'publish',
@@ -245,7 +247,7 @@ class MIF_SKINS {
245
  'bio_size' => '14',
246
  'show_comments' => false,
247
  'show_likes' => false,
248
- 'show_header' => true,
249
  'show_dp' => true,
250
  'header_round_dp' => true,
251
  'header_dp_hover_color' => 'rgba(0,0,0,0.5)',
@@ -288,7 +290,7 @@ class MIF_SKINS {
288
  'caption_color' => '#000',
289
  'feed_caption_padding_top_bottom' => '10',
290
  'feed_caption_padding_right_left' => '10',
291
- 'show_feed_external_link' => false,
292
  'feed_external_background_color' => '#000',
293
  'feed_external_color' => '#fff',
294
  'feed_external_padding_top_bottom' => '8',
47
  'public' => true,
48
  'label' => __('MIF Skins', $FTA->plug_slug),
49
  'show_in_menu' => false,
50
+ 'exclude_from_search' => true,
51
+ 'has_archive' => false,
52
+ 'hierarchical' => true,
53
+ 'menu_position' => null
54
  );
55
 
56
  /* register_post_type() registers a custom post type in wp. */
67
 
68
  $fta_settings = $FTA->fta_get_settings();
69
 
 
 
70
 
71
  if ( !isset($fta_settings['plugins']['instagram']['default_skin_id'] ) && empty($fta_settings['plugins']['instagram']['default_skin_id'] )):
72
 
92
  if ( !isset($fta_settings['plugins']['instagram']['default_page_id']) && empty($fta_settings['plugins']['instagram']['default_page_id']) ):
93
 
94
  $skin_id = $fta_settings['plugins']['instagram']['default_skin_id'];
95
+
96
+ $user_id = null;
97
 
98
  /*
99
  * Getting approved pages.
115
  * $data array contains the data of demo page.
116
  */
117
  $mif_default_page = array(
118
+ 'post_title' => __( "Instagram Demo - Customizer", $FTA->plug_slug ),
119
  'post_content' => __( "[my-instagram-feed user_id='{$user_id}' skin_id='{$skin_id}'] <br> This is a mif demo page created by plugin automatically. Please don't delete to make the plugin work properly.", $FTA->plug_slug ),
120
  'post_type' => 'page',
121
  'post_status' => 'publish',
247
  'bio_size' => '14',
248
  'show_comments' => false,
249
  'show_likes' => false,
250
+ 'show_header' => false,
251
  'show_dp' => true,
252
  'header_round_dp' => true,
253
  'header_dp_hover_color' => 'rgba(0,0,0,0.5)',
290
  'caption_color' => '#000',
291
  'feed_caption_padding_top_bottom' => '10',
292
  'feed_caption_padding_right_left' => '10',
293
+ 'show_feed_external_link' => true,
294
  'feed_external_background_color' => '#000',
295
  'feed_external_color' => '#fff',
296
  'feed_external_padding_top_bottom' => '8',