• This is a great looking plugin and I would like to use it to replace the ticker that is being used in the theme that I have.

    http://ukcva.com.gridhosted.co.uk/about/

    The problem is there is a conflict and I cannot get it to work. When I disable the
    wp_enqueue_script(“jQuery_UI_js”, get_stylesheet_directory_uri().”/js/jquery-ui.js”, false, $pp_theme_version);

    Your ticker works, but other parts of the site are then broken. Your ticker is inserted in short code on that page so you should be able to see it in the source.

    I was just wondering if there is a work around

    Thanks in advance

    http://ww.wp.xz.cn/extend/plugins/ditty-news-ticker/

Viewing 1 replies (of 1 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    It looks like the ticker is working on your site now. The issue is probably stemming from an old version of jQuery ui being loaded by the theme (as you have noticed). Any theme or plugin that loads jQuery and jQuery ui should be loading the scripts using WordPress’s default jQuery includes and not loading in their own (so this situation does not happen).

    If you still are having issues you will need to contact the author of the theme and suggest they change the way they are loading their scripts: http://codex.ww.wp.xz.cn/Function_Reference/wp_enqueue_script#Default_Scripts_Included_and_Registered_by_WordPress

    There isn’t anything I can do to bypass the files the theme is loading.

Viewing 1 replies (of 1 total)

The topic ‘JQuery Conflict with theme’ is closed to new replies.