This topic has 5 replies, 2 voices, and was last updated 8 years by gbouch.

  • Author
  • #107444
     gbouch
    Participant

    Hi there,
    I am currently setting it up on a hidden site.
    I need to ask you a couple of questions, and have given you full administrator access – youngracer.co.uk/wp-admin login info in the ‘private details’ supplied with this ticket.
    If you look at http://youngracer.co.uk/members/ you will see that ‘Gareth’ (that’s me) has a quote an link on his panel. This only appeared after importing dummy bp data – and it also shows up on the profile cover photo – http://youngracer.co.uk/members/youngracer-web-admin-gareth/ – Do you know how it got there and how to prevent bp users from doing this if it were live?
    My other question is on the Profile page layout.
    If you look at the profile tab information in “All About Me” (name, city etc) – I need to make the lefthand column wider to accommodate these titles/headings. How can I do this? Is there a bit of CSS that we could use to override the default layout?
    Many thanks,
    Gareth

    #107576
     sharmstr
    Moderator

    The quote that you’re seeing is the status update section. It pulls information from the activity feed. You can hide it with this css

    COPY CODE
    
    #latest-update {
        display: none;
    }
    

    You can put the field name on a separate line so it wont get cut off. Refer to this topic: https://archived.seventhqueen.com/forums/topic/buddypress-profile-fields#post-61233

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #107578
     sharmstr
    Moderator

    moving because these arent bugs

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #107588
     gbouch
    Participant

    Thanks for the reply.

    The layout issue is fixed, and also that ‘status update’ seems to be gone from the main member profile page.
    However it still seems to show up on http://youngracer.co.uk/members/ (See the member panel for Gareth).
    Have I misapplied the code somehow?

    Thanks

    #107593
     sharmstr
    Moderator

    Try this instead

    COPY CODE
    
    #buddypress #members-list .update, #latest-update {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #107598
     gbouch
    Participant

    Perfect!
    Thank you 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?