LasseClaes
Forum Replies Created
-
subscribing
Forum: Fixing WordPress
In reply to: How-to: Fix the flash on page load 3.2.x (FOUC)Oh – btw. You may also want to check the Firebug console (or Chrome developer tools -> concole) once in a while. Errors here can also make content flash so they should be fixed. And – from experience – using @font-face you need to have the fonts set up for all browsers (font-squirrel has a generator for that). Just saying that CSS-related things (though loadign some fnts here) also can cause this.
dwzemens – check your console log and let me know how you are doing (and the code for loading) the scripts in the footer) ehen you figure that out. thanks.
Forum: Fixing WordPress
In reply to: How-to: Fix the flash on page load 3.2.x (FOUC)Beginning to think in terms of “this is feature” and “phase 2”-solutions I think I just got rid of my flickering issue – after a struggle:
I think there are several reasons this could happen.
1. I cleared whitespace after my ending HTML in footer.php (I am not sure that it helped, but I’ve convinced myself that it flickered on every page load before that (I really didn’t need to check it that much…), and afterwards it just flickered occassionally on different page loads (no pattern I think…)
2. Did same thing to wp-config.php (end) (end – I think that fixed it for me on another project (or maybe it was a white pages all over issue that fixed) – and to header.php (beginning). Although I am not sure this helps, I like to keep things clean.
3. The great difference (no flickering!) – and that could be the case for you dwzemens – was when I changed the order of .css and .js loads. wp_enqueue_script (or something like that – if you use it properly should take care of that – or maybe you can change the order in the header.php.)
I guess css-files should be loaded before js-files. Also some js-files are dependent on that other libraries are loaded – i.e- load jQuery before fancybox and so on.And still you might have the problem because background-images can take some time to load and thus js loads before css. in that case see if this helps: http://stackoverflow.com/questions/7411541/how-to-prevent-the-white-flash-on-page-load-created-by-background-image-loadin helps.
Hope this helps someone.
mvergotte – thanks for that info. That worked for me.
This is a great plugin, but it seems to me that it needs a spring cleaning. I’ve experienced some strange bugs on a new install with this one as the only installed plugin – generally it seems a bit unstable: i.e. new page order not saved, endlessly spinning wheel. Also I have debug turned on, and it returns a lot of warnings and ‘headers not send’ if you change the settings.
Forum: Plugins
In reply to: [Lifestream] [Plugin: Lifestream] Language / Locales issuesI agree that it would really suit a nice plugin like this to support different languages + I am subscribing