File: /home/newsnnno/public_html/wp-content/themes/newsup/inc/ansar/customize/customizer-callback.php
<?php
/**
* Customizer callback functions for active_callback.
*
* @package Newsup
*/
/*select page for slider*/
if (!function_exists('newsup_frontpage_content_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_frontpage_content_status($control)
{
if ('page' == $control->manager->get_setting('show_on_front')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for newsup_header_status news*/
if (!function_exists('newsup_header_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_header_status($control)
{
if ('header-layout-1' == $control->manager->get_setting('header_layout')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for trending news*/
if (!function_exists('newsup_popular_tags_section_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_popular_tags_section_status($control)
{
if (true == $control->manager->get_setting('show_popular_tags_section')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for trending news*/
if (!function_exists('newsup_flash_posts_section_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_flash_posts_section_status($control)
{
if (true == $control->manager->get_setting('show_flash_news_section')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_main_navigation_background_color_mode_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_main_navigation_background_color_mode_status($control)
{
if ('custom-color' == $control->manager->get_setting('main_navigation_background_color_mode')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_main_banner_section_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_main_banner_section_status($control)
{
if (true == $control->manager->get_setting('show_main_news_section')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_global_site_mode_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_global_site_mode_status($control)
{
if (('ta-default-mode' == $control->manager->get_setting('global_site_mode_setting')->value())) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_global_site_mode_dark_light_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_global_site_mode_dark_light_status($control)
{
if (('ta-default-mode' !== $control->manager->get_setting('global_site_mode_setting')->value())) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_banner_mode_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_banner_mode_status($control)
{
if (('default' == $control->manager->get_setting('select_main_banner_section_mode')->value())) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_tabbed_mode_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_tabbed_mode_status($control)
{
if (('tabbed' == $control->manager->get_setting('select_tabbed_thumbs_section_mode')->value()) || ('trending' == $control->manager->get_setting('select_tabbed_thumbs_section_mode')->value())) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_thumbs_mode_status')) :
/**
* Check if slider section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_thumbs_mode_status($control)
{
if (('thumbs' == $control->manager->get_setting('select_tabbed_thumbs_section_mode')->value())) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_featured_news_section_status')) :
/**
* Check if ticker section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_featured_news_section_status($control)
{
if (true == $control->manager->get_setting('show_featured_news_section')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_editors_pick_section_status')) :
/**
* Check if ticker section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_editors_pick_section_status($control)
{
if (true == $control->manager->get_setting('show_editors_pick_section')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_featured_product_section_status')) :
/**
* Check if ticker section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_featured_product_section_status($control)
{
if (true == $control->manager->get_setting('show_featured_products_section')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_display_date_status')) :
/**
* Check if ticker section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_display_date_status($control)
{
if (('show-date-author' == $control->manager->get_setting('global_post_date_author_setting')->value()) || ('show-date-only' == $control->manager->get_setting('global_post_date_author_setting')->value())) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_display_date_author_status')) :
/**
* Check if ticker section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_display_date_author_status($control)
{
if (('show-date-author' == $control->manager->get_setting('global_post_date_author_setting')->value()) || ('show-date-only' == $control->manager->get_setting('global_post_date_author_setting')->value()) || ('show-author-only' == $control->manager->get_setting('global_post_date_author_setting')->value())) {
return true;
} else {
return false;
}
}
endif;
/*select sticky sidebar*/
if (!function_exists('newsup_frontpage_content_alignment_status')) :
/**
* Check if ticker section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_frontpage_content_alignment_status($control)
{
if ('align-content-left' == $control->manager->get_setting('frontpage_content_alignment')->value() || 'align-content-right' == $control->manager->get_setting('frontpage_content_alignment')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_latest_news_section_status')) :
/**
* Check if ticker section page/post is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_latest_news_section_status($control)
{
if (true == $control->manager->get_setting('frontpage_show_latest_posts')->value()) {
return true;
} else {
return false;
}
}
endif;
/*select page for slider*/
if (!function_exists('newsup_archive_image_status')) :
/**
* Check if archive no image is active.
*
* @since 1.0.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*
* @return bool Whether the control is active to the current preview.
*/
function newsup_archive_image_status($control)
{
if ('archive-layout-list' == $control->manager->get_setting('archive_layout')->value()) {
return true;
} else {
return false;
}
}
endif;