• Resolved trishahdee

    (@trishahdee)


    Reference: https://internationallandalliance.com/oasis-park-resort/oasis-properties/

    I am using Bootstrap Ultimate with WP-Property plugin: https://www.ads-software.com/plugins/wp-property/

    Everything is working fine except on the above property summery page, the next/previous pagination buttons, the page slider, and the sorting buttons are not working. Only the next/previous and sort buttons are visible but they do not work with Bootstrap Ultimate.

    I have tried turning off all plugins except for WP-Property and the problem still exists. It only stops when I use one of the default WordPress themes instead of Bootstrap Ultimate.

    Chrome Dev Tools says:

    Uncaught TypeError: Cannot read property ‘mouse’ of undefined jquery.ui.slider.min.js:4

    which is a reference to a WP core script.

    I’m at a loss on how to resolve this. Please can you help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter trishahdee

    (@trishahdee)

    I discovered that the problem was a call to an extra ajax file I didn’t need. I removed the line that called for that script and all works fine now.

    For reference, this is the script that caused the problem: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

    <script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js”></script&gt;

    I think I have the same problem but I can’t find where to delete it

    Thread Starter trishahdee

    (@trishahdee)

    If may be added by one of the plugins you are using. The best way to check is to first turn off all your plugins then check if the ajax script is still being loaded. If it’s not there, then its a plugin problem. Then turn on your plugins, one-by-one, until the ajax script reappears. (Note: If you have a lot of plugins, you can make this more manageable by turning on one half of the plugins to see if the script reappears and this will tell you which half of the plugins to continue looking into ??

    Once you find the plugin that is causing the problem you may be able to find another, similar, plugin that gives you the function without the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict with WP-Property Plugin Next/Previous Slider’ is closed to new replies.