-
Author
-
February 29, 2016 at 19:56 #107444gbouchParticipant
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,
GarethMarch 1, 2016 at 12:46 #107576sharmstrModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 1, 2016 at 12:47 #107578sharmstrModeratormoving 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 1, 2016 at 13:22 #107588gbouchParticipantThanks 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
March 1, 2016 at 13:27 #107593sharmstrModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.