Acs-Yt (@acs-yt)

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • In reply to: bbPress Shortcode

    @acs-yt

    Participant

    OMG, it’s Full Width! This code resolved the problem:

    .bbpress .col-md-8 {
        width: 100% !important;
     }
    
     .bbpress .col-md-4 {
        width: 0 !important;
        display: none !important;
     }

    Thank you for helping me!

    In reply to: bbPress Shortcode

    @acs-yt

    Participant

    I added them into the “Simple Custom CSS” plugin, downloaded from wordpress.org.

    At the end, it looked like:

    @media and (min-width: 992px) {
     .bbpress .col-md-8 {
        width: 100% !important;
     }
    }
    

    and

    @media and (min-width: 992px) {
     .bbpress .col-md-8 {
        width: 100% !important;
     }
    }

    It is still not Full-Width 🙁

    In reply to: bbPress Shortcode

    @acs-yt

    Participant

    Thanks for your answer!

    But unfortunatelly, it didn’t work.

    In reply to: bbPress Shortcode

    @acs-yt

    Participant

    I’m sorry to ask, but as I’m very new to css & php, I really don’t know, where to paste this code.

    But nevertheless, thanks for the code.

    In reply to: bbPress Shortcode

    @acs-yt

    Participant
    In reply to: bbPress Shortcode

    @acs-yt

    Participant

    Edit: restrict widgets removed the widgets succesfully, but the forum is still not Full-witdh

    In reply to: bbPress Shortcode

    @acs-yt

    Participant

    I just tried Widget Logic and it worked mostly good. I added is_single() && in_category (‘forums’) in every widget, so all widgets were hidden. But a new widget appeard: Archive. I didn’t even activated this one…

    In reply to: bbPress Shortcode

    @acs-yt

    Participant

    Thank you very much! But another question: Is it possible to deactivate the sidebar on the forum?

Viewing 8 replies - 1 through 8 (of 8 total)