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

Home Forums Themes Support Claue Adding foooter to shop and product page

Viewing 12 reply threads
  • Author
    Posts
    • #35874
      yasirkamal
      Support Expired

      hi,

      Im useing your theme wich  i like it very much  with elementor pro on this site https://www.sqoom.com/ I built a footer with elementor and i added to the most of the pages but i can’t add it to the shop page and product page! please check the website and help me! thanks

      so i want the same footer as im useing on the other pages like home aso to appear in on the shop page and product pages

      Thanks

      Best regards

      Yasir

    • #35877
      Harry
      Support Expired

      Hi,

      Please try edit code in claue > woocommerce.php and change all code to below code

      <?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();
      }

      if it doesn’t work please give me FTP account to check more.

      Thanks

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

    • #35878
      Harry
      Support Expired

      It now header and footer builder of elementor have issue with all theme. Please use plugin https://wordpress.org/plugins/header-footer-elementor/ to builder header and footer.

      Kind regards

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

    • #35880
      yasirkamal
      Support Expired

      hi and thanks

      i saw that you made som change. i tried that as well but then the header menu disappear. so know i have no menu on the website. please check. thanks

       

    • #35882
      Harry
      Support Expired

      Please delete this footer and use plugin i suggest and rebuild footer again.

      Kind regards

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

    • #35883
      yasirkamal
      Support Expired

      hi, i tryed it, its a very good plugin but the problem now that it add the footer twice ONLY on the shop page. on the other pages. it perfect.

      please help

    • #35887
      Harry
      Support Expired

      Please try edit code in claue > woocommerce.php and replace all code to below code

      <?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

    • #35888
      yasirkamal
      Support Expired

      hi, please help me with that, i dont know how to do it!

    • #35889
      Harry
      Support Expired

      Please send me FTP account to do, thanks

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

    • #35903
      yasirkamal
      Support Expired
      This reply has been marked as private.
    • #35906
      Harry
      Support Expired

      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

    • #35911
      yasirkamal
      Support Expired

      Thank you very much and stay safe

    • #35913
      Harry
      Support Expired

      You’re welcome and stay safe too.

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

Viewing 12 reply threads

You must be logged in to reply to this topic.