Slide loads incorrectly
URL to the page in question:
http://limerickchurch.com/wp3/
-
Hi
If I load or refresh the home page the slide doesn’t display immediately. Instead, a bar displays along the top of where the slide should be.
Also, how do I change the font-weight of the navigation menu as on the site demo?
Thanks
Selu
Good Morning Selu,
Great question there. The slider won’t begin until all of the slides have been loaded. If you’d like, it is possible to set a height for the slideshow so that it’ll display at its full height until the slides have loaded instead of just the collapsed border being visible. Here’s how to do that:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
@media only screen and (min-width: 1024px) {
.home .flexslider {
min-height: 378px;
}
}
- Update your settings.
If you have any questions or trouble, let me know.
Thanks,
Bill
Hi Bill,
Thanks, have added CSS and it certainly looks much better. I still think there’s some other problem. I have only 2 slides and they are both each abt 50kB. Surely they should load quicker than they’re doing?
Thanks again,
Selu
From this point, you’ll have your best success speeding things up by using a caching plugin like WP Super Cache (https://wordpress.org/plugins/wp-super-cache/). It essentially saves that results of each page as it’s created and then serves the saved copy to your visitors instead of retrieving it fresh from the database. That makes things much faster.
It also has options to compress your content as its sent. If you’ll enable that and also the caching I believe you’ll find your site quite fast.
Let me know if you have any trouble,
Bill
Fantastic. Have a great day and let me know if you need anything else.
- The topic ‘Slide loads incorrectly’ is closed to new replies.