Version Description
- Tested: Compability with other themes
- Fixed: PHP notices issues
- Fixed: Minor issues
Download this release
Release Info
Developer | DaNish Ali |
Plugin | Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp |
Version | 5.1.3 |
Comparing to | |
See all releases |
Code changes from version 5.1.1 to 5.1.3
- README.txt +11 -1
- admin/admin.php +48 -2
- assets/css/fta_admin_style.css +1 -1
- assets/css/fta_customizer_style.css +1 -149
- assets/images/fb_cover.png +0 -0
- assets/images/insta_cover.png +0 -0
- assets/js/fta-admin.js +2 -0
- assets/scss/fta_admin_style.scss +22 -1
- easy-facebook-likebox.php +2 -2
- easy-facebook-likebox/admin/assets/css/admin.css +1 -1
- easy-facebook-likebox/admin/assets/css/admin.css.map +0 -1
- easy-facebook-likebox/admin/assets/css/efbl-customizer.css +1 -1
- easy-facebook-likebox/admin/assets/js/admin.js +69 -3
- easy-facebook-likebox/admin/assets/js/efbl-likebox-block.js +0 -54
- easy-facebook-likebox/admin/assets/js/efbl-live-preview.js +18 -2
- easy-facebook-likebox/admin/assets/scss/admin.scss +12 -0
- easy-facebook-likebox/admin/assets/scss/efbl-customizer.scss +33 -4
- easy-facebook-likebox/admin/easy-facebook-likebox-admin.php +168 -12
- easy-facebook-likebox/admin/includes/efbl-customizer-extend.php +35 -1
- easy-facebook-likebox/admin/includes/efbl-customizer.php +1376 -1752
- easy-facebook-likebox/admin/includes/efbl-skins.php +12 -7
- easy-facebook-likebox/includes/easy-custom-facebook-feed-widget.php +35 -6
- easy-facebook-likebox/includes/easy-facebook-likebox-widget.php +1 -1
- easy-facebook-likebox/includes/easy-facebook-page-plugin-widget.php +389 -202
- easy-facebook-likebox/public/assets/css/public.css +46 -2
- easy-facebook-likebox/public/assets/images/efbl-angry.gif +0 -0
- easy-facebook-likebox/public/assets/images/efbl-haha.gif +0 -0
- easy-facebook-likebox/public/assets/images/efbl-like.gif +0 -0
- easy-facebook-likebox/public/assets/images/efbl-love.gif +0 -0
- easy-facebook-likebox/public/assets/images/efbl-sad.gif +0 -0
- easy-facebook-likebox/public/assets/images/efbl-wow.gif +0 -0
- easy-facebook-likebox/public/assets/js/public.js +4 -0
- easy-facebook-likebox/public/easy-facebook-likebox.php +30 -17
- easy-facebook-likebox/public/includes/core-functions.php +7 -2
- easy-facebook-likebox/public/views/feed.php +53 -29
- easy-facebook-likebox/public/views/public.php +87 -51
- easy-facebook-likebox/public/views/templates/template-fullwidth.php +1 -0
- easy-facebook-likebox/public/views/templates/template-halfwidth.php +1 -0
- easy-facebook-likebox/public/views/templates/template-thumbnail.php +1 -0
- my-instagram-feed/admin/admin.php +26 -45
- my-instagram-feed/assets/css/mif_admin_style.css +1 -1
- my-instagram-feed/assets/css/mif_admin_style.css.map +0 -1
- my-instagram-feed/assets/css/mif_customizer_style.css +1 -1
- my-instagram-feed/assets/css/mif_fancy_popup.css +1 -1
- my-instagram-feed/assets/css/mif_fancy_popup.css.map +0 -1
- my-instagram-feed/assets/css/mif_style.css +1 -1
- my-instagram-feed/assets/css/mif_style.css.map +0 -1
- my-instagram-feed/assets/js/mif-custom.js +39 -2
- my-instagram-feed/assets/js/mif-customizer-custom.js +0 -26
- my-instagram-feed/assets/scss/mif_admin_style.scss +1 -1
- my-instagram-feed/assets/scss/mif_customizer_style.scss +33 -8
- my-instagram-feed/assets/scss/mif_fancy_popup.scss +43 -14
- my-instagram-feed/assets/scss/mif_style.scss +13 -13
- my-instagram-feed/frontend/frontend.php +63 -22
- my-instagram-feed/frontend/templates/template-grid.php +3 -4
- my-instagram-feed/includes/customizer.php +4 -26
- my-instagram-feed/includes/customizer_extend.php +6 -18
- my-instagram-feed/includes/mif-skins.php +27 -7
README.txt
CHANGED
@@ -3,7 +3,7 @@ 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.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -291,6 +291,16 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
291 |
18. Instagram skins panel.
|
292 |
|
293 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
= 5.1.1 =
|
295 |
* Fixed: Minor layout bug
|
296 |
|
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.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
291 |
18. Instagram skins panel.
|
292 |
|
293 |
== Changelog ==
|
294 |
+
= 5.1.3 =
|
295 |
+
* Tested: Compability with other themes
|
296 |
+
* Fixed: PHP notices issues
|
297 |
+
* Fixed: Minor issues
|
298 |
+
|
299 |
+
= 5.1.2 =
|
300 |
+
* Fixed: Customizer broken issue
|
301 |
+
* Fixed: PHP notices issues
|
302 |
+
* Fixed: Minor issues
|
303 |
+
|
304 |
= 5.1.1 =
|
305 |
* Fixed: Minor layout bug
|
306 |
|
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.
|
@@ -208,6 +213,14 @@ class FTA_Admin
|
|
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 |
}
|
@@ -544,16 +557,21 @@ class FTA_Admin
|
|
544 |
/*
|
545 |
* Getting the FTA Plugin settings.
|
546 |
*/
|
547 |
-
$fta_settings = $Feed_Them_All
|
548 |
if ( wp_verify_nonce( $_POST['fta_nonce'], 'fta-ajax-nonce' ) ) {
|
549 |
|
550 |
if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ) {
|
|
|
551 |
unset( $fta_settings['plugins']['facebook']['approved_pages'] );
|
552 |
unset( $fta_settings['plugins']['facebook']['access_token'] );
|
553 |
/*
|
554 |
* Updating the settings back into DB
|
555 |
*/
|
556 |
$delted_data = update_option( 'fta_settings', $fta_settings );
|
|
|
|
|
|
|
|
|
557 |
}
|
558 |
|
559 |
}
|
@@ -625,7 +643,7 @@ class FTA_Admin
|
|
625 |
__( 'rating on Wordpress? ', 'easy-facebook-likebox' ),
|
626 |
__( 'This will help to spread its popularity and to make this plugin a better one.', 'easy-facebook-likebox' ),
|
627 |
__( 'Your help is much appreciated. Thank you very much. ', 'easy-facebook-likebox' ),
|
628 |
-
__( 'I Like
|
629 |
__( 'I already rated it', 'easy-facebook-likebox' ),
|
630 |
__( 'No, not good enough, I do not like to rate it', 'easy-facebook-likebox' )
|
631 |
);
|
@@ -729,6 +747,34 @@ class FTA_Admin
|
|
729 |
echo json_encode( array( "success" ) ) ;
|
730 |
exit;
|
731 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
732 |
|
733 |
}
|
734 |
/* 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.
|
213 |
__( "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 ),
|
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 |
}
|
557 |
/*
|
558 |
* Getting the FTA Plugin settings.
|
559 |
*/
|
560 |
+
$fta_settings = $Feed_Them_All->fta_get_settings();
|
561 |
if ( wp_verify_nonce( $_POST['fta_nonce'], 'fta-ajax-nonce' ) ) {
|
562 |
|
563 |
if ( current_user_can( 'editor' ) || current_user_can( 'administrator' ) ) {
|
564 |
+
$access_token = $fta_settings['plugins']['facebook']['access_token'];
|
565 |
unset( $fta_settings['plugins']['facebook']['approved_pages'] );
|
566 |
unset( $fta_settings['plugins']['facebook']['access_token'] );
|
567 |
/*
|
568 |
* Updating the settings back into DB
|
569 |
*/
|
570 |
$delted_data = update_option( 'fta_settings', $fta_settings );
|
571 |
+
$response = wp_remote_request( 'https://graph.facebook.com/v4.0/me/permissions?access_token=' . $access_token . '', array(
|
572 |
+
'method' => 'DELETE',
|
573 |
+
) );
|
574 |
+
$body = wp_remote_retrieve_body( $response );
|
575 |
}
|
576 |
|
577 |
}
|
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 .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 */
|
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/js/fta-admin.js
CHANGED
@@ -4,6 +4,8 @@ jQuery( document ).ready(function($) {
|
|
4 |
|
5 |
$('select').material_select();
|
6 |
|
|
|
|
|
7 |
function getUrlVars()
|
8 |
{
|
9 |
var vars = [], hash;
|
4 |
|
5 |
$('select').material_select();
|
6 |
|
7 |
+
$('ul.tabs').tabs();
|
8 |
+
|
9 |
function getUrlVars()
|
10 |
{
|
11 |
var vars = [], hash;
|
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 |
}
|
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 |
}
|
easy-facebook-likebox.php
CHANGED
@@ -4,7 +4,7 @@
|
|
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.
|
8 |
* Author: Danish Ali Malik
|
9 |
* Author URI: https://maltathemes.com/danish-ali-malik
|
10 |
* Text Domain: easy-facebook-likebox,
|
@@ -84,7 +84,7 @@ if ( function_exists( 'efl_fs' ) ) {
|
|
84 |
/*
|
85 |
* $version defines the version of the plugin.
|
86 |
*/
|
87 |
-
public $version = '5.1.
|
88 |
public $fta_slug = 'easy-facebook-likebox' ;
|
89 |
public $plug_slug = 'easy-facebook-likebox' ;
|
90 |
/*
|
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.3
|
8 |
* Author: Danish Ali Malik
|
9 |
* Author URI: https://maltathemes.com/danish-ali-malik
|
10 |
* Text Domain: easy-facebook-likebox,
|
84 |
/*
|
85 |
* $version defines the version of the plugin.
|
86 |
*/
|
87 |
+
public $version = '5.1.3' ;
|
88 |
public $fta_slug = 'easy-facebook-likebox' ;
|
89 |
public $plug_slug = 'easy-facebook-likebox' ;
|
90 |
/*
|
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 |
+
.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 .efbl_fields.efbl_filter_events_wrap{display:none}.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_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:#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 */
|
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-color:#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 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 .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{height:31px;width:100%;float:right;line-height:31px}#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{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 .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{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{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{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 */
|
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
|
@@ -47,6 +61,11 @@ jQuery(document).ready(function($){
|
|
47 |
*/
|
48 |
var efbl_cache_unit = $( '#efbl_cache_unit' ).val();
|
49 |
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
/*
|
52 |
* Getting Skin ID
|
@@ -66,6 +85,13 @@ jQuery(document).ready(function($){
|
|
66 |
efbl_skin_id = '';
|
67 |
}
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
if(efbl_page_id){
|
70 |
efbl_page_id = 'fanpage_id="'+efbl_page_id+'"';
|
71 |
}
|
@@ -79,6 +105,14 @@ jQuery(document).ready(function($){
|
|
79 |
else{
|
80 |
efbl_filter = '';
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
|
84 |
if(efbl_post_limit){
|
@@ -125,7 +159,7 @@ jQuery(document).ready(function($){
|
|
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(' ');
|
@@ -191,6 +225,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
|
@@ -255,7 +291,35 @@ jQuery(document).on("click", ".efbl_skin_redirect", function(event) {
|
|
255 |
}else{
|
256 |
efbl_like_box_locale = '';
|
257 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
|
|
|
259 |
|
260 |
|
261 |
if (jQuery('#efbl_like_box_responsive').is(":checked"))
|
@@ -300,7 +364,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(' ');
|
@@ -702,6 +766,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 |
|
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
|
61 |
*/
|
62 |
var efbl_cache_unit = $( '#efbl_cache_unit' ).val();
|
63 |
|
64 |
+
/*
|
65 |
+
* Getting events filter
|
66 |
+
*/
|
67 |
+
var efbl_filter_events = $( '#efbl_filter_events' ).val();
|
68 |
+
|
69 |
|
70 |
/*
|
71 |
* Getting Skin ID
|
85 |
efbl_skin_id = '';
|
86 |
}
|
87 |
|
88 |
+
if(efbl_access_token){
|
89 |
+
efbl_access_token = 'accesstoken="'+efbl_access_token+'"';
|
90 |
+
}
|
91 |
+
else{
|
92 |
+
efbl_access_token = '';
|
93 |
+
}
|
94 |
+
|
95 |
if(efbl_page_id){
|
96 |
efbl_page_id = 'fanpage_id="'+efbl_page_id+'"';
|
97 |
}
|
105 |
else{
|
106 |
efbl_filter = '';
|
107 |
}
|
108 |
+
|
109 |
+
if($( '#efbl_filter' ).val() === 'events'){
|
110 |
+
|
111 |
+
efbl_filter_events = 'events_filter="'+efbl_filter_events+'"';
|
112 |
+
|
113 |
+
}else{
|
114 |
+
efbl_filter_events = '';
|
115 |
+
}
|
116 |
|
117 |
|
118 |
if(efbl_post_limit){
|
159 |
}
|
160 |
|
161 |
|
162 |
+
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+']';
|
163 |
|
164 |
|
165 |
jQuery('.efbl_generated_shortcode blockquote').html(' ');
|
225 |
* Prevnting to reload the page.
|
226 |
*/
|
227 |
event.preventDefault();
|
228 |
+
|
229 |
+
var tabs = null;
|
230 |
|
231 |
/*
|
232 |
* Getting mif_user_id
|
291 |
}else{
|
292 |
efbl_like_box_locale = '';
|
293 |
}
|
294 |
+
|
295 |
+
if (jQuery('#efbl_tabs_timeline').is(":checked"))
|
296 |
+
{
|
297 |
+
efbl_tabs_timeline = 'timeline,';
|
298 |
+
}else{
|
299 |
+
efbl_tabs_timeline = '';
|
300 |
+
}
|
301 |
+
|
302 |
+
if (jQuery('#efbl_tabs_events').is(":checked"))
|
303 |
+
{
|
304 |
+
efbl_tabs_events = 'events,';
|
305 |
+
}else{
|
306 |
+
efbl_tabs_events = '';
|
307 |
+
}
|
308 |
+
if (jQuery('#efbl_tabs_messages').is(":checked"))
|
309 |
+
{
|
310 |
+
efbl_tabs_messages = 'messages';
|
311 |
+
}else{
|
312 |
+
efbl_tabs_messages = '';
|
313 |
+
}
|
314 |
+
|
315 |
+
if((efbl_tabs_timeline != '') || (efbl_tabs_events != '') || (efbl_tabs_messages != '')){
|
316 |
+
tabs = 'tabs="'+efbl_tabs_timeline+efbl_tabs_events+efbl_tabs_messages+'"';
|
317 |
+
}else{
|
318 |
+
tabs = "";
|
319 |
+
}
|
320 |
+
|
321 |
|
322 |
+
// console.log(tabs); return;
|
323 |
|
324 |
|
325 |
if (jQuery('#efbl_like_box_responsive').is(":checked"))
|
364 |
efbl_like_box_hide_cta = 'hide_cta="0"';
|
365 |
}
|
366 |
|
367 |
+
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+']';
|
368 |
|
369 |
|
370 |
jQuery('.efbl_likebox_generated_shortcode blockquote').html(' ');
|
766 |
|
767 |
});/* efbl_create_skin func ends here. */
|
768 |
|
769 |
+
|
770 |
+
/* Premium Code Stripped by Freemius */
|
771 |
|
772 |
jQuery(document).on("click", ".create_new_skin_fb", function($) {
|
773 |
|
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
@@ -380,10 +380,10 @@
|
|
380 |
value.bind( function( newval ) {
|
381 |
|
382 |
if(newval){
|
383 |
-
$( '.efbl_feed_wraper .
|
384 |
}else
|
385 |
{
|
386 |
-
$( '.efbl_feed_wraper .
|
387 |
}
|
388 |
|
389 |
});
|
@@ -405,6 +405,22 @@
|
|
405 |
});
|
406 |
});
|
407 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
408 |
/*
|
409 |
* Show or hide total number of followers in real time.
|
410 |
*/
|
380 |
value.bind( function( newval ) {
|
381 |
|
382 |
if(newval){
|
383 |
+
$( '.efbl_feed_wraper .efbl_load_more_btn ' ).fadeIn('slow');
|
384 |
}else
|
385 |
{
|
386 |
+
$( '.efbl_feed_wraper .efbl_load_more_btn ' ).fadeOut('slow');
|
387 |
}
|
388 |
|
389 |
});
|
405 |
});
|
406 |
});
|
407 |
|
408 |
+
/*
|
409 |
+
* Show or hide total number of followers in real time.
|
410 |
+
*/
|
411 |
+
wp.customize( 'efbl_skin_'+efbl_skin_id+'[feed_header]', function( value ) {
|
412 |
+
value.bind( function( newval ) {
|
413 |
+
|
414 |
+
if(newval){
|
415 |
+
$( '.efbl_feed_wraper .efbl_fb_story .efbl_author_info ' ).fadeIn('slow');
|
416 |
+
}else
|
417 |
+
{
|
418 |
+
$( '.efbl_feed_wraper .efbl_fb_story .efbl_author_info ' ).fadeOut('slow');
|
419 |
+
}
|
420 |
+
|
421 |
+
});
|
422 |
+
});
|
423 |
+
|
424 |
/*
|
425 |
* Show or hide total number of followers in real time.
|
426 |
*/
|
easy-facebook-likebox/admin/assets/scss/admin.scss
CHANGED
@@ -166,6 +166,9 @@
|
|
166 |
margin-bottom: 10px;
|
167 |
position: relative;
|
168 |
}
|
|
|
|
|
|
|
169 |
.input-field.col label{
|
170 |
left:0;
|
171 |
}
|
@@ -242,6 +245,15 @@
|
|
242 |
float: left;
|
243 |
width: 100%;
|
244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
.efbl_fields{
|
246 |
float: left;
|
247 |
width: 100%;
|
166 |
margin-bottom: 10px;
|
167 |
position: relative;
|
168 |
}
|
169 |
+
.efbl_fields.efbl_filter_events_wrap{
|
170 |
+
display:none;
|
171 |
+
}
|
172 |
.input-field.col label{
|
173 |
left:0;
|
174 |
}
|
245 |
float: left;
|
246 |
width: 100%;
|
247 |
|
248 |
+
.efbl_popup_info{
|
249 |
+
margin-top: 10px;
|
250 |
+
float: left;
|
251 |
+
}
|
252 |
+
.select-dropdown{
|
253 |
+
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after{
|
254 |
+
top: -17px;
|
255 |
+
}
|
256 |
+
}
|
257 |
.efbl_fields{
|
258 |
float: left;
|
259 |
width: 100%;
|
easy-facebook-likebox/admin/assets/scss/efbl-customizer.scss
CHANGED
@@ -11,7 +11,32 @@
|
|
11 |
right: 0 !important;
|
12 |
transform: none;
|
13 |
}
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
select{
|
16 |
display:block;
|
17 |
}
|
@@ -65,14 +90,18 @@
|
|
65 |
}
|
66 |
}
|
67 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
.wp-picker-container .wp-color-result.button{
|
69 |
width: 100%;
|
70 |
height: 33px;
|
71 |
.wp-color-result-text{
|
72 |
-
|
73 |
-
width: 100%;
|
74 |
float: right;
|
75 |
-
line-height: 31px;
|
76 |
}
|
77 |
}
|
78 |
|
11 |
right: 0 !important;
|
12 |
transform: none;
|
13 |
}
|
14 |
+
.fta-upgrade-btn{
|
15 |
+
padding: 10px;
|
16 |
+
height: auto;
|
17 |
+
font-size: 15px;
|
18 |
+
line-height: 2.5;
|
19 |
+
text-transform: capitalize;
|
20 |
+
text-decoration: none;
|
21 |
+
color: #fff;
|
22 |
+
background-color: #ff8c00;
|
23 |
+
text-align: center;
|
24 |
+
letter-spacing: .5px;
|
25 |
+
-webkit-transition: .2s ease-out;
|
26 |
+
transition: .2s ease-out;
|
27 |
+
cursor: pointer;
|
28 |
+
width: 90%;
|
29 |
+
float: left;
|
30 |
+
|
31 |
+
&:hover{
|
32 |
+
opacity:.9;
|
33 |
+
transition: .2s ease-out;
|
34 |
+
}
|
35 |
+
}
|
36 |
+
.customize-control-checkbox input, .customize-control-nav_menu_auto_add input, .customize-control-radio input{
|
37 |
+
margin-left:0 !important;
|
38 |
+
}
|
39 |
+
background:#fff !important;
|
40 |
select{
|
41 |
display:block;
|
42 |
}
|
90 |
}
|
91 |
}
|
92 |
}
|
93 |
+
input[type="range"]{
|
94 |
+
width: 100%;
|
95 |
+
}
|
96 |
+
.wp-picker-container{
|
97 |
+
width: 100%;
|
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;
|
|
|
105 |
}
|
106 |
}
|
107 |
|
easy-facebook-likebox/admin/easy-facebook-likebox-admin.php
CHANGED
@@ -85,12 +85,17 @@ 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();
|
@@ -228,7 +233,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>
|
@@ -245,6 +250,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,6 +260,74 @@ 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(),
|
@@ -264,19 +338,32 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
264 |
$this->efbl_cached_html(),
|
265 |
'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' ) . '',
|
266 |
__( 'Connect My Facebook Pages', 'easy-facebook-likebox' ),
|
267 |
-
__( "
|
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 and
|
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 |
|
@@ -488,10 +575,10 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
488 |
$fta_settings = $FTA->fta_get_settings();
|
489 |
$efbl_pages_select = null;
|
490 |
$efbl_page_options = null;
|
|
|
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 {
|
@@ -511,6 +598,12 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
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.
|
@@ -550,9 +643,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>
|
@@ -638,7 +739,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 +765,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>
|
@@ -741,6 +858,8 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
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">
|
@@ -918,6 +1037,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">
|
@@ -1126,7 +1252,15 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
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 |
-
__(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1130 |
);
|
1131 |
return apply_filters( 'efbl_general_html', $efbl_general_html );
|
1132 |
}
|
@@ -1138,7 +1272,20 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
1138 |
*/
|
1139 |
function efbl_popup_tab()
|
1140 |
{
|
1141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1142 |
/*
|
1143 |
* General tab html.
|
1144 |
* efbl_popup_html filter can be used to customize general tab html.
|
@@ -1187,6 +1334,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" />
|
@@ -1232,7 +1381,9 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
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 |
}
|
@@ -1262,8 +1413,11 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
1262 |
$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>';
|
1263 |
}
|
1264 |
|
|
|
1265 |
/* Getting the demo page id. */
|
1266 |
-
$
|
|
|
|
|
1267 |
/* Getting permalink from ID. */
|
1268 |
$page_permalink = get_permalink( $page_id );
|
1269 |
if ( isset( $efbl_skins ) ) {
|
@@ -1450,7 +1604,6 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
1450 |
}
|
1451 |
}
|
1452 |
}
|
1453 |
-
// echo '<pre>'; print_r($efbl_trans_bio);exit();
|
1454 |
/*
|
1455 |
* Bio Cached.
|
1456 |
*/
|
@@ -1480,6 +1633,9 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
|
|
1480 |
foreach ( $efbl_trans_posts as $key => $value ) {
|
1481 |
$pieces = explode( '_', $key );
|
1482 |
$page_name = array_pop( $pieces );
|
|
|
|
|
|
|
1483 |
$returner .= '<li class="collection-item ' . $key . '">
|
1484 |
<div>' . $page_name . '
|
1485 |
<a href="javascript:void(0);" data-efbl_trans="' . $key . '" class="secondary-content efbl_del_trans"><i class="material-icons">delete</i></a>
|
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 |
+
$efbl_ver = 'free';
|
89 |
+
if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
|
90 |
+
$efbl_ver = 'pro';
|
91 |
+
}
|
92 |
/*
|
93 |
* Localizing script to get admin-ajax url dynamically.
|
94 |
*/
|
95 |
wp_localize_script( $this->plugin_slug . '-admin-script', 'efbl', array(
|
96 |
'ajax_url' => admin_url( 'admin-ajax.php' ),
|
97 |
'nonce' => wp_create_nonce( 'efbl-ajax-nonce' ),
|
98 |
+
'version' => $efbl_ver,
|
99 |
) );
|
100 |
wp_enqueue_script( 'media-upload' );
|
101 |
wp_enqueue_media();
|
233 |
<div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
|
234 |
<h5>%10$s</h5>
|
235 |
<p>%12$s</p>
|
236 |
+
<p>%25$s</p>
|
237 |
<a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
|
238 |
|
239 |
</div>
|
250 |
<div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
|
251 |
<h5>%10$s</h5>
|
252 |
<p>%20$s</p>
|
253 |
+
<p>%25$s</p>
|
254 |
|
255 |
<a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
|
256 |
|
260 |
</div>
|
261 |
|
262 |
<!-- Other page Modal Structure Ends-->
|
263 |
+
|
264 |
+
<!-- Tabs Modal Structure -->
|
265 |
+
<div id="efbl-tabs-upgrade" class="fta-upgrade-modal modal">
|
266 |
+
<div class="modal-content">
|
267 |
+
|
268 |
+
<div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
|
269 |
+
<h5>%10$s</h5>
|
270 |
+
<p>%24$s</p>
|
271 |
+
<p>%25$s</p>
|
272 |
+
<a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
|
273 |
+
|
274 |
+
</div>
|
275 |
+
</div>
|
276 |
+
|
277 |
+
</div>
|
278 |
+
|
279 |
+
<!-- Filter Tabs Structure Ends-->
|
280 |
+
|
281 |
+
<!-- Select pages Modal Structure -->
|
282 |
+
<div id="efbl-pages-enable" class="fta-upgrade-modal modal">
|
283 |
+
<div class="modal-content">
|
284 |
+
|
285 |
+
<div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
|
286 |
+
<h5>%10$s</h5>
|
287 |
+
<p>%21$s</p>
|
288 |
+
<p>%25$s</p>
|
289 |
+
<a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
|
290 |
+
|
291 |
+
</div>
|
292 |
+
</div>
|
293 |
+
|
294 |
+
</div>
|
295 |
+
|
296 |
+
<!-- Select pages Structure Ends-->
|
297 |
+
|
298 |
+
<!-- Select posts Structure -->
|
299 |
+
<div id="efbl-posts-enable" class="fta-upgrade-modal modal">
|
300 |
+
<div class="modal-content">
|
301 |
+
|
302 |
+
<div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
|
303 |
+
<h5>%10$s</h5>
|
304 |
+
<p>%22$s</p>
|
305 |
+
<p>%25$s</p>
|
306 |
+
<a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
|
307 |
+
|
308 |
+
</div>
|
309 |
+
</div>
|
310 |
+
|
311 |
+
</div>
|
312 |
+
|
313 |
+
<!-- Select posts Structure Ends-->
|
314 |
+
|
315 |
+
<!-- exit intent Structure -->
|
316 |
+
<div id="efbl-exit-intent" class="fta-upgrade-modal modal">
|
317 |
+
<div class="modal-content">
|
318 |
+
|
319 |
+
<div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
|
320 |
+
<h5>%10$s</h5>
|
321 |
+
<p>%23$s</p>
|
322 |
+
<p>%25$s</p>
|
323 |
+
<a href="' . efl_fs()->get_upgrade_url() . '" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i>%11$s</a>
|
324 |
+
|
325 |
+
</div>
|
326 |
+
</div>
|
327 |
+
|
328 |
+
</div>
|
329 |
+
|
330 |
+
<!-- exit intent Structure Ends-->
|
331 |
</div>',
|
332 |
/* Variables starts here. */
|
333 |
$this->efbl_settings_menu(),
|
338 |
$this->efbl_cached_html(),
|
339 |
'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' ) . '',
|
340 |
__( 'Connect My Facebook Pages', 'easy-facebook-likebox' ),
|
341 |
+
__( "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' ),
|
342 |
__( 'Premium Feature', 'easy-facebook-likebox' ),
|
343 |
__( 'Upgrade to pro', 'easy-facebook-likebox' ),
|
344 |
+
__( "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' ),
|
345 |
__( 'Attention!', 'easy-facebook-likebox' ),
|
346 |
__( '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' ),
|
347 |
$efbl_empty_at_class,
|
348 |
__( 'Are you sure?', 'easy-facebook-likebox' ),
|
349 |
+
__( "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' ),
|
350 |
__( 'Delete', 'easy-facebook-likebox' ),
|
351 |
__( 'Cancel', 'easy-facebook-likebox' ),
|
352 |
+
__( "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' ),
|
353 |
+
__( "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' ),
|
354 |
+
__( "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' ),
|
355 |
+
__( "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' ),
|
356 |
+
__( "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' ),
|
357 |
+
__( 'Upgrade today and get a 10% discount! On the checkout click on "Have a promotional code?" and enter <code>espf10</code>', 'easy-facebook-likebox' )
|
358 |
);
|
359 |
+
if ( efl_fs()->is_free_plan() ) {
|
360 |
+
$returner .= '<div class="espf-upgrade">
|
361 |
+
<h2>' . __( 'Easy Social Post Feed <b>Pro</b>', 'easy-facebook-likebox' ) . '</h2>
|
362 |
+
<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>
|
363 |
+
<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>
|
364 |
+
<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>
|
365 |
+
</div>';
|
366 |
+
}
|
367 |
echo apply_filters( 'efbl_base_html', $returner ) ;
|
368 |
}
|
369 |
|
575 |
$fta_settings = $FTA->fta_get_settings();
|
576 |
$efbl_pages_select = null;
|
577 |
$efbl_page_options = null;
|
578 |
+
// echo "<pre>"; print_r($fta_settings['plugins']['facebook']['approved_pages']);exit();
|
579 |
|
580 |
if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) ) {
|
581 |
foreach ( $fta_settings['plugins']['facebook']['approved_pages'] as $efbl_page ) {
|
|
|
582 |
$efbl_page_options .= '<option value="' . $efbl_page['id'] . '" data-icon="https://graph.facebook.com/' . $efbl_page['id'] . '/picture">' . $efbl_page['name'] . '</option>';
|
583 |
}
|
584 |
} else {
|
598 |
$efbl_skin_options .= '<option value="' . $efbl_skin['ID'] . '" data-icon="' . get_the_post_thumbnail_url( $efbl_skin['ID'], 'thumbnail' ) . '">' . $efbl_skin['title'] . '</option>';
|
599 |
}
|
600 |
}
|
601 |
+
$efbl_premium_tabs = null;
|
602 |
+
$efbl_premium_tabs = '<div class="col s12 efbl_fields">
|
603 |
+
<a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_tabs_info">?</a>
|
604 |
+
<input name="" class="modal-trigger" href="#efbl-tabs-upgrade" type="checkbox" required value="efbl_free_tabs" id="efbl_free_tabs" />
|
605 |
+
<label for="efbl_free_tabs">' . __( 'Tabs', 'easy-facebook-likebox' ) . '</label></div>';
|
606 |
+
$efbl_events_filter = null;
|
607 |
// echo "<pre>"; print_r($efbl_skins); exit();
|
608 |
/*
|
609 |
* General tab html.
|
643 |
<label>%12$s</label>
|
644 |
</div>
|
645 |
|
646 |
+
<div class="input-field col s12 efbl_fields">
|
647 |
+
<a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_access_token_info">?</a>
|
648 |
+
<input id="efbl_access_token" type="text">
|
649 |
+
<label for="efbl_access_token" class="">%108$s</label>
|
650 |
+
</div>
|
651 |
+
|
652 |
%102$s
|
653 |
|
654 |
%13$s
|
655 |
+
|
656 |
+
%110$s
|
657 |
|
658 |
<div class="input-field col s12 efbl_fields">
|
659 |
<a href="javascript:void(0)" class="efbl_open_collapisble" data-id="efbl_skin_id_info">?</a>
|
739 |
</div>
|
740 |
<div class="collapsible-body"><p>%59$s</p></div>
|
741 |
</li>
|
742 |
+
|
743 |
+
<li id="efbl_access_token_info">
|
744 |
+
<div class="collapsible-header">
|
745 |
+
<i class="material-icons">code</i>
|
746 |
+
<span class="mif_detail_head"> %108$s </span>
|
747 |
+
</div>
|
748 |
+
<div class="collapsible-body"><p>%109$s</p></div>
|
749 |
+
</li>
|
750 |
+
|
751 |
<li id="efbl_other_pages_info">
|
752 |
<div class="collapsible-header">
|
753 |
<i class="material-icons">filter_list</i>
|
765 |
<div class="collapsible-body"><p>%61$s</div>
|
766 |
</li>
|
767 |
|
768 |
+
<li id="efbl_filter_events_info">
|
769 |
+
<div class="collapsible-header">
|
770 |
+
<i class="material-icons">filter_list</i>
|
771 |
+
<span class="mif_detail_head"> %111$s</span>
|
772 |
+
</div>
|
773 |
+
<div class="collapsible-body"><p>%112$s</div>
|
774 |
+
</li>
|
775 |
+
|
776 |
<li id="efbl_skin_id_info">
|
777 |
<div class="collapsible-header">
|
778 |
<i class="material-icons">web</i>
|
858 |
<label for="efbl_like_box_url" class="">%32$s</label>
|
859 |
</div>
|
860 |
|
861 |
+
%105$s
|
862 |
+
|
863 |
<div class="input-field col s6 efbl_fields" style="padding-right: 10px;">
|
864 |
<a href="javascript:void(0)" class="efbl_open_likebox_collapisble" data-id="efbl_like_box_appid_info">?</a>
|
865 |
<input id="efbl_like_box_app_id" type="number" min="1">
|
1037 |
<div class="collapsible-body"><p>%77$s</p></div>
|
1038 |
</li>
|
1039 |
|
1040 |
+
<li id="efbl_tabs_info">
|
1041 |
+
<div class="collapsible-header">
|
1042 |
+
<i class="material-icons">filter_list</i>
|
1043 |
+
<span class="mif_detail_head">%106$s</span>
|
1044 |
+
</div>
|
1045 |
+
<div class="collapsible-body"><p>%107$s</div>
|
1046 |
+
</li>
|
1047 |
|
1048 |
<li id="efbl_like_box_appid_info">
|
1049 |
<div class="collapsible-header">
|
1252 |
__( 'Paste in the page/post content or inside any php template.', 'easy-facebook-likebox' ),
|
1253 |
$efbl_premium_other_pages,
|
1254 |
__( 'Other Pages', 'easy-facebook-likebox' ),
|
1255 |
+
__( "You can display any other public page feed which you don't owns/manage. eg:gopro", 'easy-facebook-likebox' ),
|
1256 |
+
$efbl_premium_tabs,
|
1257 |
+
__( 'Tabs', 'easy-facebook-likebox' ),
|
1258 |
+
__( 'You can now have timeline, events and messages tabs in the likebox. Simply filter the feeds from stream', 'easy-facebook-likebox' ),
|
1259 |
+
__( 'Access Token (Optional)', 'easy-facebook-likebox' ),
|
1260 |
+
__( "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' ),
|
1261 |
+
$efbl_events_filter,
|
1262 |
+
__( 'Events Filter', 'easy-facebook-likebox' ),
|
1263 |
+
__( "Filter events to display past, upcoming or all events. Default value is Upcoming", 'easy-facebook-likebox' )
|
1264 |
);
|
1265 |
return apply_filters( 'efbl_general_html', $efbl_general_html );
|
1266 |
}
|
1272 |
*/
|
1273 |
function efbl_popup_tab()
|
1274 |
{
|
1275 |
+
$efbl_premium_pages_enable = null;
|
1276 |
+
$efbl_premium_pages_enable = '<div class="row checkbox-row">
|
1277 |
+
<input name="" class="modal-trigger" href="#efbl-pages-enable" type="checkbox" required value="efbl_free_enable_pages" id="efbl_free_enable_pages" />
|
1278 |
+
<label for="efbl_free_enable_pages">' . __( 'Show on specific pages', 'easy-facebook-likebox' ) . '</label><br>
|
1279 |
+
<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>
|
1280 |
+
<div class="row checkbox-row">
|
1281 |
+
<input name="" class="modal-trigger" href="#efbl-posts-enable" type="checkbox" required value="efbl_free_enable_posts" id="efbl_free_enable_posts" />
|
1282 |
+
<label for="efbl_free_enable_posts">' . __( 'Show on specific posts', 'easy-facebook-likebox' ) . '</label><br>
|
1283 |
+
<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>';
|
1284 |
+
$efbl_premium_exit_intent = null;
|
1285 |
+
$efbl_premium_exit_intent = '<div class="row checkbox-row">
|
1286 |
+
<input name="" class="modal-trigger" href="#efbl-exit-intent" type="checkbox" required value="efbl_free_exit_intent" id="efbl_free_exit_intent" />
|
1287 |
+
<label for="efbl_free_exit_intent">' . __( 'Show on exit intent', 'easy-facebook-likebox' ) . '</label>
|
1288 |
+
<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>';
|
1289 |
/*
|
1290 |
* General tab html.
|
1291 |
* efbl_popup_html filter can be used to customize general tab html.
|
1334 |
</div>
|
1335 |
<h5>%12$s</h5>
|
1336 |
|
1337 |
+
%19$s
|
1338 |
+
%20$s
|
1339 |
<div class="row checkbox-row efbl_enable_home_only">
|
1340 |
|
1341 |
<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" />
|
1381 |
__( 'Shows the PopUp if the user is not logged in to your site (Above option will be ignored if checked). ', 'easy-facebook-likebox' ),
|
1382 |
__( 'Close button act as never show again', 'easy-facebook-likebox' ),
|
1383 |
__( 'Do not display on mobile devices', 'easy-facebook-likebox' ),
|
1384 |
+
$this->options( 'efbl_popup_shortcode' ),
|
1385 |
+
$efbl_premium_pages_enable,
|
1386 |
+
$efbl_premium_exit_intent
|
1387 |
);
|
1388 |
return apply_filters( 'efbl_popup_html', $efbl_popup_html );
|
1389 |
}
|
1413 |
$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>';
|
1414 |
}
|
1415 |
|
1416 |
+
$page_id = null;
|
1417 |
/* Getting the demo page id. */
|
1418 |
+
if ( isset( $fta_settings['plugins']['facebook']['default_page_id'] ) && !empty($fta_settings['plugins']['facebook']['default_page_id']) ) {
|
1419 |
+
$page_id = $fta_settings['plugins']['facebook']['default_page_id'];
|
1420 |
+
}
|
1421 |
/* Getting permalink from ID. */
|
1422 |
$page_permalink = get_permalink( $page_id );
|
1423 |
if ( isset( $efbl_skins ) ) {
|
1604 |
}
|
1605 |
}
|
1606 |
}
|
|
|
1607 |
/*
|
1608 |
* Bio Cached.
|
1609 |
*/
|
1633 |
foreach ( $efbl_trans_posts as $key => $value ) {
|
1634 |
$pieces = explode( '_', $key );
|
1635 |
$page_name = array_pop( $pieces );
|
1636 |
+
// $pieces = explode('-', $key);
|
1637 |
+
// $page_name = array_pop($pieces);
|
1638 |
+
// echo '<pre>'; print_r($pieces);exit();
|
1639 |
$returner .= '<li class="collection-item ' . $key . '">
|
1640 |
<div>' . $page_name . '
|
1641 |
<a href="javascript:void(0);" data-efbl_trans="' . $key . '" class="secondary-content efbl_del_trans"><i class="material-icons">delete</i></a>
|
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 |
-
|
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! 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 |
+
|
156 |
+
<?php
|
157 |
+
}
|
158 |
+
}
|
159 |
endif;
|
easy-facebook-likebox/admin/includes/efbl-customizer.php
CHANGED
@@ -1,1926 +1,1550 @@
|
|
1 |
-
<?php
|
|
|
2 |
/*
|
3 |
* Stop execution if someone tried to get file directly.
|
4 |
-
*/
|
5 |
-
if ( !
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
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 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
|
1046 |
-
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
/* Adding Setting of Header text color*/
|
1063 |
-
$wp_customize->add_setting($setting,
|
1064 |
-
array(
|
1065 |
-
'default' => '#000',
|
1066 |
-
'transport' => 'postMessage',
|
1067 |
-
'type' => 'option'
|
1068 |
-
));
|
1069 |
-
|
1070 |
-
/* Adding Control of Header text color*/
|
1071 |
-
$wp_customize->add_control(
|
1072 |
-
new WP_Customize_Color_Control(
|
1073 |
-
$wp_customize,
|
1074 |
-
$setting,
|
1075 |
-
array(
|
1076 |
-
'label' => __( 'Caption Color', $Feed_Them_All->plug_slug ),
|
1077 |
-
'section' => 'efbl_feed',
|
1078 |
-
'settings' => $setting,
|
1079 |
-
'description' => __('Select the feed caption color.', $Feed_Them_All->plug_slug)
|
1080 |
-
)));
|
1081 |
-
|
1082 |
-
|
1083 |
-
/* Making settings dynamic and saving data with array.*/
|
1084 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_caption_padding_top_bottom]';
|
1085 |
-
|
1086 |
-
/* Adding Setting of title size*/
|
1087 |
-
$wp_customize->add_setting($setting,
|
1088 |
-
array(
|
1089 |
-
'default' => '10',
|
1090 |
-
'transport' => 'postMessage',
|
1091 |
-
'type' => 'option'
|
1092 |
-
));
|
1093 |
-
|
1094 |
-
/* Adding control of title size.*/
|
1095 |
-
$wp_customize->add_control(
|
1096 |
-
$setting,
|
1097 |
-
array(
|
1098 |
-
'label' => __( 'Padding Top And Bottom', $Feed_Them_All->plug_slug ),
|
1099 |
-
'section' => 'efbl_feed',
|
1100 |
-
'settings' => $setting,
|
1101 |
-
'description' => __('Select the padding top and bottom for captions.', $Feed_Them_All->plug_slug),
|
1102 |
-
'type' => 'range',
|
1103 |
-
'input_attrs' => array(
|
1104 |
-
'min' => 0,
|
1105 |
-
'max' => 100,
|
1106 |
-
),
|
1107 |
-
));
|
1108 |
-
|
1109 |
-
/* Making settings dynamic and saving data with array.*/
|
1110 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_caption_padding_right_left]';
|
1111 |
-
|
1112 |
-
/* Adding Setting of title size*/
|
1113 |
-
$wp_customize->add_setting($setting,
|
1114 |
-
array(
|
1115 |
-
'default' => '10',
|
1116 |
-
'transport' => 'postMessage',
|
1117 |
-
'type' => 'option'
|
1118 |
-
));
|
1119 |
-
|
1120 |
-
/* Adding control of title size.*/
|
1121 |
-
$wp_customize->add_control(
|
1122 |
-
$setting,
|
1123 |
-
array(
|
1124 |
-
'label' => __( 'Padding Left And Right', $Feed_Them_All->plug_slug ),
|
1125 |
-
'section' => 'efbl_feed',
|
1126 |
-
'settings' => $setting,
|
1127 |
-
'description' => __('Select the padding left and right for caption.', $Feed_Them_All->plug_slug),
|
1128 |
-
'type' => 'range',
|
1129 |
-
'input_attrs' => array(
|
1130 |
-
'min' => 0,
|
1131 |
-
'max' => 100,
|
1132 |
-
),
|
1133 |
-
));
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
/* Making settings dynamic and saving data with array.*/
|
1138 |
-
$setting = 'efbl_skin_'.$skin_id.'[show_feed_open_popup_icon]';
|
1139 |
-
|
1140 |
-
/* Adding Setting of show or hide Follow Button*/
|
1141 |
-
$wp_customize->add_setting($setting,
|
1142 |
-
array(
|
1143 |
-
'default' => true,
|
1144 |
-
'transport' => 'postMessage',
|
1145 |
-
'type' => 'option'
|
1146 |
-
));
|
1147 |
-
|
1148 |
-
/* Adding control of show or hide Follow Button.*/
|
1149 |
-
$wp_customize->add_control(
|
1150 |
-
$setting,
|
1151 |
-
array(
|
1152 |
-
'label' => __( 'Show Open PopUp Icon', $Feed_Them_All->plug_slug ),
|
1153 |
-
'section' => 'efbl_feed',
|
1154 |
-
'settings' => $setting,
|
1155 |
-
'description' => __('Show or Hide Open PopUp Icon', $Feed_Them_All->plug_slug),
|
1156 |
-
'type' => 'checkbox',
|
1157 |
-
));
|
1158 |
-
|
1159 |
-
|
1160 |
-
|
1161 |
-
/* Making settings dynamic and saving data with array.*/
|
1162 |
-
$setting = 'efbl_skin_'.$skin_id.'[popup_icon_color]';
|
1163 |
-
|
1164 |
-
/* Adding Setting of Header text color*/
|
1165 |
-
$wp_customize->add_setting($setting,
|
1166 |
-
array(
|
1167 |
-
'default' => '#fff',
|
1168 |
-
'transport' => 'postMessage',
|
1169 |
-
'type' => 'option'
|
1170 |
-
));
|
1171 |
-
|
1172 |
-
/* Adding Control of Header text color*/
|
1173 |
-
$wp_customize->add_control(
|
1174 |
-
new WP_Customize_Color_Control(
|
1175 |
-
$wp_customize,
|
1176 |
-
$setting,
|
1177 |
-
array(
|
1178 |
-
'label' => __( 'Open PopUp Icon color', $Feed_Them_All->plug_slug ),
|
1179 |
-
'section' => 'efbl_feed',
|
1180 |
-
'settings' => $setting,
|
1181 |
-
'description' => __('Select the icon color which shows on feed hover for opening popup.', $Feed_Them_All->plug_slug)
|
1182 |
-
)));
|
1183 |
-
|
1184 |
-
/* Making settings dynamic and saving data with array.*/
|
1185 |
-
$setting = 'efbl_skin_'.$skin_id.'[show_feed_cta]';
|
1186 |
-
|
1187 |
-
/* Adding Setting of show or hide Follow Button*/
|
1188 |
-
$wp_customize->add_setting($setting,
|
1189 |
-
array(
|
1190 |
-
'default' => true,
|
1191 |
-
'transport' => 'postMessage',
|
1192 |
-
'type' => 'option'
|
1193 |
-
));
|
1194 |
-
|
1195 |
-
/* Adding control of show or hide Follow Button.*/
|
1196 |
-
$wp_customize->add_control(
|
1197 |
-
$setting,
|
1198 |
-
array(
|
1199 |
-
'label' => __( 'Show Feed Call To Action Buttons', $Feed_Them_All->plug_slug ),
|
1200 |
-
'section' => 'efbl_feed',
|
1201 |
-
'settings' => $setting,
|
1202 |
-
'description' => __('Show or Hide call to action buttons like (Share and Read Full Story)', $Feed_Them_All->plug_slug),
|
1203 |
-
'type' => 'checkbox',
|
1204 |
-
));
|
1205 |
-
|
1206 |
-
|
1207 |
-
/* Making settings dynamic and saving data with array.*/
|
1208 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_cta_text_color]';
|
1209 |
-
|
1210 |
-
/* Adding Setting of Header text color*/
|
1211 |
-
$wp_customize->add_setting($setting,
|
1212 |
-
array(
|
1213 |
-
'default' => '#000',
|
1214 |
-
'transport' => 'postMessage',
|
1215 |
-
'type' => 'option'
|
1216 |
-
));
|
1217 |
-
|
1218 |
-
/* Adding Control of Header text color*/
|
1219 |
-
$wp_customize->add_control(
|
1220 |
-
new WP_Customize_Color_Control(
|
1221 |
-
$wp_customize,
|
1222 |
-
$setting,
|
1223 |
-
array(
|
1224 |
-
'label' => __( 'Call To Action color', $Feed_Them_All->plug_slug ),
|
1225 |
-
'section' => 'efbl_feed',
|
1226 |
-
'settings' => $setting,
|
1227 |
-
'description' => __('Select the color of links like (Share and Read Full Story).', $Feed_Them_All->plug_slug)
|
1228 |
-
)));
|
1229 |
-
|
1230 |
-
/* Making settings dynamic and saving data with array.*/
|
1231 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_cta_text_hover_color]';
|
1232 |
-
|
1233 |
-
/* Adding Setting of Header text color*/
|
1234 |
-
$wp_customize->add_setting($setting,
|
1235 |
-
array(
|
1236 |
-
'default' => '#000',
|
1237 |
-
'transport' => 'postMessage',
|
1238 |
-
'type' => 'option'
|
1239 |
-
));
|
1240 |
-
|
1241 |
-
/* Adding Control of Header text color*/
|
1242 |
-
$wp_customize->add_control(
|
1243 |
-
new WP_Customize_Color_Control(
|
1244 |
-
$wp_customize,
|
1245 |
-
$setting,
|
1246 |
-
array(
|
1247 |
-
'label' => __( 'Call To Action Hover color', $Feed_Them_All->plug_slug ),
|
1248 |
-
'section' => 'efbl_feed',
|
1249 |
-
'settings' => $setting,
|
1250 |
-
'description' => __('Select the hover color of links like(Share and View on Instagram).', $Feed_Them_All->plug_slug)
|
1251 |
-
)));
|
1252 |
-
|
1253 |
-
|
1254 |
-
/* Making settings dynamic and saving data with array.*/
|
1255 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_time_text_color]';
|
1256 |
-
|
1257 |
-
/* Adding Setting of Header text color*/
|
1258 |
-
$wp_customize->add_setting($setting,
|
1259 |
-
array(
|
1260 |
-
'default' => '#000',
|
1261 |
-
'transport' => 'postMessage',
|
1262 |
-
'type' => 'option'
|
1263 |
-
));
|
1264 |
-
|
1265 |
-
/* Adding Control of Header text color*/
|
1266 |
-
$wp_customize->add_control(
|
1267 |
-
new WP_Customize_Color_Control(
|
1268 |
-
$wp_customize,
|
1269 |
-
$setting,
|
1270 |
-
array(
|
1271 |
-
'label' => __( 'Feed Time Color', $Feed_Them_All->plug_slug ),
|
1272 |
-
'section' => 'efbl_feed',
|
1273 |
-
'settings' => $setting,
|
1274 |
-
'description' => __('Select the color of feed created time.', $Feed_Them_All->plug_slug)
|
1275 |
-
)));
|
1276 |
-
|
1277 |
-
// /* Making settings dynamic and saving data with array.*/
|
1278 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_hover_bg_color]';
|
1279 |
-
|
1280 |
-
/* Adding Setting of Header text color*/
|
1281 |
-
$wp_customize->add_setting($setting,
|
1282 |
-
array(
|
1283 |
-
'default' => 'rgba(0,0,0,0.5)',
|
1284 |
-
'transport' => 'postMessage',
|
1285 |
-
'type' => 'option'
|
1286 |
-
));
|
1287 |
-
|
1288 |
-
/* Adding Control of Header text color*/
|
1289 |
-
$wp_customize->add_control(
|
1290 |
-
new Customize_Alpha_Color_Control(
|
1291 |
-
$wp_customize,
|
1292 |
-
$setting,
|
1293 |
-
array(
|
1294 |
-
'label' => __( 'Feed Hover Shadow Color', $Feed_Them_All->plug_slug ),
|
1295 |
-
'section' => 'efbl_feed',
|
1296 |
-
'description' => __('Select the shadow color which shows on feed hover.', $Feed_Them_All->plug_slug),
|
1297 |
-
'settings' => $setting,
|
1298 |
-
'show_opacity' => true, // Optional.
|
1299 |
-
'palette' => array(
|
1300 |
-
'rgb(0, 0, 0)',
|
1301 |
-
'rgb(255, 255, 255)',
|
1302 |
-
'rgb(221, 51, 51)',
|
1303 |
-
'rgb(221, 153, 51)',
|
1304 |
-
'rgb(238, 238, 34)',
|
1305 |
-
'rgb(129, 215, 66)',
|
1306 |
-
'rgb(30, 115, 190)',
|
1307 |
-
'rgb(130, 36, 227)'
|
1308 |
-
)
|
1309 |
-
)));
|
1310 |
-
|
1311 |
-
/* Making settings dynamic and saving data with array.*/
|
1312 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_seprator_color]';
|
1313 |
-
|
1314 |
-
/* Adding Setting of Header text color*/
|
1315 |
-
$wp_customize->add_setting($setting,
|
1316 |
-
array(
|
1317 |
-
'default' => '#ccc',
|
1318 |
-
'transport' => 'postMessage',
|
1319 |
-
'type' => 'option'
|
1320 |
-
));
|
1321 |
-
|
1322 |
-
/* Adding Control of Header text color*/
|
1323 |
-
$wp_customize->add_control(
|
1324 |
-
new WP_Customize_Color_Control(
|
1325 |
-
$wp_customize,
|
1326 |
-
$setting,
|
1327 |
-
array(
|
1328 |
-
'label' => __( 'Feed Seprator Color', $Feed_Them_All->plug_slug ),
|
1329 |
-
'section' => 'efbl_feed',
|
1330 |
-
'settings' => $setting,
|
1331 |
-
'description' => __('Select the color of feed Seprator.', $Feed_Them_All->plug_slug)
|
1332 |
-
)));
|
1333 |
-
|
1334 |
-
/* Making settings dynamic and saving data with array.*/
|
1335 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_border_size]';
|
1336 |
-
|
1337 |
-
/* Adding Setting of title size*/
|
1338 |
-
$wp_customize->add_setting($setting,
|
1339 |
-
array(
|
1340 |
-
'default' => '1',
|
1341 |
-
'transport' => 'postMessage',
|
1342 |
-
'type' => 'option'
|
1343 |
-
));
|
1344 |
-
|
1345 |
-
/* Adding control of title size.*/
|
1346 |
-
$wp_customize->add_control(
|
1347 |
-
$setting,
|
1348 |
-
array(
|
1349 |
-
'label' => __( 'Seprator Size', $Feed_Them_All->plug_slug ),
|
1350 |
-
'section' => 'efbl_feed',
|
1351 |
-
'settings' => $setting,
|
1352 |
-
'description' => __('Select the border size for feeds.', $Feed_Them_All->plug_slug),
|
1353 |
-
'type' => 'range',
|
1354 |
-
'input_attrs' => array(
|
1355 |
-
'min' => 0,
|
1356 |
-
'max' => 100,
|
1357 |
-
),
|
1358 |
-
));
|
1359 |
-
|
1360 |
-
|
1361 |
-
/* Making settings dynamic and saving data with array.*/
|
1362 |
-
$setting = 'efbl_skin_'.$skin_id.'[feed_border_style]';
|
1363 |
-
|
1364 |
-
/* Adding Setting of number of columns if layout set to grid.*/
|
1365 |
-
$wp_customize->add_setting($setting,
|
1366 |
-
array(
|
1367 |
-
'default' => 'none',
|
1368 |
-
'transport' => 'postMessage',
|
1369 |
-
'type' => 'option'
|
1370 |
-
));
|
1371 |
-
|
1372 |
-
/* Adding control of number of columns if layout set to grid.*/
|
1373 |
-
$wp_customize->add_control($setting,
|
1374 |
-
array(
|
1375 |
-
'label' => __( 'Seprator Style', $Feed_Them_All->plug_slug ),
|
1376 |
-
'section' => 'efbl_feed',
|
1377 |
-
'settings' => $setting,
|
1378 |
-
'description' => __('Select the border style for feeds.', $Feed_Them_All->plug_slug),
|
1379 |
-
'type' => 'select',
|
1380 |
-
'choices' => array(
|
1381 |
-
'solid' => 'Solid',
|
1382 |
-
'dashed' => 'Dashed',
|
1383 |
-
'dotted' => 'Dotted',
|
1384 |
-
'double' => 'Double',
|
1385 |
-
'groove' => 'Groove',
|
1386 |
-
'ridge' => 'Ridge',
|
1387 |
-
'inset' => 'Inset',
|
1388 |
-
'outset' => 'Outset',
|
1389 |
-
'none' => 'None',
|
1390 |
-
),
|
1391 |
-
|
1392 |
-
));
|
1393 |
-
|
1394 |
-
|
1395 |
-
|
1396 |
-
}/* efbl_customizer Method ends here. */
|
1397 |
-
|
1398 |
-
/**
|
1399 |
-
* Used by hook: 'customize_preview_init'
|
1400 |
-
*
|
1401 |
-
* @see add_action('customize_preview_init',$func)
|
1402 |
-
*/
|
1403 |
-
public function efbl_live_preview(){
|
1404 |
-
|
1405 |
-
/* Getting saved skin id. */
|
1406 |
-
$skin_id = get_option('efbl_skin_id', false);
|
1407 |
-
|
1408 |
-
/* Enqueing script for displaying live changes. */
|
1409 |
-
wp_enqueue_script( 'efbl_live_preview', EFBL_PLUGIN_URL . 'admin/assets/js/efbl-live-preview.js',array( 'jquery','customize-preview' ), true );
|
1410 |
-
|
1411 |
-
/* Localizing script for getting skin id in js. */
|
1412 |
-
wp_localize_script('efbl_live_preview', 'efbl_skin_id', $skin_id);
|
1413 |
-
|
1414 |
-
}/* efbl_live_preview Method ends here. */
|
1415 |
-
|
1416 |
-
/* mif_style Method ends here. */
|
1417 |
/*
|
1418 |
* efbl_customize_css will add the styling to the head of the site.
|
1419 |
-
*/
|
1420 |
-
public function efbl_customize_css()
|
1421 |
-
{
|
1422 |
/*
|
1423 |
* Getting all the skins.
|
1424 |
-
*/
|
1425 |
-
global $efbl_skins;
|
1426 |
-
// echo "<pre>"; print_r($efbl_skins);exit();
|
1427 |
/*
|
1428 |
* Intializing mif css variable.
|
1429 |
-
*/
|
1430 |
-
$efbl_css = null;
|
1431 |
-
$efbl_css = '<style type="text/css">';
|
1432 |
-
/*
|
1433 |
-
* Width and height of the feeds.
|
1434 |
-
*/
|
1435 |
-
$efbl_css .= ' .efbl_feed_wraper .feed_type_video .video_icon { background-image:url( ' . includes_url( 'js/mediaelement/mejs-controls.svg' ) . '); }';
|
1436 |
/*
|
1437 |
* Getting skins exists loop thorugh it.
|
1438 |
-
*/
|
1439 |
-
if ( isset( $efbl_skins ) ) {
|
1440 |
-
foreach ( $efbl_skins as $efbl_skin ) {
|
1441 |
-
// echo "<pre>"; print_r($efbl_skins);exit();
|
1442 |
/*
|
1443 |
* Swith statement on number of cols selected.
|
1444 |
-
*/
|
1445 |
-
switch ( $efbl_skin['design']['number_of_cols'] ) {
|
1446 |
-
case '1':
|
1447 |
-
$
|
1448 |
-
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
$height = '208';
|
1457 |
-
break;
|
1458 |
-
case '
|
1459 |
-
$
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
* Width and height of the feeds.
|
1473 |
-
*/
|
1474 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_feeds_holder .mif_grid_layout { width: ' . $no_of_columns . '%; }';
|
1475 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_feeds_holder .mif_grid_layout { height: ' . $height . 'px; }';
|
1476 |
/*
|
1477 |
* Background color of the skin.
|
1478 |
-
*/
|
1479 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' { background-color: ' . $efbl_skin['design']['background_color'] . '; }';
|
1480 |
/*
|
1481 |
* If header is enabled and layout is not full width.
|
1482 |
-
*/
|
1483 |
-
|
1484 |
-
if ( !empty($efbl_skin['design']['show_header'])
|
1485 |
-
$mif_header_display = 'block';
|
1486 |
-
} else {
|
1487 |
-
$mif_header_display = 'none';
|
1488 |
-
}
|
1489 |
-
|
1490 |
/*
|
1491 |
* Background color of the skin.
|
1492 |
-
*/
|
1493 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { display: ' . $mif_header_display . '; }';
|
1494 |
/*
|
1495 |
* If Dispaly Picture is enabled.
|
1496 |
-
*/
|
1497 |
-
|
1498 |
-
if ( !empty($efbl_skin['design']['show_dp']) ) {
|
1499 |
-
$mif_dp_display = 'block';
|
1500 |
-
} else {
|
1501 |
-
$mif_dp_display = 'none';
|
1502 |
-
}
|
1503 |
-
|
1504 |
/*
|
1505 |
* Show Display pcture.
|
1506 |
-
*/
|
1507 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header_img { display: ' . $mif_dp_display . '; }';
|
1508 |
/*
|
1509 |
* If total number of feeds enables.
|
1510 |
-
*/
|
1511 |
-
|
1512 |
-
if ( !empty($efbl_skin['design']['show_page_category']) ) {
|
1513 |
-
$efbl_page_cat = 'inline-block';
|
1514 |
-
} else {
|
1515 |
-
$efbl_page_cat = 'none';
|
1516 |
-
}
|
1517 |
-
|
1518 |
/*
|
1519 |
* Show number of feeds counter.
|
1520 |
-
*/
|
1521 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .efbl_cat { display: ' . $efbl_page_cat . '; }';
|
1522 |
-
|
1523 |
-
/*
|
1524 |
* If likes needs to show.
|
1525 |
-
*/
|
1526 |
-
|
1527 |
-
if ( !empty($efbl_skin['design']['show_likes']) ) {
|
1528 |
-
$efbl_show_likes = 'inline-block';
|
1529 |
-
} else {
|
1530 |
-
$efbl_show_likes = 'none';
|
1531 |
-
}
|
1532 |
-
|
1533 |
/*
|
1534 |
* Show number of feeds counter.
|
1535 |
-
*/
|
1536 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_likes { display: ' . $efbl_show_likes . '; }';
|
1537 |
-
|
1538 |
-
/*
|
1539 |
* If shares needs to show.
|
1540 |
-
*/
|
1541 |
-
|
1542 |
-
if ( !empty($efbl_skin['design']['show_shares']) ) {
|
1543 |
-
$efbl_show_shares = 'inline-block';
|
1544 |
-
} else {
|
1545 |
-
$efbl_show_shares = 'none';
|
1546 |
-
}
|
1547 |
-
|
1548 |
/*
|
1549 |
* Show number of shares counter.
|
1550 |
-
*/
|
1551 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_shares { display: ' . $efbl_show_shares . '; }';
|
1552 |
-
|
1553 |
-
|
1554 |
/*
|
1555 |
* If comments needs to show.
|
1556 |
-
*/
|
1557 |
-
|
1558 |
-
if ( !empty($efbl_skin['design']['show_comments']) ) {
|
1559 |
-
$efbl_show_comments = 'inline-block';
|
1560 |
-
} else {
|
1561 |
-
$efbl_show_comments = 'none';
|
1562 |
-
}
|
1563 |
-
|
1564 |
/*
|
1565 |
* Show number of feeds counter.
|
1566 |
-
*/
|
1567 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_comments { display: ' . $efbl_show_comments . '; }';
|
1568 |
-
|
1569 |
-
/*
|
1570 |
* If comments needs to show.
|
1571 |
-
*/
|
1572 |
-
|
1573 |
-
if ( !empty($efbl_skin['design']['show_feed_open_popup_icon']) ) {
|
1574 |
-
$efbl_show_feed_open_popup_icon = 'block';
|
1575 |
-
} else {
|
1576 |
-
$efbl_show_feed_open_popup_icon = 'none';
|
1577 |
-
}
|
1578 |
-
|
1579 |
/*
|
1580 |
* Show number of feeds counter.
|
1581 |
-
*/
|
1582 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_hover .fa { display: ' . $efbl_show_feed_open_popup_icon . '; }';
|
1583 |
-
|
1584 |
/*
|
1585 |
* If total number of followes enabled.
|
1586 |
-
*/
|
1587 |
-
|
1588 |
-
if ( !empty($efbl_skin['design']['show_no_of_followers']) ) {
|
1589 |
-
$efbl_num_of_followers = 'inline-block';
|
1590 |
-
} else {
|
1591 |
-
$efbl_num_of_followers = 'none';
|
1592 |
-
}
|
1593 |
-
|
1594 |
/*
|
1595 |
* Show number of followers counter.
|
1596 |
-
*/
|
1597 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .efbl_followers { display: ' . $efbl_num_of_followers . '; }';
|
1598 |
/*
|
1599 |
* If total number of followes enabled.
|
1600 |
-
*/
|
1601 |
-
|
1602 |
-
if ( !empty($efbl_skin['design']['show_bio']) ) {
|
1603 |
-
$mif_bio_display = 'block';
|
1604 |
-
} else {
|
1605 |
-
$mif_bio_display = 'none';
|
1606 |
-
}
|
1607 |
-
|
1608 |
/*
|
1609 |
* Show Bio Div.
|
1610 |
-
*/
|
1611 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_bio { display: ' . $mif_bio_display . '; }';
|
1612 |
/*
|
1613 |
* If follow button is enabled.
|
1614 |
-
*/
|
1615 |
-
|
1616 |
-
if ( !empty($efbl_skin['design']['show_follow_btn']) ) {
|
1617 |
-
$mif_follow_btn_display = 'inline-block';
|
1618 |
-
} else {
|
1619 |
-
$mif_follow_btn_display = 'none';
|
1620 |
-
}
|
1621 |
-
|
1622 |
/*
|
1623 |
* Show Follow Button.
|
1624 |
-
*/
|
1625 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_follow_btn { display: ' . $mif_follow_btn_display . '; }';
|
1626 |
/*
|
1627 |
* If load more button is enabled.
|
1628 |
-
*/
|
1629 |
-
|
1630 |
-
if ( !empty($efbl_skin['design']['show_load_more_btn']) ) {
|
1631 |
-
$mif_load_more_btn_display = 'inline-block';
|
1632 |
-
} else {
|
1633 |
-
$mif_load_more_btn_display = 'none';
|
1634 |
-
}
|
1635 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1636 |
/*
|
1637 |
* Show Follow Button.
|
1638 |
-
*/
|
1639 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .
|
1640 |
-
|
1641 |
-
/*
|
1642 |
* If load more button is enabled.
|
1643 |
-
*/
|
1644 |
-
|
1645 |
-
if ( !empty($efbl_skin['design']['show_feed_cta']) ) {
|
1646 |
-
$efbl_show_feed_cta = 'inline-block';
|
1647 |
-
} else {
|
1648 |
-
$efbl_show_feed_cta = 'none';
|
1649 |
-
}
|
1650 |
-
|
1651 |
/*
|
1652 |
* Show Follow Button.
|
1653 |
-
*/
|
1654 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_read_more_link { display: ' . $efbl_show_feed_cta . '; }';
|
1655 |
/*
|
1656 |
* If Display Picture is enabled.
|
1657 |
-
*/
|
1658 |
-
// echo "<pre>"; print_r($efbl_skin);exit();
|
1659 |
-
|
1660 |
/*
|
1661 |
* If Round Dp is enabled.
|
1662 |
-
*/
|
1663 |
-
|
1664 |
-
if ( !empty($efbl_skin['design']['header_round_dp']) ) {
|
1665 |
-
$mif_round_dp = '50%';
|
1666 |
-
} else {
|
1667 |
-
$mif_round_dp = '0px';
|
1668 |
-
}
|
1669 |
-
|
1670 |
/*
|
1671 |
* Show Rounded Dp.
|
1672 |
-
*/
|
1673 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header_img img { border-radius: ' . $mif_round_dp . '; }';
|
1674 |
/*
|
1675 |
* Header Size.
|
1676 |
-
*/
|
1677 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_header_title { font-size: ' . $efbl_skin['design']['title_size'] . 'px; }';
|
1678 |
/*
|
1679 |
* Meta data Size.
|
1680 |
-
*/
|
1681 |
-
$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; }';
|
1682 |
/*
|
1683 |
* Bio Size.
|
1684 |
-
*/
|
1685 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_bio { font-size: ' . $efbl_skin['design']['bio_size'] . 'px; }';
|
1686 |
/*
|
1687 |
* Caption Color.
|
1688 |
-
*/
|
1689 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_caption { color: ' . $efbl_skin['design']['caption_color'] . '; }';
|
1690 |
/*
|
1691 |
* Header background Color.
|
1692 |
-
*/
|
1693 |
-
$efbl_css .= '.efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { background-color: ' . $efbl_skin['design']['header_background_color'] . '; }';
|
1694 |
/*
|
1695 |
* Header Color.
|
1696 |
-
*/
|
1697 |
-
$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'] . '; }';
|
1698 |
/*
|
1699 |
* Header border Color.
|
1700 |
-
*/
|
1701 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-color: ' . $efbl_skin['design']['header_border_color'] . '!important; }';
|
1702 |
/*
|
1703 |
* Header Dp Shadow Color.
|
1704 |
-
*/
|
1705 |
-
$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'] . '; }';
|
1706 |
/*
|
1707 |
* Header Dp icon Color.
|
1708 |
-
*/
|
1709 |
-
$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'] . '; }';
|
1710 |
/*
|
1711 |
* Header border top size.
|
1712 |
-
*/
|
1713 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-top: ' . $efbl_skin['design']['header_border_top'] . 'px; }';
|
1714 |
/*
|
1715 |
* Header border bottom size.
|
1716 |
-
*/
|
1717 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-bottom: ' . $efbl_skin['design']['header_border_bottom'] . 'px; }';
|
1718 |
/*
|
1719 |
* Header border left size.
|
1720 |
-
*/
|
1721 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-left: ' . $efbl_skin['design']['header_border_left'] . 'px; }';
|
1722 |
/*
|
1723 |
* Header border right size.
|
1724 |
-
*/
|
1725 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-right: ' . $efbl_skin['design']['header_border_right'] . 'px; }';
|
1726 |
/*
|
1727 |
* Header border style.
|
1728 |
-
*/
|
1729 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-style: ' . $efbl_skin['design']['header_border_style'] . '; }';
|
1730 |
/*
|
1731 |
* Header padding top.
|
1732 |
-
*/
|
1733 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-top: ' . $efbl_skin['design']['header_padding_top'] . 'px; }';
|
1734 |
/*
|
1735 |
* Header padding bottom.
|
1736 |
-
*/
|
1737 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-bottom: ' . $efbl_skin['design']['header_padding_bottom'] . 'px; }';
|
1738 |
/*
|
1739 |
* Header padding left.
|
1740 |
-
*/
|
1741 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-left: ' . $efbl_skin['design']['header_padding_left'] . 'px; }';
|
1742 |
/*
|
1743 |
* Header padding right.
|
1744 |
-
*/
|
1745 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-right: ' . $efbl_skin['design']['header_padding_right'] . 'px; }';
|
1746 |
/*
|
1747 |
* Header Align.
|
1748 |
-
*/
|
1749 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_inner_wrap { float: ' . $efbl_skin['design']['header_align'] . '; }';
|
1750 |
/*
|
1751 |
* Caption Color.
|
1752 |
-
*/
|
1753 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_feed_time { color: ' . $efbl_skin['design']['feed_time_text_color'] . '; }';
|
1754 |
/*
|
1755 |
* Feed time Color.
|
1756 |
-
*/
|
1757 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_caption p { color: ' . $efbl_skin['design']['caption_color'] . '; }';
|
1758 |
/*
|
1759 |
* Feed CTA Color.
|
1760 |
-
*/
|
1761 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_read_more_link a { color: ' . $efbl_skin['design']['feed_cta_text_color'] . '; }';
|
1762 |
/*
|
1763 |
* Feed CTA Color.
|
1764 |
-
*/
|
1765 |
-
$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'] . '; }';
|
1766 |
/*
|
1767 |
* PoPup icon color.
|
1768 |
-
*/
|
1769 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_hover .fa { color: ' . $efbl_skin['design']['popup_icon_color'] . '; }';
|
1770 |
/*
|
1771 |
* Background color of feed.
|
1772 |
-
*/
|
1773 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story { background-color: ' . $efbl_skin['design']['feed_background_color'] . '; }';
|
1774 |
-
|
1775 |
-
|
1776 |
-
|
1777 |
-
|
1778 |
-
|
1779 |
-
|
1780 |
-
|
1781 |
-
|
1782 |
-
|
1783 |
-
|
1784 |
-
|
1785 |
-
|
1786 |
-
|
1787 |
-
|
1788 |
-
|
1789 |
-
|
1790 |
-
|
1791 |
-
$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; }';
|
1792 |
-
|
1793 |
-
/*
|
1794 |
* Meta background Color.
|
1795 |
-
*/
|
1796 |
-
$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'] . '; }';
|
1797 |
-
|
1798 |
-
/*
|
1799 |
* Meta Color.
|
1800 |
-
*/
|
1801 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_meta .efbl_info span{ color: ' . $efbl_skin['design']['feed_meta_data_color'] . '; }';
|
1802 |
-
|
1803 |
/*
|
1804 |
* Likes background Color.
|
1805 |
-
*/
|
1806 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_likes { background-color: ' . $efbl_skin['design']['feed_likes_bg_color'] . '; }';
|
1807 |
/*
|
1808 |
* Likes Color.
|
1809 |
-
*/
|
1810 |
-
$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'] . '; }';
|
1811 |
/*
|
1812 |
* Feed likes padding Top And Bottom.
|
1813 |
-
*/
|
1814 |
-
$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; }';
|
1815 |
/*
|
1816 |
* Feed likes padding Left And Right.
|
1817 |
-
*/
|
1818 |
-
$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; }';
|
1819 |
-
|
1820 |
/*
|
1821 |
* Feed comments padding Top And Bottom.
|
1822 |
-
*/
|
1823 |
-
$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; }';
|
1824 |
-
// echo "<pre>"; print_r($efbl_css);exit();
|
1825 |
/*
|
1826 |
* Feed comments padding Left And Right.
|
1827 |
-
*/
|
1828 |
-
$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; }';
|
1829 |
/*
|
1830 |
* Caption background Color.
|
1831 |
-
*/
|
1832 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_text { background-color: ' . $efbl_skin['design']['feed_caption_background_color'] . '; }';
|
1833 |
/*
|
1834 |
* Caption Color.
|
1835 |
-
*/
|
1836 |
-
$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'] . '; }';
|
1837 |
/*
|
1838 |
* Feed Caption padding Top And Bottom.
|
1839 |
-
*/
|
1840 |
-
$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; }';
|
1841 |
/*
|
1842 |
* Feed Caption padding Left And Right.
|
1843 |
-
*/
|
1844 |
-
$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; }';
|
1845 |
/*
|
1846 |
* External Link background Color.
|
1847 |
-
*/
|
1848 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external { background-color: ' . $efbl_skin['design']['feed_external_background_color'] . '; }';
|
1849 |
/*
|
1850 |
* External Link Color.
|
1851 |
-
*/
|
1852 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external .fa { color: ' . $efbl_skin['design']['feed_external_color'] . '; }';
|
1853 |
/*
|
1854 |
* External Link padding Top And Bottom.
|
1855 |
-
*/
|
1856 |
-
$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; }';
|
1857 |
/*
|
1858 |
* External Link padding Left And Right.
|
1859 |
-
*/
|
1860 |
-
$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; }';
|
1861 |
/*
|
1862 |
* PopUp Icon background Color.
|
1863 |
-
*/
|
1864 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_grid_layout .mif_fulls { background-color: ' . $efbl_skin['design']['popup_icon_bg_color'] . '; }';
|
1865 |
/*
|
1866 |
* PopUp Icon Color.
|
1867 |
-
*/
|
1868 |
-
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_fulls .fa { color: ' . $efbl_skin['design']['popup_icon_color'] . '; }';
|
1869 |
/*
|
1870 |
* PopUp Icon padding Top And Bottom.
|
1871 |
-
*/
|
1872 |
-
$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; }';
|
1873 |
/*
|
1874 |
* PopUp Icon padding Left And Right.
|
1875 |
-
*/
|
1876 |
-
$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; }';
|
1877 |
/*
|
1878 |
* Feed CTA Color.
|
1879 |
-
*/
|
1880 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external_holder a { color: ' . $efbl_skin['design']['feed_cta_text_color'] . '; }
|
1881 |
-
';
|
1882 |
/*
|
1883 |
* Feed CTA Hover Color.
|
1884 |
-
*/
|
1885 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external_holder a:hover { color: ' . $efbl_skin['design']['feed_cta_text_hover_color'] . '; }
|
1886 |
-
';
|
1887 |
/*
|
1888 |
* Feed Time Color.
|
1889 |
-
*/
|
1890 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf .efbl_story_time { color: ' . $efbl_skin['design']['feed_time_text_color'] . '; }
|
1891 |
-
';
|
1892 |
/*
|
1893 |
* Feed Seprator Color.
|
1894 |
-
*/
|
1895 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story{ border-color: ' . $efbl_skin['design']['feed_seprator_color'] . '; }
|
1896 |
-
';
|
1897 |
/*
|
1898 |
* Feed Seprator size.
|
1899 |
-
*/
|
1900 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story{ border-width: ' . $efbl_skin['design']['feed_border_size'] . 'px; }
|
1901 |
-
';
|
1902 |
/*
|
1903 |
* Feed Seprator style.
|
1904 |
-
*/
|
1905 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story { border-style: ' . $efbl_skin['design']['feed_border_style'] . '; }
|
1906 |
-
';
|
1907 |
-
|
1908 |
/*
|
1909 |
* Feed hover bg color.
|
1910 |
-
*/
|
1911 |
-
$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'] . '; }';
|
1912 |
-
}
|
1913 |
-
}
|
1914 |
-
$efbl_css .= '</style>';
|
1915 |
-
|
1916 |
-
|
1917 |
-
|
1918 |
-
|
1919 |
-
|
1920 |
-
|
1921 |
-
|
1922 |
-
|
1923 |
-
|
1924 |
-
}/* EFBL_Cuustomizer Class ends here. */
|
1925 |
-
|
1926 |
-
$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 |
+
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 |
+
* customize_preview_init hook will add our js file in customizer.
|
27 |
+
*/
|
28 |
+
add_action( 'customize_preview_init', array( $this, 'efbl_live_preview' ) );
|
29 |
+
/*
|
30 |
+
* customize_preview_init hook will add our js file in customizer.
|
31 |
+
*/
|
32 |
+
add_action( 'customize_controls_enqueue_scripts', array( $this, 'efbl_customizer_scripts' ) );
|
33 |
+
/*
|
|
|
|
|
|
|
|
|
|
|
34 |
* wp_head hooks fires when page head is load.
|
35 |
* Css file will be added in head.
|
36 |
+
*/
|
37 |
+
add_action( 'wp_head', array( $this, 'efbl_customize_css' ) );
|
38 |
+
}
|
39 |
+
|
40 |
+
/* __construct Method ends here. */
|
41 |
+
/*
|
42 |
+
* efbl_customizer holds cutomizer files.
|
43 |
+
*/
|
44 |
+
function efbl_customizer_scripts()
|
45 |
+
{
|
46 |
+
/*
|
47 |
+
* Enqueing customizer style file.
|
48 |
+
*/
|
49 |
+
wp_enqueue_style( 'efbl_customizer_style', EFBL_PLUGIN_URL . 'admin/assets/css/efbl-customizer.css' );
|
50 |
+
}
|
51 |
+
|
52 |
+
/* efbl_customizer_scripts Method ends here. */
|
53 |
+
/*
|
54 |
+
* efbl_customizer holds code for customizer area.
|
55 |
+
*/
|
56 |
+
public function efbl_customizer( $wp_customize )
|
57 |
+
{
|
58 |
+
$Feed_Them_All = new Feed_Them_All();
|
59 |
+
// echo "<pre>"; print_r();exit();
|
60 |
+
/* Getting the skin id from URL and saving in option for confliction.*/
|
61 |
+
|
62 |
+
if ( isset( $_GET['efbl_skin_id'] ) ) {
|
63 |
+
$skin_id = $_GET['efbl_skin_id'];
|
64 |
+
update_option( 'efbl_skin_id', $skin_id );
|
65 |
+
}
|
66 |
+
|
67 |
+
|
68 |
+
if ( isset( $_GET['efbl_account_id'] ) ) {
|
69 |
+
$efbl_account_id = $_GET['efbl_account_id'];
|
70 |
+
update_option( 'efbl_account_id', $efbl_account_id );
|
71 |
+
}
|
72 |
+
|
73 |
+
/* Getting back the skin saved ID.*/
|
74 |
+
$skin_id = get_option( 'efbl_skin_id', false );
|
75 |
+
//======================================================================
|
76 |
+
// Easy Facebook Likebox Section
|
77 |
+
//======================================================================
|
78 |
+
/* Adding our efbl panel in customizer.*/
|
79 |
+
$wp_customize->add_panel( 'efbl_customize_panel', array(
|
80 |
+
'title' => __( 'Easy Facebook Feed', $Feed_Them_All->plug_slug ),
|
81 |
+
) );
|
82 |
+
//======================================================================
|
83 |
+
// Layout section
|
84 |
+
//======================================================================
|
85 |
+
/* Adding layout section in customizer under efbl panel.*/
|
86 |
+
$wp_customize->add_section( 'efbl_layout', array(
|
87 |
+
'title' => __( 'Layout', $Feed_Them_All->plug_slug ),
|
88 |
+
'description' => __( 'Select the Layout in real time.', $Feed_Them_All->plug_slug ),
|
89 |
+
'priority' => 35,
|
90 |
+
'panel' => 'efbl_customize_panel',
|
91 |
+
) );
|
92 |
+
/* Making settings dynamic and saving data with array.*/
|
93 |
+
$setting = 'efbl_skin_' . $skin_id . '[layout_option]';
|
94 |
+
/* Adding Setting of efbl_layout_options.*/
|
95 |
+
$wp_customize->add_setting( $setting, array(
|
96 |
+
'default' => 'half',
|
97 |
+
'transport' => 'refresh',
|
98 |
+
'type' => 'option',
|
99 |
+
) );
|
100 |
+
$layout_choices = array(
|
101 |
+
'thumbnail' => 'Thumbnail',
|
102 |
+
'half' => 'Half Width',
|
103 |
+
'full' => 'Full Width',
|
104 |
+
);
|
105 |
+
// echo '<pre>'; print_r($layout_choices);exit();
|
106 |
+
/* Adding Control of efbl_layout_options.*/
|
107 |
+
$wp_customize->add_control( $setting, array(
|
108 |
+
'label' => __( 'Layout', $Feed_Them_All->plug_slug ),
|
109 |
+
'section' => 'efbl_layout',
|
110 |
+
'settings' => $setting,
|
111 |
+
'description' => __( 'Select the layout for feeds.', $Feed_Them_All->plug_slug ),
|
112 |
+
'type' => 'select',
|
113 |
+
'choices' => $layout_choices,
|
114 |
+
) );
|
115 |
+
// if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true )){}else{
|
116 |
+
$wp_customize->add_control( new Customize_EFBL_PopUp( $wp_customize, 'efbl_layout_upgrade', array(
|
117 |
+
'settings' => array(),
|
118 |
+
'label' => __( 'More Layouts', $Feed_Them_All->plug_slug ),
|
119 |
+
'section' => 'efbl_layout',
|
120 |
+
'description' => __( 'Want to have more layout like Grid and Masonry? 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>', $Feed_Them_All->plug_slug ),
|
121 |
+
'popup_id' => 'efbl_layout_upgrade',
|
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' => false,
|
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 Header', $Feed_Them_All->plug_slug ),
|
144 |
+
'section' => 'efbl_header',
|
145 |
+
'settings' => $setting,
|
146 |
+
'description' => __( 'Show or Hide 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' => '#000',
|
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' => '#000',
|
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 which are displaying 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' => '16',
|
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' => 'range',
|
194 |
+
'input_attrs' => array(
|
195 |
+
'min' => 0,
|
196 |
+
'max' => 100,
|
197 |
+
),
|
198 |
+
) );
|
199 |
+
/* Making settings dynamic and saving data with array.*/
|
200 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_dp]';
|
201 |
+
/* Adding Setting of show or hide header.*/
|
202 |
+
$wp_customize->add_setting( $setting, array(
|
203 |
+
'default' => true,
|
204 |
+
'transport' => 'postMessage',
|
205 |
+
'type' => 'option',
|
206 |
+
) );
|
207 |
+
/* Adding control of show or hide header.*/
|
208 |
+
$wp_customize->add_control( $setting, array(
|
209 |
+
'label' => __( 'Show Display Picture', $Feed_Them_All->plug_slug ),
|
210 |
+
'section' => 'efbl_header',
|
211 |
+
'settings' => $setting,
|
212 |
+
'description' => __( 'Show or Hide display picture of your account which are displaying in header.', $Feed_Them_All->plug_slug ),
|
213 |
+
'type' => 'checkbox',
|
214 |
+
) );
|
215 |
+
/* Making settings dynamic and saving data with array.*/
|
216 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_round_dp]';
|
217 |
+
/* Adding Setting of show or hide Bio*/
|
218 |
+
$wp_customize->add_setting( $setting, array(
|
219 |
+
'default' => true,
|
220 |
+
'transport' => 'postMessage',
|
221 |
+
'type' => 'option',
|
222 |
+
) );
|
223 |
+
/* Adding control of show or hide Bio.*/
|
224 |
+
$wp_customize->add_control( $setting, array(
|
225 |
+
'label' => __( 'Round Display Picture', $Feed_Them_All->plug_slug ),
|
226 |
+
'section' => 'efbl_header',
|
227 |
+
'settings' => $setting,
|
228 |
+
'description' => __( 'Show rounded or boxed display picture', $Feed_Them_All->plug_slug ),
|
229 |
+
'type' => 'checkbox',
|
230 |
+
) );
|
231 |
+
// /* Making settings dynamic and saving data with array.*/
|
232 |
+
// $setting = 'efbl_skin_'.$skin_id.'[header_dp_hover_color]';
|
233 |
+
// /* Adding Setting of Header text color*/
|
234 |
+
// $wp_customize->add_setting($setting,
|
235 |
+
// array(
|
236 |
+
// 'default' => 'rgba(0,0,0,0.5)',
|
237 |
+
// 'transport' => 'postMessage',
|
238 |
+
// 'type' => 'option'
|
239 |
+
// ));
|
240 |
+
// /* Adding Control of Header text color*/
|
241 |
+
// $wp_customize->add_control(
|
242 |
+
// new Customize_Alpha_Color_Control(
|
243 |
+
// $wp_customize,
|
244 |
+
// $setting,
|
245 |
+
// array(
|
246 |
+
// 'label' => __( 'Display Picture Hover Shadow Color', $Feed_Them_All->plug_slug ),
|
247 |
+
// 'section' => 'efbl_header',
|
248 |
+
// 'description' => __("Select the shadow color which shows on dispaly picture's hover.", $Feed_Them_All->plug_slug),
|
249 |
+
// 'settings' => $setting,
|
250 |
+
// 'show_opacity' => true, // Optional.
|
251 |
+
// 'palette' => array(
|
252 |
+
// 'rgb(0, 0, 0)',
|
253 |
+
// 'rgb(255, 255, 255)',
|
254 |
+
// 'rgb(221, 51, 51)',
|
255 |
+
// 'rgb(221, 153, 51)',
|
256 |
+
// 'rgb(238, 238, 34)',
|
257 |
+
// 'rgb(129, 215, 66)',
|
258 |
+
// 'rgb(30, 115, 190)',
|
259 |
+
// 'rgb(130, 36, 227)'
|
260 |
+
// )
|
261 |
+
// )));
|
262 |
+
/* Making settings dynamic and saving data with array.*/
|
263 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_dp_hover_icon_color]';
|
264 |
+
/* Adding Setting of Header text color*/
|
265 |
+
$wp_customize->add_setting( $setting, array(
|
266 |
+
'default' => '#fff',
|
267 |
+
'transport' => 'postMessage',
|
268 |
+
'type' => 'option',
|
269 |
+
) );
|
270 |
+
/* Adding Control of Header text color*/
|
271 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
272 |
+
'label' => __( 'Display Picture Hover Icon color', $Feed_Them_All->plug_slug ),
|
273 |
+
'section' => 'efbl_header',
|
274 |
+
'settings' => $setting,
|
275 |
+
'description' => __( 'Select the icon color which shows on display picture hover.', $Feed_Them_All->plug_slug ),
|
276 |
+
) ) );
|
277 |
+
/* Making settings dynamic and saving data with array.*/
|
278 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_page_category]';
|
279 |
+
/* Adding Setting of show or hide total number of posts.*/
|
280 |
+
$wp_customize->add_setting( $setting, array(
|
281 |
+
'default' => true,
|
282 |
+
'transport' => 'postMessage',
|
283 |
+
'type' => 'option',
|
284 |
+
) );
|
285 |
+
/* Adding control of show or hide total number of posts.*/
|
286 |
+
$wp_customize->add_control( $setting, array(
|
287 |
+
'label' => __( 'Show Page Category', $Feed_Them_All->plug_slug ),
|
288 |
+
'section' => 'efbl_header',
|
289 |
+
'settings' => $setting,
|
290 |
+
'description' => __( 'Show or Hide page category which are displaying in header.', $Feed_Them_All->plug_slug ),
|
291 |
+
'type' => 'checkbox',
|
292 |
+
) );
|
293 |
+
/* Making settings dynamic and saving data with array.*/
|
294 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_no_of_followers]';
|
295 |
+
/* Adding Setting of show or hide total number of followers.*/
|
296 |
+
$wp_customize->add_setting( $setting, array(
|
297 |
+
'default' => true,
|
298 |
+
'transport' => 'postMessage',
|
299 |
+
'type' => 'option',
|
300 |
+
) );
|
301 |
+
/* Adding control of show or hide total number of followers.*/
|
302 |
+
$wp_customize->add_control( $setting, array(
|
303 |
+
'label' => __( 'Show Total Number Of Followers', $Feed_Them_All->plug_slug ),
|
304 |
+
'section' => 'efbl_header',
|
305 |
+
'settings' => $setting,
|
306 |
+
'description' => __( 'Show or Hide Total Number Of Followers Which are displaying in header.', $Feed_Them_All->plug_slug ),
|
307 |
+
'type' => 'checkbox',
|
308 |
+
) );
|
309 |
+
/* Making settings dynamic and saving data with array.*/
|
310 |
+
$setting = 'efbl_skin_' . $skin_id . '[metadata_size]';
|
311 |
+
/* Adding Setting of metadata size*/
|
312 |
+
$wp_customize->add_setting( $setting, array(
|
313 |
+
'default' => '16',
|
314 |
+
'transport' => 'postMessage',
|
315 |
+
'type' => 'option',
|
316 |
+
) );
|
317 |
+
/* Adding control of metadata size.*/
|
318 |
+
$wp_customize->add_control( $setting, array(
|
319 |
+
'label' => __( 'Size of Total Posts And Followers', $Feed_Them_All->plug_slug ),
|
320 |
+
'section' => 'efbl_header',
|
321 |
+
'settings' => $setting,
|
322 |
+
'description' => __( 'Select the text size of total posts and followers which are displaying in header.', $Feed_Them_All->plug_slug ),
|
323 |
+
'type' => 'range',
|
324 |
+
'input_attrs' => array(
|
325 |
+
'min' => 0,
|
326 |
+
'max' => 100,
|
327 |
+
),
|
328 |
+
) );
|
329 |
+
/* Making settings dynamic and saving data with array.*/
|
330 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_bio]';
|
331 |
+
/* Adding Setting of show or hide Bio*/
|
332 |
+
$wp_customize->add_setting( $setting, array(
|
333 |
+
'default' => true,
|
334 |
+
'transport' => 'postMessage',
|
335 |
+
'type' => 'option',
|
336 |
+
) );
|
337 |
+
/* Adding control of show or hide Bio.*/
|
338 |
+
$wp_customize->add_control( $setting, array(
|
339 |
+
'label' => __( 'Show Bio', $Feed_Them_All->plug_slug ),
|
340 |
+
'section' => 'efbl_header',
|
341 |
+
'settings' => $setting,
|
342 |
+
'description' => __( 'Show or Hide Bio', $Feed_Them_All->plug_slug ),
|
343 |
+
'type' => 'checkbox',
|
344 |
+
) );
|
345 |
+
/* Making settings dynamic and saving data with array.*/
|
346 |
+
$setting = 'efbl_skin_' . $skin_id . '[bio_size]';
|
347 |
+
/* Adding Setting of Bio size*/
|
348 |
+
$wp_customize->add_setting( $setting, array(
|
349 |
+
'default' => '14',
|
350 |
+
'transport' => 'postMessage',
|
351 |
+
'type' => 'option',
|
352 |
+
) );
|
353 |
+
/* Adding control of title size.*/
|
354 |
+
$wp_customize->add_control( $setting, array(
|
355 |
+
'label' => __( 'Text Size of Bio', $Feed_Them_All->plug_slug ),
|
356 |
+
'section' => 'efbl_header',
|
357 |
+
'settings' => $setting,
|
358 |
+
'description' => __( 'Select the text size of bio.', $Feed_Them_All->plug_slug ),
|
359 |
+
'type' => 'range',
|
360 |
+
'input_attrs' => array(
|
361 |
+
'min' => 0,
|
362 |
+
'max' => 100,
|
363 |
+
),
|
364 |
+
) );
|
365 |
+
/* Making settings dynamic and saving data with array.*/
|
366 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_border_color]';
|
367 |
+
/* Adding Setting of Header text color*/
|
368 |
+
$wp_customize->add_setting( $setting, array(
|
369 |
+
'default' => '#ccc',
|
370 |
+
'transport' => 'postMessage',
|
371 |
+
'type' => 'option',
|
372 |
+
) );
|
373 |
+
/* Adding Control of Header text color*/
|
374 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
375 |
+
'label' => __( 'Header Border Color', $Feed_Them_All->plug_slug ),
|
376 |
+
'section' => 'efbl_header',
|
377 |
+
'settings' => $setting,
|
378 |
+
'description' => __( 'Select the border color of header.', $Feed_Them_All->plug_slug ),
|
379 |
+
) ) );
|
380 |
+
/* Making settings dynamic and saving data with array.*/
|
381 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_border_style]';
|
382 |
+
/* Adding Setting of number of columns if layout set to grid.*/
|
383 |
+
$wp_customize->add_setting( $setting, array(
|
384 |
+
'default' => 'none',
|
385 |
+
'transport' => 'postMessage',
|
386 |
+
'type' => 'option',
|
387 |
+
) );
|
388 |
+
/* Adding control of number of columns if layout set to grid.*/
|
389 |
+
$wp_customize->add_control( $setting, array(
|
390 |
+
'label' => __( 'Border Style', $Feed_Them_All->plug_slug ),
|
391 |
+
'section' => 'efbl_header',
|
392 |
+
'settings' => $setting,
|
393 |
+
'description' => __( 'Select the border style to make header look more nicer.', $Feed_Them_All->plug_slug ),
|
394 |
+
'type' => 'select',
|
395 |
+
'choices' => array(
|
396 |
+
'solid' => 'Solid',
|
397 |
+
'dashed' => 'Dashed',
|
398 |
+
'dotted' => 'Dotted',
|
399 |
+
'double' => 'Double',
|
400 |
+
'groove' => 'Groove',
|
401 |
+
'ridge' => 'Ridge',
|
402 |
+
'inset' => 'Inset',
|
403 |
+
'outset' => 'Outset',
|
404 |
+
'none' => 'None',
|
405 |
+
),
|
406 |
+
) );
|
407 |
+
/* Making settings dynamic and saving data with array.*/
|
408 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_border_top]';
|
409 |
+
/* Adding Setting of title size*/
|
410 |
+
$wp_customize->add_setting( $setting, array(
|
411 |
+
'default' => '0',
|
412 |
+
'transport' => 'postMessage',
|
413 |
+
'type' => 'option',
|
414 |
+
) );
|
415 |
+
/* Adding control of title size.*/
|
416 |
+
$wp_customize->add_control( $setting, array(
|
417 |
+
'label' => __( 'Border Top', $Feed_Them_All->plug_slug ),
|
418 |
+
'section' => 'efbl_header',
|
419 |
+
'settings' => $setting,
|
420 |
+
'description' => __( 'Select the border size for top side to make header look more nicer.', $Feed_Them_All->plug_slug ),
|
421 |
+
'type' => 'range',
|
422 |
+
'input_attrs' => array(
|
423 |
+
'min' => 0,
|
424 |
+
'max' => 100,
|
425 |
+
),
|
426 |
+
) );
|
427 |
+
/* Making settings dynamic and saving data with array.*/
|
428 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_border_bottom]';
|
429 |
+
/* Adding Setting of title size*/
|
430 |
+
$wp_customize->add_setting( $setting, array(
|
431 |
+
'default' => '1',
|
432 |
+
'transport' => 'postMessage',
|
433 |
+
'type' => 'option',
|
434 |
+
) );
|
435 |
+
/* Adding control of title size.*/
|
436 |
+
$wp_customize->add_control( $setting, array(
|
437 |
+
'label' => __( 'Border Bottom', $Feed_Them_All->plug_slug ),
|
438 |
+
'section' => 'efbl_header',
|
439 |
+
'settings' => $setting,
|
440 |
+
'description' => __( 'Select the border size for bottom side to make header look more nicer.', $Feed_Them_All->plug_slug ),
|
441 |
+
'type' => 'range',
|
442 |
+
'input_attrs' => array(
|
443 |
+
'min' => 0,
|
444 |
+
'max' => 100,
|
445 |
+
),
|
446 |
+
) );
|
447 |
+
/* Making settings dynamic and saving data with array.*/
|
448 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_border_left]';
|
449 |
+
/* Adding Setting of title size*/
|
450 |
+
$wp_customize->add_setting( $setting, array(
|
451 |
+
'default' => '0',
|
452 |
+
'transport' => 'postMessage',
|
453 |
+
'type' => 'option',
|
454 |
+
) );
|
455 |
+
/* Adding control of title size.*/
|
456 |
+
$wp_customize->add_control( $setting, array(
|
457 |
+
'label' => __( 'Border Left', $Feed_Them_All->plug_slug ),
|
458 |
+
'section' => 'efbl_header',
|
459 |
+
'settings' => $setting,
|
460 |
+
'description' => __( 'Select the border size for left side to make header look more nicer.', $Feed_Them_All->plug_slug ),
|
461 |
+
'type' => 'range',
|
462 |
+
'input_attrs' => array(
|
463 |
+
'min' => 0,
|
464 |
+
'max' => 100,
|
465 |
+
),
|
466 |
+
) );
|
467 |
+
/* Making settings dynamic and saving data with array.*/
|
468 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_border_right]';
|
469 |
+
/* Adding Setting of title size*/
|
470 |
+
$wp_customize->add_setting( $setting, array(
|
471 |
+
'default' => '0',
|
472 |
+
'transport' => 'postMessage',
|
473 |
+
'type' => 'option',
|
474 |
+
) );
|
475 |
+
/* Adding control of title size.*/
|
476 |
+
$wp_customize->add_control( $setting, array(
|
477 |
+
'label' => __( 'Border Right', $Feed_Them_All->plug_slug ),
|
478 |
+
'section' => 'efbl_header',
|
479 |
+
'settings' => $setting,
|
480 |
+
'description' => __( 'Select the border size for right side to make header look more nicer.', $Feed_Them_All->plug_slug ),
|
481 |
+
'type' => 'range',
|
482 |
+
'input_attrs' => array(
|
483 |
+
'min' => 0,
|
484 |
+
'max' => 100,
|
485 |
+
),
|
486 |
+
) );
|
487 |
+
/* Making settings dynamic and saving data with array.*/
|
488 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_padding_top]';
|
489 |
+
/* Adding Setting of title size*/
|
490 |
+
$wp_customize->add_setting( $setting, array(
|
491 |
+
'default' => '10',
|
492 |
+
'transport' => 'postMessage',
|
493 |
+
'type' => 'option',
|
494 |
+
) );
|
495 |
+
/* Adding control of title size.*/
|
496 |
+
$wp_customize->add_control( $setting, array(
|
497 |
+
'label' => __( 'Padding Top', $Feed_Them_All->plug_slug ),
|
498 |
+
'section' => 'efbl_header',
|
499 |
+
'settings' => $setting,
|
500 |
+
'description' => __( 'Select the padding for top side make header look more nicer.', $Feed_Them_All->plug_slug ),
|
501 |
+
'type' => 'range',
|
502 |
+
'input_attrs' => array(
|
503 |
+
'min' => 0,
|
504 |
+
'max' => 100,
|
505 |
+
),
|
506 |
+
) );
|
507 |
+
/* Making settings dynamic and saving data with array.*/
|
508 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_padding_bottom]';
|
509 |
+
/* Adding Setting of title size*/
|
510 |
+
$wp_customize->add_setting( $setting, array(
|
511 |
+
'default' => '10',
|
512 |
+
'transport' => 'postMessage',
|
513 |
+
'type' => 'option',
|
514 |
+
) );
|
515 |
+
/* Adding control of title size.*/
|
516 |
+
$wp_customize->add_control( $setting, array(
|
517 |
+
'label' => __( 'Padding Bottom', $Feed_Them_All->plug_slug ),
|
518 |
+
'section' => 'efbl_header',
|
519 |
+
'settings' => $setting,
|
520 |
+
'description' => __( 'Select the padding for bottom side to make header look more nicer.', $Feed_Them_All->plug_slug ),
|
521 |
+
'type' => 'range',
|
522 |
+
'input_attrs' => array(
|
523 |
+
'min' => 0,
|
524 |
+
'max' => 100,
|
525 |
+
),
|
526 |
+
) );
|
527 |
+
/* Making settings dynamic and saving data with array.*/
|
528 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_padding_left]';
|
529 |
+
/* Adding Setting of title size*/
|
530 |
+
$wp_customize->add_setting( $setting, array(
|
531 |
+
'default' => '10',
|
532 |
+
'transport' => 'postMessage',
|
533 |
+
'type' => 'option',
|
534 |
+
) );
|
535 |
+
/* Adding control of title size.*/
|
536 |
+
$wp_customize->add_control( $setting, array(
|
537 |
+
'label' => __( 'Padding Left', $Feed_Them_All->plug_slug ),
|
538 |
+
'section' => 'efbl_header',
|
539 |
+
'settings' => $setting,
|
540 |
+
'description' => __( 'Select the padding for left side to make header look more nicer.', $Feed_Them_All->plug_slug ),
|
541 |
+
'type' => 'range',
|
542 |
+
'input_attrs' => array(
|
543 |
+
'min' => 0,
|
544 |
+
'max' => 100,
|
545 |
+
),
|
546 |
+
) );
|
547 |
+
/* Making settings dynamic and saving data with array.*/
|
548 |
+
$setting = 'efbl_skin_' . $skin_id . '[header_padding_right]';
|
549 |
+
/* Adding Setting of title size*/
|
550 |
+
$wp_customize->add_setting( $setting, array(
|
551 |
+
'default' => '10',
|
552 |
+
'transport' => 'postMessage',
|
553 |
+
'type' => 'option',
|
554 |
+
) );
|
555 |
+
/* Adding control of title size.*/
|
556 |
+
$wp_customize->add_control( $setting, array(
|
557 |
+
'label' => __( 'Padding Right', $Feed_Them_All->plug_slug ),
|
558 |
+
'section' => 'efbl_header',
|
559 |
+
'settings' => $setting,
|
560 |
+
'description' => __( 'Select the padding for right side to make header look more nicer.', $Feed_Them_All->plug_slug ),
|
561 |
+
'type' => 'range',
|
562 |
+
'input_attrs' => array(
|
563 |
+
'min' => 0,
|
564 |
+
'max' => 100,
|
565 |
+
),
|
566 |
+
) );
|
567 |
+
//======================================================================
|
568 |
+
// Feed section
|
569 |
+
//======================================================================
|
570 |
+
/* Making settings dynamic and saving data with array.*/
|
571 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_header]';
|
572 |
+
/* Adding Setting of show or hide Follow Button*/
|
573 |
+
$wp_customize->add_setting( $setting, array(
|
574 |
+
'default' => true,
|
575 |
+
'transport' => 'postMessage',
|
576 |
+
'type' => 'option',
|
577 |
+
) );
|
578 |
+
/* Adding control of show or hide Follow Button.*/
|
579 |
+
$wp_customize->add_control( $setting, array(
|
580 |
+
'label' => __( 'Show feed header', $Feed_Them_All->plug_slug ),
|
581 |
+
'section' => 'efbl_feed',
|
582 |
+
'settings' => $setting,
|
583 |
+
'description' => __( 'Show or Hide feed header, which holds logo, name and time', $Feed_Them_All->plug_slug ),
|
584 |
+
'type' => 'checkbox',
|
585 |
+
) );
|
586 |
+
/* Making settings dynamic and saving data with array.*/
|
587 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_background_color]';
|
588 |
+
/* Adding Setting of Header text color*/
|
589 |
+
$wp_customize->add_setting( $setting, array(
|
590 |
+
'default' => '#fff',
|
591 |
+
'transport' => 'postMessage',
|
592 |
+
'type' => 'option',
|
593 |
+
) );
|
594 |
+
/* Adding Control of Header text color*/
|
595 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
596 |
+
'label' => __( 'Background Color', $Feed_Them_All->plug_slug ),
|
597 |
+
'section' => 'efbl_feed',
|
598 |
+
'settings' => $setting,
|
599 |
+
'description' => __( 'Select the Background color of feed.', $Feed_Them_All->plug_slug ),
|
600 |
+
) ) );
|
601 |
+
/* Making settings dynamic and saving data with array.*/
|
602 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_padding_top_bottom]';
|
603 |
+
/* Adding Setting of title size*/
|
604 |
+
$wp_customize->add_setting( $setting, array(
|
605 |
+
'default' => '5',
|
606 |
+
'transport' => 'postMessage',
|
607 |
+
'type' => 'option',
|
608 |
+
) );
|
609 |
+
/* Adding control of title size.*/
|
610 |
+
$wp_customize->add_control( $setting, array(
|
611 |
+
'label' => __( 'Padding Top And Bottom', $Feed_Them_All->plug_slug ),
|
612 |
+
'section' => 'efbl_feed',
|
613 |
+
'settings' => $setting,
|
614 |
+
'description' => __( 'Select the padding top and bottom of feed.', $Feed_Them_All->plug_slug ),
|
615 |
+
'type' => 'range',
|
616 |
+
'input_attrs' => array(
|
617 |
+
'min' => 0,
|
618 |
+
'max' => 100,
|
619 |
+
),
|
620 |
+
) );
|
621 |
+
/* Making settings dynamic and saving data with array.*/
|
622 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_padding_right_left]';
|
623 |
+
/* Adding Setting of title size*/
|
624 |
+
$wp_customize->add_setting( $setting, array(
|
625 |
+
'default' => '5',
|
626 |
+
'transport' => 'postMessage',
|
627 |
+
'type' => 'option',
|
628 |
+
) );
|
629 |
+
/* Adding control of title size.*/
|
630 |
+
$wp_customize->add_control( $setting, array(
|
631 |
+
'label' => __( 'Padding Left And Right', $Feed_Them_All->plug_slug ),
|
632 |
+
'section' => 'efbl_feed',
|
633 |
+
'settings' => $setting,
|
634 |
+
'description' => __( 'Select the padding left and right for feed.', $Feed_Them_All->plug_slug ),
|
635 |
+
'type' => 'range',
|
636 |
+
'input_attrs' => array(
|
637 |
+
'min' => 0,
|
638 |
+
'max' => 100,
|
639 |
+
),
|
640 |
+
) );
|
641 |
+
/* Making settings dynamic and saving data with array.*/
|
642 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_margin_top_bottom]';
|
643 |
+
/* Adding Setting of title size*/
|
644 |
+
$wp_customize->add_setting( $setting, array(
|
645 |
+
'default' => '5',
|
646 |
+
'transport' => 'postMessage',
|
647 |
+
'type' => 'option',
|
648 |
+
) );
|
649 |
+
/* Adding control of title size.*/
|
650 |
+
$wp_customize->add_control( $setting, array(
|
651 |
+
'label' => __( 'Margin Top And Bottom', $Feed_Them_All->plug_slug ),
|
652 |
+
'section' => 'efbl_feed',
|
653 |
+
'settings' => $setting,
|
654 |
+
'description' => __( 'Select the margin top and bottom of feed.', $Feed_Them_All->plug_slug ),
|
655 |
+
'type' => 'range',
|
656 |
+
'input_attrs' => array(
|
657 |
+
'min' => 0,
|
658 |
+
'max' => 100,
|
659 |
+
),
|
660 |
+
) );
|
661 |
+
/* Making settings dynamic and saving data with array.*/
|
662 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_margin_right_left]';
|
663 |
+
/* Adding Setting of title size*/
|
664 |
+
$wp_customize->add_setting( $setting, array(
|
665 |
+
'default' => '5',
|
666 |
+
'transport' => 'postMessage',
|
667 |
+
'type' => 'option',
|
668 |
+
) );
|
669 |
+
/* Adding control of title size.*/
|
670 |
+
$wp_customize->add_control( $setting, array(
|
671 |
+
'label' => __( 'Margin Left And Right', $Feed_Them_All->plug_slug ),
|
672 |
+
'section' => 'efbl_feed',
|
673 |
+
'settings' => $setting,
|
674 |
+
'description' => __( 'Select the margin left and right for feed.', $Feed_Them_All->plug_slug ),
|
675 |
+
'type' => 'range',
|
676 |
+
'input_attrs' => array(
|
677 |
+
'min' => 0,
|
678 |
+
'max' => 100,
|
679 |
+
),
|
680 |
+
) );
|
681 |
+
/* Adding layout section in customizer under efbl panel.*/
|
682 |
+
$wp_customize->add_section( 'efbl_feed', array(
|
683 |
+
'title' => __( 'Feed', $Feed_Them_All->plug_slug ),
|
684 |
+
'description' => __( 'Customize the Single Feed Design In Real Time', $Feed_Them_All->plug_slug ),
|
685 |
+
'priority' => 35,
|
686 |
+
'panel' => 'efbl_customize_panel',
|
687 |
+
) );
|
688 |
+
/* Making settings dynamic and saving data with array.*/
|
689 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_meta_data_bg_color]';
|
690 |
+
/* Adding Setting of Header text color*/
|
691 |
+
$wp_customize->add_setting( $setting, array(
|
692 |
+
'default' => '#000',
|
693 |
+
'transport' => 'postMessage',
|
694 |
+
'type' => 'option',
|
695 |
+
) );
|
696 |
+
/* Adding Control of Header text color*/
|
697 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
698 |
+
'label' => __( 'Feed Meta Background Color', $Feed_Them_All->plug_slug ),
|
699 |
+
'section' => 'efbl_feed',
|
700 |
+
'settings' => $setting,
|
701 |
+
'description' => __( 'Select the background color for reactions, comments and share.', $Feed_Them_All->plug_slug ),
|
702 |
+
) ) );
|
703 |
+
/* Making settings dynamic and saving data with array.*/
|
704 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_meta_data_color]';
|
705 |
+
/* Adding Setting of Header text color*/
|
706 |
+
$wp_customize->add_setting( $setting, array(
|
707 |
+
'default' => '#fff',
|
708 |
+
'transport' => 'postMessage',
|
709 |
+
'type' => 'option',
|
710 |
+
) );
|
711 |
+
/* Adding Control of Header text color*/
|
712 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
713 |
+
'label' => __( 'Feed Meta Color', $Feed_Them_All->plug_slug ),
|
714 |
+
'section' => 'efbl_feed',
|
715 |
+
'settings' => $setting,
|
716 |
+
'description' => __( 'Select the color for reactions, comments and share.', $Feed_Them_All->plug_slug ),
|
717 |
+
) ) );
|
718 |
+
/* Making settings dynamic and saving data with array.*/
|
719 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_likes]';
|
720 |
+
/* Adding Setting of show or hide Follow Button*/
|
721 |
+
$wp_customize->add_setting( $setting, array(
|
722 |
+
'default' => true,
|
723 |
+
'transport' => 'postMessage',
|
724 |
+
'type' => 'option',
|
725 |
+
) );
|
726 |
+
/* Adding control of show or hide Follow Button.*/
|
727 |
+
$wp_customize->add_control( $setting, array(
|
728 |
+
'label' => __( 'Show reactions counter', $Feed_Them_All->plug_slug ),
|
729 |
+
'section' => 'efbl_feed',
|
730 |
+
'settings' => $setting,
|
731 |
+
'description' => __( 'Show or Hide reactions counter', $Feed_Them_All->plug_slug ),
|
732 |
+
'type' => 'checkbox',
|
733 |
+
) );
|
734 |
+
/* Making settings dynamic and saving data with array.*/
|
735 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_comments]';
|
736 |
+
/* Adding Setting of show or hide Follow Button*/
|
737 |
+
$wp_customize->add_setting( $setting, array(
|
738 |
+
'default' => true,
|
739 |
+
'transport' => 'postMessage',
|
740 |
+
'type' => 'option',
|
741 |
+
) );
|
742 |
+
/* Adding control of show or hide Follow Button.*/
|
743 |
+
$wp_customize->add_control( $setting, array(
|
744 |
+
'label' => __( 'Show Comments of feeds', $Feed_Them_All->plug_slug ),
|
745 |
+
'section' => 'efbl_feed',
|
746 |
+
'settings' => $setting,
|
747 |
+
'description' => __( 'Show or Hide comments of feed', $Feed_Them_All->plug_slug ),
|
748 |
+
'type' => 'checkbox',
|
749 |
+
) );
|
750 |
+
/* Making settings dynamic and saving data with array.*/
|
751 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_shares]';
|
752 |
+
/* Adding Setting of show or hide Follow Button*/
|
753 |
+
$wp_customize->add_setting( $setting, array(
|
754 |
+
'default' => true,
|
755 |
+
'transport' => 'postMessage',
|
756 |
+
'type' => 'option',
|
757 |
+
) );
|
758 |
+
/* Adding control of show or hide Follow Button.*/
|
759 |
+
$wp_customize->add_control( $setting, array(
|
760 |
+
'label' => __( 'Show shares counter', $Feed_Them_All->plug_slug ),
|
761 |
+
'section' => 'efbl_feed',
|
762 |
+
'settings' => $setting,
|
763 |
+
'description' => __( 'Show or Hide shares counter', $Feed_Them_All->plug_slug ),
|
764 |
+
'type' => 'checkbox',
|
765 |
+
) );
|
766 |
+
/* Making settings dynamic and saving data with array.*/
|
767 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_feed_caption]';
|
768 |
+
/* Adding Setting of show or hide Follow Button*/
|
769 |
+
$wp_customize->add_setting( $setting, array(
|
770 |
+
'default' => true,
|
771 |
+
'transport' => 'postMessage',
|
772 |
+
'type' => 'option',
|
773 |
+
) );
|
774 |
+
/* Adding control of show or hide Follow Button.*/
|
775 |
+
$wp_customize->add_control( $setting, array(
|
776 |
+
'label' => __( 'Show Feed Caption', $Feed_Them_All->plug_slug ),
|
777 |
+
'section' => 'efbl_feed',
|
778 |
+
'settings' => $setting,
|
779 |
+
'description' => __( 'Show or Hide Caption.', $Feed_Them_All->plug_slug ),
|
780 |
+
'type' => 'checkbox',
|
781 |
+
) );
|
782 |
+
/* Making settings dynamic and saving data with array.*/
|
783 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_caption_background_color]';
|
784 |
+
/* Adding Setting of Header text color*/
|
785 |
+
$wp_customize->add_setting( $setting, array(
|
786 |
+
'default' => '#fff',
|
787 |
+
'transport' => 'postMessage',
|
788 |
+
'type' => 'option',
|
789 |
+
) );
|
790 |
+
/* Adding Control of Header text color*/
|
791 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
792 |
+
'label' => __( 'Caption Background Color', $Feed_Them_All->plug_slug ),
|
793 |
+
'section' => 'efbl_feed',
|
794 |
+
'settings' => $setting,
|
795 |
+
'description' => __( 'Select the background color of feed caption.', $Feed_Them_All->plug_slug ),
|
796 |
+
) ) );
|
797 |
+
/* Making settings dynamic and saving data with array.*/
|
798 |
+
$setting = 'efbl_skin_' . $skin_id . '[caption_color]';
|
799 |
+
/* Adding Setting of Header text color*/
|
800 |
+
$wp_customize->add_setting( $setting, array(
|
801 |
+
'default' => '#000',
|
802 |
+
'transport' => 'postMessage',
|
803 |
+
'type' => 'option',
|
804 |
+
) );
|
805 |
+
/* Adding Control of Header text color*/
|
806 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
807 |
+
'label' => __( 'Caption Color', $Feed_Them_All->plug_slug ),
|
808 |
+
'section' => 'efbl_feed',
|
809 |
+
'settings' => $setting,
|
810 |
+
'description' => __( 'Select the feed caption color.', $Feed_Them_All->plug_slug ),
|
811 |
+
) ) );
|
812 |
+
/* Making settings dynamic and saving data with array.*/
|
813 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_caption_padding_top_bottom]';
|
814 |
+
/* Adding Setting of title size*/
|
815 |
+
$wp_customize->add_setting( $setting, array(
|
816 |
+
'default' => '10',
|
817 |
+
'transport' => 'postMessage',
|
818 |
+
'type' => 'option',
|
819 |
+
) );
|
820 |
+
/* Adding control of title size.*/
|
821 |
+
$wp_customize->add_control( $setting, array(
|
822 |
+
'label' => __( 'Padding Top And Bottom', $Feed_Them_All->plug_slug ),
|
823 |
+
'section' => 'efbl_feed',
|
824 |
+
'settings' => $setting,
|
825 |
+
'description' => __( 'Select the padding top and bottom for captions.', $Feed_Them_All->plug_slug ),
|
826 |
+
'type' => 'range',
|
827 |
+
'input_attrs' => array(
|
828 |
+
'min' => 0,
|
829 |
+
'max' => 100,
|
830 |
+
),
|
831 |
+
) );
|
832 |
+
/* Making settings dynamic and saving data with array.*/
|
833 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_caption_padding_right_left]';
|
834 |
+
/* Adding Setting of title size*/
|
835 |
+
$wp_customize->add_setting( $setting, array(
|
836 |
+
'default' => '10',
|
837 |
+
'transport' => 'postMessage',
|
838 |
+
'type' => 'option',
|
839 |
+
) );
|
840 |
+
/* Adding control of title size.*/
|
841 |
+
$wp_customize->add_control( $setting, array(
|
842 |
+
'label' => __( 'Padding Left And Right', $Feed_Them_All->plug_slug ),
|
843 |
+
'section' => 'efbl_feed',
|
844 |
+
'settings' => $setting,
|
845 |
+
'description' => __( 'Select the padding left and right for caption.', $Feed_Them_All->plug_slug ),
|
846 |
+
'type' => 'range',
|
847 |
+
'input_attrs' => array(
|
848 |
+
'min' => 0,
|
849 |
+
'max' => 100,
|
850 |
+
),
|
851 |
+
) );
|
852 |
+
/* Making settings dynamic and saving data with array.*/
|
853 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_feed_open_popup_icon]';
|
854 |
+
/* Adding Setting of show or hide Follow Button*/
|
855 |
+
$wp_customize->add_setting( $setting, array(
|
856 |
+
'default' => true,
|
857 |
+
'transport' => 'postMessage',
|
858 |
+
'type' => 'option',
|
859 |
+
) );
|
860 |
+
/* Adding control of show or hide Follow Button.*/
|
861 |
+
$wp_customize->add_control( $setting, array(
|
862 |
+
'label' => __( 'Show Open PopUp Icon', $Feed_Them_All->plug_slug ),
|
863 |
+
'section' => 'efbl_feed',
|
864 |
+
'settings' => $setting,
|
865 |
+
'description' => __( 'Show or Hide Open PopUp Icon', $Feed_Them_All->plug_slug ),
|
866 |
+
'type' => 'checkbox',
|
867 |
+
) );
|
868 |
+
/* Making settings dynamic and saving data with array.*/
|
869 |
+
$setting = 'efbl_skin_' . $skin_id . '[popup_icon_color]';
|
870 |
+
/* Adding Setting of Header text color*/
|
871 |
+
$wp_customize->add_setting( $setting, array(
|
872 |
+
'default' => '#fff',
|
873 |
+
'transport' => 'postMessage',
|
874 |
+
'type' => 'option',
|
875 |
+
) );
|
876 |
+
/* Adding Control of Header text color*/
|
877 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
878 |
+
'label' => __( 'Open PopUp Icon color', $Feed_Them_All->plug_slug ),
|
879 |
+
'section' => 'efbl_feed',
|
880 |
+
'settings' => $setting,
|
881 |
+
'description' => __( 'Select the icon color which shows on feed hover for opening popup.', $Feed_Them_All->plug_slug ),
|
882 |
+
) ) );
|
883 |
+
/* Making settings dynamic and saving data with array.*/
|
884 |
+
$setting = 'efbl_skin_' . $skin_id . '[show_feed_cta]';
|
885 |
+
/* Adding Setting of show or hide Follow Button*/
|
886 |
+
$wp_customize->add_setting( $setting, array(
|
887 |
+
'default' => true,
|
888 |
+
'transport' => 'postMessage',
|
889 |
+
'type' => 'option',
|
890 |
+
) );
|
891 |
+
/* Adding control of show or hide Follow Button.*/
|
892 |
+
$wp_customize->add_control( $setting, array(
|
893 |
+
'label' => __( 'Show Feed Call To Action Buttons', $Feed_Them_All->plug_slug ),
|
894 |
+
'section' => 'efbl_feed',
|
895 |
+
'settings' => $setting,
|
896 |
+
'description' => __( 'Show or Hide call to action buttons like (Share and Read Full Story)', $Feed_Them_All->plug_slug ),
|
897 |
+
'type' => 'checkbox',
|
898 |
+
) );
|
899 |
+
/* Making settings dynamic and saving data with array.*/
|
900 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_cta_text_color]';
|
901 |
+
/* Adding Setting of Header text color*/
|
902 |
+
$wp_customize->add_setting( $setting, array(
|
903 |
+
'default' => '#000',
|
904 |
+
'transport' => 'postMessage',
|
905 |
+
'type' => 'option',
|
906 |
+
) );
|
907 |
+
/* Adding Control of Header text color*/
|
908 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
909 |
+
'label' => __( 'Call To Action color', $Feed_Them_All->plug_slug ),
|
910 |
+
'section' => 'efbl_feed',
|
911 |
+
'settings' => $setting,
|
912 |
+
'description' => __( 'Select the color of links like (Share and Read Full Story).', $Feed_Them_All->plug_slug ),
|
913 |
+
) ) );
|
914 |
+
/* Making settings dynamic and saving data with array.*/
|
915 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_cta_text_hover_color]';
|
916 |
+
/* Adding Setting of Header text color*/
|
917 |
+
$wp_customize->add_setting( $setting, array(
|
918 |
+
'default' => '#000',
|
919 |
+
'transport' => 'postMessage',
|
920 |
+
'type' => 'option',
|
921 |
+
) );
|
922 |
+
/* Adding Control of Header text color*/
|
923 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
924 |
+
'label' => __( 'Call To Action Hover color', $Feed_Them_All->plug_slug ),
|
925 |
+
'section' => 'efbl_feed',
|
926 |
+
'settings' => $setting,
|
927 |
+
'description' => __( 'Select the hover color of links like(Share and View on Instagram).', $Feed_Them_All->plug_slug ),
|
928 |
+
) ) );
|
929 |
+
/* Making settings dynamic and saving data with array.*/
|
930 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_time_text_color]';
|
931 |
+
/* Adding Setting of Header text color*/
|
932 |
+
$wp_customize->add_setting( $setting, array(
|
933 |
+
'default' => '#000',
|
934 |
+
'transport' => 'postMessage',
|
935 |
+
'type' => 'option',
|
936 |
+
) );
|
937 |
+
/* Adding Control of Header text color*/
|
938 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
939 |
+
'label' => __( 'Feed Time Color', $Feed_Them_All->plug_slug ),
|
940 |
+
'section' => 'efbl_feed',
|
941 |
+
'settings' => $setting,
|
942 |
+
'description' => __( 'Select the color of feed created time.', $Feed_Them_All->plug_slug ),
|
943 |
+
) ) );
|
944 |
+
// /* Making settings dynamic and saving data with array.*/
|
945 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_hover_bg_color]';
|
946 |
+
/* Adding Setting of Header text color*/
|
947 |
+
$wp_customize->add_setting( $setting, array(
|
948 |
+
'default' => 'rgba(0,0,0,0.5)',
|
949 |
+
'transport' => 'postMessage',
|
950 |
+
'type' => 'option',
|
951 |
+
) );
|
952 |
+
/* Adding Control of Header text color*/
|
953 |
+
$wp_customize->add_control( new Customize_Alpha_Color_Control( $wp_customize, $setting, array(
|
954 |
+
'label' => __( 'Feed Hover Shadow Color', $Feed_Them_All->plug_slug ),
|
955 |
+
'section' => 'efbl_feed',
|
956 |
+
'description' => __( 'Select the shadow color which shows on feed hover.', $Feed_Them_All->plug_slug ),
|
957 |
+
'settings' => $setting,
|
958 |
+
'show_opacity' => true,
|
959 |
+
'palette' => array(
|
960 |
+
'rgb(0, 0, 0)',
|
961 |
+
'rgb(255, 255, 255)',
|
962 |
+
'rgb(221, 51, 51)',
|
963 |
+
'rgb(221, 153, 51)',
|
964 |
+
'rgb(238, 238, 34)',
|
965 |
+
'rgb(129, 215, 66)',
|
966 |
+
'rgb(30, 115, 190)',
|
967 |
+
'rgb(130, 36, 227)'
|
968 |
+
),
|
969 |
+
) ) );
|
970 |
+
/* Making settings dynamic and saving data with array.*/
|
971 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_seprator_color]';
|
972 |
+
/* Adding Setting of Header text color*/
|
973 |
+
$wp_customize->add_setting( $setting, array(
|
974 |
+
'default' => '#ccc',
|
975 |
+
'transport' => 'postMessage',
|
976 |
+
'type' => 'option',
|
977 |
+
) );
|
978 |
+
/* Adding Control of Header text color*/
|
979 |
+
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $setting, array(
|
980 |
+
'label' => __( 'Feed Seprator Color', $Feed_Them_All->plug_slug ),
|
981 |
+
'section' => 'efbl_feed',
|
982 |
+
'settings' => $setting,
|
983 |
+
'description' => __( 'Select the color of feed Seprator.', $Feed_Them_All->plug_slug ),
|
984 |
+
) ) );
|
985 |
+
/* Making settings dynamic and saving data with array.*/
|
986 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_border_size]';
|
987 |
+
/* Adding Setting of title size*/
|
988 |
+
$wp_customize->add_setting( $setting, array(
|
989 |
+
'default' => '1',
|
990 |
+
'transport' => 'postMessage',
|
991 |
+
'type' => 'option',
|
992 |
+
) );
|
993 |
+
/* Adding control of title size.*/
|
994 |
+
$wp_customize->add_control( $setting, array(
|
995 |
+
'label' => __( 'Seprator Size', $Feed_Them_All->plug_slug ),
|
996 |
+
'section' => 'efbl_feed',
|
997 |
+
'settings' => $setting,
|
998 |
+
'description' => __( 'Select the border size for feeds.', $Feed_Them_All->plug_slug ),
|
999 |
+
'type' => 'range',
|
1000 |
+
'input_attrs' => array(
|
1001 |
+
'min' => 0,
|
1002 |
+
'max' => 100,
|
1003 |
+
),
|
1004 |
+
) );
|
1005 |
+
/* Making settings dynamic and saving data with array.*/
|
1006 |
+
$setting = 'efbl_skin_' . $skin_id . '[feed_border_style]';
|
1007 |
+
/* Adding Setting of number of columns if layout set to grid.*/
|
1008 |
+
$wp_customize->add_setting( $setting, array(
|
1009 |
+
'default' => 'none',
|
1010 |
+
'transport' => 'postMessage',
|
1011 |
+
'type' => 'option',
|
1012 |
+
) );
|
1013 |
+
/* Adding control of number of columns if layout set to grid.*/
|
1014 |
+
$wp_customize->add_control( $setting, array(
|
1015 |
+
'label' => __( 'Seprator Style', $Feed_Them_All->plug_slug ),
|
1016 |
+
'section' => 'efbl_feed',
|
1017 |
+
'settings' => $setting,
|
1018 |
+
'description' => __( 'Select the border style for feeds.', $Feed_Them_All->plug_slug ),
|
1019 |
+
'type' => 'select',
|
1020 |
+
'choices' => array(
|
1021 |
+
'solid' => 'Solid',
|
1022 |
+
'dashed' => 'Dashed',
|
1023 |
+
'dotted' => 'Dotted',
|
1024 |
+
'double' => 'Double',
|
1025 |
+
'groove' => 'Groove',
|
1026 |
+
'ridge' => 'Ridge',
|
1027 |
+
'inset' => 'Inset',
|
1028 |
+
'outset' => 'Outset',
|
1029 |
+
'none' => 'None',
|
1030 |
+
),
|
1031 |
+
) );
|
1032 |
+
}
|
1033 |
+
|
1034 |
+
/* efbl_customizer Method ends here. */
|
1035 |
+
/**
|
1036 |
+
* Used by hook: 'customize_preview_init'
|
1037 |
+
*
|
1038 |
+
* @see add_action('customize_preview_init',$func)
|
1039 |
+
*/
|
1040 |
+
public function efbl_live_preview()
|
1041 |
+
{
|
1042 |
+
/* Getting saved skin id. */
|
1043 |
+
$skin_id = get_option( 'efbl_skin_id', false );
|
1044 |
+
/* Enqueing script for displaying live changes. */
|
1045 |
+
wp_enqueue_script(
|
1046 |
+
'efbl_live_preview',
|
1047 |
+
EFBL_PLUGIN_URL . 'admin/assets/js/efbl-live-preview.js',
|
1048 |
+
array( 'jquery', 'customize-preview' ),
|
1049 |
+
true
|
1050 |
+
);
|
1051 |
+
/* Localizing script for getting skin id in js. */
|
1052 |
+
wp_localize_script( 'efbl_live_preview', 'efbl_skin_id', $skin_id );
|
1053 |
+
}
|
1054 |
+
|
1055 |
+
/* efbl_live_preview Method ends here. */
|
1056 |
+
/* mif_style Method ends here. */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1057 |
/*
|
1058 |
* efbl_customize_css will add the styling to the head of the site.
|
1059 |
+
*/
|
1060 |
+
public function efbl_customize_css()
|
1061 |
+
{
|
1062 |
/*
|
1063 |
* Getting all the skins.
|
1064 |
+
*/
|
1065 |
+
global $efbl_skins ;
|
1066 |
+
// echo "<pre>"; print_r($efbl_skins);exit();
|
1067 |
/*
|
1068 |
* Intializing mif css variable.
|
1069 |
+
*/
|
1070 |
+
$efbl_css = null;
|
1071 |
+
$efbl_css = '<style type="text/css">';
|
|
|
|
|
|
|
|
|
1072 |
/*
|
1073 |
* Getting skins exists loop thorugh it.
|
1074 |
+
*/
|
1075 |
+
if ( isset( $efbl_skins ) ) {
|
1076 |
+
foreach ( $efbl_skins as $efbl_skin ) {
|
1077 |
+
// echo "<pre>"; print_r($efbl_skins);exit();
|
1078 |
/*
|
1079 |
* Swith statement on number of cols selected.
|
1080 |
+
*/
|
1081 |
+
switch ( $efbl_skin['design']['number_of_cols'] ) {
|
1082 |
+
case '1':
|
1083 |
+
$height = '643';
|
1084 |
+
break;
|
1085 |
+
case '2':
|
1086 |
+
$height = '400';
|
1087 |
+
break;
|
1088 |
+
case '3':
|
1089 |
+
$height = '317';
|
1090 |
+
break;
|
1091 |
+
case '4':
|
1092 |
+
$height = '208';
|
1093 |
+
break;
|
1094 |
+
case '5':
|
1095 |
+
$height = '151';
|
1096 |
+
break;
|
1097 |
+
case '6':
|
1098 |
+
$height = '121';
|
1099 |
+
break;
|
1100 |
+
default:
|
1101 |
+
$height = '643';
|
1102 |
+
break;
|
1103 |
+
}
|
1104 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_feeds_grid .efbl-grid-sizer, .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story.grid { width: calc(94% / ' . $efbl_skin['design']['number_of_cols'] . ');}';
|
1105 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story.grid { height:' . $height . 'px;}';
|
1106 |
+
$efbl_css .= ' @media(max-width: 768px){ .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story.grid
|
1107 |
+
{width: calc(90% / ' . $efbl_skin['design']['number_of_cols'] . ');}}';
|
|
|
|
|
|
|
|
|
1108 |
/*
|
1109 |
* Background color of the skin.
|
1110 |
+
*/
|
1111 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' { background-color: ' . $efbl_skin['design']['background_color'] . '; }';
|
1112 |
/*
|
1113 |
* If header is enabled and layout is not full width.
|
1114 |
+
*/
|
1115 |
+
|
1116 |
+
if ( !empty($efbl_skin['design']['show_header']) ) {
|
1117 |
+
$mif_header_display = 'block';
|
1118 |
+
} else {
|
1119 |
+
$mif_header_display = 'none';
|
1120 |
+
}
|
1121 |
+
|
1122 |
/*
|
1123 |
* Background color of the skin.
|
1124 |
+
*/
|
1125 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { display: ' . $mif_header_display . '; }';
|
1126 |
/*
|
1127 |
* If Dispaly Picture is enabled.
|
1128 |
+
*/
|
1129 |
+
|
1130 |
+
if ( !empty($efbl_skin['design']['show_dp']) ) {
|
1131 |
+
$mif_dp_display = 'block';
|
1132 |
+
} else {
|
1133 |
+
$mif_dp_display = 'none';
|
1134 |
+
}
|
1135 |
+
|
1136 |
/*
|
1137 |
* Show Display pcture.
|
1138 |
+
*/
|
1139 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header_img { display: ' . $mif_dp_display . '; }';
|
1140 |
/*
|
1141 |
* If total number of feeds enables.
|
1142 |
+
*/
|
1143 |
+
|
1144 |
+
if ( !empty($efbl_skin['design']['show_page_category']) ) {
|
1145 |
+
$efbl_page_cat = 'inline-block';
|
1146 |
+
} else {
|
1147 |
+
$efbl_page_cat = 'none';
|
1148 |
+
}
|
1149 |
+
|
1150 |
/*
|
1151 |
* Show number of feeds counter.
|
1152 |
+
*/
|
1153 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .efbl_cat { display: ' . $efbl_page_cat . '; }';
|
1154 |
+
/*
|
|
|
1155 |
* If likes needs to show.
|
1156 |
+
*/
|
1157 |
+
|
1158 |
+
if ( !empty($efbl_skin['design']['show_likes']) ) {
|
1159 |
+
$efbl_show_likes = 'inline-block';
|
1160 |
+
} else {
|
1161 |
+
$efbl_show_likes = 'none';
|
1162 |
+
}
|
1163 |
+
|
1164 |
/*
|
1165 |
* Show number of feeds counter.
|
1166 |
+
*/
|
1167 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_likes { display: ' . $efbl_show_likes . '; }';
|
1168 |
+
/*
|
|
|
1169 |
* If shares needs to show.
|
1170 |
+
*/
|
1171 |
+
|
1172 |
+
if ( !empty($efbl_skin['design']['show_shares']) ) {
|
1173 |
+
$efbl_show_shares = 'inline-block';
|
1174 |
+
} else {
|
1175 |
+
$efbl_show_shares = 'none';
|
1176 |
+
}
|
1177 |
+
|
1178 |
/*
|
1179 |
* Show number of shares counter.
|
1180 |
+
*/
|
1181 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_shares { display: ' . $efbl_show_shares . '; }';
|
|
|
|
|
1182 |
/*
|
1183 |
* If comments needs to show.
|
1184 |
+
*/
|
1185 |
+
|
1186 |
+
if ( !empty($efbl_skin['design']['show_comments']) ) {
|
1187 |
+
$efbl_show_comments = 'inline-block';
|
1188 |
+
} else {
|
1189 |
+
$efbl_show_comments = 'none';
|
1190 |
+
}
|
1191 |
+
|
1192 |
/*
|
1193 |
* Show number of feeds counter.
|
1194 |
+
*/
|
1195 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_comments { display: ' . $efbl_show_comments . '; }';
|
1196 |
+
/*
|
|
|
1197 |
* If comments needs to show.
|
1198 |
+
*/
|
1199 |
+
|
1200 |
+
if ( !empty($efbl_skin['design']['show_feed_open_popup_icon']) ) {
|
1201 |
+
$efbl_show_feed_open_popup_icon = 'block';
|
1202 |
+
} else {
|
1203 |
+
$efbl_show_feed_open_popup_icon = 'none';
|
1204 |
+
}
|
1205 |
+
|
1206 |
/*
|
1207 |
* Show number of feeds counter.
|
1208 |
+
*/
|
1209 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_hover .fa { display: ' . $efbl_show_feed_open_popup_icon . '; }';
|
|
|
1210 |
/*
|
1211 |
* If total number of followes enabled.
|
1212 |
+
*/
|
1213 |
+
|
1214 |
+
if ( !empty($efbl_skin['design']['show_no_of_followers']) ) {
|
1215 |
+
$efbl_num_of_followers = 'inline-block';
|
1216 |
+
} else {
|
1217 |
+
$efbl_num_of_followers = 'none';
|
1218 |
+
}
|
1219 |
+
|
1220 |
/*
|
1221 |
* Show number of followers counter.
|
1222 |
+
*/
|
1223 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .efbl_followers { display: ' . $efbl_num_of_followers . '; }';
|
1224 |
/*
|
1225 |
* If total number of followes enabled.
|
1226 |
+
*/
|
1227 |
+
|
1228 |
+
if ( !empty($efbl_skin['design']['show_bio']) ) {
|
1229 |
+
$mif_bio_display = 'block';
|
1230 |
+
} else {
|
1231 |
+
$mif_bio_display = 'none';
|
1232 |
+
}
|
1233 |
+
|
1234 |
/*
|
1235 |
* Show Bio Div.
|
1236 |
+
*/
|
1237 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_bio { display: ' . $mif_bio_display . '; }';
|
1238 |
/*
|
1239 |
* If follow button is enabled.
|
1240 |
+
*/
|
1241 |
+
|
1242 |
+
if ( !empty($efbl_skin['design']['show_follow_btn']) ) {
|
1243 |
+
$mif_follow_btn_display = 'inline-block';
|
1244 |
+
} else {
|
1245 |
+
$mif_follow_btn_display = 'none';
|
1246 |
+
}
|
1247 |
+
|
1248 |
/*
|
1249 |
* Show Follow Button.
|
1250 |
+
*/
|
1251 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_follow_btn { display: ' . $mif_follow_btn_display . '; }';
|
1252 |
/*
|
1253 |
* If load more button is enabled.
|
1254 |
+
*/
|
1255 |
+
|
1256 |
+
if ( !empty($efbl_skin['design']['show_load_more_btn']) ) {
|
1257 |
+
$mif_load_more_btn_display = 'inline-block';
|
1258 |
+
} else {
|
1259 |
+
$mif_load_more_btn_display = 'none';
|
1260 |
+
}
|
1261 |
+
|
1262 |
+
/*
|
1263 |
+
* Show Follow Button.
|
1264 |
+
*/
|
1265 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_load_more_btn { display: ' . $mif_load_more_btn_display . '; }';
|
1266 |
+
|
1267 |
+
if ( !empty($efbl_skin['design']['feed_header']) ) {
|
1268 |
+
$mif_feed_header_display = 'block';
|
1269 |
+
} else {
|
1270 |
+
$mif_feed_header_display = 'none';
|
1271 |
+
}
|
1272 |
+
|
1273 |
/*
|
1274 |
* Show Follow Button.
|
1275 |
+
*/
|
1276 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story .efbl_author_info { display: ' . $mif_feed_header_display . '; }';
|
1277 |
+
/*
|
|
|
1278 |
* If load more button is enabled.
|
1279 |
+
*/
|
1280 |
+
|
1281 |
+
if ( !empty($efbl_skin['design']['show_feed_cta']) ) {
|
1282 |
+
$efbl_show_feed_cta = 'inline-block';
|
1283 |
+
} else {
|
1284 |
+
$efbl_show_feed_cta = 'none';
|
1285 |
+
}
|
1286 |
+
|
1287 |
/*
|
1288 |
* Show Follow Button.
|
1289 |
+
*/
|
1290 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_read_more_link { display: ' . $efbl_show_feed_cta . '; }';
|
1291 |
/*
|
1292 |
* If Display Picture is enabled.
|
1293 |
+
*/
|
1294 |
+
// echo "<pre>"; print_r($efbl_skin);exit();
|
|
|
1295 |
/*
|
1296 |
* If Round Dp is enabled.
|
1297 |
+
*/
|
1298 |
+
|
1299 |
+
if ( !empty($efbl_skin['design']['header_round_dp']) ) {
|
1300 |
+
$mif_round_dp = '50%';
|
1301 |
+
} else {
|
1302 |
+
$mif_round_dp = '0px';
|
1303 |
+
}
|
1304 |
+
|
1305 |
/*
|
1306 |
* Show Rounded Dp.
|
1307 |
+
*/
|
1308 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header_img img { border-radius: ' . $mif_round_dp . '; }';
|
1309 |
/*
|
1310 |
* Header Size.
|
1311 |
+
*/
|
1312 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_header_title { font-size: ' . $efbl_skin['design']['title_size'] . 'px; }';
|
1313 |
/*
|
1314 |
* Meta data Size.
|
1315 |
+
*/
|
1316 |
+
$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; }';
|
1317 |
/*
|
1318 |
* Bio Size.
|
1319 |
+
*/
|
1320 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_bio { font-size: ' . $efbl_skin['design']['bio_size'] . 'px; }';
|
1321 |
/*
|
1322 |
* Caption Color.
|
1323 |
+
*/
|
1324 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_caption { color: ' . $efbl_skin['design']['caption_color'] . '; }';
|
1325 |
/*
|
1326 |
* Header background Color.
|
1327 |
+
*/
|
1328 |
+
$efbl_css .= '.efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { background-color: ' . $efbl_skin['design']['header_background_color'] . '; }';
|
1329 |
/*
|
1330 |
* Header Color.
|
1331 |
+
*/
|
1332 |
+
$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'] . '; }';
|
1333 |
/*
|
1334 |
* Header border Color.
|
1335 |
+
*/
|
1336 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-color: ' . $efbl_skin['design']['header_border_color'] . '!important; }';
|
1337 |
/*
|
1338 |
* Header Dp Shadow Color.
|
1339 |
+
*/
|
1340 |
+
$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'] . '; }';
|
1341 |
/*
|
1342 |
* Header Dp icon Color.
|
1343 |
+
*/
|
1344 |
+
$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'] . '; }';
|
1345 |
/*
|
1346 |
* Header border top size.
|
1347 |
+
*/
|
1348 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-top: ' . $efbl_skin['design']['header_border_top'] . 'px; }';
|
1349 |
/*
|
1350 |
* Header border bottom size.
|
1351 |
+
*/
|
1352 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-bottom: ' . $efbl_skin['design']['header_border_bottom'] . 'px; }';
|
1353 |
/*
|
1354 |
* Header border left size.
|
1355 |
+
*/
|
1356 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-left: ' . $efbl_skin['design']['header_border_left'] . 'px; }';
|
1357 |
/*
|
1358 |
* Header border right size.
|
1359 |
+
*/
|
1360 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-right: ' . $efbl_skin['design']['header_border_right'] . 'px; }';
|
1361 |
/*
|
1362 |
* Header border style.
|
1363 |
+
*/
|
1364 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { border-style: ' . $efbl_skin['design']['header_border_style'] . '; }';
|
1365 |
/*
|
1366 |
* Header padding top.
|
1367 |
+
*/
|
1368 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-top: ' . $efbl_skin['design']['header_padding_top'] . 'px; }';
|
1369 |
/*
|
1370 |
* Header padding bottom.
|
1371 |
+
*/
|
1372 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-bottom: ' . $efbl_skin['design']['header_padding_bottom'] . 'px; }';
|
1373 |
/*
|
1374 |
* Header padding left.
|
1375 |
+
*/
|
1376 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-left: ' . $efbl_skin['design']['header_padding_left'] . 'px; }';
|
1377 |
/*
|
1378 |
* Header padding right.
|
1379 |
+
*/
|
1380 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header { padding-right: ' . $efbl_skin['design']['header_padding_right'] . 'px; }';
|
1381 |
/*
|
1382 |
* Header Align.
|
1383 |
+
*/
|
1384 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_header .mif_inner_wrap { float: ' . $efbl_skin['design']['header_align'] . '; }';
|
1385 |
/*
|
1386 |
* Caption Color.
|
1387 |
+
*/
|
1388 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_feed_time { color: ' . $efbl_skin['design']['feed_time_text_color'] . '; }';
|
1389 |
/*
|
1390 |
* Feed time Color.
|
1391 |
+
*/
|
1392 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_caption p { color: ' . $efbl_skin['design']['caption_color'] . '; }';
|
1393 |
/*
|
1394 |
* Feed CTA Color.
|
1395 |
+
*/
|
1396 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_read_more_link a { color: ' . $efbl_skin['design']['feed_cta_text_color'] . '; }';
|
1397 |
/*
|
1398 |
* Feed CTA Color.
|
1399 |
+
*/
|
1400 |
+
$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'] . '; }';
|
1401 |
/*
|
1402 |
* PoPup icon color.
|
1403 |
+
*/
|
1404 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_hover .fa { color: ' . $efbl_skin['design']['popup_icon_color'] . '; }';
|
1405 |
/*
|
1406 |
* Background color of feed.
|
1407 |
+
*/
|
1408 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_fb_story { background-color: ' . $efbl_skin['design']['feed_background_color'] . '; }';
|
1409 |
+
/*
|
1410 |
+
* Feed Padding Top And Bottom.
|
1411 |
+
*/
|
1412 |
+
$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; }';
|
1413 |
+
/*
|
1414 |
+
* Feed Padding left And right.
|
1415 |
+
*/
|
1416 |
+
$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; }';
|
1417 |
+
/*
|
1418 |
+
* Feed Margin Top And Bottom.
|
1419 |
+
*/
|
1420 |
+
$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; }';
|
1421 |
+
/*
|
1422 |
+
* Feed Margin Left And Right.
|
1423 |
+
*/
|
1424 |
+
$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; }';
|
1425 |
+
/*
|
|
|
|
|
|
|
1426 |
* Meta background Color.
|
1427 |
+
*/
|
1428 |
+
$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'] . '; }';
|
1429 |
+
/*
|
|
|
1430 |
* Meta Color.
|
1431 |
+
*/
|
1432 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_meta .efbl_info span{ color: ' . $efbl_skin['design']['feed_meta_data_color'] . '; }';
|
|
|
1433 |
/*
|
1434 |
* Likes background Color.
|
1435 |
+
*/
|
1436 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_lnc_holder .mif_likes { background-color: ' . $efbl_skin['design']['feed_likes_bg_color'] . '; }';
|
1437 |
/*
|
1438 |
* Likes Color.
|
1439 |
+
*/
|
1440 |
+
$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'] . '; }';
|
1441 |
/*
|
1442 |
* Feed likes padding Top And Bottom.
|
1443 |
+
*/
|
1444 |
+
$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; }';
|
1445 |
/*
|
1446 |
* Feed likes padding Left And Right.
|
1447 |
+
*/
|
1448 |
+
$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; }';
|
|
|
1449 |
/*
|
1450 |
* Feed comments padding Top And Bottom.
|
1451 |
+
*/
|
1452 |
+
$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; }';
|
1453 |
+
// echo "<pre>"; print_r($efbl_css);exit();
|
1454 |
/*
|
1455 |
* Feed comments padding Left And Right.
|
1456 |
+
*/
|
1457 |
+
$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; }';
|
1458 |
/*
|
1459 |
* Caption background Color.
|
1460 |
+
*/
|
1461 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .efbl_story_text { background-color: ' . $efbl_skin['design']['feed_caption_background_color'] . '; }';
|
1462 |
/*
|
1463 |
* Caption Color.
|
1464 |
+
*/
|
1465 |
+
$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'] . '; }';
|
1466 |
/*
|
1467 |
* Feed Caption padding Top And Bottom.
|
1468 |
+
*/
|
1469 |
+
$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; }';
|
1470 |
/*
|
1471 |
* Feed Caption padding Left And Right.
|
1472 |
+
*/
|
1473 |
+
$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; }';
|
1474 |
/*
|
1475 |
* External Link background Color.
|
1476 |
+
*/
|
1477 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external { background-color: ' . $efbl_skin['design']['feed_external_background_color'] . '; }';
|
1478 |
/*
|
1479 |
* External Link Color.
|
1480 |
+
*/
|
1481 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external .fa { color: ' . $efbl_skin['design']['feed_external_color'] . '; }';
|
1482 |
/*
|
1483 |
* External Link padding Top And Bottom.
|
1484 |
+
*/
|
1485 |
+
$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; }';
|
1486 |
/*
|
1487 |
* External Link padding Left And Right.
|
1488 |
+
*/
|
1489 |
+
$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; }';
|
1490 |
/*
|
1491 |
* PopUp Icon background Color.
|
1492 |
+
*/
|
1493 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_grid_layout .mif_fulls { background-color: ' . $efbl_skin['design']['popup_icon_bg_color'] . '; }';
|
1494 |
/*
|
1495 |
* PopUp Icon Color.
|
1496 |
+
*/
|
1497 |
+
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_fulls .fa { color: ' . $efbl_skin['design']['popup_icon_color'] . '; }';
|
1498 |
/*
|
1499 |
* PopUp Icon padding Top And Bottom.
|
1500 |
+
*/
|
1501 |
+
$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; }';
|
1502 |
/*
|
1503 |
* PopUp Icon padding Left And Right.
|
1504 |
+
*/
|
1505 |
+
$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; }';
|
1506 |
/*
|
1507 |
* Feed CTA Color.
|
1508 |
+
*/
|
1509 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external_holder a { color: ' . $efbl_skin['design']['feed_cta_text_color'] . '; }
|
1510 |
+
';
|
1511 |
/*
|
1512 |
* Feed CTA Hover Color.
|
1513 |
+
*/
|
1514 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' .mif_external_holder a:hover { color: ' . $efbl_skin['design']['feed_cta_text_hover_color'] . '; }
|
1515 |
+
';
|
1516 |
/*
|
1517 |
* Feed Time Color.
|
1518 |
+
*/
|
1519 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf .efbl_story_time { color: ' . $efbl_skin['design']['feed_time_text_color'] . '; }
|
1520 |
+
';
|
1521 |
/*
|
1522 |
* Feed Seprator Color.
|
1523 |
+
*/
|
1524 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story{ border-color: ' . $efbl_skin['design']['feed_seprator_color'] . '; }
|
1525 |
+
';
|
1526 |
/*
|
1527 |
* Feed Seprator size.
|
1528 |
+
*/
|
1529 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story{ border-width: ' . $efbl_skin['design']['feed_border_size'] . 'px; }
|
1530 |
+
';
|
1531 |
/*
|
1532 |
* Feed Seprator style.
|
1533 |
+
*/
|
1534 |
$efbl_css .= ' .efbl_feed_wraper.efbl_skin_' . $efbl_skin['ID'] . ' #efblcf.efbl_fb_story { border-style: ' . $efbl_skin['design']['feed_border_style'] . '; }
|
1535 |
+
';
|
|
|
1536 |
/*
|
1537 |
* Feed hover bg color.
|
1538 |
+
*/
|
1539 |
+
$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'] . '; }';
|
1540 |
+
}
|
1541 |
+
}
|
1542 |
+
$efbl_css .= '</style>';
|
1543 |
+
// echo "<pre>";
|
1544 |
+
// print_r($efbl_css);exit();
|
1545 |
+
echo $efbl_css ;
|
1546 |
+
}
|
1547 |
+
|
1548 |
+
}
|
1549 |
+
/* EFBL_Cuustomizer Class ends here. */
|
1550 |
+
$EFBL_Cuustomizer = new EFBL_Cuustomizer();
|
|
|
|
|
|
|
|
easy-facebook-likebox/admin/includes/efbl-skins.php
CHANGED
@@ -36,7 +36,9 @@ class EFBL_SKINS {
|
|
36 |
'public' => true,
|
37 |
'label' => __('Facebook Skins', 'easy-facebook-likebox'),
|
38 |
'show_in_menu' => false,
|
39 |
-
'
|
|
|
|
|
40 |
);
|
41 |
|
42 |
/* register_post_type() registers a custom post type in wp. */
|
@@ -51,8 +53,9 @@ class EFBL_SKINS {
|
|
51 |
|
52 |
$fta_settings = $FTA->fta_get_settings();
|
53 |
|
|
|
54 |
|
55 |
-
if ( !isset($fta_settings['plugins']['facebook']['default_skin_id'] )):
|
56 |
|
57 |
|
58 |
/* Arguments for default skin. */
|
@@ -75,7 +78,7 @@ class EFBL_SKINS {
|
|
75 |
update_option( 'fta_settings', $fta_settings );
|
76 |
endif;
|
77 |
|
78 |
-
if (
|
79 |
|
80 |
$skin_id = $fta_settings['plugins']['facebook']['default_skin_id'];
|
81 |
/*
|
@@ -83,7 +86,7 @@ class EFBL_SKINS {
|
|
83 |
*/
|
84 |
$efbl_default_page = array(
|
85 |
'post_title' => __( "Facebook Demo", 'easy-facebook-likebox' ),
|
86 |
-
'post_content' => __( '[efb_feed fanpage_id="
|
87 |
'post_type' => 'page',
|
88 |
'post_status' => 'publish',
|
89 |
);
|
@@ -199,18 +202,19 @@ class EFBL_SKINS {
|
|
199 |
'header_text_color' => '#000',
|
200 |
'feed_time_text_color' => '#000',
|
201 |
'feed_cta_text_color' => '#000',
|
|
|
202 |
'feed_meta_data_bg_color' => '#333',
|
203 |
-
'number_of_cols' =>
|
204 |
'feed_cta_text_hover_color' => '#000',
|
205 |
'popup_icon_color' => '#fff',
|
206 |
'feed_hover_bg_color' => 'rgba(0,0,0,0.5',
|
207 |
-
'layout_option' => '
|
208 |
'title_size' => '16',
|
209 |
'metadata_size' => '16',
|
210 |
'bio_size' => '14',
|
211 |
'show_comments' => true,
|
212 |
'show_likes' => true,
|
213 |
-
'show_header' =>
|
214 |
'show_dp' => true,
|
215 |
'header_round_dp' => true,
|
216 |
'header_dp_hover_color' => 'rgba(0,0,0,0.5)',
|
@@ -243,6 +247,7 @@ class EFBL_SKINS {
|
|
243 |
'caption_color' => '#000',
|
244 |
'feed_caption_padding_top_bottom' => '10',
|
245 |
'feed_caption_padding_right_left' => '10',
|
|
|
246 |
'show_feed_external_link' => true,
|
247 |
'show_page_category' => true,
|
248 |
'feed_external_background_color' => '#000',
|
36 |
'public' => true,
|
37 |
'label' => __('Facebook Skins', 'easy-facebook-likebox'),
|
38 |
'show_in_menu' => false,
|
39 |
+
'exclude_from_search' => true,
|
40 |
+
'hierarchical' => true,
|
41 |
+
'menu_position' => null
|
42 |
);
|
43 |
|
44 |
/* register_post_type() registers a custom post type in wp. */
|
53 |
|
54 |
$fta_settings = $FTA->fta_get_settings();
|
55 |
|
56 |
+
// echo '<pre>'; print_r($fta_settings['plugins']['facebook']['default_skin_id']);exit();
|
57 |
|
58 |
+
if ( !isset($fta_settings['plugins']['facebook']['default_skin_id'] ) && empty($fta_settings['plugins']['facebook']['default_skin_id'])):
|
59 |
|
60 |
|
61 |
/* Arguments for default skin. */
|
78 |
update_option( 'fta_settings', $fta_settings );
|
79 |
endif;
|
80 |
|
81 |
+
if ( !isset($fta_settings['plugins']['facebook']['default_page_id']) && empty($fta_settings['plugins']['facebook']['default_page_id'])):
|
82 |
|
83 |
$skin_id = $fta_settings['plugins']['facebook']['default_skin_id'];
|
84 |
/*
|
86 |
*/
|
87 |
$efbl_default_page = array(
|
88 |
'post_title' => __( "Facebook Demo", 'easy-facebook-likebox' ),
|
89 |
+
'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' ),
|
90 |
'post_type' => 'page',
|
91 |
'post_status' => 'publish',
|
92 |
);
|
202 |
'header_text_color' => '#000',
|
203 |
'feed_time_text_color' => '#000',
|
204 |
'feed_cta_text_color' => '#000',
|
205 |
+
'feed_header' => true,
|
206 |
'feed_meta_data_bg_color' => '#333',
|
207 |
+
'number_of_cols' => 3,
|
208 |
'feed_cta_text_hover_color' => '#000',
|
209 |
'popup_icon_color' => '#fff',
|
210 |
'feed_hover_bg_color' => 'rgba(0,0,0,0.5',
|
211 |
+
'layout_option' => 'half',
|
212 |
'title_size' => '16',
|
213 |
'metadata_size' => '16',
|
214 |
'bio_size' => '14',
|
215 |
'show_comments' => true,
|
216 |
'show_likes' => true,
|
217 |
+
'show_header' => false,
|
218 |
'show_dp' => true,
|
219 |
'header_round_dp' => true,
|
220 |
'header_dp_hover_color' => 'rgba(0,0,0,0.5)',
|
247 |
'caption_color' => '#000',
|
248 |
'feed_caption_padding_top_bottom' => '10',
|
249 |
'feed_caption_padding_right_left' => '10',
|
250 |
+
'show_shares' => true,
|
251 |
'show_feed_external_link' => true,
|
252 |
'show_page_category' => true,
|
253 |
'feed_external_background_color' => '#000',
|
easy-facebook-likebox/includes/easy-custom-facebook-feed-widget.php
CHANGED
@@ -144,7 +144,9 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
|
|
144 |
'fanpage_url' => 'maltathemes',
|
145 |
'layout' => 'half',
|
146 |
'filter' => 'none',
|
147 |
-
'
|
|
|
|
|
148 |
'words_limit' => null,
|
149 |
'skin_id' => $fta_settings['plugins']['facebook']['default_skin_id'],
|
150 |
'show_logo' => 1,
|
@@ -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>";
|
@@ -517,13 +548,11 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
|
|
517 |
$show_image = ( isset( $show_image ) ? $show_image : 0 );
|
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 |
-
|
521 |
-
$filter = 'filter="' . $filter . '"';
|
522 |
-
}
|
523 |
?>
|
524 |
|
525 |
<p style="background:#ddd; padding:5px; "><?php
|
526 |
-
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 . '" ]' ;
|
527 |
?></p>
|
528 |
</div>
|
529 |
<?php
|
@@ -545,7 +574,6 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
|
|
545 |
$instance['title'] = ( !empty($new_instance['title']) ? strip_tags( $new_instance['title'] ) : '' );
|
546 |
$instance['fanpage_url'] = ( !empty($new_instance['fanpage_url']) ? strip_tags( $new_instance['fanpage_url'] ) : '' );
|
547 |
$instance['fb_appid'] = ( !empty($new_instance['fb_appid']) ? strip_tags( $new_instance['fb_appid'] ) : '' );
|
548 |
-
$instance['filter'] = ( !empty($new_instance['filter']) ? strip_tags( $new_instance['filter'] ) : '' );
|
549 |
$instance['layout'] = ( !empty($new_instance['layout']) ? strip_tags( $new_instance['layout'] ) : '' );
|
550 |
$instance['skin_id'] = ( !empty($new_instance['skin_id']) ? strip_tags( $new_instance['skin_id'] ) : '' );
|
551 |
$instance['post_limit'] = ( !empty($new_instance['post_limit']) ? strip_tags( $new_instance['post_limit'] ) : '' );
|
@@ -554,6 +582,7 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget
|
|
554 |
$instance['show_image'] = ( !empty($new_instance['show_image']) ? strip_tags( $new_instance['show_image'] ) : '' );
|
555 |
$instance['show_like_box'] = ( !empty($new_instance['show_like_box']) ? strip_tags( $new_instance['show_like_box'] ) : '' );
|
556 |
$instance['links_new_tab'] = ( !empty($new_instance['links_new_tab']) ? strip_tags( $new_instance['links_new_tab'] ) : '' );
|
|
|
557 |
$instance['cache_unit'] = ( !empty($new_instance['cache_unit']) ? strip_tags( $new_instance['cache_unit'] ) : '' );
|
558 |
$instance['cache_duration'] = ( !empty($new_instance['cache_duration']) ? strip_tags( $new_instance['cache_duration'] ) : '' );
|
559 |
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'],
|
152 |
'show_logo' => 1,
|
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>";
|
548 |
$show_image = ( isset( $show_image ) ? $show_image : 0 );
|
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
|
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 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
<p>
|
75 |
-
<label for="<?php
|
76 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
</p>
|
78 |
|
79 |
<p>
|
80 |
-
<label for="<?php
|
81 |
-
|
82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
</p>
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
<p>
|
86 |
-
<label for="<?php
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
<i>Optional</i>
|
89 |
</p>
|
90 |
|
91 |
<p>
|
92 |
-
<label for="<?php
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
</p>
|
95 |
|
96 |
<p>
|
97 |
-
<label for="<?php
|
98 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
</p>
|
100 |
|
101 |
|
102 |
<p >
|
103 |
-
<label for="<?php
|
|
|
|
|
|
|
|
|
104 |
|
105 |
|
106 |
-
<select class="widefat" id="<?php
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
</select>
|
113 |
-
<i><?php
|
|
|
|
|
114 |
</p>
|
115 |
|
116 |
<p >
|
117 |
-
<label for="<?php
|
|
|
|
|
|
|
|
|
118 |
|
119 |
|
120 |
-
<select class="widefat" id="<?php
|
121 |
-
|
122 |
-
|
123 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
|
125 |
<?php
|
126 |
-
|
127 |
-
|
|
|
128 |
|
129 |
-
<option <?php
|
130 |
-
|
131 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
</optgroup>
|
133 |
-
<?php
|
134 |
-
|
|
|
|
|
135 |
</select>
|
136 |
-
<i><?php
|
|
|
|
|
137 |
</p>
|
138 |
|
139 |
<p>
|
140 |
-
<label for="<?php
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
|
143 |
-
<i><?php
|
|
|
|
|
144 |
</p>
|
|
|
145 |
|
146 |
-
<p class="widget-half">
|
147 |
-
<input type="checkbox" class="widefat" id="<?php
|
148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
|
150 |
</p>
|
151 |
|
152 |
-
<p class="widget-half">
|
153 |
-
<input type="checkbox" class="widefat" id="<?php
|
154 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
|
156 |
</p>
|
157 |
|
158 |
-
<p class="widget-half">
|
159 |
-
<input type="checkbox" class="widefat" id="<?php
|
160 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
|
162 |
</p>
|
163 |
|
164 |
-
<p class="widget-half">
|
165 |
-
<input type="checkbox" class="widefat" id="<?php
|
166 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
|
168 |
</p>
|
169 |
-
<p class="widget-half">
|
170 |
-
<input type="checkbox" class="widefat" id="<?php
|
171 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
|
173 |
</p>
|
174 |
-
<p class="widget-half">
|
175 |
-
<input type="checkbox" class="widefat" id="<?php
|
176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
185 |
<?php
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
$small_header = ( empty( $small_header ) ) ? strip_tags( 0 ) : $small_header;
|
221 |
-
|
222 |
-
?>
|
223 |
|
224 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
|
226 |
<?php
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
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.css
CHANGED
@@ -219,6 +219,30 @@ padding-bottom: 9px;
|
|
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 +251,11 @@ padding-bottom: 9px;
|
|
227 |
padding: 0;
|
228 |
text-align: left;
|
229 |
}
|
|
|
|
|
|
|
|
|
|
|
230 |
#efblcf{
|
231 |
float:left;
|
232 |
display:block;
|
@@ -493,6 +522,7 @@ color: #000;
|
|
493 |
position: absolute;
|
494 |
background: #333;
|
495 |
padding: 10px;
|
|
|
496 |
}
|
497 |
|
498 |
.efbl_read_full_story{
|
@@ -700,7 +730,7 @@ color: #000;
|
|
700 |
top: 10px;
|
701 |
color: #fff;
|
702 |
}
|
703 |
-
#efblcf .efbl_story_photo .efbl_multimedia{
|
704 |
position: absolute;
|
705 |
right: 15px;
|
706 |
top: 15px;
|
@@ -712,4 +742,18 @@ color: #000;
|
|
712 |
}
|
713 |
#efblcf.efbl_ver_pro a.efbl_feed_popup{
|
714 |
display: none !important;
|
715 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
margin-right:3px;
|
220 |
color: #FFF;
|
221 |
}
|
222 |
+
.efbl_feed_wraper .efbl_load_more_holder a.efbl_load_more_btn .efbl_loading_text:after {
|
223 |
+
content: ' .';
|
224 |
+
animation: dots 1s steps(5, end) infinite;}
|
225 |
+
|
226 |
+
@keyframes dots {
|
227 |
+
0%, 20% {
|
228 |
+
color: rgba(0,0,0,0);
|
229 |
+
text-shadow:
|
230 |
+
.25em 0 0 rgba(0,0,0,0),
|
231 |
+
.5em 0 0 rgba(0,0,0,0);}
|
232 |
+
40% {
|
233 |
+
color: white;
|
234 |
+
text-shadow:
|
235 |
+
.25em 0 0 rgba(0,0,0,0),
|
236 |
+
.5em 0 0 rgba(0,0,0,0);}
|
237 |
+
60% {
|
238 |
+
text-shadow:
|
239 |
+
.25em 0 0 white,
|
240 |
+
.5em 0 0 rgba(0,0,0,0);}
|
241 |
+
80%, 100% {
|
242 |
+
text-shadow:
|
243 |
+
.25em 0 0 white,
|
244 |
+
.5em 0 0 white;}}
|
245 |
+
|
246 |
/*custom facebook feed styling starts form here*/
|
247 |
.efbl_feed_wraper{
|
248 |
float: left;
|
251 |
padding: 0;
|
252 |
text-align: left;
|
253 |
}
|
254 |
+
.efbl_feed_wraper .efbl_feeds_holder{
|
255 |
+
float: left;
|
256 |
+
width: 100%;
|
257 |
+
}
|
258 |
+
|
259 |
#efblcf{
|
260 |
float:left;
|
261 |
display:block;
|
522 |
position: absolute;
|
523 |
background: #333;
|
524 |
padding: 10px;
|
525 |
+
top: 22px;
|
526 |
}
|
527 |
|
528 |
.efbl_read_full_story{
|
730 |
top: 10px;
|
731 |
color: #fff;
|
732 |
}
|
733 |
+
#efblcf .efbl_story_photo .efbl_multimedia, #efblcf .eflb-body .efbl_multimedia{
|
734 |
position: absolute;
|
735 |
right: 15px;
|
736 |
top: 15px;
|
742 |
}
|
743 |
#efblcf.efbl_ver_pro a.efbl_feed_popup{
|
744 |
display: none !important;
|
745 |
+
}
|
746 |
+
.eflb-wrapper {
|
747 |
+
background: #e9ebee;
|
748 |
+
}
|
749 |
+
.efbl_feed_wraper .eflb-post-wrapper .efbl_fb_story.eflb-post {
|
750 |
+
background-color: #f7f7f7;
|
751 |
+
margin: 15px 0;
|
752 |
+
width: 100%;
|
753 |
+
box-sizing: border-box;
|
754 |
+
border-radius: 5px;
|
755 |
+
border: 1px solid #dddfe2;
|
756 |
+
}
|
757 |
+
.efbl_feed_wraper .eflb-post-wrapper .efbl_fb_story.eflb-post .efbl_story_text{
|
758 |
+
background: transparent;
|
759 |
+
}
|
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();
|
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();
|
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.
|
37 |
/**
|
38 |
* @TODO - Rename "plugin-name" to the name your your plugin
|
39 |
*
|
@@ -296,13 +296,13 @@ class Easy_Facebook_Likebox
|
|
296 |
*/
|
297 |
public function enqueue_styles()
|
298 |
{
|
|
|
299 |
wp_enqueue_style(
|
300 |
$this->plugin_slug . '-plugin-styles',
|
301 |
plugins_url( 'assets/css/public.css', __FILE__ ),
|
302 |
array(),
|
303 |
self::VERSION
|
304 |
);
|
305 |
-
// plan end
|
306 |
wp_enqueue_style(
|
307 |
$this->plugin_slug . '-font-awesome',
|
308 |
plugins_url( 'assets/css/font-awesome.css', __FILE__ ),
|
@@ -315,12 +315,6 @@ class Easy_Facebook_Likebox
|
|
315 |
array(),
|
316 |
self::VERSION
|
317 |
);
|
318 |
-
wp_enqueue_style(
|
319 |
-
'fotorama',
|
320 |
-
FTA_PLUGIN_URL . 'assets/css/fotorama.css',
|
321 |
-
array(),
|
322 |
-
self::VERSION
|
323 |
-
);
|
324 |
wp_enqueue_style(
|
325 |
$this->plugin_slug . '-popup-styles',
|
326 |
plugins_url( 'assets/popup/magnific-popup.css', __FILE__ ),
|
@@ -342,12 +336,7 @@ class Easy_Facebook_Likebox
|
|
342 |
array( 'jquery' ),
|
343 |
self::VERSION
|
344 |
);
|
345 |
-
|
346 |
-
'fotorama.min',
|
347 |
-
FTA_PLUGIN_URL . 'assets/js/fotorama.min.js',
|
348 |
-
array( 'jquery' ),
|
349 |
-
self::VERSION
|
350 |
-
);
|
351 |
wp_enqueue_script(
|
352 |
$this->plugin_slug . '-cookie-script',
|
353 |
plugins_url( 'assets/js/jquery.cookie.js', __FILE__ ),
|
@@ -400,6 +389,7 @@ class Easy_Facebook_Likebox
|
|
400 |
*/
|
401 |
public function render_fb_page_plugin( $options )
|
402 |
{
|
|
|
403 |
extract( $options, EXTR_SKIP );
|
404 |
if ( empty($fb_appid) ) {
|
405 |
$fb_appid = '395202813876688';
|
@@ -417,16 +407,34 @@ class Easy_Facebook_Likebox
|
|
417 |
$responsive = ( $responsive == 1 ? 'data-adapt-container-width=true' : 'data-adapt-container-width=false' );
|
418 |
$hide_cta = ( $hide_cta == 1 ? 'data-hide-cta=true' : 'data-hide-cta=false' );
|
419 |
$small_header = ( $small_header == 1 ? 'data-small-header="true"' : 'data-small-header="false"' );
|
|
|
|
|
|
|
|
|
|
|
420 |
$preLoader = plugins_url( 'assets/images/loader.gif', __FILE__ );
|
421 |
$returner = '<div id="fb-root"></div>
|
422 |
-
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
var js, fjs = d.getElementsByTagName(s)[0];
|
|
|
424 |
if (d.getElementById(id)) return;
|
425 |
js = d.createElement(s); js.id = id;
|
426 |
js.async=true;
|
427 |
js.src = "//connect.facebook.net/' . $locale . '/all.js#xfbml=1&appId=' . $fb_appid . '";
|
428 |
fjs.parentNode.insertBefore(js, fjs);
|
429 |
-
}(document, \'script\', \'facebook-jssdk\'))
|
|
|
430 |
$likebox_instance = $this->likebox_instance;
|
431 |
$returner .= ' <div class="efbl-like-box ' . $likebox_instance . '">
|
432 |
<img class="efbl-loader" src="' . $preLoader . '" >
|
@@ -434,7 +442,7 @@ class Easy_Facebook_Likebox
|
|
434 |
if ( $animate_effect ) {
|
435 |
$returner .= '' . $animate_effect . '';
|
436 |
}
|
437 |
-
$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 . '>
|
438 |
</div>
|
439 |
|
440 |
</div>
|
@@ -549,6 +557,11 @@ class Easy_Facebook_Likebox
|
|
549 |
exit;*/
|
550 |
include 'views/public.php';
|
551 |
}
|
|
|
|
|
|
|
|
|
|
|
552 |
|
553 |
}
|
554 |
$efbl = new Easy_Facebook_Likebox();
|
33 |
*
|
34 |
* @var string
|
35 |
*/
|
36 |
+
const VERSION = '5.1.3' ;
|
37 |
/**
|
38 |
* @TODO - Rename "plugin-name" to the name your your plugin
|
39 |
*
|
296 |
*/
|
297 |
public function enqueue_styles()
|
298 |
{
|
299 |
+
// plan end
|
300 |
wp_enqueue_style(
|
301 |
$this->plugin_slug . '-plugin-styles',
|
302 |
plugins_url( 'assets/css/public.css', __FILE__ ),
|
303 |
array(),
|
304 |
self::VERSION
|
305 |
);
|
|
|
306 |
wp_enqueue_style(
|
307 |
$this->plugin_slug . '-font-awesome',
|
308 |
plugins_url( 'assets/css/font-awesome.css', __FILE__ ),
|
315 |
array(),
|
316 |
self::VERSION
|
317 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
wp_enqueue_style(
|
319 |
$this->plugin_slug . '-popup-styles',
|
320 |
plugins_url( 'assets/popup/magnific-popup.css', __FILE__ ),
|
336 |
array( 'jquery' ),
|
337 |
self::VERSION
|
338 |
);
|
339 |
+
// plan end
|
|
|
|
|
|
|
|
|
|
|
340 |
wp_enqueue_script(
|
341 |
$this->plugin_slug . '-cookie-script',
|
342 |
plugins_url( 'assets/js/jquery.cookie.js', __FILE__ ),
|
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';
|
407 |
$responsive = ( $responsive == 1 ? 'data-adapt-container-width=true' : 'data-adapt-container-width=false' );
|
408 |
$hide_cta = ( $hide_cta == 1 ? 'data-hide-cta=true' : 'data-hide-cta=false' );
|
409 |
$small_header = ( $small_header == 1 ? 'data-small-header="true"' : 'data-small-header="false"' );
|
410 |
+
$tabs = null;
|
411 |
+
if ( !isset( $animate_effect ) ) {
|
412 |
+
$animate_effect = "fadeIn";
|
413 |
+
}
|
414 |
+
// echo'<pre>'; print_r($tabs);exit();
|
415 |
$preLoader = plugins_url( 'assets/images/loader.gif', __FILE__ );
|
416 |
$returner = '<div id="fb-root"></div>
|
417 |
+
<script>
|
418 |
+
|
419 |
+
window.fbAsyncInit = function() {
|
420 |
+
FB.init({
|
421 |
+
appId : ' . $fb_appid . ',
|
422 |
+
xfbml : true,
|
423 |
+
status : true,
|
424 |
+
version : "v2.5"
|
425 |
+
});
|
426 |
+
};
|
427 |
+
(function(d, s, id) {
|
428 |
+
|
429 |
var js, fjs = d.getElementsByTagName(s)[0];
|
430 |
+
|
431 |
if (d.getElementById(id)) return;
|
432 |
js = d.createElement(s); js.id = id;
|
433 |
js.async=true;
|
434 |
js.src = "//connect.facebook.net/' . $locale . '/all.js#xfbml=1&appId=' . $fb_appid . '";
|
435 |
fjs.parentNode.insertBefore(js, fjs);
|
436 |
+
}(document, \'script\', \'facebook-jssdk\'));
|
437 |
+
</script>';
|
438 |
$likebox_instance = $this->likebox_instance;
|
439 |
$returner .= ' <div class="efbl-like-box ' . $likebox_instance . '">
|
440 |
<img class="efbl-loader" src="' . $preLoader . '" >
|
442 |
if ( $animate_effect ) {
|
443 |
$returner .= '' . $animate_effect . '';
|
444 |
}
|
445 |
+
$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 . '>
|
446 |
</div>
|
447 |
|
448 |
</div>
|
557 |
exit;*/
|
558 |
include 'views/public.php';
|
559 |
}
|
560 |
+
|
561 |
+
/* efbl_load_more_feeds method ends here. */
|
562 |
+
public function efbl_load_more_feeds()
|
563 |
+
{
|
564 |
+
}
|
565 |
|
566 |
}
|
567 |
$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 |
-
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
// echo '<pre>'; print_r($feedData);exit;
|
56 |
|
@@ -83,7 +88,7 @@ if(!function_exists('ecff_makeClickableLinks')){
|
|
83 |
if(!function_exists('ecff_hastags_to_link')){
|
84 |
function ecff_hastags_to_link($text){
|
85 |
|
86 |
-
return preg_replace('/(^|\s)#(\w*[a-zA-Z_]+\w*)/', '\1#<a href="https://www.facebook.com/hashtag/\2" target="_blank">\2</a>', $text);
|
87 |
}
|
88 |
}
|
89 |
|
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 |
|
88 |
if(!function_exists('ecff_hastags_to_link')){
|
89 |
function ecff_hastags_to_link($text){
|
90 |
|
91 |
+
return preg_replace('/(^|\s)#(\w*[a-zA-Z_]+\w*)/', '\1#<a href="https://www.facebook.com/hashtag/\2" class="eflb-hash" target="_blank">\2</a>', $text);
|
92 |
}
|
93 |
}
|
94 |
|
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,9 +134,9 @@ 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() ) {
|
@@ -144,7 +144,13 @@ if ( is_customize_preview() ) {
|
|
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,15 @@ 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 |
-
|
172 |
-
|
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 +208,10 @@ if ( is_customize_preview() ) {
|
|
201 |
// plan end
|
202 |
|
203 |
if ( !$json_decoded->error ) {
|
204 |
-
// echo "<pre>"; print_r($fbData);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,19 +236,34 @@ 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 |
foreach ( $fbData as $story ) {
|
243 |
// echo "<pre>"; print_r($i); echo "</pre>";
|
244 |
//to check for the number of posts specified
|
245 |
-
if
|
246 |
-
break;
|
247 |
-
}
|
248 |
$post_text = null;
|
249 |
$story_id = $story->id;
|
250 |
//get the feed type
|
@@ -338,16 +357,9 @@ if ( !$json_decoded->error ) {
|
|
338 |
$auth_img_src = 'https://graph.facebook.com/' . $page_id . '/picture?type=large';
|
339 |
//get author image src
|
340 |
$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>';
|
341 |
-
|
342 |
-
|
343 |
-
if ( $selected_skin == 'half' || $selected_skin == 'halfwidth' ) {
|
344 |
-
$layout = 'halfwidth';
|
345 |
-
} elseif ( $selected_skin == 'full' || $selected_skin == 'fullwidth' ) {
|
346 |
-
$layout = 'fullwidth';
|
347 |
-
} else {
|
348 |
-
$layout = 'halfwidth';
|
349 |
}
|
350 |
-
|
351 |
/*
|
352 |
* Starting buffer.
|
353 |
*/
|
@@ -369,6 +381,18 @@ if ( !$json_decoded->error ) {
|
|
369 |
$pi++;
|
370 |
}
|
371 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
372 |
} else {
|
373 |
|
374 |
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 . '_' . $page_name . '-' . $post_limit;
|
138 |
if ( empty($page_name) ) {
|
139 |
+
$trasneint_name = 'efbl_' . $query . '_' . $page_id . '-' . $post_limit;
|
140 |
}
|
141 |
global $efbl_skins ;
|
142 |
if ( is_customize_preview() ) {
|
144 |
}
|
145 |
//if(isset($instance['clear_cache']) && !empty($instance['clear_cache'])) delete_transient( $trasneint_name );
|
146 |
//delete_transient($trasneint_name);
|
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 |
+
if ( isset( $accesstoken ) && !empty($accesstoken) ) {
|
173 |
+
$own_access_token = $accesstoken;
|
174 |
+
}
|
175 |
|
176 |
if ( !$posts_json || '' == $posts_json || $test_mode ) {
|
177 |
//build query
|
178 |
$jws_api_url = 'https://graph.facebook.com/' . $page_id . '/' . $query . '?access_token=' . $access_token . '&limit=' . $post_limit . '&locale=en_us';
|
179 |
+
$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';
|
180 |
+
// echo $jws_api_url;exit;
|
|
|
181 |
//set json data
|
182 |
$posts_json = jws_fetchUrl( $jws_api_url );
|
183 |
$json_decoded = json_decode( $posts_json );
|
208 |
// plan end
|
209 |
|
210 |
if ( !$json_decoded->error ) {
|
|
|
211 |
$returner = null;
|
212 |
$rand_id = mt_rand( 1, 10 );
|
213 |
$efbl_bio_data = efbl_get_page_bio( $page_id, $access_token, $cache_seconds );
|
|
|
214 |
$page_meta = $fb_settings['approved_pages'][$page_id];
|
|
|
215 |
//Start wraper of feed
|
216 |
$returner .= '<div class="efbl_feed_wraper efbl_skin_' . $skin_id . '" id="efbl_feed_' . $rand_id . '">';
|
217 |
|
236 |
</div>';
|
237 |
}
|
238 |
|
239 |
+
$is_sliced = false;
|
240 |
+
$fbData = array_slice( $fbData, 0, $post_limit );
|
241 |
+
if ( isset( $fbData ) && !empty($fbData) ) {
|
242 |
+
$is_sliced = true;
|
243 |
+
}
|
244 |
|
245 |
if ( $fbData ) {
|
246 |
$i = null;
|
247 |
$pi = 1;
|
248 |
// increment counter for popup gallery
|
249 |
$efbl_skin = $efbl_skins[$skin_id]['design'];
|
250 |
+
if ( empty($layout) ) {
|
251 |
+
$layout = $selected_skin;
|
252 |
+
}
|
253 |
+
if ( $layout == 'half' ) {
|
254 |
+
$layout = 'halfwidth';
|
255 |
+
}
|
256 |
+
if ( $layout == 'full' ) {
|
257 |
+
$layout = 'fullwidth';
|
258 |
+
}
|
259 |
+
$returner .= '<div class="efbl_feeds_holder efbl_feeds_' . $layout . '" data-template="' . $layout . '">';
|
260 |
+
if ( 'masonry' == $layout ) {
|
261 |
+
$returner .= '<div class="efbl-masonry-sizer"></div>';
|
262 |
+
}
|
263 |
foreach ( $fbData as $story ) {
|
264 |
// echo "<pre>"; print_r($i); echo "</pre>";
|
265 |
//to check for the number of posts specified
|
266 |
+
// if($i == $post_limit) break;
|
|
|
|
|
267 |
$post_text = null;
|
268 |
$story_id = $story->id;
|
269 |
//get the feed type
|
357 |
$auth_img_src = 'https://graph.facebook.com/' . $page_id . '/picture?type=large';
|
358 |
//get author image src
|
359 |
$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>';
|
360 |
+
if ( isset( $words_limit ) && !empty($words_limit) ) {
|
361 |
+
$post_text = wp_trim_words( $post_text, $words_limit );
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
}
|
|
|
363 |
/*
|
364 |
* Starting buffer.
|
365 |
*/
|
381 |
$pi++;
|
382 |
}
|
383 |
}
|
384 |
+
$returner .= '</div>';
|
385 |
+
/*
|
386 |
+
* Combinig shortcode atts for getting feeds from instagram api.
|
387 |
+
*/
|
388 |
+
$combined_atts = $post_limit . ',' . $words_limit . ',' . $skin_id . ',' . $cache_seconds . ',' . $page_id . ',' . $layout . ',' . $trasneint_name . ',' . $filter . ',' . $events_filter;
|
389 |
+
$efbl_load_more_text = __( apply_filters( 'efbl_load_more_text', 'Load More' ), 'easy-facebook-likebox' );
|
390 |
+
$efbl_loading_text = __( apply_filters( 'efbl_loading_text', 'Loading' ), 'easy-facebook-likebox' );
|
391 |
+
$efbl_no_more_posts = __( apply_filters( 'efbl_no_more_posts', 'No More Found' ), 'easy-facebook-likebox' );
|
392 |
+
$efbl_view_all_events = __( apply_filters( 'efbl_view_all_events', 'View All Events' ), 'easy-facebook-likebox' );
|
393 |
+
if ( !$is_saved_posts && empty($next_post_url) ) {
|
394 |
+
$load_btn_disabled = 'no-more';
|
395 |
+
}
|
396 |
} else {
|
397 |
|
398 |
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,92 +12,126 @@
|
|
11 |
* @link https://maltathemes.com
|
12 |
* @copyright 2019 MaltaThemes
|
13 |
*/
|
14 |
-
|
15 |
-
/*
|
16 |
* Getting main class
|
17 |
*/
|
18 |
-
|
19 |
-
|
20 |
-
/*
|
21 |
* Getting Settings
|
22 |
*/
|
23 |
-
|
24 |
-
|
25 |
/*
|
26 |
* Facebook Settings
|
27 |
*/
|
28 |
$options = $fta_settings['plugins']['facebook'];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
-
if(isset($options['
|
31 |
-
$
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
if(isset($options['efbl_popup_height']))
|
37 |
-
$height = $options['efbl_popup_height'];
|
38 |
-
|
39 |
-
if(isset($options['efbl_popup_shortcode']))
|
40 |
-
$shortcode = stripslashes($options['efbl_popup_shortcode']);
|
41 |
-
// echo "<pre>"; print_r(stripslashes($shortcode));exit();
|
42 |
-
|
43 |
-
if(isset($options['efbl_enable_popup'])){
|
44 |
-
|
45 |
-
$popup_class = null;
|
46 |
-
|
47 |
-
if(empty($shortcode)) $popup_class = 'efbl_popup_empty';
|
48 |
-
|
49 |
-
?>
|
50 |
<div style="display:none">
|
51 |
<a class="popup-with-form efbl_popup_trigger" href="#efbl_popup" >Inline</a>
|
52 |
</div>
|
53 |
|
54 |
<!-- This file is used to markup the public facing aspect of the plugin. -->
|
55 |
|
56 |
-
<div id="efbl_popup" class="white-popup <?php
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
<?php
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
76 |
</div>
|
77 |
|
78 |
<script type="text/javascript">
|
79 |
jQuery(document).ready(function($) {
|
80 |
/*$.removeCookie('dont_show', { path: '/' }); */
|
|
|
|
|
|
|
81 |
|
82 |
$('.popup-with-form').magnificPopup({
|
83 |
type: 'inline',
|
84 |
preloader: false,
|
85 |
|
86 |
-
<?php
|
|
|
|
|
87 |
callbacks: {
|
88 |
close: function() {
|
89 |
$.cookie('dont_show', '1' ,{ expires: 7, path: '/' } );
|
90 |
}
|
91 |
},
|
92 |
-
<?php
|
|
|
|
|
93 |
|
94 |
});
|
95 |
|
96 |
-
|
|
|
|
|
|
|
97 |
|
98 |
if( $.cookie('dont_show') != 1)
|
99 |
-
openFancybox(<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
});
|
102 |
|
@@ -104,4 +139,5 @@ function openFancybox(interval) {
|
|
104 |
setTimeout( function() {jQuery('.efbl_popup_trigger').trigger('click'); },interval);
|
105 |
}
|
106 |
</script>
|
107 |
-
<?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 |
+
$exit_intent = $options['exit_intent'];
|
44 |
+
$efbl_ver = 'free';
|
45 |
+
if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
|
46 |
+
$efbl_ver = 'pro';
|
47 |
+
}
|
48 |
+
if ( $efbl_ver == 'free' ) {
|
49 |
+
$exit_intent = 0;
|
50 |
+
}
|
51 |
|
52 |
+
if ( isset( $options['efbl_enable_popup'] ) ) {
|
53 |
+
$popup_class = null;
|
54 |
+
if ( empty($shortcode) ) {
|
55 |
+
$popup_class = 'efbl_popup_empty';
|
56 |
+
}
|
57 |
+
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
<div style="display:none">
|
59 |
<a class="popup-with-form efbl_popup_trigger" href="#efbl_popup" >Inline</a>
|
60 |
</div>
|
61 |
|
62 |
<!-- This file is used to markup the public facing aspect of the plugin. -->
|
63 |
|
64 |
+
<div id="efbl_popup" class="white-popup <?php
|
65 |
+
echo $popup_class ;
|
66 |
+
?> mfp-hide" style="width:<?php
|
67 |
+
echo $width ;
|
68 |
+
?>px; height:<?php
|
69 |
+
echo $height ;
|
70 |
+
?>px">
|
71 |
<?php
|
72 |
+
|
73 |
+
if ( empty($shortcode) ) {
|
74 |
+
|
75 |
+
if ( is_user_logged_in() ) {
|
76 |
+
$efbl_setting_direct_link = admin_url( 'admin.php?page=easy-facebook-likebox#efbl-auto-popup' );
|
77 |
+
$efbl_setting_direct_link_html = '<a target="_blank" href="' . $efbl_setting_direct_link . '">' . __( 'Take me there', 'easy-facebook-likebox' ) . '</a>';
|
78 |
+
} else {
|
79 |
+
$efbl_setting_direct_link_html = null;
|
80 |
+
}
|
81 |
+
|
82 |
+
$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>';
|
83 |
+
$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>';
|
84 |
+
$efbl_likebox_html .= '<p>' . __( "Don't forget to replace the maltathemes with your page ID", 'easy-facebook-likebox' ) . '</p>';
|
85 |
+
echo $efbl_likebox_html ;
|
86 |
+
} else {
|
87 |
+
echo do_shortcode( $shortcode ) ;
|
88 |
+
}
|
89 |
+
|
90 |
+
?>
|
91 |
</div>
|
92 |
|
93 |
<script type="text/javascript">
|
94 |
jQuery(document).ready(function($) {
|
95 |
/*$.removeCookie('dont_show', { path: '/' }); */
|
96 |
+
<?php
|
97 |
+
?>
|
98 |
+
// console.log(trackLeave());
|
99 |
|
100 |
$('.popup-with-form').magnificPopup({
|
101 |
type: 'inline',
|
102 |
preloader: false,
|
103 |
|
104 |
+
<?php
|
105 |
+
if ( isset( $options['efbl_do_not_show_again'] ) and $options['efbl_do_not_show_again'] == 1 ) {
|
106 |
+
?>
|
107 |
callbacks: {
|
108 |
close: function() {
|
109 |
$.cookie('dont_show', '1' ,{ expires: 7, path: '/' } );
|
110 |
}
|
111 |
},
|
112 |
+
<?php
|
113 |
+
}
|
114 |
+
?>
|
115 |
|
116 |
});
|
117 |
|
118 |
+
<?php
|
119 |
+
|
120 |
+
if ( !$exit_intent ) {
|
121 |
+
?>
|
122 |
|
123 |
if( $.cookie('dont_show') != 1)
|
124 |
+
openFancybox(<?php
|
125 |
+
echo $delay ;
|
126 |
+
?>);
|
127 |
+
|
128 |
+
<?php
|
129 |
+
}
|
130 |
+
|
131 |
+
?>
|
132 |
+
|
133 |
+
<?php
|
134 |
+
?>
|
135 |
|
136 |
});
|
137 |
|
139 |
setTimeout( function() {jQuery('.efbl_popup_trigger').trigger('click'); },interval);
|
140 |
}
|
141 |
</script>
|
142 |
+
<?php
|
143 |
+
}
|
easy-facebook-likebox/public/views/templates/template-fullwidth.php
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
if ( !defined( 'ABSPATH' ) ) {
|
7 |
exit;
|
8 |
}
|
|
|
9 |
$efbl_ver = 'free';
|
10 |
if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
|
11 |
$efbl_ver = 'pro';
|
6 |
if ( !defined( 'ABSPATH' ) ) {
|
7 |
exit;
|
8 |
}
|
9 |
+
list( $efbl_feed_width, $efbl_feed_height, $type, $attr ) = getimagesize( $feed_img );
|
10 |
$efbl_ver = 'free';
|
11 |
if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
|
12 |
$efbl_ver = 'pro';
|
easy-facebook-likebox/public/views/templates/template-halfwidth.php
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
if ( !defined( 'ABSPATH' ) ) {
|
7 |
exit;
|
8 |
}
|
|
|
9 |
$efbl_ver = 'free';
|
10 |
if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
|
11 |
$efbl_ver = 'pro';
|
6 |
if ( !defined( 'ABSPATH' ) ) {
|
7 |
exit;
|
8 |
}
|
9 |
+
list( $efbl_feed_width, $efbl_feed_height, $type, $attr ) = getimagesize( $feed_img );
|
10 |
$efbl_ver = 'free';
|
11 |
if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
|
12 |
$efbl_ver = 'pro';
|
easy-facebook-likebox/public/views/templates/template-thumbnail.php
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
if ( !defined( 'ABSPATH' ) ) {
|
7 |
exit;
|
8 |
}
|
|
|
9 |
$efbl_ver = 'free';
|
10 |
if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
|
11 |
$efbl_ver = 'pro';
|
6 |
if ( !defined( 'ABSPATH' ) ) {
|
7 |
exit;
|
8 |
}
|
9 |
+
list( $efbl_feed_width, $efbl_feed_height, $type, $attr ) = getimagesize( $feed_img );
|
10 |
$efbl_ver = 'free';
|
11 |
if ( efl_fs()->is_plan( 'facebook_premium', true ) or efl_fs()->is_plan( 'combo_premium', true ) ) {
|
12 |
$efbl_ver = 'pro';
|
my-instagram-feed/admin/admin.php
CHANGED
@@ -356,7 +356,11 @@ if ( !class_exists( 'MIF_Admin' ) ) {
|
|
356 |
<label for="mif_free_multifeed">' . __( 'Multiple Feeds', 'easy-facebook-likebox' ) . '</label>
|
357 |
</span>';
|
358 |
$fta_settings = $FTA->fta_get_settings();
|
359 |
-
$skin_id =
|
|
|
|
|
|
|
|
|
360 |
$mif_insta_account = null;
|
361 |
if ( isset( $mif_insta_accounts['0']->id ) ) {
|
362 |
$mif_insta_account = $mif_insta_accounts['0']->id;
|
@@ -549,7 +553,11 @@ if ( !class_exists( 'MIF_Admin' ) ) {
|
|
549 |
$mif_skin_html = null;
|
550 |
/* Getting the demo page id. */
|
551 |
$fta_settings = $FTA->fta_get_settings();
|
552 |
-
$page_id =
|
|
|
|
|
|
|
|
|
553 |
$page_permalink = get_permalink( $page_id );
|
554 |
|
555 |
if ( isset( $mif_skins ) ) {
|
@@ -688,41 +696,6 @@ if ( !class_exists( 'MIF_Admin' ) ) {
|
|
688 |
__( 'Please select your account to see in preview', 'easy-facebook-likebox' )
|
689 |
);
|
690 |
$mif_skins_html = apply_filters( 'mif_skins_html', $mif_skins_html );
|
691 |
-
$mif_faqs = $this->mif_get_data( 'http://maltathemes.com/wp-json/wp/v2/pages/287' );
|
692 |
-
// echo "<pre>"; print_r();exit();
|
693 |
-
/*
|
694 |
-
* Help tab html.
|
695 |
-
* mif_help_html filter can be used to customize help tab html.
|
696 |
-
*/
|
697 |
-
$mif_help_html = null;
|
698 |
-
$mif_help_html .= sprintf(
|
699 |
-
'<div id="mif-help" class="col s12 mif_tab_c slideLeft"><div class="row">
|
700 |
-
<!-- Faqs HTML-->
|
701 |
-
<div class="mif_faqs_wrap">
|
702 |
-
<h5>%1$s</h5>
|
703 |
-
%2$s
|
704 |
-
</div>
|
705 |
-
<!-- Faqs HTML Ends-->
|
706 |
-
|
707 |
-
<!-- More Help HTML-->
|
708 |
-
<div class="mif_more_help_wrap">
|
709 |
-
<h5>%3$s</h5>
|
710 |
-
%4$s
|
711 |
-
</div>
|
712 |
-
<!-- More HTML Ends-->
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
</div></div>',
|
717 |
-
/* Variables starts here. */
|
718 |
-
__( "Faq's", 'easy-facebook-likebox' ),
|
719 |
-
isset( $mif_faqs->content->rendered ),
|
720 |
-
__( 'Still Need Help?', 'easy-facebook-likebox' ),
|
721 |
-
__( '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' ),
|
722 |
-
__( 'Create', 'easy-facebook-likebox' ),
|
723 |
-
$mif_help_html
|
724 |
-
);
|
725 |
-
$mif_help_html = apply_filters( 'mif_help_html', $mif_help_html );
|
726 |
/*
|
727 |
* Our Plugins tab html.
|
728 |
* mif_other_plugins_html filter can be used to customize our plugins tab html.
|
@@ -745,7 +718,11 @@ if ( !class_exists( 'MIF_Admin' ) ) {
|
|
745 |
*/
|
746 |
$current_link = urlencode( (( isset( $_SERVER['HTTPS'] ) ? "https" : "http" )) . "://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}" );
|
747 |
$fta_settings = $FTA->fta_get_settings();
|
748 |
-
$page_id =
|
|
|
|
|
|
|
|
|
749 |
$page_permalink = get_permalink( $page_id );
|
750 |
$page_permalink = urlencode( $page_permalink );
|
751 |
$final_customize_Url = admin_url( 'customize.php?url=' . $page_permalink . '&autofocus[panel]=fta_skins_panel&mif_customize=yes&return=' . $current_link . '' );
|
@@ -800,10 +777,6 @@ if ( !class_exists( 'MIF_Admin' ) ) {
|
|
800 |
</a>
|
801 |
</li>
|
802 |
|
803 |
-
<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">
|
804 |
-
<i class="material-icons dp48">help_outline</i>
|
805 |
-
</a>
|
806 |
-
</li>
|
807 |
<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">
|
808 |
<i class="material-icons dp48">apps</i>
|
809 |
</a>
|
@@ -867,17 +840,25 @@ if ( !class_exists( 'MIF_Admin' ) ) {
|
|
867 |
$mif_cache_html,
|
868 |
$efbl_empty_at_class,
|
869 |
__( 'Help', 'easy-facebook-likebox' ),
|
870 |
-
$mif_help_html,
|
871 |
$mif_op_html,
|
872 |
-
__( "
|
873 |
'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' ) . '',
|
874 |
__( 'Connect My Instagram Account', 'easy-facebook-likebox' ),
|
875 |
__( 'Other Plugins', 'easy-facebook-likebox' ),
|
876 |
__( 'Are you sure?', 'easy-facebook-likebox' ),
|
877 |
-
__( "Do you really want to delete the access token? It will delete all the pages data and
|
878 |
__( 'Delete', 'easy-facebook-likebox' ),
|
879 |
__( 'Cancel', 'easy-facebook-likebox' )
|
880 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
881 |
$returner = apply_filters( 'mif_base_html', $returner );
|
882 |
echo $returner ;
|
883 |
}
|
356 |
<label for="mif_free_multifeed">' . __( 'Multiple Feeds', 'easy-facebook-likebox' ) . '</label>
|
357 |
</span>';
|
358 |
$fta_settings = $FTA->fta_get_settings();
|
359 |
+
$skin_id = null;
|
360 |
+
/* Getting the demo page id. */
|
361 |
+
if ( isset( $fta_settings['plugins']['instagram']['default_skin_id'] ) && !empty($fta_settings['plugins']['instagram']['default_skin_id']) ) {
|
362 |
+
$skin_id = $fta_settings['plugins']['instagram']['default_skin_id'];
|
363 |
+
}
|
364 |
$mif_insta_account = null;
|
365 |
if ( isset( $mif_insta_accounts['0']->id ) ) {
|
366 |
$mif_insta_account = $mif_insta_accounts['0']->id;
|
553 |
$mif_skin_html = null;
|
554 |
/* Getting the demo page id. */
|
555 |
$fta_settings = $FTA->fta_get_settings();
|
556 |
+
$page_id = null;
|
557 |
+
/* Getting the demo page id. */
|
558 |
+
if ( isset( $fta_settings['plugins']['instagram']['default_page_id'] ) && !empty($fta_settings['plugins']['instagram']['default_page_id']) ) {
|
559 |
+
$page_id = $fta_settings['plugins']['instagram']['default_page_id'];
|
560 |
+
}
|
561 |
$page_permalink = get_permalink( $page_id );
|
562 |
|
563 |
if ( isset( $mif_skins ) ) {
|
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.
|
718 |
*/
|
719 |
$current_link = urlencode( (( isset( $_SERVER['HTTPS'] ) ? "https" : "http" )) . "://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}" );
|
720 |
$fta_settings = $FTA->fta_get_settings();
|
721 |
+
$page_id = null;
|
722 |
+
/* Getting the demo page id. */
|
723 |
+
if ( isset( $fta_settings['plugins']['instagram']['default_page_id'] ) && !empty($fta_settings['plugins']['instagram']['default_page_id']) ) {
|
724 |
+
$page_id = $fta_settings['plugins']['instagram']['default_page_id'];
|
725 |
+
}
|
726 |
$page_permalink = get_permalink( $page_id );
|
727 |
$page_permalink = urlencode( $page_permalink );
|
728 |
$final_customize_Url = admin_url( 'customize.php?url=' . $page_permalink . '&autofocus[panel]=fta_skins_panel&mif_customize=yes&return=' . $current_link . '' );
|
777 |
</a>
|
778 |
</li>
|
779 |
|
|
|
|
|
|
|
|
|
780 |
<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">
|
781 |
<i class="material-icons dp48">apps</i>
|
782 |
</a>
|
840 |
$mif_cache_html,
|
841 |
$efbl_empty_at_class,
|
842 |
__( 'Help', 'easy-facebook-likebox' ),
|
843 |
+
$mif_help_html = null,
|
844 |
$mif_op_html,
|
845 |
+
__( "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' ),
|
846 |
'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' ) . '',
|
847 |
__( 'Connect My Instagram Account', 'easy-facebook-likebox' ),
|
848 |
__( 'Other Plugins', 'easy-facebook-likebox' ),
|
849 |
__( 'Are you sure?', 'easy-facebook-likebox' ),
|
850 |
+
__( "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' ),
|
851 |
__( 'Delete', 'easy-facebook-likebox' ),
|
852 |
__( 'Cancel', 'easy-facebook-likebox' )
|
853 |
);
|
854 |
+
if ( efl_fs()->is_free_plan() ) {
|
855 |
+
$returner .= '<div class="espf-upgrade">
|
856 |
+
<h2>' . __( 'Easy Social Post Feed <b>Pro</b>', 'easy-facebook-likebox' ) . '</h2>
|
857 |
+
<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>
|
858 |
+
<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>
|
859 |
+
<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>
|
860 |
+
</div>';
|
861 |
+
}
|
862 |
$returner = apply_filters( 'mif_base_html', $returner );
|
863 |
echo $returner ;
|
864 |
}
|
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:#f1f10c70;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:#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 */
|
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,qBACA,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 .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 .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{height:31px;width:100%;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 .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,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%;-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: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;-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 .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);-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;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 .2s;-ms-transition:all ease-in .2s;-o-transition:all ease-in .2s;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;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 */
|
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-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
@@ -178,7 +178,7 @@
|
|
178 |
display: inline-block;
|
179 |
|
180 |
.mif_auth_notice{
|
181 |
-
background:
|
182 |
padding: 10px;
|
183 |
a{
|
184 |
color: #000;
|
178 |
display: inline-block;
|
179 |
|
180 |
.mif_auth_notice{
|
181 |
+
background: rgba(241, 241, 12, 0.4392156863);
|
182 |
padding: 10px;
|
183 |
a{
|
184 |
color: #000;
|
my-instagram-feed/assets/scss/mif_customizer_style.scss
CHANGED
@@ -4,7 +4,31 @@
|
|
4 |
#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
|
5 |
{
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
.modal{ width: 38%; top: 30% !important; background-color: #fff;
|
9 |
.mif-close-modal{
|
10 |
position: absolute;
|
@@ -54,11 +78,7 @@
|
|
54 |
|
55 |
}
|
56 |
|
57 |
-
|
58 |
-
&:hover, &:focus{
|
59 |
-
color:#fff;
|
60 |
-
}
|
61 |
-
}
|
62 |
|
63 |
background-color:#fff !important;
|
64 |
select{
|
@@ -114,12 +134,17 @@
|
|
114 |
}
|
115 |
}
|
116 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
.wp-picker-container .wp-color-result.button{
|
118 |
width: 100%;
|
119 |
height: 33px;
|
120 |
.wp-color-result-text{
|
121 |
-
|
122 |
-
width: 100%;
|
123 |
float: right;
|
124 |
line-height: 31px;
|
125 |
}
|
4 |
#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
|
5 |
{
|
6 |
|
7 |
+
.customize-control-checkbox input, .customize-control-nav_menu_auto_add input, .customize-control-radio input{
|
8 |
+
margin-left:0 !important;
|
9 |
+
}
|
10 |
+
.fta-upgrade-btn{
|
11 |
+
padding: 10px;
|
12 |
+
height: auto;
|
13 |
+
font-size: 15px;
|
14 |
+
line-height: 2.5;
|
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;
|
22 |
+
transition: .2s ease-out;
|
23 |
+
cursor: pointer;
|
24 |
+
width: 90%;
|
25 |
+
float: left;
|
26 |
+
|
27 |
+
&:hover{
|
28 |
+
opacity:.9;
|
29 |
+
transition: .2s ease-out;
|
30 |
+
}
|
31 |
+
}
|
32 |
.modal{ width: 38%; top: 30% !important; background-color: #fff;
|
33 |
.mif-close-modal{
|
34 |
position: absolute;
|
78 |
|
79 |
}
|
80 |
|
81 |
+
|
|
|
|
|
|
|
|
|
82 |
|
83 |
background-color:#fff !important;
|
84 |
select{
|
134 |
}
|
135 |
}
|
136 |
}
|
137 |
+
input[type="range"]{
|
138 |
+
width: 100%;
|
139 |
+
}
|
140 |
+
.wp-picker-container{
|
141 |
+
width: 100%;
|
142 |
+
}
|
143 |
.wp-picker-container .wp-color-result.button{
|
144 |
width: 100%;
|
145 |
height: 33px;
|
146 |
.wp-color-result-text{
|
147 |
+
width: 80%;
|
|
|
148 |
float: right;
|
149 |
line-height: 31px;
|
150 |
}
|
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;
|
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;}
|
@@ -466,6 +466,9 @@ color: #4b4f52;
|
|
466 |
}
|
467 |
}
|
468 |
}
|
|
|
|
|
|
|
469 |
.fancybox-container .mif_replies_modal
|
470 |
{
|
471 |
max-width: 500px;
|
@@ -485,10 +488,36 @@ margin-top: 0;
|
|
485 |
}
|
486 |
}
|
487 |
}
|
488 |
-
.fotorama__nav-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
494 |
}
|
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;}
|
466 |
}
|
467 |
}
|
468 |
}
|
469 |
+
.fancybox-container .fotorama__html .carousel-item{
|
470 |
+
display: block !important;
|
471 |
+
}
|
472 |
.fancybox-container .mif_replies_modal
|
473 |
{
|
474 |
max-width: 500px;
|
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
@@ -566,7 +566,7 @@ position: absolute;
|
|
566 |
-webkit-transition: all 1s ease-in;
|
567 |
height: 30px;
|
568 |
a{
|
569 |
-
|
570 |
box-shadow: none;
|
571 |
font-size: 12px;
|
572 |
}
|
@@ -1326,11 +1326,11 @@ position: absolute;
|
|
1326 |
|
1327 |
height:100%;
|
1328 |
|
1329 |
-
-webkit-transition: all 0.
|
1330 |
|
1331 |
-
-moz-transition: all 0.
|
1332 |
|
1333 |
-
transition: all
|
1334 |
|
1335 |
}
|
1336 |
|
@@ -1344,13 +1344,13 @@ position: absolute;
|
|
1344 |
|
1345 |
background-color:rgba(0, 0, 0, 0.3);
|
1346 |
|
1347 |
-
-moz-transition:all ease-in 0.
|
1348 |
|
1349 |
-
-ms-transition:all ease-in 0.
|
1350 |
|
1351 |
-
-o-transition:all ease-in 0.
|
1352 |
|
1353 |
-
-webkit-transition:all ease-in 0.
|
1354 |
|
1355 |
transition:all ease-in 1s;
|
1356 |
|
@@ -1382,15 +1382,15 @@ position: absolute;
|
|
1382 |
|
1383 |
background-color:rgba(0, 0, 0, 0.3);
|
1384 |
|
1385 |
-
-moz-transition:all ease-in 0.
|
1386 |
|
1387 |
-
-ms-transition:all ease-in 0.
|
1388 |
|
1389 |
-
-o-transition:all ease-in 0.
|
1390 |
|
1391 |
-
-webkit-transition:all ease-in 0.
|
1392 |
|
1393 |
-
transition:all ease-in .
|
1394 |
|
1395 |
width:100%;
|
1396 |
|
566 |
-webkit-transition: all 1s ease-in;
|
567 |
height: 30px;
|
568 |
a{
|
569 |
+
width: 33%;
|
570 |
box-shadow: none;
|
571 |
font-size: 12px;
|
572 |
}
|
1326 |
|
1327 |
height:100%;
|
1328 |
|
1329 |
+
-webkit-transition: all 0.3s ease-in;
|
1330 |
|
1331 |
+
-moz-transition: all 0.3s ease-in;
|
1332 |
|
1333 |
+
transition: all .3s ease-in;
|
1334 |
|
1335 |
}
|
1336 |
|
1344 |
|
1345 |
background-color:rgba(0, 0, 0, 0.3);
|
1346 |
|
1347 |
+
-moz-transition:all ease-in 0.3s;
|
1348 |
|
1349 |
+
-ms-transition:all ease-in 0.3s;
|
1350 |
|
1351 |
+
-o-transition:all ease-in 0.3s;
|
1352 |
|
1353 |
+
-webkit-transition:all ease-in 0.3s;
|
1354 |
|
1355 |
transition:all ease-in 1s;
|
1356 |
|
1382 |
|
1383 |
background-color:rgba(0, 0, 0, 0.3);
|
1384 |
|
1385 |
+
-moz-transition:all ease-in 0.2s;
|
1386 |
|
1387 |
+
-ms-transition:all ease-in 0.2s;
|
1388 |
|
1389 |
+
-o-transition:all ease-in 0.2s;
|
1390 |
|
1391 |
+
-webkit-transition:all ease-in 0.2s;
|
1392 |
|
1393 |
+
transition:all ease-in .2s;
|
1394 |
|
1395 |
width:100%;
|
1396 |
|
my-instagram-feed/frontend/frontend.php
CHANGED
@@ -624,11 +624,18 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
624 |
$fta_settings = $FTA->fta_get_settings();
|
625 |
|
626 |
if ( empty($user_id) ) {
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
632 |
}
|
633 |
|
634 |
// echo "<pre>"; print_r();exit();
|
@@ -649,7 +656,8 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
649 |
* If seelf decoded data has object.
|
650 |
*/
|
651 |
|
652 |
-
if ( isset( $self_decoded_data ) &&
|
|
|
653 |
/*
|
654 |
* Getting the selected template.
|
655 |
*/
|
@@ -697,10 +705,13 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
697 |
*/
|
698 |
$show_comments = $mif_values['show_comments'];
|
699 |
$show_feed_external_link = $mif_values['show_feed_external_link'];
|
|
|
700 |
/*
|
701 |
* If likes are enabled for $this skin
|
702 |
*/
|
703 |
-
$show_likes
|
|
|
|
|
704 |
/*
|
705 |
* Intializing the incremnt variable.
|
706 |
*/
|
@@ -709,7 +720,7 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
709 |
* If feeds exists loop through each.
|
710 |
*/
|
711 |
|
712 |
-
if ( !isset( $decoded_data->error ) ) {
|
713 |
foreach ( $decoded_data->data as $data ) {
|
714 |
/*
|
715 |
* Incremanting the variable.
|
@@ -731,6 +742,7 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
731 |
$all_comments = $data->comments;
|
732 |
}
|
733 |
$insta_cap = null;
|
|
|
734 |
/*
|
735 |
* Getting feeds caption.
|
736 |
*/
|
@@ -846,8 +858,18 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
846 |
* Return error if problem finding feeds.
|
847 |
*/
|
848 |
} else {
|
849 |
-
// echo "<pre>"; print_r($
|
850 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
851 |
}
|
852 |
|
853 |
//decoded if
|
@@ -994,9 +1016,14 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
994 |
/*
|
995 |
* cache the feeds.
|
996 |
*/
|
997 |
-
|
|
|
998 |
set_transient( $mif_user_slug, $all_trans, $cache_seconds );
|
|
|
|
|
|
|
999 |
}
|
|
|
1000 |
$next_max_id = $new_pagination;
|
1001 |
}
|
1002 |
|
@@ -1197,10 +1224,14 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
1197 |
{
|
1198 |
$FTA = new Feed_Them_All();
|
1199 |
$fta_settings = $FTA->fta_get_settings();
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
|
|
|
|
|
|
|
|
1204 |
if ( $approved_pages ) {
|
1205 |
foreach ( $approved_pages as $key => $approved_page ) {
|
1206 |
if ( isset( $approved_page['instagram_connected_account']->id ) ) {
|
@@ -1222,7 +1253,10 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
1222 |
* Getting bio cached.
|
1223 |
*/
|
1224 |
$decoded_data = get_transient( $mif_user_slug );
|
1225 |
-
$mif_all_feeds =
|
|
|
|
|
|
|
1226 |
/*
|
1227 |
* Remote URL of the instagram API with access token and feeds per page attribute
|
1228 |
*/
|
@@ -1258,11 +1292,15 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
1258 |
/*
|
1259 |
* Getting Pagination.
|
1260 |
*/
|
1261 |
-
$
|
|
|
|
|
1262 |
/*
|
1263 |
* Slicing the array.
|
1264 |
*/
|
1265 |
-
|
|
|
|
|
1266 |
/*
|
1267 |
* Returning back the sliced array.
|
1268 |
*/
|
@@ -1285,10 +1323,13 @@ if ( !class_exists( 'MIF_Front' ) ) {
|
|
1285 |
{
|
1286 |
$FTA = new Feed_Them_All();
|
1287 |
$fta_settings = $FTA->fta_get_settings();
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
|
|
|
|
|
|
1292 |
if ( $approved_pages ) {
|
1293 |
foreach ( $approved_pages as $key => $approved_page ) {
|
1294 |
if ( isset( $approved_page['instagram_connected_account']->id ) ) {
|
624 |
$fta_settings = $FTA->fta_get_settings();
|
625 |
|
626 |
if ( empty($user_id) ) {
|
627 |
+
$approved_pages = array();
|
628 |
+
|
629 |
+
if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) && !empty($fta_settings['plugins']['facebook']['approved_pages']) ) {
|
630 |
+
/*
|
631 |
+
* Getting saved access token.
|
632 |
+
*/
|
633 |
+
$approved_pages = $fta_settings['plugins']['facebook']['approved_pages'];
|
634 |
+
if ( isset( $approved_pages[array_keys( $approved_pages )['0']]['instagram_accounts']->connected_instagram_account->id ) ) {
|
635 |
+
$user_id = $approved_pages[array_keys( $approved_pages )['0']]['instagram_accounts']->connected_instagram_account->id;
|
636 |
+
}
|
637 |
+
}
|
638 |
+
|
639 |
}
|
640 |
|
641 |
// echo "<pre>"; print_r();exit();
|
656 |
* If seelf decoded data has object.
|
657 |
*/
|
658 |
|
659 |
+
if ( !isset( $self_decoded_data->error ) && empty($self_decoded_data->error) ) {
|
660 |
+
// echo '<pre>'; print_r($self_decoded_data);exit();
|
661 |
/*
|
662 |
* Getting the selected template.
|
663 |
*/
|
705 |
*/
|
706 |
$show_comments = $mif_values['show_comments'];
|
707 |
$show_feed_external_link = $mif_values['show_feed_external_link'];
|
708 |
+
$show_likes = null;
|
709 |
/*
|
710 |
* If likes are enabled for $this skin
|
711 |
*/
|
712 |
+
if ( isset( $show_likes ) ) {
|
713 |
+
$show_likes = $mif_values['show_likes'];
|
714 |
+
}
|
715 |
/*
|
716 |
* Intializing the incremnt variable.
|
717 |
*/
|
720 |
* If feeds exists loop through each.
|
721 |
*/
|
722 |
|
723 |
+
if ( !isset( $decoded_data->error ) && !empty($decoded_data->data) ) {
|
724 |
foreach ( $decoded_data->data as $data ) {
|
725 |
/*
|
726 |
* Incremanting the variable.
|
742 |
$all_comments = $data->comments;
|
743 |
}
|
744 |
$insta_cap = null;
|
745 |
+
$videothumb = null;
|
746 |
/*
|
747 |
* Getting feeds caption.
|
748 |
*/
|
858 |
* Return error if problem finding feeds.
|
859 |
*/
|
860 |
} else {
|
861 |
+
// echo "<pre>"; print_r($user_id);exit();
|
862 |
+
|
863 |
+
if ( empty($decoded_data->error->message) ) {
|
864 |
+
$error_message = __( "It seems like you haven't get the access token yet.", 'easy-facebook-likebox' );
|
865 |
+
} else {
|
866 |
+
$error_message = $decoded_data->error->message;
|
867 |
+
}
|
868 |
+
|
869 |
+
if ( empty($user_id) ) {
|
870 |
+
$error_message = __( "It seems like you haven't provided user_id in shortcode.", 'easy-facebook-likebox' );
|
871 |
+
}
|
872 |
+
$returner .= '<p class="mif_error"> ' . $error_message . ' </p>';
|
873 |
}
|
874 |
|
875 |
//decoded if
|
1016 |
/*
|
1017 |
* cache the feeds.
|
1018 |
*/
|
1019 |
+
|
1020 |
+
if ( !isset( $decoded_data->error ) && !empty($all_trans) ) {
|
1021 |
set_transient( $mif_user_slug, $all_trans, $cache_seconds );
|
1022 |
+
} else {
|
1023 |
+
echo wp_send_json_error( __( 'No Feeds Found', 'easy-facebook-likebox' ) ) ;
|
1024 |
+
die;
|
1025 |
}
|
1026 |
+
|
1027 |
$next_max_id = $new_pagination;
|
1028 |
}
|
1029 |
|
1224 |
{
|
1225 |
$FTA = new Feed_Them_All();
|
1226 |
$fta_settings = $FTA->fta_get_settings();
|
1227 |
+
$approved_pages = array();
|
1228 |
+
$decoded_data_pag = null;
|
1229 |
+
if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) && !empty($fta_settings['plugins']['facebook']['approved_pages']) ) {
|
1230 |
+
/*
|
1231 |
+
* Getting saved access token.
|
1232 |
+
*/
|
1233 |
+
$approved_pages = $fta_settings['plugins']['facebook']['approved_pages'];
|
1234 |
+
}
|
1235 |
if ( $approved_pages ) {
|
1236 |
foreach ( $approved_pages as $key => $approved_page ) {
|
1237 |
if ( isset( $approved_page['instagram_connected_account']->id ) ) {
|
1253 |
* Getting bio cached.
|
1254 |
*/
|
1255 |
$decoded_data = get_transient( $mif_user_slug );
|
1256 |
+
$mif_all_feeds = null;
|
1257 |
+
if ( isset( $self_decoded_data->media_count ) && !empty($self_decoded_data->media_count) ) {
|
1258 |
+
$mif_all_feeds = $self_decoded_data->media_count;
|
1259 |
+
}
|
1260 |
/*
|
1261 |
* Remote URL of the instagram API with access token and feeds per page attribute
|
1262 |
*/
|
1292 |
/*
|
1293 |
* Getting Pagination.
|
1294 |
*/
|
1295 |
+
if ( isset( $decoded_data->pagination ) && !empty($decoded_data->pagination) ) {
|
1296 |
+
$decoded_data_pag = $decoded_data->pagination;
|
1297 |
+
}
|
1298 |
/*
|
1299 |
* Slicing the array.
|
1300 |
*/
|
1301 |
+
if ( isset( $decoded_data->data ) && !empty($decoded_data->data) ) {
|
1302 |
+
$decoded_data = array_slice( $decoded_data->data, $current_item, $feeds_per_page );
|
1303 |
+
}
|
1304 |
/*
|
1305 |
* Returning back the sliced array.
|
1306 |
*/
|
1323 |
{
|
1324 |
$FTA = new Feed_Them_All();
|
1325 |
$fta_settings = $FTA->fta_get_settings();
|
1326 |
+
$approved_pages = array();
|
1327 |
+
if ( isset( $fta_settings['plugins']['facebook']['approved_pages'] ) && !empty($fta_settings['plugins']['facebook']['approved_pages']) ) {
|
1328 |
+
/*
|
1329 |
+
* Getting saved access token.
|
1330 |
+
*/
|
1331 |
+
$approved_pages = $fta_settings['plugins']['facebook']['approved_pages'];
|
1332 |
+
}
|
1333 |
if ( $approved_pages ) {
|
1334 |
foreach ( $approved_pages as $key => $approved_page ) {
|
1335 |
if ( isset( $approved_page['instagram_connected_account']->id ) ) {
|
my-instagram-feed/frontend/templates/template-grid.php
CHANGED
@@ -7,15 +7,14 @@ if ( !defined( 'ABSPATH' ) ) {
|
|
7 |
if ( $feed_type == 'VIDEO' ) {
|
8 |
$feed_url = $videothumb;
|
9 |
}
|
10 |
-
list( $
|
11 |
//======================================================================
|
12 |
// File for the Frontend funcionality of My Instagram Feeds
|
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 |
-
|
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 ) {
|
7 |
if ( $feed_type == 'VIDEO' ) {
|
8 |
$feed_url = $videothumb;
|
9 |
}
|
10 |
+
list( $mif_feed_width, $mif_feed_height, $type, $attr ) = getimagesize( $feed_url );
|
11 |
//======================================================================
|
12 |
// File for the Frontend funcionality of My Instagram Feeds
|
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
@@ -40,34 +40,12 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
|
|
40 |
*/
|
41 |
function mif_customizer_scripts()
|
42 |
{
|
43 |
-
/*
|
44 |
-
* Material Icons.
|
45 |
-
*/
|
46 |
-
wp_enqueue_style( 'materialize-icons', 'https://fonts.googleapis.com/icon?family=Material+Icons' );
|
47 |
-
/*
|
48 |
-
* Base css file for admin area.
|
49 |
-
*/
|
50 |
-
if ( !wp_style_is( 'materialize.min', 'enqueued' ) ) {
|
51 |
-
wp_enqueue_style( 'materialize.min', FTA_PLUGIN_URL . 'assets/css/materialize.min.css' );
|
52 |
-
}
|
53 |
/*
|
54 |
* Enqueing customizer style file.
|
55 |
*/
|
56 |
if ( !wp_style_is( 'mif_customizer_style', 'enqueued' ) ) {
|
57 |
wp_enqueue_style( 'mif_customizer_style', MIF_PLUGIN_URL . 'assets/css/mif_customizer_style.css' );
|
58 |
}
|
59 |
-
/*
|
60 |
-
* Base script file for admin area.
|
61 |
-
*/
|
62 |
-
if ( !wp_script_is( 'materialize.min', 'enqueued' ) ) {
|
63 |
-
wp_enqueue_script( 'materialize.min', FTA_PLUGIN_URL . 'assets/js/materialize.min.js', array( 'jquery' ) );
|
64 |
-
}
|
65 |
-
/*
|
66 |
-
* Base script file for admin area.
|
67 |
-
*/
|
68 |
-
if ( !wp_script_is( 'mif-customizer-custom', 'enqueued' ) ) {
|
69 |
-
wp_enqueue_script( 'mif-customizer-custom', MIF_PLUGIN_URL . 'assets/js/mif-customizer-custom.js', array( 'jquery', 'materialize.min' ) );
|
70 |
-
}
|
71 |
}
|
72 |
|
73 |
/* fta_customizer_scripts Method ends here. */
|
@@ -82,7 +60,7 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
|
|
82 |
|
83 |
if ( isset( $_GET['mif_skin_id'] ) ) {
|
84 |
$skin_id = $_GET['mif_skin_id'];
|
85 |
-
update_option( '
|
86 |
}
|
87 |
|
88 |
/* Getting the skin id from URL and saving in option for confliction.*/
|
@@ -93,7 +71,7 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
|
|
93 |
}
|
94 |
|
95 |
/* Getting back the skin saved ID.*/
|
96 |
-
$skin_id = get_option( '
|
97 |
/* Adding Feed Them All Panel in customizer.*/
|
98 |
$wp_customize->add_panel( 'mif_skins_panel', array(
|
99 |
'title' => __( 'Easy Instagram Feed', $FTA->plug_slug ),
|
@@ -336,7 +314,7 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
|
|
336 |
'icon' => 'web',
|
337 |
'label' => __( 'Layouts', $FTA->plug_slug ),
|
338 |
'section' => $mif_layout,
|
339 |
-
'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 ),
|
340 |
'type' => 'popup',
|
341 |
);
|
342 |
}
|
@@ -374,7 +352,7 @@ if ( !class_exists( "MIF_CUSTOMIZER" ) ) {
|
|
374 |
);
|
375 |
$settings['mif_skin_' . $skin_id . '[show_header]'] = array(
|
376 |
'id' => 'mif_skin_' . $skin_id . '[show_header]',
|
377 |
-
'default' =>
|
378 |
'label' => __( 'Show Header', $FTA->plug_slug ),
|
379 |
'section' => 'mif_header',
|
380 |
'description' => __( 'Show or Hide header.', $FTA->plug_slug ),
|
40 |
*/
|
41 |
function mif_customizer_scripts()
|
42 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
/*
|
44 |
* Enqueing customizer style file.
|
45 |
*/
|
46 |
if ( !wp_style_is( 'mif_customizer_style', 'enqueued' ) ) {
|
47 |
wp_enqueue_style( 'mif_customizer_style', MIF_PLUGIN_URL . 'assets/css/mif_customizer_style.css' );
|
48 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
}
|
50 |
|
51 |
/* fta_customizer_scripts Method ends here. */
|
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 |
}
|
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
@@ -146,24 +146,12 @@ class Customize_MIF_PopUp extends WP_Customize_Control
|
|
146 |
public function render_content()
|
147 |
{
|
148 |
?>
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
<div class="mif-modal-content"> <span class="mif-lock-icon"><i class="material-icons dp48">lock_outline</i> </span>
|
156 |
-
<h5><?php echo __('Premium Feature', 'easy-facebook-likebox') ?></h5>
|
157 |
-
<p><?php echo $this->description; ?> </p>
|
158 |
-
|
159 |
-
<a href="<?php echo efl_fs()->get_upgrade_url() ?>" class="waves-effect waves-light btn"><i class="material-icons right">lock_open</i><?php echo __('Upgrade to pro', 'easy-facebook-likebox') ?></a>
|
160 |
-
|
161 |
-
</div>
|
162 |
-
</div>
|
163 |
-
|
164 |
-
</div>
|
165 |
-
|
166 |
-
<!-- Modal Structure Ends-->
|
167 |
|
168 |
<?php
|
169 |
}
|
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! 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 |
|
156 |
<?php
|
157 |
}
|
my-instagram-feed/includes/mif-skins.php
CHANGED
@@ -47,7 +47,9 @@ class MIF_SKINS {
|
|
47 |
'public' => true,
|
48 |
'label' => __('MIF Skins', $FTA->plug_slug),
|
49 |
'show_in_menu' => false,
|
50 |
-
'
|
|
|
|
|
51 |
);
|
52 |
|
53 |
/* register_post_type() registers a custom post type in wp. */
|
@@ -65,7 +67,7 @@ class MIF_SKINS {
|
|
65 |
$fta_settings = $FTA->fta_get_settings();
|
66 |
|
67 |
|
68 |
-
if ( !isset($fta_settings['plugins']['instagram']['default_skin_id'] )):
|
69 |
|
70 |
/* Arguments for default skin. */
|
71 |
$mif_new_skins = array(
|
@@ -86,20 +88,28 @@ class MIF_SKINS {
|
|
86 |
|
87 |
endif;
|
88 |
|
89 |
-
if (
|
90 |
|
91 |
$skin_id = $fta_settings['plugins']['instagram']['default_skin_id'];
|
92 |
-
|
|
|
93 |
|
94 |
/*
|
95 |
* Getting approved pages.
|
96 |
*/
|
|
|
|
|
|
|
97 |
$approved_pages = $fta_settings['plugins']['facebook']['approved_pages'];
|
|
|
98 |
|
99 |
-
if($approved_pages)
|
|
|
100 |
|
101 |
$user_id = $approved_pages[$id]->instagram_accounts->connected_instagram_account->id;
|
102 |
|
|
|
|
|
103 |
/*
|
104 |
* $data array contains the data of demo page.
|
105 |
*/
|
@@ -236,7 +246,7 @@ class MIF_SKINS {
|
|
236 |
'bio_size' => '14',
|
237 |
'show_comments' => false,
|
238 |
'show_likes' => false,
|
239 |
-
'show_header' =>
|
240 |
'show_dp' => true,
|
241 |
'header_round_dp' => true,
|
242 |
'header_dp_hover_color' => 'rgba(0,0,0,0.5)',
|
@@ -251,12 +261,22 @@ class MIF_SKINS {
|
|
251 |
'header_padding_bottom' => '10',
|
252 |
'header_padding_left' => '10',
|
253 |
'header_padding_right' => '10',
|
|
|
|
|
254 |
'header_align' => 'left',
|
255 |
'feed_background_color' => 'transparent',
|
256 |
'feed_padding_top_bottom' => 0,
|
|
|
|
|
|
|
|
|
257 |
'feed_padding_right_left' => 0,
|
258 |
'feed_margin_top_bottom' => 5,
|
259 |
'feed_margin_right_left' => 5,
|
|
|
|
|
|
|
|
|
260 |
'feed_likes_bg_color' => '#000',
|
261 |
'feed_likes_color' => '#fff',
|
262 |
'feed_likes_padding_top_bottom' => '5',
|
@@ -269,7 +289,7 @@ class MIF_SKINS {
|
|
269 |
'caption_color' => '#000',
|
270 |
'feed_caption_padding_top_bottom' => '10',
|
271 |
'feed_caption_padding_right_left' => '10',
|
272 |
-
'show_feed_external_link' =>
|
273 |
'feed_external_background_color' => '#000',
|
274 |
'feed_external_color' => '#fff',
|
275 |
'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 |
+
'hierarchical' => true,
|
52 |
+
'menu_position' => null
|
53 |
);
|
54 |
|
55 |
/* register_post_type() registers a custom post type in wp. */
|
67 |
$fta_settings = $FTA->fta_get_settings();
|
68 |
|
69 |
|
70 |
+
if ( !isset($fta_settings['plugins']['instagram']['default_skin_id'] ) && empty($fta_settings['plugins']['instagram']['default_skin_id'] )):
|
71 |
|
72 |
/* Arguments for default skin. */
|
73 |
$mif_new_skins = array(
|
88 |
|
89 |
endif;
|
90 |
|
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 |
+
$user_id = null;
|
96 |
|
97 |
/*
|
98 |
* Getting approved pages.
|
99 |
*/
|
100 |
+
$approved_pages = array();
|
101 |
+
|
102 |
+
if(isset($fta_settings['plugins']['facebook']['approved_pages']) && !empty($fta_settings['plugins']['facebook']['approved_pages'])) :
|
103 |
$approved_pages = $fta_settings['plugins']['facebook']['approved_pages'];
|
104 |
+
endif;
|
105 |
|
106 |
+
if($approved_pages):
|
107 |
+
reset($approved_pages); $id = key($approved_pages);
|
108 |
|
109 |
$user_id = $approved_pages[$id]->instagram_accounts->connected_instagram_account->id;
|
110 |
|
111 |
+
endif;
|
112 |
+
|
113 |
/*
|
114 |
* $data array contains the data of demo page.
|
115 |
*/
|
246 |
'bio_size' => '14',
|
247 |
'show_comments' => false,
|
248 |
'show_likes' => false,
|
249 |
+
'show_header' => false,
|
250 |
'show_dp' => true,
|
251 |
'header_round_dp' => true,
|
252 |
'header_dp_hover_color' => 'rgba(0,0,0,0.5)',
|
261 |
'header_padding_bottom' => '10',
|
262 |
'header_padding_left' => '10',
|
263 |
'header_padding_right' => '10',
|
264 |
+
'feed_image_filter' => 'none',
|
265 |
+
'show_likes' => true,
|
266 |
'header_align' => 'left',
|
267 |
'feed_background_color' => 'transparent',
|
268 |
'feed_padding_top_bottom' => 0,
|
269 |
+
'feed_padding_top' => 0,
|
270 |
+
'feed_padding_bottom' => 0,
|
271 |
+
'feed_padding_left' => 0,
|
272 |
+
'feed_padding_right' => 0,
|
273 |
'feed_padding_right_left' => 0,
|
274 |
'feed_margin_top_bottom' => 5,
|
275 |
'feed_margin_right_left' => 5,
|
276 |
+
'feed_margin_top' => 5,
|
277 |
+
'feed_margin_bottom' => 5,
|
278 |
+
'feed_margin_left' => 5,
|
279 |
+
'feed_margin_right' => 5,
|
280 |
'feed_likes_bg_color' => '#000',
|
281 |
'feed_likes_color' => '#fff',
|
282 |
'feed_likes_padding_top_bottom' => '5',
|
289 |
'caption_color' => '#000',
|
290 |
'feed_caption_padding_top_bottom' => '10',
|
291 |
'feed_caption_padding_right_left' => '10',
|
292 |
+
'show_feed_external_link' => true,
|
293 |
'feed_external_background_color' => '#000',
|
294 |
'feed_external_color' => '#fff',
|
295 |
'feed_external_padding_top_bottom' => '8',
|