Re: Filter Not Working

Home \ forums/reply \ Re: Filter Not Working
#1237
Michael Gilkes
Keymaster

@tenoch. Thanks for posting. From looking at your site, the same error keeps coming up “ReferenceError: Can’t find variable: hs”. Oftentimes with Javascript errors, when you have one error in the code, it stops the execution of the rest of the Javascript, including jQuery. You can verify this error by checking the console errors on your browser.

Is it possible to disable or remove whatever is adding that code with “hs.addSlideshow” temporarily to see if that is causing the conflict?

At least, now we know that it is not an issue with the template. btw, do you see the errors in your browser’s console?