Forums

Hybrid theme and other plugins using jQuery not working (5 posts)

  1. Indyan
    Member
    Posted 2 years ago #

    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. http://www.featuredcontentgallery.com/ ). Themes using jquery also break.
    Have a look at http://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.

  2. Indyan
    Member
    Posted 2 years ago #

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

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

  3. Plucko
    Member
    Posted 2 years ago #

    I'm having the same problem. :( Does anyone know how to fix it?

  4. magznetwork
    Member
    Posted 2 years ago #

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

  5. pavy
    Member
    Posted 2 years ago #

    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 (http://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.

Topic Closed

This topic has been closed to new replies.

About this Topic