Hide Bnav from certain pages

Viewing 4 posts - 1 through 4 (of 4 total)
#39504

hello, I just want to say thanks for a great plugin, it looks awesome on my mobile browser.

I have a quick question, is there a way to hide/remove from certain pages? I have created some pages that use the blank template, however, the bnav still shows on these pages?

is there a way to remove them.

I created a script

document.addEventListener(“DOMContentLoaded”, function() {
var navMenu = document.querySelector(‘.bnav_bottom_nav_wrapper’);
if (navMenu) {
navMenu.parentNode.removeChild(navMenu);
}
});

But that doesn’t appear to work, unless I’m trying to catch the wrong element.

Either way it would be nice to know if this can be done.

Many thanks

David.

david-9850
Participant
#39506

Hello sir,

We apologize for any inconvenience you’ve faced with our products recently. Our developers are committed to solving this issue for you. To do so, we kindly ask for your credentials. Please rest assured that your information is completely safe with us. You can submit your credentials privately through a direct message.

Once we receive this information, our team of developers will work to resolve the issue promptly. Thank you for your cooperation and patience. We’re here to help!

Thanks
Nisha Jahan

Nisha Jahan
Keymaster
#39508

Thank you for your response, how do I private message? Can you send me a link?

david-9850
Participant
#39511

Hello sir,

To share your login details securely, please follow these steps:

Type your login details in the message box.
Check the “Set As Private Reply” box.
This will ensure that your message is kept private and only visible to our support team.

I have also attached a screenshot for your reference. If you have any further questions or need assistance, please feel free to ask. We’re here to help!

Here is the link: https://prnt.sc/Pkrq5rqexoz-

Thanks
Nisha Jahan

Nisha Jahan
Keymaster
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.