data( 'single' )->get(); $layout = $data->get( 'layout' ); $sidebar = $data->get( 'sidebar' ); $layout = ( $layout ) ? $layout : 'full'; $sidebar = ( $sidebar ) ? $sidebar : ''; if (is_active_sidebar( $sidebar )) {$layout = 'right';} else{$layout = 'full';} $class = ( !$layout || $layout == 'full' ) ? 'col-xl-12 col-lg-12 col-md-12' : 'col-xl-12 col-lg-12 col-md-12'; if ( class_exists( '\Elementor\Plugin' ) && $data->get( 'tpl-type' ) == 'e') { while(have_posts()) { the_post(); the_content(); } } else { ?> get( 'banner' ) ){?> get('features_list'); if(!empty($features_list)){ $features_list = explode("\n", ($features_list)); ?> get( 'title' ) ) echo wp_kses( $data->get( 'title' ), true ); else( the_title() ); ?> get( 'layout' ) == 'left' ) { do_action( 'thinkai_sidebar', $data ); /** * woocommerce_sidebar hook * * @hooked woocommerce_get_sidebar - 10 */ do_action( 'woocommerce_sidebar' ); } ?> get( 'layout' ) == 'right' ) { do_action( 'thinkai_sidebar', $data ); /** * woocommerce_sidebar hook * * @hooked woocommerce_get_sidebar - 10 */ do_action( 'woocommerce_sidebar' ); } ?>