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.
Please, help me.
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..
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?
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
