Conflict With Buddpress 2.9.1
-
There is a conflict with Buddpress v2.9.1.
In some templates Buddypress uses following HTML to render member details.
<a href="<?php bp_member_permalink() ?>" class="bp-tooltip" data-bp-tooltip="<?php bp_member_name(); ?>"><?php bp_member_avatar(); ?></a>
As you can see bp_member_name() function is used within html attribute. BuddyVerified hooks into ‘bp_member_name’ hooks ( triggered in bp_member_name() function ) and echo some HTML. In described case HTML is echoed in attribute and this breaks layout. Please see screenshot. https://www.screencast.com/t/KXrEn8GmxMm
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conflict With Buddpress 2.9.1’ is closed to new replies.