• Something is wrong with my wpress installation. I am using WP 2.8.1 beta 2 (was using 2.8 but upgraded to check if the newer version fixed the issues).

    The problem is that any plugin using jquery simply refuses to work (e.g. https://www.featuredcontentgallery.com/ ). Themes using jquery also break.
    Have a look at https://www.pallab.net/?wptheme=hybrid
    Can someone please tell me how to fix this issue?
    I tried :
    i) Disabling all plugins
    ii) Deleting and reuploading wp-includes and wp-admin folder
    iii) Re upload the affected themes and plugins.

    Nothing is working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter indyan

    (@indyan)

    The url to test the theme is https://www.pallab.net/?theme=hybrid
    The url posted originally isnt working.

    Meanwhile I went to https://themehybrid.com/demo/hybrid/wp-includes/js/jquery/jquery.js an even replaced my jquery.js file with this. The problem still persists.

    I’m having the same problem. ?? Does anyone know how to fix it?

    FCG plugin use mootools and hybrid use jquery. It is conflict issue…

    I’ve had some jQuery issues in WordPress as well. My problem was using Galleria on one of my pages, when using WordPress’ core jQuery, broke Galleria (would not load). When including a version of jQuery from somewhere else, Galleria worked. After trying several things, I ended up needing to change the Galleria script to use noConflict (https://docs.jquery.com/Using_jQuery_with_Other_Libraries) and then Galleria worked with WordPress’ core jQuery.

    I’m guessing this is the issue you’ve had. Also, using noConflict should prevent conflicts with other JS libraries like Prototype and Mootools. With that said, you should really try to avoid using more than one JS library at once.

    @indyan it looks like your site is loading two jQuery libraries – WordPress’ core jQuery and also the IE6-warning is loading jQuery. If you’re still have problems, try removing the IE6-warning jQuery. You may need to modify the source of the plugin to do this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hybrid theme and other plugins using jQuery not working’ is closed to new replies.