Mjuuzike
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)Added the last fix this morning. Now all is perfect!
Thank you again very very much 🙂
Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)Nah, doesn’t work, it breaks the whole page.
Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)It works on all pages – I’d hug you now 🙂
But maybe a very small “beauty fix”? 🙂 On all the pages the forum starts nicely from the left side but for some reason starts more further on topic page. Maybe a fix for that also. I tried myself to add this but didn’t work:
.topice #left_area, {
float: none;
margin-right: 0;
width: 100%;Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)I downloaded Widget Logic and added !is_bbpress() to all of the widegets. What it does is that it removes all of the text from the sidebar, but the sidebar’s space still remains = not what I would want 🙂
Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)Thank you again 🙂
The opening is good now
– level down – sidebar gone but not full width
– topics – sidebar gone but not full width
– single post/topic – no changesTried also to look around in the forum editor, but there is so many things that I don’t know what even to look for.
What I did find useful maybe is a post from one other topic:
“add the following to the CSS insserts (where you use your page ID)
body.page-id-3 #menu1 {display: none;}”Maybe my problem is that I actually didn’t remove the sidebar but in a way hid it? But that thing above explains how to remove it from one page altogether. Though… I do not understand a word the guy is trying to say.
Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)Works like a charm to me 🙂
Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)Thank you, it did solve some of the inside pages, but undid the front page and the post page also is still with a bar.