[buddypress-trac] [BuddyPress Trac] #7994: Register.php HTML bug
buddypress-trac
noreply at wordpress.org
Mon Oct 29 07:17:27 UTC 2018
#7994: Register.php HTML bug
--------------------------+-----------------------------
Reporter: mo3aser | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Templates | Version: 3.0.0
Severity: normal | Keywords:
--------------------------+-----------------------------
Hi there,
In the bp-nouveau/buddypress/members/register.php file, the close of div
.layout-wrap is inside this if condition
{{{#!php
<?php if ( 'request-details' === bp_get_current_signup_step() ) : ?>
}}}
So when we are in any other step than the "request-details" such as the
"completed-confirmation" the close </div> tag will be missing and that
will break the HTML structure of the page causes issues with some themes.
We need to move the <div class="layout-wrap"> inside the same if condition
or move the close tag outside if just before the close of the <form>
Best regards
Best regards
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7994>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list