Follow button introduced with element rather than
-
I use BuddyX theme and when you view the BuddyPress Follow plugin’s Follow button, it is aligned to the bottom rather than to the center of the member header actions bar area: Here is the code…. I think the problem may be that the follow button is introduced with the
- element rather than a <div> element… How can I fix this problem by editing the plugin?
<ul class=”member-header-actions action”>
<div class=”friendship-button not_friends generic-button” id=”friendship-button-6″>Add Friend</div>
<li id=”post-mention” class=”generic-button”>Public Message
<li id=”send-private-message” class=”generic-button”>Private Message
<li class=”follow-button generic-button following” id=”follow-button-6″ style=””>Unfollow - element rather than a <div> element… How can I fix this problem by editing the plugin?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Follow button introduced with element rather than’ is closed to new replies.