Hi,
The Td speed booster plugin is breaking my homepage header whilst the page is loading?
I have the header set to setting 2 for a full background colour.
When I load my page I see the page move to the right by about 10 px and then flip back into position when fully loaded. Whilst this is happening the header colour I have set in the customization panel reverts back to the original default site colour (electric blue) with white background. The header clicks back into my selected colour once fully loaded….Kinda like it’s loading an original style and then finding the proper one.
The header is ok once loaded but during the second or two of loading it does not look good at all.
Turning the speed plugin off sorts it but that’s not a great fix. Any advice would be appreciated.
Regards,
Sid
Hi,
Could you provide the url so i can check the header movement issue?
The css is loaded in a cascade, one after the other. The theme CSS loads first then the custom css is loaded.
A way to fix this may be to edit the style.css file , find and replace the theme default color with your own – http://screencast.com/t/sujORnpYJTy
Thank you, Emil G.
Hi Emil,
Thank you for your reply.
Unfortunately, that solution hasn’t worked because the initial header loads without the full colour box. I changed all 99 instances of the colour I was trying to remove and they are gone but it still doesn’t look good because I am using the full colour box in option number two. I have noticed that the menu background flashes black too so there are also other style clashes going on.
Do you have an email address I can send my url to?
Regards,
Wayne
-
This reply was modified 11 years by
sidsmut.
Reinstalled the td speed booster plugin and the problem seems to of gone away for my readers.:)
However, the header continues to load incorrectly if I am logged in?
I am ok with that for now because I don’t have any users who log in, but there’s obviously something going on.
Regards,
Sid
-
This reply was modified 11 years by
sidsmut.
Hi,
Please send the url via email at contact@tagdiv.com , also paste a link to this conversation.
Thank you, Emil G.
Hey Guys,
I am facing same the same problem. When my website opens then for only 1 sec my sticky menu and trending button colour becomes black then after 1 sec it comes to original set colour. I am facing this problem after installing speed booster plugin. Please help me to resolve my issue.
My website is: http://www.whitedust.net
Please do check my site and help me to resolve it.
Hi
That happens because speed booster moves the css generated by the theme in footer. When the page is loaded first time is called the css from style.css file then is loaded the css from theme panel. To avoid that delay you can insert all css generated by the theme and also your custom css in style.css file.
That css can be found in page’s source here: http://screencast.com/t/ECrMO343o Now you have this custom css moved to footer http://pastebin.com/k9rwZA4x so try to paste it in style.css then test again. Note that if you make any changes in theme panel that css will be changed and you have to update it again. The css changes when you modify colors or fonts.
Hope this helps.
Thanks!
Hey Andrei,
First of all really thanks for replying back to me and really appreciate your support on my issue. Actually, I am little confused about your given code. Have I to paste it in style.css by replacing the current codes on it? or I have to add it externally in the down section of style.css . Please Andrei, Guide me little more on this issue, Where I have to paste your given custom CSS in the stylesheet or I need to replace something? I really sorry for not understanding it as I am not that much of expert in editing stylesheets. I really appreciate your hard work by giving support to us.
Have a nice day!
Aman Shams | WhiteDust
Hi
You have to paste the code in style.css here: http://screencast.com/t/APwfDVYV8Y The initial code from style.css will remain there, you just have to pate custom code as I’ve indicated in the screen and that delay should disappear.
Let me know if you need further assistance on this.
Thanks!
Hey Andrei,
First of all really thanks for solving my issue and I really appreciate your hard work in resolving our issue.
Thanks for me helping me out.
Hey guys,
Previously you guys just resolved my issue on this but after Newspaper 7.4 update again I m seeing the delay in loading up. Again I m seeing Blue colour instead of my own custom set colour.
Please resolve my issue.
I guess, I am in need of the new script to place on style.css for the new newspaper 7.4 updates.
Please help me by resolving my problem.
Hi
This is the custom code generated by the theme now: http://pastebin.com/b490XhXB Try to paste it style.css as I’ve indicated above, clear the caches then test the site again.
Thanks!