Forum Replies Created
-
Gotcha. Thank ya kindly!
I don’t see anywhere that lists only BuddyPress Group Forums. I mean is this from a fresh install of bbPress? I’ve had bbPress for a couple of years and don’t see anything in options, settings or elsewhere in the Dashboard that mentions bbPress.
*Edit*
I mean, I’m on the bbPress Settings and I see the “Enable Group Forums” but I don’t see where to disable sitewide forums.
Just wanted to find out if there has been any change to bbPress in recent months that can help me with this issue?
Thanks.
Woot! Found it. I literally opened every .css file on my site (252 files) and searched. Turns out, the Gantry Framework css/wordpress.css file had the following code in it:
/* Other */
.rt-wordpress tr.even td {padding: 5px;background: #666666;border-bottom: 1px solid #ddd;}
.rt-wordpress tr.odd td {padding: 5px;background: #333333;border-bottom: 1px solid #ddd;}
That was overwriting the code in the bbpress.css file.
Mark this one as closed.
Okay, this is insane. I am able to change the text color of the “Freshness” table, but I’m not able to change the background.
http://bp.daevas.com/discussion/board/na/
I’m stumped. I’ve even gone back and disabled ALL of the css files from my site and I’m still getting the same background colors for the table. I enabled the css again then I tinkered around with the Freshness table by adding “color: #ff0000” to it. That changed the color or the text.
.bbp-topic-freshness,
.bbp-forum-freshness {
text-align: center;
width: 25%;
color: #ff0000;
}
But, if I add “background-color: #ff0000;” it doesn’t change the background color.
I don’t know what’s going on here. Disabling the CSS leaves the same background and editing the css doesn’t change it.
Even adding the line “background-color: #ff0000;” to all tables without any background color listed does nothing. The only part that does change is the “This category contains 0 topics and 0 replies.” table.
Ahh, ok. Hmm… I guess I’ll just go through the other .css files in my theme and see if anything could be overwriting the table/cell background color in the original bbpress.css.
http://bp.daevas.com/discussion/board/eu/english/servers/
The bbpress.css is in my theme directory but the only changes being made are to the “This category contains 0 topics and 0 replies” section. The lower table/cell backgrounds aren’t changing even though I made the changes in the .css file.
Hmm.. I guess that wasn’t my issue after all.
I’ve edited my bbpress.css file (the original) to reflect the color changes I need but it’s still showing the white text on #fafafa background instead of white text on #333333 background color.
I assumed that the #fafafa in the bbpress.css needed to be changed to #333333 but it didn’t work. So I went into my Themes folders .css and changed everything that was listed as #fafafa to #333333 but it still didn’t work.
The only change that was made, that carried over, was changing
div.bbp-template-notice.info {
border: #cee1ef 1px solid;
background-color: #fafafa;
to
div.bbp-template-notice.info {
border: #cee1ef 1px solid;
background-color: #333333;
All of the other changes I made to the bpress.css does not seem to be carrying over.
I also changed the colors in the bbpress-rtl.css and that didn’t work either.
Any thoughts?
Thank ya kindly!
In reply to: bbPress 2.1 – Theme CompatibilityOk, I think I ran into a snag.
My WordPress/BuddyPress site is HEAVILY modded with plugins. I use a RocketTheme theme that runs off of the Gantry Framework along with Gantry-BuddyPress (which allows BuddyPress to be compatible with the RocketTheme and Gantry Framework.)
The bbPress plugin worked, but only partially. The Forum page set up by bbPress is visible but instead of seeing the “directory” of forums it shows:
Home › Forums Forum Topics Posts Freshness General Discussion SO? what now? 1 1 26 mins Admin
It’s all just plain text with no links. But, the forum I made for General Discussion is viewable when I go to the forum page it made.
For reference, here are the demo page links:
http://bp.daevas.com/forums/discussion/na-general-discussion/
I still have to edit the .css to match the theme design, but I wanted to find out what was wrong with the default forums page and why it wasn’t showing up correctly.
Thanks and hope you can help.