Title: Broken theme
Last modified: August 21, 2016

---

# Broken theme

 *  Resolved [Denis Ciumbargi](https://wordpress.org/support/users/ciumbargi/)
 * (@ciumbargi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/broken-theme-32/)
 * Hi, i love the idea, seen the movie, would go GREAT on many wordpress installs.
 * I have a problem, the page for buddypress on my website breaks my theme, duplicates
   the buddypress menu and nothing is loaded as in for the content of page where
   BuddyDrive should appear.
 * Here is the link of my website with the buddypres area:
 * [http://sansapentrusansa.org/activitate](http://sansapentrusansa.org/activitate)
 * or the user page for BuddyDrive
 * [http://sansapentrusansa.org/membri/DenisCiumbargi/buddydrive/](http://sansapentrusansa.org/membri/DenisCiumbargi/buddydrive/)
 * I can create a user for you to test it if needed.
 * [http://wordpress.org/extend/plugins/buddydrive/](http://wordpress.org/extend/plugins/buddydrive/)

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

 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/broken-theme-32/#post-3651795)
 * Hi,
 * Are you using BuddyPress version 1.7 (This plugin requires it) ?
 * Well this is really weird.. It looks like it’s the case, but then i don’t understand
   why you are still using BP Template Pack as 1.7 introduced Theme Compat ??
 * try using current_theme_support(‘buddypress’) as advised for standalone theme
   maybe.. [http://bpdevel.wordpress.com/2013/02/25/bp-theme-authors-make-sure-your-theme-registers-buddypress-support/](http://bpdevel.wordpress.com/2013/02/25/bp-theme-authors-make-sure-your-theme-registers-buddypress-support/)
 * I’ve tested the plugin on BP Default, twentytwelve and twentythirteen.
 * A user to test would be no help for this type of trouble unfortunately..
 * I’ll test my plugin with bp template pack to see if i manage to reproduce.
 * Thanks for your interest and feedback.
 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/broken-theme-32/#post-3651810)
 * Ok, just go in the functions.php of your active theme and add these lines, it
   should fix the issue :
 *     ```
       function fixes_buddydrive_for_template_pack() {
   
       	add_theme_support( 'buddypress' );
   
       }
       add_action( 'after_setup_theme', 'fixes_buddydrive_for_template_pack' );
       ```
   
 *  Thread Starter [Denis Ciumbargi](https://wordpress.org/support/users/ciumbargi/)
 * (@ciumbargi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/broken-theme-32/#post-3651861)
 * Thank you Imath.
 * Yes i am using the 1.7 and i am using that Bp template pack as it was mandatory
   for the other versions of BuddyPress.
 * The new version of BuddyPress should have put a note to delete the pack if not
   necessary upon update as many users like me will not a file that knew it was 
   mandatory. Not all understand php.
 * I have included the code you provided and works fine now.
 * Thank you, solved.
 * I also told my theme creators about the buddypress 1.7 new support for all themes.
 * Thank you again.
 *  [drbf](https://wordpress.org/support/users/drbf/)
 * (@drbf)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/broken-theme-32/#post-3651936)
 * I had the same problem and that fixed it for me as well. Thank you.
 * DR.
 *  [reliablecyber](https://wordpress.org/support/users/reliablecyber/)
 * (@reliablecyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/broken-theme-32/#post-3651991)
 * I have tried all of the fixes listed and I cannot get buddydrive to work for 
   me. I really want it to because I see many advantages of using it. I am using
   BuddyPress 1.9.2. I am using BuddyPress Default and made a child theme of this.
   What else can I do? I click on the “create a folder” icon and nothing happens.
 *  Anonymous User
 * (@anonymized-6594935)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/broken-theme-32/#post-3651992)
 * if you have a “#” that is added to your url then the problem is with javascript
 * I always tries to include my javascript only where i need them, some other plugins/
   themes don’t, so there might be a javascript conflict there. Try disabling plugin
   1 by 1 to find the one that causes a problem.

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

The topic ‘Broken theme’ is closed to new replies.

 * ![](https://ps.w.org/buddydrive/assets/icon-256x256.png?rev=3305954)
 * [BuddyDrive](https://wordpress.org/plugins/buddydrive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddydrive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddydrive/)
 * [Active Topics](https://wordpress.org/support/plugin/buddydrive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddydrive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddydrive/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: Anonymous User
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/broken-theme-32/#post-3651992)
 * Status: resolved