Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #905711
    shiraziscool
    Participant

    Hi, There are two issues we are facing related to bbpress.

    Note: We have used bbpress custom shortcodes to create a page:

    Law of Attraction Club

    1: The new topic section (At the bottom of the above page) looks too big and also the main comment box is plain white with no border (Doesn’t even look like someone can write there). Can we customise the looks of this section (Maybe reduce the form size) and add a border to the comments box? So that it will look writeable?

    2: The forum topic styling is not like ethos in your demos. It looks strange and untidy. Please refer to the link below and help me get the same styling as in your demos.
    http://goldeninspiration.com/law-of-attraction-forum/topic/topic-1-forum-2/

    Thanks,
    Shiraz

    #906611
    Christopher
    Moderator

    Hi there,

    #1 Seems like I need to login to check the page.

    #2 Please add following code in Customize -> Custom -> CSS :

    li.bbp-body {
        border: none;
    }
    .bbp-replies li {
        border: 1px solid gray;
        overflow: hidden;
        margin-bottom: 10px;
        padding: 10px;
    }

    Hope it helps.

    #906702
    shiraziscool
    Participant
    This reply has been marked as private.
    #907454
    Rue Nel
    Moderator

    Hey Shiraz,

    Thanks for updating!

    1] To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site #bbp_topic_content {
        border: 2px solid #ddd;
        padding: 0 0.65em;
        font-size: 13px;
        line-height: normal;
        color: #555;
    }

    2] Are you using CloudFlare or may have installed a caching plugin like WordFence, W3 Total Cache or WP Super Cache? Please keep in mind that after doing every updates and changes, always remember to clear all caches first when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

    Hope this helps.

    #911130
    shiraziscool
    Participant

    Guys, i really don’t understand what kind of solutions you guys give. Please refer to my very first post above, i am still stuck at the same stage. Nothing changed even after implementing all your solutions above. I see lack on ownership in your replies (I have even shared my admin login above) so that you guys can implement all that you feel like and also check yourself if your solution is really working not. Down 5 days with no solution.

    1: I have implemented the code above, exactly how you have specified in your last message.
    2: I have completely removed on site caching and also disabled cloudflare caching.

    Please please provide true solutions that work.

    Thanks in advance,
    Shiraz

    #911785
    Lely
    Moderator

    Hello Shiraz,

    We’re sorry you’re having this issue.
    I tried to add this CSS:

    .x-bbp-general-form textarea {
         border: 2px solid #ddd !important;
    }

    That will add some border for the content area. I can see that the changes doesn’t save because of the following error:
    Failed to load resource: the server responded with a status of 500 (Internal Server Error)
    See attached image. That error will prevent any changes on your customizer from saving. That’s why above suggestions and solution is not working.
    Please check this article:https://community.theme.co/kb/solutions-to-potential-setup-issues-customizer/

    If you are encountering a 403, 500, or 503 error when trying to view the Customizer, we have found that this is typically due to security settings or permissions errors with the server. For this particular situation, you will need to contact your hosting provider and ask them to ensure that your file permissions are set correctly. Additionally, this could be related to a ModSecurity rule being triggered due to a combination of keywords used in the core WordPress files for the Customizer. This should be able to be remedied by writing into the support team at your host and asking them to whitelist the ModSecurity rules on your domain.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-905711 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>