get_queried_object_id() : get_the_ID(); if( class_exists( 'WooCommerce' ) && aleanta_is_woo_page() && aleanta_get_option('woo_header_global','1') ){ $post_ID = get_option( 'woocommerce_shop_page_id' ) ? get_option( 'woocommerce_shop_page_id' ) : $post_ID; } elseif (!is_page_template('page-home.php') && get_option('page_for_posts') != ''){ $post_ID = get_option('page_for_posts') ? get_option('page_for_posts') : 0; } $blogname = get_option('blogname'); $tagline = get_option('blogdescription'); $aleanta_header = apply_filters('aleanta_header_settings', $post_ID); $bg_color = $aleanta_header['header_background'] == 'white' ? 'white' : 'black'; $menu_canvas = array( '' => 'slidebar-panel-left left overlay', 'fixed' => 'menu-sidebar-fixed left overlay open', 'horizontal' => 'slidebar-panel-left left '.$aleanta_header['header_menu_animation'], 'vertical' => 'slidebar-panel-left left '.$aleanta_header['header_menu_animation'], ); $menu_class = array( '' => '', 'fixed' => '', 'horizontal' => '', 'vertical' => 'slidebar-nav-middle', ); $aleanta_plugin_installed = class_exists( 'TmplCustom' ); ?>