- This topic has 1 reply, 2 voices, and was last updated 12 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Plugin Interfering With Slider
Tagged: slider, slider plugin not working
Hello, I recently upgraded to Version v6.9.1.7 of the WPestore. I have had no problems with the older version and my site, but after upgrading, my home page slider will no longer work. I did disable the plugin and it went back to normal so I know that is the reason. The website is [www.doddcoffee.com]. The slider will no longer move to any other slides. If anyone has any advice or help I would really appreciate it.
Thanks
You have got a bunch of JQuery library messup on your page. One is coming from the theme there is another thats coming form another plugin. They are loading a very old version of JQuery library. The new version of eStore uses the latest version of JQuery that ships with WordPress.
I am referring to the following two lines of code in your webpage (both of these are loading very old version of the jquery library and loading them twice!):
<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js?ver=3.4.2′></script>
<script type=”text/javascript” src=”http://www.doddcoffee.com/wp-content/themes/theme1034/js/jquery-1.3.2.js”></script>
Please read this post which will explain why the above is bad and always causes JavaScript issues: