Home Forums Themes Support Claue Remove Footer from Checkout Page

Viewing 8 reply threads
  • Author
    Posts
    • #28213

      Hi,

      How can I hide/remove the Footer completely from the Checkout page?

      Thanks.

    • #28218

      Hi Mike,

      Please add below code to claue > Theme Option > General Layout > Custom CSS

      .woocommerce-checkout #jas-footer {display: none;}

      Kind regards

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

    • #28221

      Hi Harry,

      Actually I have added a pop-up script in the footer.php file so that this pop-up shows on all pages of website.

      But when I added this: .woocommerce-checkout #jas-footer {display: none;}

      The Footer was hidden as required, but the pop-up is still being displayed. So how to hide the entire footer.php file from checkout page?

    • #28224

      Hi,

      I only see customer review on checkout page and don’t see the popup.

      If you want remove the reviews section, please add more code.

      .woocommerce-checkout .jdgm-carousel-wrapper {display: none}

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

    • #28227

      Thanks a lot Harry.

      If you could please see the checkout page from your mobile(only), at the bottom-left of screen you would see a Spin wheel which is a trigger for the pop-up. How can I also remove this?

      The code for this pop-up is added in the footer.php page section as below:

      <?php endif; ?>

      <?php wp_footer(); ?>
      <!– Pop-up CODE –>
      <script> Some Code here</script>
      <!– END Pop-up CODE –>

      </body>
      </html>

       

      Should I change the location of this pop-up code to Header instead? Or, move it around the Review section in the footer.php page which you had helped me to remove?

    • #28229

      Hi Mike,

      Please add below code

      .woocommerce-checkout #privy-container {
      	display: none !important;
      }

      Kind regards

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

    • #28231

      Harry, really appreciate your help and effort.

      But the code did not help remove that Spin pop-up code on checkout page. Any other workaround?

    • #28232

      Note: For that Pop-up service, their script(code) I have added is the default script. Would you want me to add the Asynchronous code and try again?

    • #28233

      Hi Mike,

      I’m not sure because the code of popup add after page load. Please try with new code

      body.woocommerce-checkout #privy-container {
      	display: none !important;
      }

      Kind regards

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

Viewing 8 reply threads

You must be logged in to reply to this topic.