$value ) :
$slider_type = $value[‘slider_type’];
$animation_type = $value[‘animation_type’];
if($slider_type == ‘type1’) {
// image slider ——————————————————
$image = wp_get_attachment_image_src( $value[‘image’], ‘full’);
if(!empty($image)) {
$catch = esc_html($value[‘catch’]);
if(!empty($catch)){
$catch = ‘‘.str_replace(array(“\r”,”\n\n”,”\n”),array(”,”\n”,”\n“),trim($catch,”\n\r”)).’‘;
}
?>
>
>
ID, ‘page_hide_logo’, true) ) { } else {
?>
ID, ‘page_hide_global_menu’, true) ) { } else {
?>
ID, ‘page_hide_side_bar’, true)) ||
(is_singular(‘post’) && $options[‘show_blog_single_sidebar’]) ||
(empty(get_query_var(‘post_type’)) && $options[‘show_blog_archive_sidebar’] && (is_archive() || is_home() || is_search()) ) ||
(is_singular(‘news’) && $options[‘show_news_single_sidebar’]) ||
(is_post_type_archive(‘news’) && $options[‘show_news_archive_sidebar’]) ||
(is_singular(‘service’) && $options[‘show_service_single_sidebar’]) ||
(is_post_type_archive(‘service’) && $options[‘show_service_archive_sidebar’]) ||
(is_post_type_archive(‘faq’) && $options[‘show_faq_archive_sidebar’])
){
?>