Hi,
I have figured out that when navigating to the Blog section to check all the blogs that the user has written, then it does not show the title.
Could you please help me to make show the title and also to make it clickable so that if clicking on the title then the reader gets redirected to the blog?
Thank you for your support.
Regards,
DanielHi Daniel,
Thank you for using the plugin.1. For some reason, you have this custom css being used
buddypress-wrap .item-body h2, .buddypress-wrap .item-body .entry-title, .buddypress-wrap .item-body .screen-heading { display: none; }
This is hiding the display. Any special reasons to have it?
2.
body.buddyblog .postmetadata{ display:none; }
Regards
BrajeshHi Brajesh,
Yes I have used this CSS code for 1. to hide the “Activity” Text title on BP Activity, but I see now that it also affects other areas.
Might there is a CSS to make the Buddyblog Title appear again but still hiding the text “Activity” on BP activity?
Thanks for your input.
Regards
DanielHi Daniel,
You may use to hide for activity title.body.activity h2.bp-screen-title{ display:none; }
Regards
BrajeshYou are welcome.
I look forward to your feedback.Regards
BrajeshHi Daniel,
Thank you for the reply.
I am glad it worked.Regards
Brajesh
The topic ‘ [Resolved] BuddyBlog – Show Title of the Blog’ is closed to new replies.