Official Disable Code Not Working on WooCommerce Pages
AnsweredI'm trying to disable Grow widgets and ads on my WooCommerce store pages (shop, cart, checkout, product pages) while keeping them active on the rest of my content.
I followed your documentation for "Disable Grow on a Post" and added the official disable code:
<div id="hide-grow-widget"></div>
However, this code is not working - Grow ads and widgets are still appearing on these pages.
My setup:
- WordPress website with WooCommerce
- I added the disable code via functions.php to target WooCommerce pages specifically
- I've added this as a html block
- The div element is appearing in the page source, but Grow content still loads
Questions:
- Is there a different method for disabling Grow on WooCommerce pages specifically?
- Does the disable code work differently when added via PHP/functions.php vs directly in post HTML?
- Is there a programmatic way to disable Grow on certain page types?
I need to ensure my checkout and cart pages are clean for customers while keeping Grow active on my site for monetization.
Can you please provide guidance on the proper way to accomplish this?
Thank you!
-
Hey Kris,
You aren't able to add the disable Grow code via PHP. At this time there is no way to disable Grow on multiple posts or pages. You have to manually add the HTML code individually to each page/post where you do not want Grow to appear.0
Please sign in to leave a comment.
Comments
1 comment