• Resolved tcibene

    (@tcibene)


    imath,

    I’m a huge fan of this plugin! It’s been absolutely stellar for my Buddypress users.

    Just ran into an issue this past weekend. I updated both my theme and Buddydrive, but now the Buddydrive page on profiles gets really messy. Not sure why!…

    I added the code you recommended.

    function maybefix_buddy_for_buddydrive() {
    add_theme_support(‘buddypress’);
    }

    add_action( ‘after_setup_theme’, ‘maybefix_buddy_for_buddydrive’ );

    To my functions.php, but have had little success. Now it works, but the theme is still screwy…

    Do you have any advice on what I could do to get this to work?

    http://ww.wp.xz.cn/plugins/buddydrive/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User

    (@anonymized-6594935)

    what is the theme ? if premium it is, i won’t be helpful a lot 🙁

    Thread Starter tcibene

    (@tcibene)

    Fixed it!

    Created a buddydrive-explorer.php file in the root of my child theme and added this content:

    Code

    Anonymous User

    (@anonymized-6594935)

    Nice! And thanks for sharing.. What was the theme ?

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

The topic ‘Problem with Theme’ is closed to new replies.