Home › Forums › Themes Support › Claue › Remove Footer from Checkout Page
- This topic has 8 replies, 2 voices, and was last updated 5 years, 10 months ago by Harry.
-
AuthorPosts
-
-
January 15, 2019 at 1:00 am #28213
Hi,
How can I hide/remove the Footer completely from the Checkout page?
Thanks.
-
January 15, 2019 at 8:25 am #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 -
January 15, 2019 at 9:03 am #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?
-
January 15, 2019 at 10:39 am #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 -
January 15, 2019 at 11:09 am #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?
-
January 15, 2019 at 1:30 pm #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 -
January 15, 2019 at 1:40 pm #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?
-
January 15, 2019 at 1:48 pm #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?
-
January 15, 2019 at 1:59 pm #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
-
-
AuthorPosts
You must be logged in to reply to this topic.