Search Results for 'forum css'
-
Search Results
-
Topic: resize bbpress forum
Hi there,
im pretty new to WordPress and css.
Till now everything worked fine but now im trying to resize my bbpress forum (www.die-dunkle-wache.de/forum) to the whole width of the browser.
I got it to width 100% so it has the same width as the navbar, but i want it without the margin left and right (dont know if its margin or max width).
I tried to change the Template but this didnt work.
I just want the forum to resize all the other pages and the navbar schould stay like they are.
Hope u can help me.Best Regards,
GotzakTopic: CSS issue
Hello there,
Just integrated bbpress into my website, and noticed a strange CSS issue.
The replies in forums are shifted to the left, slightly wider than the original post. This not only makes the author’s avatar shift to the left, but it also hides my left-sided border.
This occurred BEFORE I started tampering with the CSS.
Any ideas how to fix this?
Here’s my mock forum: http://bellynsoul.com/forums/topic/another-test-topic/#post-7650
Thanks so much!
SharonI installed the GD bbPress Tools plugin and the plugin itself works great. However, when you go to edit profile so that you can edit your signature, everything is “white” and you can’t see what you have written, etc. I originally had this issue on the actual bbPress forums but I downloaded the bbPress UI settings and changed it to a dark theme. I am completely lost in codec’s and css, etc, but I would like to know what to do to change this as it is really annoying some of the people that joined our site. I’m attaching a picture of what the issue appears to be.
Wordpress Version is 4.0.1.
Theme is Falcon (Child theme of 2014 themes)
GD bbPress Tools version is 1.6I have a child theme setup using the Child Theme Configurator plugin. I have the following in the child theme folder; style.css, function.php and bbpress.php (renamed from page.php).
I am using the WP-Englightened theme.
I copied the page.php to the child root and renamed it to bbpress.php. There doesn’t seem to be anything in that file to remove for the sidebar.
<?php get_template_part( 'content', 'before' ); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); global $do_not_duplicate; $do_not_duplicate[] = $post->ID; ?> <div <?php post_class('singlepage clearfix'); ?> id="single-page-<?php the_ID(); ?>"> <div class="entry"> <h1 class="page-title"><?php the_title(); ?></h1> <?php if ( get_post_meta( $post->ID, 'video_embed', true ) ) { $video_embed = get_post_meta( $post->ID, 'video_embed', true ); echo '<div class="post-feature-video single">'; echo '<div class="single-video">'; echo $video_embed; echo '</div>'; echo '</div>'; } ?> <?php the_content(); ?> <div style="clear:both;"></div> <?php wp_link_pages(); ?> </div> </div> <?php endwhile; endif; ?> <?php get_template_part( 'content', 'after' ); ?>
I tried putting this in the style.css file based on a thread here.
.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; } }
If I create a page and use the short code for bbpress and tell it in the page options to do full width it works fine for the main page but not for the rest of them.
Hi, I’ve changed the background color in my bbpress forum but for some reason the background color is not affecting the padding (or so it seems). I’ve searched online and found I may need to add overflow:hidden and even overflow:auto. I’ve tried to add this to many many variations and combinations of IDs and CLASSes (there are so many!) but I can’t figure it out.
I’m using a child theme from the 2014 WordPress theme but didn’t change too much.
My forum is at: http://www.pippenings.com/rv-living/rv-motorhome-life-forum/
Here is the CSS styling I’ve added to the forum so far (minus the child theme’s styling which was mostly used for changing colors…)
Can you please help me out?
#forums-list-0 .bbp-forum-title { font-size:1.6em; text-decoration:none; } #forums-list-0 .bbp-forum-title a:link { text-decoration:none; } #entry-content #bbpress-forums { background-color:#232d36; overflow:auto; } #bbpress-forums ul, #bbpress-forums li { background-color:#232d36; overflow:auto; } #bbpress-forums ul.bbp-replies, bbp-body, #bbpress-forums p { background-color:#232d36; } #bbpress-forums ul.forums-list-0 li.bbp-body { background-color:#232d36 !important; overflow:auto; }
I have a new forum, for recorder players. Older folk mostly, feedback indicates a larger font is needed.
I’m running WP 4.0.1, bbPress 2.5.4, and BuddyPress 2.1.1. Everythig is working nicely, the forum is at http://recorderforum.com/forum/ I’m using the mysitemyway Elegance theme
Looking at a previous bbPress forum post, I was able to increase Forum and Topic font size with the following CSS
#bbpress-forums a.bbp-forum-title,
#bbpress-forums a.bbp-topic-permalink {
font-size: 16px;
}Using the same method, I’d like to increase the font size for
– Forum posts/replies
– BreadcrumbsAny pointers gratefully received.
Hiya !
I’ve look everywhere and was unable to find any answer. (Even Firebug refuse to show me the thing a need to change)
I’m not a Noob in CSS / Html, but almost 😛I need to remove those white lines. (or change the color of it)
I’ve made some screenshot, if anyone could help!
(Sorry if my english is bad 🙁 )
and my website : http://troubadours.olympe.in/forums