• fraughtithrouble

    (@fraughtithrouble)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • mysitefixesit

    (@mysitefixesit)

    So issue with follow and seem to have slight work around using css, is that the tag is div and it needs to be li because nouveau uses ul/li tags

    Been looking in plugin code to where they add the formatted text to code when drawing the button.

    Thread Starter fraughtithrouble

    (@fraughtithrouble)

    Ok when you find the code, let me know, and this fix should go on the GitHub site for this plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Follow button introduced with element rather than’ is closed to new replies.