Jump to content
Customer Service 866.965.0400

Wesbite Fix Suggestion


Recommended Posts

I assume it happens for everyone, not just me. But when loading the main site, http://adamspolishes.com/all of the slides show first, kind of an annoying flash ;)

 

This is because the JavaScript for the slider has not yet loaded and fired. You should be able to fix it by controlling the visible state of each slide via CSS and then when the JS loads it will take control, something like this;

.homepage-banner .slide {
	display: none;
}

.homepage-banner .slide:first-child {
	display: block;
}

Just a thought :)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...