Forums › Forums › Search & Filter Pro › Dropdown with a ACF
- This topic has 16 replies, 2 voices, and was last updated 8 years, 11 months ago by
Trevor.
-
Trevor(Private) May 24, 2016 at 2:02 pm #46488
That means that jQuery is being loaded more than once by your theme or another plugin. Themes and plugins should not load jQuery as it is loaded by WordPress, but some still do it anyway. That will stop js from working properly and needs fixing as a priority. I see this in the page code:
<!-- Jquery 1.11.3 --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-
AuthorPosts