Last Post Title on Profile in tab Topic and Replies,
This support request was posted in Flatbase by Arutam
Hello Juanfra,
I realized that when you are in your bbPress profile, and clic on Topics or Replies, it show the last title of something you made on the site.
Let me share a example: http://www.imagebam.com/image/a89716448460486
I think that title is unuseful and destroy the design. Could you help to remove it?
Thanks
Juanfra Aldasoro November 23, 2015 at 2:19 pmHi,
Thank you for writing. You can hide that by adding this custom CSS to the “Custom CSS” field within the theme options panel:
body.bbp-user-page .forum-titles { display: none; }
Best,
Juan.Arutam November 23, 2015 at 2:34 pmHi,
I hope you can remove from the code in next release.
Thanks, It works.
Also, I used this code to hide in the replies tab:
div.topic-header.clearfix {display: none;}
And this one to remove the huge empty space:
li.bbp-header {display: none;}
Regards,
JavierJuanfra Aldasoro November 23, 2015 at 8:39 pmHi Javier,
Thank you for the follow up. Yes, we’ll work in order to find the best solution. In the meantime you can use that CSS.
Thanks again,
Juan.Arutam December 9, 2015 at 8:39 pmHi Juanfra,
Guess what! When I use “li.bbp-header {display: none;} ” to remove the huge empty space in “Replies Page” , it also removed the buttons “Favorite” and “Subscribe” from the Forum.
Could you help me to remove the space without take effect in that two buttons?
See empty space in the attached screenshot
http://www.imagebam.com/image/e74279451820982Thanks
Regards
JavierJuanfra Aldasoro December 10, 2015 at 4:01 pmHello Javier,
You can try the following:
body.bbp-user-page .topic-header { display: none; }
Best,
Juan.
You must be logged in to reply to this topic.