Home Forums WoodMart support forum Need your help

Need your help

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #108906

    raugul
    Participant

    Hello!

    Please tell me how do I remove the sidebar and make this page full width?
    This is plugin bbPress
    I have a css class created .container2 which is full width, can use it?
    Please help to do it.

    Thank you very much

    Attachments:
    You must be logged in to view attached files.
    #108972

    Hello,

    Enter the page and find Sidebar configuration https://xtemos.com/docs/woodmart/options-for-pages/

    Sidebar position – Without

    It is not possible to make one page full-width. You can change the option on the Theme Settings > General layout. This is a global option which makes all the pages full-width.

    Best Regards

    #108991

    raugul
    Participant

    Some themes have a page-template-fullwidth.php file.
    You have only page.php in theme.
    You could do page-fullwidth.php for me, because if I rename it to bbpress.php, the plugin will pick it up.

    Thank you so much!

    #109084

    Hello,

    Please remove the sidebar as described below and add this code to the Theme Settings > Custom CSS > Global:

    .bbpress .website-wrapper .main-page-wrapper .container{
    min-width:100%;
    }

    Best Regards

    #109087

    raugul
    Participant

    And how to remove the sidebar?

    Thank you very much

    #109103

    Hello,

    Have you tried to do as described:

    Enter the page and find Sidebar configuration https://xtemos.com/docs/woodmart/options-for-pages/

    Sidebar position – Without

    Best Regards

    #109107

    raugul
    Participant

    bbPress uses the page template.php
    And creates a link (put in private content)
    This page does not appear in the console in the pages tab.

    Thank you very much

    Attachments:
    You must be logged in to view attached files.
    #109110

    raugul
    Participant

    Oops not page template.php
    It uses a template page.php

    #109128

    raugul
    Participant

    I found you have maintenance.php used it and it worked.

    Thank you very much

    #109139

    Hello,

    Have you solved the problem completely?

    Best Regards

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