Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/17/2017 07:26:55 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat: Improved Twenty Seventeen support:

  • Add supplemental bbpress-wrapper class to #bbpress-forums div elements
  • Remove box-shadow styling form bbPress's entry-content section links
  • Provides middle-of-the-road targeting of bbPress template content, for complex styling relationships where ID's may be too powerful and classes may not have existed previously
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/buddypress/functions.php

    r6240 r6253  
    213213?>
    214214
    215     <div id="bbpress-forums">
     215    <div id="bbpress-forums" class="bbpress-wrapper">
    216216
    217217        <?php bbp_get_template_part( 'user', 'topics-created' ); ?>
     
    232232?>
    233233
    234     <div id="bbpress-forums">
     234    <div id="bbpress-forums" class="bbpress-wrapper">
    235235
    236236        <?php bbp_get_template_part( 'user', 'replies-created' ); ?>
     
    251251?>
    252252
    253     <div id="bbpress-forums">
     253    <div id="bbpress-forums" class="bbpress-wrapper">
    254254
    255255        <?php bbp_get_template_part( 'user', 'favorites' ); ?>
     
    270270?>
    271271
    272     <div id="bbpress-forums">
     272    <div id="bbpress-forums" class="bbpress-wrapper">
    273273
    274274        <?php bbp_get_template_part( 'user', 'subscriptions' ); ?>
Note: See TracChangeset for help on using the changeset viewer.