Skip to:
Content
Pages
Categories
Search
Top
Bottom

Theme problem


  • iBasher
    Participant

    @ibasher

    I have ‘Imbalance 2‘ theme.
    After installing BP that -orange hover- on boxes doesn`t work at all.

    My site

    And i dont know, if its important, but i find this error in buddypress.js :

    /* New posts */
    jq(“#aw-whats-new-submit”).on( ‘click’, function() {
    Uncaught TypeError: Object [object Object] has no method ‘on’
    var button = jq(this);
    var form = button.closest(“form#whats-new-form”);

    form.children().each( function() {
    if ( jq.nodeName(this, “textarea”) || jq.nodeName(this, “input”) )
    jq(this).prop( ‘disabled’, true );
    });

    3.5.2 / 1.8

Viewing 1 replies (of 1 total)
  • This is a problem with your theme not BuddyPress I’m afraid. Your theme is choosing to load it’s own copy of jQuery for whatever reason instead of using the version bundled with WP, your theme is using 1.6 which is a little outdated now , WP is currently using 1.8; the ‘on’ method requires 1.7 iirc.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme problem’ is closed to new replies.
Skip to toolbar