[buddypress-trac] [BuddyPress Trac] #6510: Overlapping Message title + datestamp with left sidebar + widgets
buddypress-trac
noreply at wordpress.org
Wed Jun 17 18:53:08 UTC 2015
#6510: Overlapping Message title + datestamp with left sidebar + widgets
----------------------------+--------------------
Reporter: vhmarkgmailcom | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: 2.4
Component: Appearance | Version: 2.3.1
Severity: normal | Resolution:
Keywords: |
----------------------------+--------------------
Comment (by hnla):
it will be a consequence of this attempt to re-lay out the table in this
fashion, it may be better to try and revert the table to work as a
standard series of tr/td elements. However trying to get this much info
into a table while trying to restrict the table width so much is never
going to work well.
Are you tied to this sidebar or prepared to lose it for user accounts
screens? If you can lose it then you could copy page.php to
/buddypress/page.php and add a conditional to check for user account
screens around the sidebar call:
{{{
<?php if( !bp_is_user() ) : ?>
<?php get_sidebar( 'content' ); ?>
<?php endif; ?>
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6510#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list