diff --git src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
index 21dcc39..171946c 100644
|
|
|
do_action( 'bp_before_group_header' ); ?> |
| 28 | 28 | |
| 29 | 29 | <div id="item-header-content"> |
| 30 | 30 | |
| 31 | | <div id="item-buttons"> |
| 32 | | |
| 33 | | <?php |
| | 31 | <div id="item-buttons"><?php |
| 34 | 32 | |
| 35 | 33 | /** |
| 36 | 34 | * Fires in the group header actions section. |
| 37 | 35 | * |
| 38 | 36 | * @since 1.2.6 |
| 39 | 37 | */ |
| 40 | | do_action( 'bp_group_header_actions' ); ?> |
| 41 | | |
| 42 | | </div><!-- #item-buttons --> |
| | 38 | do_action( 'bp_group_header_actions' ); ?></div><!-- #item-buttons --> |
| 43 | 39 | |
| 44 | 40 | <?php |
| 45 | 41 | |
diff --git src/bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php src/bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php
index 27b3778..cdbce1c 100644
|
|
|
do_action( 'bp_before_member_header' ); ?> |
| 34 | 34 | <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2> |
| 35 | 35 | <?php endif; ?> |
| 36 | 36 | |
| 37 | | <div id="item-buttons"> |
| 38 | | |
| 39 | | <?php |
| | 37 | <div id="item-buttons"><?php |
| 40 | 38 | |
| 41 | 39 | /** |
| 42 | 40 | * Fires in the member header actions section. |
| 43 | 41 | * |
| 44 | 42 | * @since 1.2.6 |
| 45 | 43 | */ |
| 46 | | do_action( 'bp_member_header_actions' ); ?> |
| 47 | | |
| 48 | | </div><!-- #item-buttons --> |
| | 44 | do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons --> |
| 49 | 45 | |
| 50 | 46 | <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> |
| 51 | 47 | |
diff --git src/bp-templates/bp-legacy/css/buddypress.css src/bp-templates/bp-legacy/css/buddypress.css
index d0a4a01..0df8fb7 100644
|
|
|
body.activity-permalink #buddypress ul.item-list li.activity-item { |
| 1403 | 1403 | overflow: auto; |
| 1404 | 1404 | list-style: none; |
| 1405 | 1405 | } |
| | 1406 | body.bp-user #item-buttons:empty, |
| | 1407 | body.groups #item-buttons:empty { |
| | 1408 | display: none; |
| | 1409 | } |
| 1406 | 1410 | |
| 1407 | 1411 | /*-------------------------------------------------------------- |
| 1408 | 1412 | 3.8.1 - Cover Image |