Forum Replies Created
-
In reply to: fullwidth bbpress 2.3 rc1In reply to: Assistance with CSS not working please!
hi @chrisp2408 , here my forum http://tanyajawabforex.com/forums/
and fixed anyway.. thanks to this threads.
In reply to: removing list style wp351+bp17+bbp23Eureka…!!! sorry, i don’t mean to spam this thread. but finally i made it fixed.
hope this help for others
these is my installation : WP 3.5.1 (multisite subdir)+ BP 1.7 rc1 + Bbp 2.3 rc1
by default it should work to any themes..my trouble previously : (look above)
Managed fullwidth : (thanks to @jaredatch)
– identify your theme’s file with fullwidth.php
– rename that file to bbpress.php
– you’ll get no sidebar, meaning your forum is fullwidthRemoving dot list style : (thanks to @jaredatch again)
– put the code below into your main theme css. ussually called style.css#bbpress-forums li {
margin: 0;
list-style: none;
background: none;
padding: 0;
}– you SHOULD put under #main area and not in #sidebar or other IDs.
that’s all.
cheersIn reply to: Assistance with CSS not working please!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
In reply to: removing list style wp351+bp17+bbp23Putting 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 tried @jaredatch by putting above code in my theme’s style.css. but still the list style appears..
need more help here please…
In reply to: removing list style wp351+bp17+bbp23o sorry @mzaweb, because itu no ‘:’ in the http url sorry.. here is the url http://tanyajawabforex.com/forums/
i managed it full width, but the list style still appears. (thanks to @pimarts)
https://www.dropbox.com/s/79dnu5ndrm2gyz0/bbpress%20liststyle%20trouble.png
now i’m reading thread https://bbpress.org/forums/topic/assistance-with-css-not-working-please/. it’s @jaredatch solutions. hope it’ll work.
any more suggest while i try @jaredatch solution ?