Ryan Travis
Ryan Travis

Reputation: 31

Slider Load issue

I am using the Pointelle Slider (http://slidervilla.com/pointelle/) on my website http://mensdepression.org and everything is fine except that when the page loads all of the slides show, blink and then are hidden, but the user sees this as not a smooth experience. How can I improve the slider loading on page load so it is smoother?

Im using w3 total cache and I have a fast Liquid Web SSD VPN server. Please advise. Thank you.

Upvotes: 0

Views: 150

Answers (2)

Engr Saddam Zardari
Engr Saddam Zardari

Reputation: 1049

Use this code in "header.php" just before tag:

wp_enqueue_script( 'jquery');

wp_head();

Upvotes: 1

Arshad Hussain
Arshad Hussain

Reputation: 777

Use this code in "header.php" just before tag:

wp_head();

Use this code in "footer.php" just before tag:

wp_footer();

Upvotes: 0

Related Questions