My mobile bottom Navbar moving on mobile when i scroll the site or the pages
-
Hi,
I created and configured my bottom mobile navigation bar two days ago. Unfortunately, this bottom mobile navigation bar doesn’t stay fixed or stuck to the bottom of the screen on mobile devices when I scroll through the page or website using the Woodmart theme.
1. How do I add up to six navigation buttons to this mobile navigation bar?
2. How do I fix it so that this mobile navigation bar stays in place without moving while the user scrolls the page like on shein or Amazon bottom mobile navbar please ?
Could you have a look on my uploaded file to understand what i’m talking about 🙂
Attachments:
You must be
logged in to view attached files.
Hello,
01. You can configure the mobile bottom navbar by navigating to Theme Settings > General > Mobile Bottom Navbar: https://postimg.cc/ThhMsGtc , Here, you can add or remove buttons.
02. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
Hello,
This my issues.
Best Regards,
Extra information forgotten
Hello,
01. I have checked your site and the mobile bottom navbar is showing fine on your site.
https://jumpshare.com/s/h642irZCfAXJL15Hqg8s
02. You can configure the mobile bottom navbar by navigating to Theme Settings > General > Mobile Bottom Navbar: https://postimg.cc/ThhMsGtc , Here, you can add more buttons.
03. You can change that text by using the Loco Translate plugin, here is our article on how to use it – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/
04. Try to add this CSS in Theme Settings > Custom CSS:
.wd-toolbar a {
transition: transform 0.15s ease, opacity 0.15s ease;
}
.wd-toolbar a:active {
transform: scale(0.9);
opacity: 0.7;
}
05. I have checked your site and have not seen the cookie button on your site.
Best Regards