Forums › Forums › Search & Filter Pro › Jquery conflict with search-filter-build.min.js and .slide() jQuery
Tagged: V3
- This topic has 7 replies, 2 voices, and was last updated 4 years, 11 months ago by Trevor.
-
Anonymous(Private) December 13, 2019 at 2:14 am #229047
Hi there,
I’ve identified the js file ‘search-filter-build.min.js’ conflicting with my accordion-style navigation and faq boxes on my website.
I’ve identified this by enqueueing the js & files via functions and omitting one at a time.The issue is that when the nav is clicked it jumps rather than slides.
See example: demo.jaffewebsites.com.au/kush/find-loose-diamonds-melbourne/find-loose-diamonds-melbourne (open navigation to see error)
Please advise if there is something I can do to avoid this issue.
Thanks in advance!
Trevor(Private) December 13, 2019 at 1:45 pm #229079Your site appears to be using jquery v3.4.0, but not jquery v1.12.4, which is what ships with WordPress.
V3 is not necessarily better or newer than v1, it is different however. Our plugin (like most WordPress plugins and themes) assume that you will be using jQuery 1.12.4
The conflict, I suspect, is a consequence of this. Is there a reason why you are using v3 and not v1?
-
AuthorPosts