Reputation: 31
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
Reputation: 1049
Use this code in "header.php" just before tag:
wp_enqueue_script( 'jquery');
wp_head();
Upvotes: 1
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