Skip to:
Content
Pages
Categories
Search
Top
Bottom

WordPress V 3.1.3 Big compability probleme and troubleshooting. Help!

  • Hi,

    I currently have a Suffusion Theme installed on my website and have the Buddypress Compability Pack installed on my Buddypress, I’ve just installed the latest version of wordpress 3.1.3 and previous version was 3.1.2. Now I’ve had no problemes so far on my website, but now that I’ve installed the latest WP version when I want to make a new post and press on the flash/java icons to add media or add photos on the post it doesn’t work! Or the upload box opens on a full page, but even that doesn’t work.
    Also on my Dashboard menu, options are unaccessible!!!

    WHAT IS GOING ON? Help would be much appreciated, I’d happily give you a screen shot if it’s of any use. Unfortenatly my website is password protected so I can only make screen shots.

Viewing 3 replies - 1 through 3 (of 3 total)

  • Brajesh Singh
    Participant

    @sbrajesh

    Hi,
    It most probably seems like javascript conflict/error.
    Do you use firefox. If yes, check the console(Even better if you use firebug addon) and please let us know if you see any error there ?


    aces
    Participant

    @aces

    Suffusion has it’s own compatibility pack https://buddypress.org/community/groups/suffusion-buddypress-pack/ ….?


    Boone Gorges
    Keymaster

    @boonebgorges

    Brajesh is right; it’s probably a Javascript problem. I’d suggest checking out Suffusion’s custom BP template pack. Otherwise, as a stopgap, you might try changing line 23 of wp-content/plugins/bp-template-pack.php from
    `wp_enqueue_script( ‘bp-js’, BP_PLUGIN_URL . ‘/bp-themes/bp-default/_inc/global.js’, array( ‘jquery’ ) );`
    to
    `if ( !is_admin() ) wp_enqueue_script( ‘bp-js’, BP_PLUGIN_URL . ‘/bp-themes/bp-default/_inc/global.js’, array( ‘jquery’ ) );`

    so that BP’s scripts are only loaded on non-Dashboard pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress V 3.1.3 Big compability probleme and troubleshooting. Help!’ is closed to new replies.
Skip to toolbar