Viewing 10 posts - 1 through 10 (of 10 total)
  • Question

    #34472
    @hoops

    hi TJ!

    can you help me on how to do the following…

    1. increase the size of the avatar in bbpress forum posts
    2. increase the default size of font in bbpress forum
    3. decrease the paragraph spacing in blog posts

    thanks in advance!

    Answers

    #34480

    Alyssa
    Participant
    @alyssa-buddyboss

    @hoops
    1) Not possible. Tried to help someone in the past. You could try bbPress support.
    2) Try adding this to custom.css
    body.bbpress .entry-content p{font-size:110%;}
    3) add to custom.css:
    body.single-post .entry-content p{margin: 0 0 12px;}

    #34491
    @hoops

    thanks TJ!

    with regards to the avatar, saw this somewhere, added it to custom.css

    #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content{
    margin-left: 180px !1important;
    }

    #bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author{
    width: 165px !important;
    }

    #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar{
    width: 150px !important;
    height: 150px !important;
    }

    it adjusted only the height but retained the width…

    #34498

    Alyssa
    Participant
    @alyssa-buddyboss

    @hoops the problem with the avatar is the low resolution so even if you could increase the width an height it would be pixelated. But I’m not going to be able to help here, bbPress will need to support this issue.

    #34573
    @hoops

    okay, thanks TJ!

    follow up question – is it possible to show bbpress to guests but hide buddypress pages?

    #34578

    Alyssa
    Participant
    @alyssa-buddyboss

    @hoops can you give me some examples of pages you wish to “hide”? Do you wish to hide them or completely remove them from your site?

    #34586
    @hoops

    hide buddypress pages – activity, members to users that are not logged-in

    show bbpress/forum to all users

    #34590

    Alyssa
    Participant
    @alyssa-buddyboss

    @hoops I suggest you try using the free plugin s2member to do this.

    #34648
    @hoops

    thanks TJ!

    #34668

    Alyssa
    Participant
    @alyssa-buddyboss

    Not a problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘How to….’ is closed to new replies.