Search Results for 'forum css'
-
Search Results
-
Hello!
Tell me, please, in what file you can edit the сascading style sheets for forum on bbpress?
– To change the font size (too small).
– To change the order of sub-forums – that was a column (and not in line).* bbPress version – 2.5.7
on my forum (http://libraryofbabel.info/forum/?page_id=14 – WP 4.2.2 – bbp 2.5.7) I am trying to resize the search input box and the search submit button. I would like both of them to be smaller in the vertical dimension. I have tried adding the following to my theme’s css file:
.bbp-search-form {
height:10px;
}But this changes its location – moving it closer to the table beneath it, without changing its size. What do I need to do to change the size?
OK, after a long, painful day of multiple attempts, we finally successfully migrated our forums to bbPress. We’ve been on vBulletin for many many years.
We integrated with BuddyPress – the site can be seen here:
http://www.theworshipcommunity.comFirst Impressions:
Clean, slick, overall, a better design once we tweak the .css to make the forums (specifically) look better.Performance: not sure if it’s a plugin or what, but overall performance is sluggish on both the Buddypress and the bbPress side.
Biggest Disappointment:
By far, the biggest disappointment and biggest feature request, in less than 24 hours of use, is the inability to find ANY plugin or way to easily let a forum user in bbPress show UNREAD threads/replies in one location. I’ve installed the pencil plugin, the “go to first unread post” plugin (which doesn’t seem to be showing up) and another plugin that puts a “new” icon next to a forum .. but that still requires one to click on each forum and dig through to try and find the actual new post or reply.Someone PLEASE tell me that my 24+ hours of searching and scouring these forums and google results that a decent way to do this is out there? (w/o modifying core files)
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