• Resolved Stephen Harris

    (@stephenharris)


    Hi,

    A user reported a conflict between Custom Facebook Feed and Event Organiser (see thread: http://ww.wp.xz.cn/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 register jquery-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

    http://ww.wp.xz.cn/plugins/custom-facebook-feed/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey Stephen,

    Thanks for letting me know the cause of the issue, I really appreciate it. I’ll get a fix out for this ASAP.

    Thanks again!

    John

    Thread Starter Stephen Harris

    (@stephenharris)

    Awesome, thanks for the quick response :). I’ll resolve this thread.

    Plugin Author smashballoon

    (@smashballoon)

    Just released an update to the free version containing a fix and will be pushing out a Pro update tonight or tomorrow.

    Thanks again Stephen,

    John

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘jQuery UI Issues’ is closed to new replies.