Tagged: hide header, sticky header
Hi Support
Can we disable the Sticky Header on certain page types eg Product pages, Cart pages and Check Out page in WooCommerce.
As we have a problem… when you click the Wizpay – “learn more” on Product pages, the Cart page and Check Out page you can’t get to the Pop Up ‘Close’ button to close the Wizpay pop up.
Image of clicking “learn more” link for Wizpay on Products page – https://imgur.com/XPLVZdb
Image of menu covering Pop Up Close X Button – https://imgur.com/lO8jZiB
NOTE: I have on to the Cart and Check Out pages and changed the “Header visibility and transparency” to be “Header is invisible and appears only when page is scrolled”
I can’t see how to do this on the Products page!
Website shop page – https://findnetsolutions.com/shop/
Hey Dave,
Thank you for the inquiry.
You can use the avf_header_setting_filter filter to adjust the header settings on certain pages. An example can be found in the following thread.
// https://kriesi.at/support/topic/making-header-on-homepage-not-scrolled/#post-1279791
Just replace is_front_page with the appropriate conditional function.
Best regards,
Ismael