Menu bar acting strangly

Hi there…see here: https://travelhousevu.com/

So if you scroll down, then back up, the menu randomly disappears and comes back, see here:

Hey @logoglo,

Thanks for reaching out!

I check your header and I was able to replicate the issue on your website. Upon checking the code, I suspect that you added a transform effect in the effect module that’s it is acting that way. To fix your issue, please removed that transform from the effect module.

Hope that helps.

Hi there, thanks, yeah, I havnt added one to the menu…

This is similar to another issue I had, where the menu drops down, I just want it to be fixed top, no animations etc…but I cant see where the animation is applied, to take it away.

Hey @logoglo,

There could be a plugin or custom code that affects its behavior, I suggest trying to disable all the plugins and check the issue still persists.

If the issue still persists, you can add the CSS code below in your bar element CSS.

$el {
  transform: none !important;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

That seamed to have fixed it…strange though, that uses the bare minimum plugins, contact form 7…cornerstone, and themex…I imported that header from your demo content…I also have a similar issue here, yet its still glitching even after I pasted that code in there:

Hello @logoglo,

After added the CSS code, please clear all your plugin caches. I also noticed that you are using SiteGround. In most case, the SiteGround’s SuperCacher feature is enabled. You may need to purge your site cache first before testing the site again.

Best Regards.

Yeah, I cleared all caching, still there, but dont worry, that was another site. The one in this thread is working as it should

Hey @logoglo,

We’re glad that it is working now on the site you’ve added to this thread! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.