Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Duplicated footer

Tagged: 

Viewing 3 reply threads
  • Author
    Posts
    • #35853
      anonim87229
      Support Expired

      Hello, on product list (bestsellers for example), I see duplicated footer. Can you please check why? And why only on this pages?

    • #35862
      Harry
      Support Expired

      Hi,

      I fixed issue on your site.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35866
      anonim87229
      Support Expired

      Please tell me how can I fix it for my another page with the same problem?

      Please send me instruction.

    • #35867
      Harry
      Support Expired

      Hi,

      Please copy below code and replace all code in file claue > woocommerce.php

      <?php
      /**
       * The template to display woocommerce content.
       *
       * @since   1.0.0
       * @package Claue
       */
      
      if ( ! defined( 'HFE_VER' ) || is_singular( 'product' ) ) { 
      	get_header();
      }
      
      get_template_part( 'views/common/page', 'head' );
      
      if ( is_singular( 'product' ) ) {
      	echo '<div id="jas-content">';
      		woocommerce_content();
      	echo '</div>';
      } else {
      	wc_get_template( 'archive-product.php' );
      }
      
      if ( ! defined( 'HFE_VER' ) || is_singular( 'product' ) ) { 
      	get_footer();
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.