Search Results for 'forum css'
-
Search Results
-
I added some css in the custom css plugin, in order to get my bbpress forums full-width (drawing the code from an example in these forums). Success! or so I thought.
But not quite. Now, the “members” pages associated with the pulldown menus at the upper right are “too long”–text entry/text display boxes run over into the space of my right content sidebar. When I deactivate the css plugin, my problem goes away.
(WP 4.2.2, bbpress 2.5.7, Buddypress 2.2.3.1; theme is TwentyFourteen; I was able to see the same problem previewing 2013.)
Here’s the css in question:
.site, .site-header { max-width: 100%; } .bbpress-forums .col-2cl .main { background: none repeat-y right 0; padding-right: 0; } .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { max-width: 100%; } .form-allowed-tags { display: none; } div.bbp-breadcrumb, div.bbp-topic-tags { font-size: inherit !important; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: inherit !important; } #bbpress-forums { font-size: inherit !important; } .bbpress .hentry { margin: 0 auto 48px; max-width: 100%; } @media screen and (min-width: 1008px) { .bbpress .site-content { margin-right: 0; margin-left: 182px; } } @media screen and (min-width: 1080px) { .bbpress .site-content { margin-left: 222px; } } @media screen and (min-width: 1218px) { .bbpress .site-content .entry-content { margin-right: 0; } } @media screen and (min-width: 673px) { .bbpress .site-content { margin-right: 0; } }
Can anyone help? I’d love to keep the full-width forum pages, but if it messes up the member pages, it’s a deal breaker…
Wordpress 4.2.2
BBPress 2.5.7
Parent theme Genesis, child theme also by StudioPressNeed to make the content and reply body font size slightly bigger. Looks like it’s rendering at the equivalent of 5 or 6 pt. I tried theme Twenty Twelve with the same result. Styling for all other classes is fine.
http://pharmacytechnology.kryptonbrothers.com/forums/topic/complex-event-processing/
the class is “bbp-reply-content” – And same result for “bbp-breakcrumb.”
I see that these are set as 12px in bbpress.css which would be fine, so I have an override in place somewhere.
Is there an existing topic for this? I use Firebug occasionally but not often enough to avoid this post in the bbPress forum.
Thanks
Hey guys. I’m busy customizing my forum page.
I’m using WP Visual Composer Plugin to add some elements to the Forum Page, but every time I click update and reload the page they’re gone? Maybe they’re being overridden by css or bbpress code?
How can I fix this?
I’ve checked the bbpress shortcodes for visual composer but don’t think that will fix it. As I’m simply trying to add a header and footer image, plus a Custom header.
Thanks in advance.
The headings (Voices, Posts, Freshness) at the top of the forums are all scrunched together. I’ve been tinkering around in the css, but I can’t seem to get them to separate. Can anyone help me out here?
Hello!
I’d like to stylize the “subscribe” link on my forum page and the “subscribe” link on the topic header with different css.
Is there a specific class that would target the .subscription-toggle only on the general forum page?
Thanks!
Sharon
bellynsoul.comHi there, this is a follow-up to my post because as it turned out, those were not the main problem. (The post display was too wide, similar to the problem below; and the translated german titles of the message count rows were wrapped to a second line, whereas the shorter english titles would have worked. Both were fixed individually by css.)
Now I am still having this problem with at the compose area. See below. This is an animated GIF to show the effect when some text is entered.