Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Avatar of unknown89
    unknown89
    Member

    @unknown89

    You will need to add this to your themes style.css to fix overlapping follow/unfollow buttons on the members directory page.

    `ul.item-list li div.action {
    top: 18px;
    }
    ul.item-list li div.action .follow, .unfollow {
    position: relative;
    top: 18px;
    }`

    Avatar of unknown89
    unknown89
    Member

    @unknown89

    Look for

    `

    And add the following to the beginning and end

    `<!–
    <input type="text" name="email" id="email" value="” class=”settings-input” /> //–>`

    Avatar of unknown89
    unknown89
    Member

    @unknown89

    Hi, if you wish to remove this – simply go to your child theme – look for the following folders

    members/single/settings and find the file called general.php

    inside of that file, scroll down until you see the input fields for the Account Email – and comment that out

    Avatar of unknown89
    unknown89
    Member

    @unknown89

    Have a look at another topic pointed in the general direction -

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-posts-tab-very-frusterated/

    Let me know if it’s of any assistance.

Viewing 4 replies - 1 through 4 (of 4 total)