Hi Guys! After I upgraded the theme from v1.4 to v2.0. I could fix some errors, but there is a rare one with the menu. Is like a “phantom come back” to the oldest menu.
I tried in 3 different browsers and in 3 differents PCs. All with the same error.
You can see/download the video showing the error here: https://drive.google.com/file/d/0B5dq3sjUkSlFZXNuUllYUkNCOGs/view
Do you know how to fix it? Or what is causing this error?
Thanks in advance!
Juan.
Hi
When the site loads, the first css loaded it’s the default theme style.css then loads your custom css and because of cascading properties of css appears that delay. You can try to insert your custom css directly in style.css file to be loaded at the same time with the theme css: http://screencast.com/t/dKAMRuUxC to avoid that.
Thanks!
Try putting your CSS at bottom of the style.css so it loads AFTER and replaces the default CSS, but inline with the CSS loading. At least that is what I do.
And be sure to clear all your caching once you make this change including browser cache (which you have to do manually in Chrome to ‘really’ clear it).
Hi
If you place the custom css or you alter the original css of the theme in the style file then that styles would load first just like you want it and without other css to overwrite it should work fine.
Make sure you do your changes to the style files then purge cdn files and empty caches and test again.
Let us know how ti goes and give us wp-access via email at contact@tagdiv.com so we can have a closer look at this if you still can’t manage to solve it.
Thanks!