Hi Enfold team!
Im not sure if you can help me with this, but i seen to have an issue with the transparent menu in the Opera Browser.
When i scroll down on the home page then things get weird, i have included a screen shot of the results after scrolling.
Also i have found that on all the other pages on my site where the header transparency is set to none in the page layout option, they still have transparency in the header, and the dark background of the site for our menu overlay turns the menu bar to grey. The only page on the site that should have transparency in the header is the home page. I have made sure thats the only page with the transparency/glassy setting turned on.
Any assistance here would be greatly appreciated.
We have disabled the stick header menu now so that this issue does not display anymore, if you would like us to reenable it so you can see the issues pls let us know.
Hi!
Please re-enable and post the link to your website so we can look into it
Regards,
Yigit
Hey!
Please try adding following code to Quick CSS
#header_main_alternate, #header {
-o-transform: translateZ(0);
}
Cheers!
Yigit
Hi Yigit, that code does not seem to have worked
Hi!
Can you try it as following
#header_main_alternate, #header {
transform: translateZ(0);
}
Regards,
Yigit
Thanks Yigit that sorted out the opera rendering issue! What was wrong?
I still have the issue with the menu bar being transparent on the other pages of the site, but those page have been set to have ‘no transparency’ in the layout. What could be causing this?
Hi!
I checked the other pages and the menu looks fine. Can you please give us a link to the actual page with the issue? A screenshot describing the problem will help.
Cheers!
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main {
background-color: white;
}
Best regards,
Yigit
Thanks Yigit!, and the rest of the Enfold team! We really appreciate it.