Forum Replies Created
-
In reply to: bbPress Shortcode
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 ShortcodeI 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 ShortcodeThanks for your answer!
But unfortunatelly, it didn’t work.
In reply to: bbPress ShortcodeI’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 ShortcodeThe website is marked as Maintantence, so you can view this pages only
http://kbco.bplaced.net/wordpress/forums/forum/allgemeine-fragen/
http://kbco.bplaced.net/wordpress/forums/Thema/forum-regeln/In reply to: bbPress ShortcodeEdit: restrict widgets removed the widgets succesfully, but the forum is still not Full-witdh
In reply to: bbPress ShortcodeI 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 ShortcodeThank you very much! But another question: Is it possible to deactivate the sidebar on the forum?