Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1003069
    goalsarecool
    Participant

    Can someone please let me know How to make the forum page full width?

    https://www.goalsarecool.com/forums/

    Thanks!
    Blake

    #1003107
    Thai
    Moderator

    Hi Blake,

    Please navigate to Customizer > bbPress > Layout > select Fullwidth:

    http://i.imgur.com/svadMzL.png

    Hope it helps 🙂

    #1003152
    goalsarecool
    Participant

    Thanks Tai!

    The BBPress layout settings are already set to fullwidth. Is there something else that might work?

    Thanks again!

    Blake

    #1003480
    Rue Nel
    Moderator

    Hello Blake,

    Would you mind providing us the url of your site with login credentials so we can take a closer look and fix the issue? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1007661
    goalsarecool
    Participant

    Is this really necessary? What level access would you need?

    #1007747
    Rupok
    Member

    Hi there,

    That’s already mentioned on the reply that we need admin credentials. However as you are saying you have set the bbpress to fullwidth but still it’s not fullwidtho on front-end, so we wanted to have a look at the backend to check other settings as well. So it’s not really convenient to reply double when it could be done with single.

    If you are not comfortable with providing credentials then I can suggest you some custom CSS that you could use :

    .bbpress.forum-archive .x-main {
      float: none;
      width: 100%;
    }
    
    .bbpress.forum-archive .x-sidebar {
      display: none;
    }

    Hope this makes sense.

    Cheers!

    #1007839
    goalsarecool
    Participant

    that worked… thanks!

    I’m on bbpress version 2.5.9 — Is that the reason the fullwidth option is not working in customizer?

    Is version 2.5.9 the version i need to be on?

    Thanks again!
    Blake

    #1008000
    Rahul
    Moderator

    Hey there,

    We always recommend to keep all the plugins up to date.

    Thanks

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