Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2690157
Bbpress don't show post
Closed

Comments

  •  1
    Ricsca started the conversation

    posts are not shown in the user profile to bbpress

  •  501
    Penci replied

    Hi,

    Please go to Dashboard > Settings > Permalinks then re-save setting

    If it doesn't work,  let's send me your website managment information ( admin url site, username and password ) in order for me to have access to know the exact issue. We will take it a lock on this help you.

    Best Regards,

    PenciDesign


  •   Ricsca replied privately
  •  501
    Penci replied

    Hi,

    I logged on your site . i will check it and respond as soon as possible

    Best Regards,

    PenciDesign

  •   Ricsca replied privately
  •  501
    Penci replied

    Hi,

    Please go to Customizer > Addtional CSS then add custom css to do that

    #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
        font-size: 14px;
    }
    #bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness a, #bbpress-forums li.bbp-body ul.topic li.bbp-forum-topic-count, #bbpress-forums li.bbp-body ul.topic li.bbp-topic-voice-count, #bbpress-forums li.bbp-body ul.topic li.bbp-forum-reply-count, #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness > a, #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness, #bbpress-forums li.bbp-body ul.topic li.bbp-topic-reply-count {
        font-size: 14px;
    }

    you can change font size is 14px to any size you want

    Best Regards,

    PenciDesign