• I have integrated buddypress into a custom theme and am using a number of bp related plugins to customize for our needs.

    I have activated Buddypress Activity Plus but don’t get any indication that the new functionalities are even being passed to the page when it renders (ie, nothing new appears on edit box and Firebug shows no additional html).

    Can you suggest possible places where there might be a conflict, either with my theme or with plugins? Any common issues that have cropped up? Any other avenues I ought to check?

    http://wordpress.org/extend/plugins/buddypress-activity-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Matt Edminster

    (@chiinook)

    I’ve deactivated and reactivated all plugins. Looks like the conflict is in the theme. Any suggestions where I might look?

    I’ve based my integration off of the theme pack so I imagine its pretty standard (with the addition of a couple of div.s)

    If i understood you correctly, our problems seem to be quiet identically…

    I also used a custom theme, where i couldn’t see any new functionality after activating the plugin but…

    1. i changed to bp-default theme
    2. called the activity page and the functionality appeared
    3. found out that my function.php (custom theme) is loading the …jquery/1.4.2/jquery.min.js from ajax.googleapis.com but the bp-default calls a 1.7.2 version
    4. changed 1.4.2 into 1.7.2 inside my themes functions.php

    Et voila! Functionality works now with my custom theme, too.

    Seems to be a jquery issue… I’m not a good programmer, but i’m very happy with this solution working for me…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: BuddyPress Activity Plus] Plugin not rendering on activity pages’ is closed to new replies.