PLEASE HELP! My Main Menu Becomes White After Loading

Posted in: Newspaper
Post count: 82

This is a very rare issue, something in the page load makes white my Main Manu. When I move up and down this gets solved.

https://projectmanagers.org/

Please, help me.

Post count: 82

I’ve discovered that this issue happens with Google Chrome, but it doesn’t happen with Firefox.

  • This reply was modified 9 years by aberniz.
Post count: 20685

Hi,

Probably this is happening because of a plugin. Try to disable all plugins except Visual Composer and see if the problem persists. If not, enable them one at a time, to spot the one causing it. If none of this works add this code in the Theme Panel->Custom Css

.td-header-menu-wrap.td-header-gradient {
visibility: visible !important;
}

Thanks

  • This reply was modified 9 years by Simion C..
Post count: 82

Hi, I disabled the plugins but the problem remains.

It seems something with the load sequence. At first I can see the menu, but once it completes page load the menu becomes invisible.

Later, if you scroll (move up and down in the page) the menu becomes again visible.

You can see it here:
https://projectmanagers.org/

I’ve tried to analyze the problem with GTmetrix.com, by looking at the Waterfall load sequence of the page but I’ve been not able to find the problem. It is funny, in GTmetrix you can see the menu in the picture they take (for them it is visible):
https://gtmetrix.com/reports/projectmanagers.org/8aucknf1

Can anyone help me?

Post count: 20685

Hi,

Your header menu has a visibility hidden style property – http://screencast.com/t/D0TlW4Ti7 Try adding the code provided above. It will make the menu visible at all times, just add it in Theme Panel->Custom Css. Please let me know if it works for you.

Thanks

Post count: 82

Hi Simion! Thank you so much, the CSS code has fixed the problem.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.