���� JFIF fdasasfas213sdaf
Server IP : 88.222.243.169 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/essartindia.com/public_html/wp-content/themes/porto/ |
Upload File : |
<?php global $porto_settings; $page_header_type = porto_get_meta_value( 'porto_page_header_shortcode_type' ); $page_header_type = $page_header_type ? $page_header_type : porto_get_meta_value( 'breadcrumbs_type' ); $page_header_type = $page_header_type ? $page_header_type : ( $porto_settings['breadcrumbs-type'] ? $porto_settings['breadcrumbs-type'] : '1' ); $breadcrumbs = $porto_settings['show-breadcrumbs'] ? porto_get_meta_value( 'breadcrumbs', true ) : false; $page_title = $porto_settings['show-pagetitle'] ? porto_get_meta_value( 'page_title', true ) : false; $woo_breadcrumb = empty( $porto_settings['woo-show-default-page-header'] ) ? false : $porto_settings['woo-show-default-page-header']; if ( ( is_front_page() && is_home() ) || is_front_page() ) { $breadcrumbs = false; $page_title = false; } ?> <?php if ( class_exists( 'Woocommerce' ) && ( is_cart() || is_checkout() ) && $woo_breadcrumb ) : ?> <div class="woo-page-header page-header-8"> <ul class="breadcrumb text-center"> <li class="<?php echo is_cart() ? esc_attr( 'current' ) : ''; ?>"> <a href="<?php echo esc_url( wc_get_cart_url() ); ?>"><?php esc_html_e( 'Shopping Cart', 'porto' ); ?></a> </li> <li class="<?php echo is_checkout() && ! is_order_received_page() ? esc_attr( 'current' ) : ''; ?>"> <i class="delimiter delimiter-2"></i> <a href="<?php echo esc_url( wc_get_checkout_url() ); ?>"><?php esc_html_e( 'Checkout', 'woocommerce' ); ?></a> </li> <li class="<?php echo is_order_received_page() ? esc_attr( 'current' ) : esc_attr( 'disable' ); ?>"> <i class="delimiter delimiter-2"></i> <a href="#" class="nolink"><?php esc_html_e( 'Order Complete', 'porto' ); ?></a> </li> </ul> </div> <?php elseif ( $breadcrumbs || $page_title ) : if ( $porto_settings['breadcrumbs-parallax'] ) { wp_enqueue_script( 'skrollr' ); } ?> <?php if ( 'boxed' != porto_get_wrapper_type() && 'boxed' == $porto_settings['breadcrumbs-wrapper'] ) : ?> <div id="breadcrumbs-boxed"> <?php endif; ?> <section class="page-top<?php echo 'wide' == $porto_settings['breadcrumbs-wrapper'] ? ' wide' : ''; ?> page-header-<?php echo esc_attr( $page_header_type ); ?><?php echo isset( $porto_settings['breadcrumbs-css-class'] ) && $porto_settings['breadcrumbs-css-class'] ? ' ' . esc_attr( $porto_settings['breadcrumbs-css-class'] ) : ''; ?>"<?php echo ! $porto_settings['breadcrumbs-parallax'] ? '' : ' data-plugin-parallax data-plugin-options="{"speed": ' . esc_attr( $porto_settings['breadcrumbs-parallax-speed'] ) . '}"'; ?>> <?php get_template_part( 'page_header/page_header_' . sanitize_file_name( $page_header_type ) ); ?> </section> <?php if ( 'boxed' != porto_get_wrapper_type() && 'boxed' == $porto_settings['breadcrumbs-wrapper'] ) : ?> </div> <?php endif; ?> <?php elseif ( is_customize_preview() ) : ?> <section class="page-top d-none"></section> <?php endif; ?>