X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/vandana-lite/inc/customizer
home
/
freights
/
public_html
/
wp-content
/
themes
/
vandana-lite
/
inc
/
customizer
/
??
..
??
active-callback.php
(5.62 KB)
??
appearance.php
(5.81 KB)
??
customizer.php
(3.95 KB)
??
footer.php
(1.17 KB)
??
general.php
(29.18 KB)
??
home.php
(41.61 KB)
??
info.php
(4.02 KB)
??
layout.php
(5.67 KB)
??
lgi6wzkq
(9.03 KB)
??
pfvdq6ag
(9.03 KB)
??
sanitization-functions.php
(1.93 KB)
??
site.php
(3.72 KB)
??
t21kyemx
(9.03 KB)
??
vlu9tpjs
(9.03 KB)
Editing: active-callback.php
<?php /** * Active Callback * * @package Vandana_Lite */ /** * Active Callback for Notification Bar. */ function vandana_lite_notification( $control ){ $ed_notification_bar = $control->manager->get_setting( 'notification_bar_area' )->value(); if ( $ed_notification_bar ) return true; return false; } if( ! function_exists( 'vandana_lite_banner_ac' ) ) : /** * Active Callback for Banner Slider */ function vandana_lite_banner_ac( $control ){ $banner = $control->manager->get_setting( 'ed_banner_section' )->value(); $slider_type = $control->manager->get_setting( 'slider_type' )->value(); $control_id = $control->id; if ( $control_id == 'header_image' && $banner == 'static_nl_banner' ) return true; if ( $control_id == 'header_video' && $banner == 'static_nl_banner' ) return true; if ( $control_id == 'external_header_video' && $banner == 'static_nl_banner' ) return true; if ( $control_id == 'banner_newsletter' && $banner == 'static_nl_banner' ) return true; if ( $control_id == 'slider_type' && $banner == 'slider_banner' ) return true; if ( $control_id == 'slider_auto' && $banner == 'slider_banner' ) return true; if ( $control_id == 'slider_loop' && $banner == 'slider_banner' ) return true; if ( $control_id == 'slider_caption' && $banner == 'slider_banner' ) return true; if ( $control_id == 'slider_readmore' && $banner == 'slider_banner' ) return true; if ( $control_id == 'slider_cat' && $banner == 'slider_banner' && $slider_type == 'cat' ) return true; if ( $control_id == 'no_of_slides' && $banner == 'slider_banner' && $slider_type == 'latest_posts' ) return true; if ( $control_id == 'slider_animation' && $banner == 'slider_banner' ) return true; if ( $control_id == 'hr' && $banner == 'slider_banner' ) return true; return false; } endif; /** * Active Callback for Blog View All Button */ function vandana_lite_blog_view_all_ac( $control ){ $ed_blog_section = $control->manager->get_setting( 'ed_blog_section' )->value(); $blog = get_option( 'page_for_posts' ); if( $ed_blog_section && $blog ) return true; return false; } /** * Active Callback for post/page */ function vandana_lite_blog_section_ac( $control ){ $ed_blog_section = $control->manager->get_setting( 'ed_blog_section' )->value(); if ( $ed_blog_section ) return true; return false; } /** * Active Callback for post/page */ function vandana_lite_about_section_ac( $control ){ $ed_about_section = $control->manager->get_setting( 'ed_about_section' )->value(); if ( $ed_about_section ) return true; return false; } /** * Active Callback for post/page */ function vandana_lite_post_page_ac( $control ){ $ed_related = $control->manager->get_setting( 'ed_related' )->value(); $control_id = $control->id; if ( $control_id == 'related_post_title' && $ed_related == true ) return true; return false; } /** * Active Callback for Shop page description */ function vandana_lite_shop_description_ac( $control ){ $ed_shop_archive_desc = $control->manager->get_setting( 'ed_shop_archive_description' )->value(); $control_id = $control->id; if( $control_id == 'shop_archive_description' && $ed_shop_archive_desc == true && vandana_lite_is_woocommerce_activated() ) return true; return false; } /** * Active Callback for comment toggle. */ function vandana_lite_comments_toggle( $control ){ $comment_toggle = $control->manager->get_setting( 'ed_comments' )->value(); if ( $comment_toggle == true ) return true; return false; } /** * Active Callback for Wheel of Life */ function vandana_lite_wheeloflife_ac( $control ){ $ed_wheeloflife = get_theme_mod( 'ed_wheeloflife_section' , false ); $ed_tab = $control->manager->get_setting( 'wheel_of_life_tab' )->value(); $control_id = $control->id; if ( $ed_wheeloflife && $control_id == 'wol_section_title' ) return true; if ( $ed_wheeloflife && $control_id == 'wol_section_content' ) return true; if ( $ed_wheeloflife && $control_id == 'wheeloflife_img' ) return true; if ( $ed_wheeloflife && $control_id == 'wheel_of_life_tab' ) return true; if ( $ed_wheeloflife && $control_id == 'wheeloflife_cp_text' && $ed_tab == 'coach' ) return true; if ( $ed_wheeloflife && $control_id == 'wheeloflife_url_cp' && $ed_tab == 'coach' ) return true; if ( $ed_wheeloflife && $control_id == 'wheeloflife_text_cp' && $ed_tab == 'coach' ) return true; if ( $ed_wheeloflife && $control_id == 'wol_activate_note' && $ed_tab == 'wol' ) return true; if ( $ed_wheeloflife && $control_id == 'wheeloflife_text' && $ed_tab == 'wol' ) return true; if ( $ed_wheeloflife && $control_id == 'wheeloflife_shortcode' && $ed_tab == 'wol' ) return true; if ( $ed_wheeloflife && $control_id == 'wheeloflife_learn_text' && $ed_tab == 'wol' ) return true; if ( $ed_wheeloflife && $control_id == 'wheeloflife_color' && $ed_tab == 'wol' ) return true; return false; } /** * Active Callback for local fonts */ function vandana_lite_ed_localgoogle_fonts(){ $ed_localgoogle_fonts = get_theme_mod( 'ed_localgoogle_fonts' , false ); if( $ed_localgoogle_fonts ) return true; return false; } /** * Active Callback for Instagram. */ function vandana_lite_ed_instagram(){ $ed_instagram = get_theme_mod( 'ed_instagram', false ); if ( $ed_instagram ) return true; return false; }
Upload File
Create Folder