Forum Replies Created
-
In reply to: Overriding !important in bbPress CSS?
Thanks, Robkk! Just what I was looking for!
In reply to: Overriding !important in bbPress CSS?Hi Pascal! Thanks for your quick reply!
Unfortunately, no — these forums are locked down to only approved users.
The CSS is in /plugins/bbpress/templates/default/css/bbpress.css, line 896:
/* =Stickies -------------------------------------------------------------- */ .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky { background-color: #ffffe0 !important; font-size: 1.1em; }
I need to change that background color. But I’m not a CSS ninja, and I’m not sure how to override that !important from the default plugin CSS. This is when adding a 2nd !important to trump the first would be handy. 🙂
In reply to: Html tags showing up in topics & repliesYep, while it doesn’t do it when I post, it does print the
<p> tags
for at least some users–and that part is weird. It looks like this:<p>I completely support a focus on...
I have the plugin “bbPress Enable TinyMCE Visual Tab” running. I haven’t been able to test yet, but the client really does need that full visual editor for their users, so I hope it’s not that.
I did double-check the plain text filter. Maybe there was a caching issue with respect to the filter? I emptied all the caches just to be sure.
In reply to: Html tags showing up in topics & repliesHmm… Looks like that DIDN’T do it. A user posted today and p tags were included. I’ll double check the function when I get back to my laptop, but any other ideas?
In reply to: Html tags showing up in topics & repliesHi Robkk!
Yes! I did discover that function yesterday evening, and so far it seems to be working. Since this is a new forum, the client doesn’t have users posting much yet…. so I won’t know until that starts happening, but it does look like it works!
Thanks!
In reply to: Html tags showing up in topics & repliesI know that the
class=”MsoNormal”
is related to pasting directly from MS Word, but the <p> tags are inserted even when text is typed in.