[buddypress-trac] [BuddyPress] #3389: Enqueueing CSS of bp-default breaks child theme layouts

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Mon Aug 15 18:25:18 UTC 2011


#3389: Enqueueing CSS of bp-default breaks child theme layouts
---------------------+------------------------------
 Reporter:  mercime  |       Owner:
     Type:  defect   |      Status:  new
 Priority:  normal   |   Milestone:  Awaiting Review
Component:  Theme    |     Version:  1.5
 Severity:  normal   |  Resolution:
 Keywords:           |
---------------------+------------------------------

Comment (by hnla):

 Actually it was me that originally proposed the de-register styles as the
 only option that I could find that worked around the issue in this thread:
 http://buddypress.org/community/groups/creating-extending/forum/topic
 /theme-development-on-trunk/

 Haven't really looked at things since, assuming somewhat that it was only
 solution to hand. I modified things to:

 add_action( 'wp_print_styles', 'deregister_bp_dtheme_styles', 100 );
 function deregister_bp_dtheme_styles() {
                 wp_deregister_style( 'bp-default-main');
                 }

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3389#comment:8>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list