Since this is a development site and not live, you may try upgrading to bbPress 2.3 RC1 (see https://bbpress.org/blog/2013/03/bbpress-2-3-release-candidate-1/). It contains an update that resets some of the basic CSS elements for the forums in order to try and avoid problems like what youβre having.
This would be a great test to see if that particular update in 2.3 helps!
Thanks Jared,
I will give that a try, the site will be going live next week tho, so lets hope a) it works and b) it’s stable enough π
In the interim I did copy the bbPress CSS content into the main style.CSS style sheet and it helped (marginally)….
Will let you know how I go.
Thanks
Chris
Hi Jared, no difference at all… bizarre behaviour.
Ah, it appears at one point you copied the bbPress CSS file into you theme (which is correct).
Once you do that, bbPress will always use that file instead of its own. So instead of using the new 2.3 CSS file with the fixes it’s still loading the one and your theme.
Easiest thing to do is rename the bbpress.css in your theme to something else like bbpress-temp.css which will make bbPress use it’s own packaged CSS.
Hi Jared,
No… I had removed it from the theme altogether (rather than renaming it) and also removed any reference to bbPress in the Style.css file too. Lastly I had to delete the old bbPress folder in the plugins directory in order to install this RC1 version as it wouldn’t install without deleting the old folder first.
So, now I am at a point where I have a fresh install of RC1 that you pointed me too, nothing in the Everest theme’s CSS folder reating to bbPress and nothing in the theme’s style.css file either… just the raw install of RC1 in it’s rightful place and nada…..? still looking the same as before.
The only time I had some marginal success previusly was when I wrote some css and put it into the style.css file of the theme, that at least changed the font to Arial and the size.
It’s driving me nuts as time is running out π so any further suggestions are really appreciated.
Thanks
Chris
Alright, the resets we have in place in the CSS were for the list-style, not the background images or padding which seems to be what you need.
Putting this in your theme’s CSS will be a start, but you’ll likely need more CSS tweaks as you go to play nice with your theme.
`#bbpress-forums li {
margin: 0;
list-style: none;
background: none;
padding: 0;
}`
I’m going to create a ticket in trac to add these to the reset to help in the future.
Here’s the trac ticket https://bbpress.trac.wordpress.org/ticket/2283
Any fixes won’t be until bbPress 2.4 so you’ll want to do some tweaks manually (like I mentioned above) in the mean time.
Thanks Jared,
That little snippet of CSS helped aign the forum nicely to the page, I just need to write some more now to get it looking nicer… π
Awesome work
Chris
No problem, thanks for reporting it. Things like this help us improve bbPress for everyone π
hi @Chrisp2408 , i have same problem but now i saw your forum already fixed.
i putted @jaredatch suggestion into my theme’s style.css, but the list style won’t disappear.
will you help me by share what you do so the forum look nice ?
thanks
@afjsystem – What is the url of your forum so I can take a look.
Chris
hi @chrisp2408 , here my forum http://tanyajawabforex.com/forums/
and fixed anyway.. thanks to this threads.