class="no-js">
data-scrolling-animations="true" > get_queried_object_id() : get_the_ID(); $aleanta_page_layout = get_post_meta($post_ID, 'page_layout', 1) != '' ? get_post_meta($post_ID, 'page_layout', 1) : aleanta_get_option('style_general_settings_layout', 'normal'); $aleanta_blog_layout = aleanta_get_option('blog_settings_type', 'classic'); if( class_exists( 'WooCommerce' ) ){ $post_ID = $post_ID ? $post_ID : get_option( 'woocommerce_shop_page_id' ); } $aleanta_woo_layout = get_post_meta($post_ID, 'pix_woo_layout', 1) != '' ? get_post_meta($post_ID, 'pix_woo_layout', 1) : aleanta_get_option('woo_layout', 'default'); if( class_exists( 'WooCommerce' ) && aleanta_is_woo_page() && aleanta_get_option('aleanta_woo_header_global','1') ){ $post_ID = get_option( 'woocommerce_shop_page_id' ) ? get_option( 'woocommerce_shop_page_id' ) : $post_ID; } $aleanta_header = apply_filters('aleanta_header_settings', $post_ID); $aleanta_footer_fixed = get_post_meta($post_ID, 'pix_fixed_footer', 1) != '' ? get_post_meta($post_ID, 'pix_fixed_footer', 1) : aleanta_get_option('footer_fixed', '0'); $aleanta_footer_fixed = $aleanta_footer_fixed ? 'fixed-footer-layout' : ''; $aleanta_global_color = aleanta_get_option('style_settings_global_color', '1') && (aleanta_get_option('style_settings_main_color', get_option('aleanta_default_main_color')) != get_option('aleanta_default_main_color') || aleanta_get_option('style_settings_additional_color', get_option('aleanta_default_additional_color')) != get_option('aleanta_default_additional_color') ) ? 'global-customizer-color' : ''; ?>