- This topic has 1 reply, 2 voices, and was last updated 11 years, 3 months 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 › eStore – Disable my Slide show and portfolio
Tagged: slideshow
I have a template I bought from template monster, When I installed the eStore it disable the main slide show on my home page and also, other tab I have call services.
my website is
[www.mcsgeeks.com]
I disable the eStore plug in for now. I wanted to know if there is a way around this. As i would really like to use the eStore
Hi, currently eStore is not installed on your site but I believe I know what is causing this issue. Your theme is including an older version of jQuery from it’s own directory without following the WordPress coding guideline:
<script type='text/javascript' src='http://mcsgeeks.com/wp-content/themes/CherryFramework/js/jquery-1.7.2.min.js?ver=1.7.2'></script>
There can’t be two copies of jQuery on the same page as this will result in JavaScript conflict. To make sure that only one copy of jQuery is included when the page loads, a theme or a plugin needs to follow the WordPress api for it:
Usually there will be JavaScript errors on a particular page when it happens. You can easily check for these errors by yourself:
https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site