Hi,
I’m having several problem on my site.
After 4.5 update, i’ve notived that backgroung image was not always displayed on article pages. This can occur when going to main page and clicking on an article link (on Big Slide or Blocks). When refreshing article page, image background shows properly. I’m using Chrome, but users reported problem on Firefox also.
I’m using WP Super Cache and haven’t encountered any cache problem with it since recents theme updates.
Also, but not related to 4.5 update (problem appeared in 4.x can’t remember precisely),sometimes when loading a page, page loads for 1 or 2 sec with another style, and then current style loads properly.
See: http://www.screencast.com/t/q3CtnXoX7Z5t
this is when Style is different during few seconds, might happen on several pages, but not always.
My site:
http://www.fantasy-coach.fr
Thanks for your help
“flash of unstyled” text issue is related to the way the stylesheet is loaded prior to the css over-rides in the pages themselves. Only REAL way to fix that on any wordpress themed site with customizations panel, is to actually put your custom CSS at bottom of your style.css file, so they are loaded with the main styles. Anyway, that’s what we do. 🙂
Hi,
@DoOove
I have checked your site and found this js error in your console: http://screencast.com/t/rggV9CJgb
I have also tested this and found no issue with theme’s custom background feature. In your case this may occur due to some plugins which generate this js conflict so please deactivate all plugins, empty cache and/or purge files if you use any cache/CDN plugins and check if this is still happening.
Regarding the second issue you could try to resolve it as Christopher suggested and make the desired changes to your theme style directly in the style.css file as it contains the default theme style which is loaded first and because of the cascading property of the css style appears the delay you have noticed.
Hope this helps!
Thanks