The featured products “Sale” sticker is showing above the bottom bar, refer: https://prnt.sc/ulmrsz
How do I set the bottom bar to be on top of everything else? Is there a CSS code for this that I can add to the Additional CSS? Currently using OceanWP and Elementor for the home page.
]]>Hi and thanks for your plugin. It works nice.
I would like it to use it only on scroll up so i wrote this code
let scrollPos = 0;
const nav = document.querySelector('.wcbb-bottom-bar');
function checkPosition() {
let windowY = window.scrollY;
if (windowY < scrollPos) {
// Scrolling UP
nav.classList.add('is-visible');
nav.classList.remove('is-hidden');
} else {
// Scrolling DOWN
nav.classList.add('is-hidden');
nav.classList.remove('is-visible');
}
scrollPos = windowY;
}
window.addEventListener('scroll', checkPosition);
But it seems to not work.
Do you have any idea of how you could help me with this?
Thanks
Hi thanks for you great plugin but:
– the bar now showing on product page
– the bar not showing if the user is not logged in
is it possible to fix?
thanks
]]>Definitely a life saver, although it still needs a little polishing
Under the Rehub theme
Screenshot https://www.screencast.com/t/yuq38azZdWW
Hi, I have some issues to make the bottom menu fixed when we scroll on mobile. Also is it possible to change the search function for a search page?
Thanks
Maude
I am using Thrive Architect as a page builder and Woo categories are displayed using a short code. The Bottom bar shows over top of the header and footer like it is supposed to but underneath the Woo category images. Is there a fix for this?
]]>Hi Maarten,
Any update on this? If you can show this bar when its something in the cart and just on product page. Thanks
]]>