Reply To: index.php in themes/foo/bbpress causes blank screen, FYI
My theme uses index.php in the main directory for most pages, by the way. (In other words, my theme does not have page.php, single.php, etc.) So you can sorta see what happened, it got overridden as...
View Articleis this code useful in header
hello, i want to remove a search bar from header can i delete this code from my website ( http://dramasonlinetv.com ). <div id="top-search"> <?php get_search_form(); ?>
View ArticleAllow Participants to mark reply as spam
Hi. Is there a way to allow my participants to mark posts as spam? I don’t want to give them admin privileges, just a link that says “mark as spam” on the bottom of each reply. Is this possible?
View ArticleWrap bbpress default theme with my theme?
Hi, This seems very simple to do but I couldn’t get it working. I want the default bbpress theme but wrapped with my theme. I added the CSS file in my theme and I added a forum index shortcode in the...
View ArticleArtisteer Created Themes not supported? HELP
Hi everyone.. i use bbpress on a theme generated by Artisteer, and seems it’s not compatible with the bbpress forum plugin. When i try to open the forum, i see a thing like this: (click on the link to...
View ArticleReply To: Artisteer Created Themes not supported? HELP
here where? If there’s a link i don’t see that!!
View ArticleReply To: Artisteer Created Themes not supported? HELP
The theme has CSS rules that are too broad. You’ll need to write some CSS yourself to counter it, and even the bbPress styles back out.
View ArticleIs it possible to get bbPress to act like this?
I’m wondering it’s possible to use bbPress to accomplish the style of forum found here: http://www.stockhouse.com/companies/bullboards/aun?s=AUN&t=LIST Where replies are listed in one big list....
View ArticleReply To: Issues Removing the Sidebar
Hey, 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/forums1...
View ArticleReply To: Issues Removing the Sidebar
Hi Alex, you would put that in the highest-ranking css style sheet of your theme or child theme, and be sure it goes at the bottom to ensure it takes precedence. In your case, since you are using the...
View ArticleReply To: Issues Removing the Sidebar
Hey 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...
View ArticleReply To: Issues Removing the Sidebar
Try adding “!important” to each attribute… Like…”:none!important;”
View ArticleReply To: Issues Removing the Sidebar
No dice. “body.bbPress #sidebar {display:none!important;} body.bbPress .post {width:100%!important;}” Any other ideas? Thanks! Appreciate the help.
View ArticleReply To: Issues Removing the Sidebar
Doesn’t the line below suffice in the stylesheet or is there something else i need to do? “body.bbPress .post {width:100%!important;}”
View ArticleReply To: Issues Removing the Sidebar
It should but then again some themes aren’t compatible with bbpress what I do is I use custom pages with the shortcodes that way I know it displays right
View ArticleReply To: Issues Removing the Sidebar
You should be resetting the width on #container, not .post.
View ArticleReply To: Conditional Loading of BBPress Stylesheet
Hmm, first of all the bbPress stylesheet shouldn’t be loading on sites that do not have bbPress activated. If it is, then there is a problem some where, because it shouldn’t be. If you want to...
View ArticleReply To: Issues Removing the Sidebar
That didn’t work either. Any other ideas? Thanks guys.
View Article