Hi all, I’m having an issue in a a page using the grid portfolio item. When you click on an item (ajax mode) the header image goes blank and leaves my logo without background. The weird part is that this happens with Chrome.
Any idea on how to solve it?
Thanks in advance.
Hi Jorge!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Cheers!
Yigit
Great, problem solved.