Top bar menu
Posted: 15 Mar 2023, 19:57
Hi, I'm using a sticky topbar menu (Settings > Style > Layout > Fixed Topbar Menu > Fixed) and I want the topbar to remain the same on all pages at all times (static, same postion/color/size), without the small animation on scroll where the topbar slides out then is replaced by a similar topbar (as seen on https://enhansed.com/galleries/places/ or https://www.volkerherrmann.com/portolio/ , the topbar is animated and replaced when the user scrolls down, I would prefer it to remain always static).
I've tried this custom css but the topbar still blinks for a split second when scrolling down
How can I achieve a real sticky/fixed topbar menu ?
side question:
I'm testing the site on my local machine using xampp, when I test using http://127.0.0.1/x3/ , it says the plugin is authorized, but if I go to http://localhost/x3/ it complains `No license is hound for this domain`, is this intended behavior ?
thanks!
I've tried this custom css but the topbar still blinks for a split second when scrolling down
Code
.nav-wrapper {
transform: none !important;
transition: none !important;
}side question:
I'm testing the site on my local machine using xampp, when I test using http://127.0.0.1/x3/ , it says the plugin is authorized, but if I go to http://localhost/x3/ it complains `No license is hound for this domain`, is this intended behavior ?
thanks!