• Resolved whapatron

    (@whapatron)


    I’m using this plugin on the Whiteboard theme framework to load wordpress pages inside the #content div container without reloading the entire website. My problem is that I am running inline javascript on some pages. This causes conflicts with a thumbnail scroller script that runs off of the jquery 1.5 library and jquery-ui-1.8.13.custom.min.js. The pages react differently on each browser, the website breaks when I click on the image gallery link in the navigation menu. Once clicked, it attempts to load the page, and fails to load anything in some browsers. If I click to another page after that It doesn’t do anything. If I enter in the image gallery link in the address bar the gallery loads fine. Test here, http://www.us4test.com/stagingsolutions I can disable the ajax loader plugin and all the pages will work fine.

    My concern is that I will be using Jquery version of SlideDeck that runs on the jquery 1.3 library too. I don’t know enough about jquery to resolve this. Is there a solution to allow these scripts work harmoniously together with ajax?
    I’d be very grateful for any feedback. Thanks

    http://wordpress.org/extend/plugins/advanced-ajax-page-loader/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dean Williams

    (@deano1987)

    Unfortunately you get allot of problems using old versions of jQuery, let alone the added problems of running more than one version of jQuery in a page…

    It really is beyond the scope of my plugin to work under your requirements and it will take you allot of trial and error, reading and testing to get everything working in harmony.

    What I’m saying is, it would be far too much work for me to help you and to also read up on everything to find ways to get it all to work together.

    However, you could REMOVE the jQuery elements of my plugin, then you only need to worry about getting the various components loaded back up on the page after an AJAX request.

    I wish you all the luck figuring this out.

    Thread Starter whapatron

    (@whapatron)

    Thanks for the reply, I came across this method just now on how to use multiple jquery libaries on the same page.
    http://web.enavu.com/daily-tip/using-multiple-versions-of-jquery-on-the-same-page/

    I’m going to try it out either today or tomorrow. I’m not sure if this would solve all my problems though. I’ll keep you posted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Advanced AJAX Page Loader] jQuery Script Conflicts with advanced ajax page loader’ is closed to new replies.