It appears that because of some JS conflict, this is happening. If you can share the webpage URL where slider is embedded, I can provide you the fix in no time. Waiting for your response.
I think my site has the same problem
http://mathsci.kaist.ac.kr/home/en/
Thread Starter
loelx
(@loelx)
http://www.calaborlaw.com/
Smooth slider is at top center.
Please help.
As a temporary fix, I put the following two lines in the header from the template and it works again.
<script type=”text/javascript” src=”http://URL_OF_HOST/wp-content/plugins/smooth-slider/js/jcycle.js?ver=2.5.1″></script>
<script type=”text/javascript” src=”http://URL_OF_HOST/wp-content/plugins/smooth-slider/js/smooth.js?ver=2.5.1″></script>
Hi @loelx
On your site, the JS file jquery.js is loading in the footer area and that’s why the slider is not working properly. Edit footer.php and remove jquery.js from there and add the same in header.php above the closing HEAD. Let me know if it helps.
@sangil
Please check if your installed theme is having wp_head() in the header.php above closing HEAD area.
Thread Starter
loelx
(@loelx)
So how do I implement this fix? I’m not a web expert. Thanks!!
Here is how you can fix the slider.
Go to the Appearance ==> Editor ==> Footer.php and copy the below piece of code from there,
<script type='text/javascript' src='http://www.CALaborLaw.com/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>
Once you copy it, remove the same code from footer.php.
Now open header.php in the editor and paste the same code before the </head> in header.php file.
Let me know if it helps.
Thread Starter
loelx
(@loelx)
Worked perfectly, thank you!!
I put that code before the closing head.
Thanks!!
Glad to know that slider is working fine now. Kindly spare some time and give Smooth Slider a good rating on repository. Thanks for your time.