Change Homepage Load Order
URL to the page in question:
http://a4d.2e4.myftpupload.com/
-
Hi Bill,
Do you have any recommendations on how to load all the homepage elements all at once? Currently using Authentic, my client’s website loads the menu, the widgets and the footer a few seconds before the slider. I think the presentation would benefit from showing the text and images at the same time.
Thanks!
Nick
Good Morning Nick,
Excellent question. Pages load from top to bottom as far as the HTML is concerned. The slider won’t initialize until the page has finished loading. Otherwise you could end up with slides transitioning that aren’t fully loaded yet.
One thing you can do though is specify a height for the slider. That will keep its dimensions in place and allow everything around it to load in the correct spot. Then the images will appear as soon as everything is ready. Here’s how you can do that:
- Go to your theme options page and choose the Style tab.
- Scroll down to the Custom CSS box and add this:
.flexslider {
height: 340px;
}
- Update your settings.
Let me know if that doesn’t help out.
Have a great weekend,
Bill
Nice! Much better. Thanks.
- The topic ‘Change Homepage Load Order’ is closed to new replies.