Forum Replies Created
-
Hi,
I am working with newspro theme and in the forums, want to have the forums under each category display on their own lines just as if they weren’t categorized.I tried,
changing <?php bbp_list_forums(); ?>
with
<?php bbp_list_forums( array ( ‘separator’ => ‘<br />’ ) ); ?>but had no luck.
Any ideas?
Thanks.
http://youniversityhub.com/forums1In reply to: Issues Removing the SidebarAnybody else have any ideas??
In reply to: Issues Removing the SidebarThe sidebar is still showing up so maybe #sidebar could be wrong?
In reply to: Issues Removing the SidebarThat didn’t work either.
Any other ideas? Thanks guys.In reply to: Issues Removing the SidebarDoesn’t the line below suffice in the stylesheet or is there something else i need to do?
“body.bbPress .post {width:100%!important;}”
In reply to: Issues Removing the SidebarNo dice.
“body.bbPress #sidebar {display:none!important;}
body.bbPress .post {width:100%!important;}”Any other ideas?
Thanks! Appreciate the help.In reply to: Issues Removing the SidebarHey Spence.
I actually did that but nothing happened. I will keep changes so you can see the page again.
Any ideas?
Thanks for the support!This is in the Newspro style.css sheet.
“…….
.PrimaryLeft .featuredPost p {
width:160px;
}
#wrapper .featuredPost {
position:relative;
}body.bbPress #sidebar {display:none;}
body.bbPress .post {width:100%;}
“In reply to: Issues Removing the SidebarHey,
i’ve read this post and was wondering what file i put this in:
body.bbPress #sidebar {display:none;}
body.bbPress .post {width:100%;}http://youniversityhub.com
http://youniversityhub.com/forums1Thanks.
Alex