jQuery UI Issues
-
Hi,
A user reported a conflict between Custom Facebook Feed and Event Organiser (see thread: https://www.ads-software.com/support/topic/conflicting-plugins-4?replies=2#post-4846713).
The issue was that both the bundled (with WordPress) copy of jQuery UI and a copy from Google were being loaded. As I mention in that thread, I notice you use
wp_script_is('jquery-ui')
– unfortunately that doesn’t work since WordPress doesn’t registerjquery-ui
, it registers each component separately (jquery-ui-core
,jquery-ui-autocomplete
).(Also you seem to be loading the scripts on every admin page – if that isn’t necessary you use get
get_current_screen()
to check the ID of the page)All the best,
Stephen
- The topic ‘jQuery UI Issues’ is closed to new replies.