Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum css'

Viewing 25 results - 1,651 through 1,675 (of 2,740 total)
  • Author
    Search Results
  • #121411
    mlakritz
    Participant

    Right now I have the page built using [bbp-forum-index] in a page that is just my website with the /forums.

    This is giving me the result of the bullet point style forum index page.

    @LabSecrets – I read your post here: https://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/

    How do I make the child theme and can you make its CSS changes just apply to one page? (in this case, just to the forum index page?)

     

    THANKS!!

     

    #121405
    LabSecrets
    Participant

    Kslad

    this will bring joy to your heart.

    Add it to your css file wherever you add other customization mods:

    body.bbPress #sidebar {display:none;}
    body.bbPress .post {width:100%;}

    It will remove the sidebar and make your forum 100% width.

     

    Cheers!

    spence

    #121354
    royho
    Participant

    Those are added by your theme…line 1760 of your theme’s style.css

    #121287
    Todd – WireFlare
    Participant

    I’m looking for the correct method to dequeue bbpress css from the plugin directory and also that of the css folder within the theme.

    The entire site is much larger than just the forum and I really don’t want to call the css for every page as most people don’t have a need to access the forums. I’ll then enqueue the css with is_bbpress combined with is_page(array for the 2 pages that contain shortcodes.

    I need to make sure that it dequeues from both locations as there is a custom css being used.

    Thanks in advance for the help!

    #121217

    In reply to: Forum Transparency

    royho
    Participant

    Look for tr.odd td and tr.even td in your bbpress.css

    #121214
    G Hinson White
    Participant

    URL: http://www.RBCForum.com/community
    I would like a completely transparent background on my forum. As you can see here the background is currently white. I much prefer the yellow background of my theme. I looked at the .css file and the background is set to transparent. What am I doing wrong?

    #121194

    Topic: Custom CSS not working

    in forum Themes
    MatthewRuddy
    Participant

    Hey. Not sure if I’m missing something, but I’ve been looking around the forums following advice on using a custom bbPress CSS file, but it isn’t working.

    I’m creating a theme based on underscores.me 1000 headstart theme.

    I’ve copied the CSS file from ‘plugins/bbpress/templates/default/css/bbpress.css’ to ‘themes/underscores/bbpress.css’. I’ve read previously that that bbPress will then detect the custom CSS file and use it. Doesn’t appear to be the case.

    Have I missed something?

    LabSecrets
    Participant

    One more thing:

    User profile was causing a problem where navigation was pushing down summary of topics and replies. Add this CSS to fix:

    #bbpress-forums .bbp-user-section {
    display: inline-block;
    width: 100%;
    }
    #121077
    LabSecrets
    Participant

    I ran a test site and figured it out for you… or anyone who is having same issue.

    It seems that the bbp-user-section class needs the attribute of “inline-block” in order to properly float to the right of the profile navigation. Also I had to force it to go 100% width (it picked up the 68% from somewhere else)

    Use  this CSS:

    #bbpress-forums .bbp-user-section {
    display: inline-block;
    width: 100%;
    }

    #120961
    remike
    Participant

    Can someone please help me out?

    The quoting function leaves me out with a huge margin before the quote! I first noticed it today and I have no idea what caused it!

    I added a fancy editor a couple days age pasting a code from topic.
    I also messed around with plugins GD bbPress Tools and bbPress2 BBCode trying to find the best solution for quoting.

    Somehow I have now a huge margin, I can’t edit it in css – don’t know what to do!

    It looks like this http://img152.imageshack.us/img152/1030/quoteproblem.png

    The link to my forum and an example topic with (notice that the quoting function worked fine a few days ago…)
    http://lowcygier.pl/temat/dolacz-do-naszej-grupy-na-steamgifts/?view=all#post-1877

    Please, I will appreciate any suggestions

    #120891

    In reply to: Installation issue…

    jwrbloom
    Participant

    My forum’s home page is taking on post CSS attributes from my theme. I’ve tried using this:

    .forum-archive .item-list div {
    float: none !important;
    width: 100% !important;
    }

    When I inspect the elements, unclicking float and width makes it look good in my browser, but trying to duplicate within the actually CSS, it doesn’t change anything. item-list is a class from my theme.

    fuzzybee
    Participant

    Apologies that I sounded impatient and impolite.

    I will do the CSS (and JavaScript?) tweaks myself.

    Thanks!

    #120775
    Shane Gowland
    Participant

    bbPress is now a plugin for WordPress. That means that it doesn’t run without an install of WordPress.

    As for the design; that’s entirely up to you. You can go with the default bbPress styles, use a WordPress theme that overrides them or apply your own CSS and make the forums totally original. I recommend having a good read of the bbPress 2.0+ documentation.

    #120747
    Todd – WireFlare
    Participant

    It doesn’t look like things are too messed up. Although it’s not always the best method in this case I would recommend using the !important tag in your css for bbpress. This will only override the theme when the bbpress-forum tag precedes it therefore not effecting the rest of the site.

    Specifically you should follow the instructions to move the css into your theme directory and then modify line 62 of the bbpress.css found in your theme/css folder. You’ll need to add !important before the ; and after your list-style and margin entries. In order to get rid of the stars you’ll have to add a line of css defining the “a” style within the bbpress-forum. You’ll need to set the background to none and the padding to 0.

    Hope that helps.

    Halo Diehard
    Participant

    Howdy, can someone please check out the first page of my bbPress forums and tell me if it’s supposed to look like this? I can certainly tweak it with CSS, but I need an example, so if someone could provide a link to what it’s supposed to look like that would be great! BTW, I don’t mean colors, which I’ve begun tweaking already, I’m referring to the layout.

    I’m using:

    WordPress Version: 3.4.2
    bbPress Version: 2.2.2
    Theme: Custom Community

    Link to my bbPress test forums: http://themetest.halodiehards.org/hd-forums/

    #120679
    padekan
    Participant

    I did the foolish thing of changing two variables at the same time and now I’m not sure what I caused.  Recently I upgraded to bbPress 2.2.1 and at the same time moved to Twenty Eleven theme (wanted a responsive bbPress theme).  Had a couple of problems which I googled and resolved:

    1) no side bars showed up on Forum & Topic pages (fixed by installing Twenty Eleven Theme Extensions & Enabling Widgets on single post pages)

    2) Ultimate Tiny MCE was no longer showing up .. this was fixed by John’s helpful advice in:

    No more Ultimate TinyMCE buttons in fancy editor after latest 2.2 update.

    And I noticed a third issue, which was for ordered and unordered lists, they longer had bullets/numbers.  I upgraded to bbPress 2.2.2 today hoping that might have fixed the problem but the behaviour is still the same.

    I looked at the element information in Chrome and it shows that the list-style-type is set to “none” by bbpress.css. This is true for both ul and ol type lists.  I can’t be sure whether it is Twenty Eleven or the bbPress updates which caused the formatting to change but the fact bbpress.css was involved pointed me here.

    Being a pretty newbie guy from CSS perspective, I don’t know where and how I show try override the style type.

    Suggestions greatly appreciated.

    regards, Paul

    #120653

    In reply to: How to rollback

    LabSecrets
    Participant

    In many of our client custom setups, the fix was on line 78 of the default css:

    See our post here for potential quick fix to the CSS:

    bbPress 2.2.2 released

    #120652

    In reply to: bbPress 2.2.2 released

    LabSecrets
    Participant

    Between 2.2.1 and 2.2.2, we found that the profile pages suddenly “vanished” (but the code was still there). It was a CSS issue.

    For our clients and personal sites, the fix was on line 78 of the default css:

    We changed “clear:none” to “clear:both”


    #bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper fieldset.bbp-form {   clear: both; }

    #120645
    nickzee
    Participant

    Dear community.

    I have spent the last few (5) hours reading the various posts, trying to get bbpress to integrate with my custom WP theme. Unfortunately, I don’t have the knowledge (or enough) to figure out how to make the two work together.

    Info
    Wordpress: 3.4.2
    Site link: http://www.restorationcoach.com/restoration_coach/forums/
    Using this theme: http://www.templatemonster.com/wordpress-themes/39849.html
    bbpress: 2.2

    My main issue seams to be css related. I think bbpress is and the theme are sharing css files, causing a funky appearance. Overall forum function seems to be working fine.

    So far I’ve done the following.

    Completely removed bbpress and installed new 2.2 version.
    Read: http://codex.bbpress.org/theme-compatibility/ (this is for customizing the bbpress theme, if you want? And if you don’t, then leave the install as is?)
    Watched: http://www.youtube.com/watch?v=lB2Oodx2GJw (not sure if this applies with 2.2)
    Switched to Twentyeleven: Looks better, side bar is missing, and footer contact form, map and links are over top one another.

    I can see in firebug where both style.css and bbpress.css are being used to style the forum. Most specifically #page-content ul li. This, I believe, is causing the issues but not quite sure how to fix it.

    Thank you in advance for the assistance.

    The editor here is the basic WordPress editor with some CSS tweaks; something anyone with a spare hour should be able to put together.

    #120316
    projetRSSMO
    Participant

    Thank you for the fast reply. However, since i’m really no programmer at all, I have no idea what you mean. English is also a second language for me.

    “Try display: block;’ing the main content div, or the wrapper around your content.”

    The first part of the sentence does not make sense to me, and I don’t understand what you mean by “wrapper”.

    Are you suggesting that I modify a CSS file? If so, you’ll have to tell me exactly where and how!

    The other weird display problem that I get is since I activated bbPress, the page of the installed plugins menu (admin dashbord) does not show up when I click on it. I have to mouse over for some elements to show up. I can also reduce the size of my browser, and the parts of the page that are “hidden” suddenly appear once I resize the page to a big size. Weird stuff. Otherwise eveything runs perfectly.

    I’d just like to make forum members able to easily edit their posts.

    Thank you.

    #120124
    Anonymous User 5621168
    Inactive

    I’m having trouble changing the font color of the Fancy Editor (tinymce). I want it to be #fff but it is #333 !

    I’ve isolated the css with firebug and it points to /wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css . However, even if I edit the appropriate line in content.css and change color to #fff it still displays #333.

    Here is the URL to the page in question:
    http://www.directorated.com/forums/forum/general/

    #120024
    webar2007
    Participant

    Hi! I have installed the bbpress forum plugin here: http://buyclassifiedscript.com/forums/ but the forum is aligned to the left and its full width. I managed to change the css to 1000px but its still to the left. Any suggestions how I can center it?

    bbpress: 2.1.3 (TwentyTen package)
    WP: 3.4.2

    #119986
    thesnowjunkies
    Participant

    I ran into the same problem, Alex. Never fixed it, but my workaround was to just put a single topic into each forum.

    #119959

    In reply to: Forum specific sidebar

    dprundle
    Participant

    I’m having this same issue.

    When you say to edit the CSS file on line 84, which exact file are you talking about?

Viewing 25 results - 1,651 through 1,675 (of 2,740 total)
Skip to toolbar