BuddyDev

Search

[Resolved] BuddyBlog – Show Title of the Blog

  • Participant
    Level: Master
    Posts: 497
    Daniel on #34778

    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,
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on #34779
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 497
    Daniel on #34780

    Hi again,

    2. If possible I also would like to disable the the TAG links of the blogs. Could you please help me how is the best way to achieve that?

    Thank you for your time.

    Regards
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24623
    Brajesh Singh on #34789

    Hi 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
    Brajesh

  • Participant
    Level: Master
    Posts: 497
    Daniel on #34797

    Hi 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
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24623
    Brajesh Singh on #34918

    Hi Daniel,
    You may use to hide for activity title.

    
    body.activity h2.bp-screen-title{ display:none; }
    

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 497
    Daniel on #34958

    Hi Brajesh,

    Thank you for the code! I will try it out asap.

    Thanks.

    Regards
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24623
    Brajesh Singh on #34970

    You are welcome.
    I look forward to your feedback.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 497
    Daniel on #35122

    Hi Brajesh,

    I have tried your CSS code and it looks awesome!

    Thank you for this!

    Regards
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24623
    Brajesh Singh on #35124

    Hi 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.

This topic is: resolved