Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum css'

Viewing 25 results - 1,676 through 1,700 (of 2,719 total)
  • Author
    Search Results
  • htz77
    Participant

    Has a solution been found for this yet? When viewing any page of my Forum, my Menu (from wp_nav_menu) actually shows my NEWS tab (the LI element) (the normal “posts” post-type, for the blog section) with the “current_page_parent” class. So my forum looks as if it’s in the News section. I do have a Forum tab in my menu, but it is the Forum index page (using a shortcode). I suppose i can just use CSS to fix all this, but i would think bbPress would be able to avoid incorrectly triggering the “current_page_parent” class on the wrong element.

    #119009
    on3advertising
    Participant

    I want to customize a topic that is closed. It was easy to find the css class for a topic that was closed, but I cannot for for the life of me find what php file is executing that class. I want to add an extra column with the string “[Resolved]” next to the name of the topic to make it more intuitive for my users. The website with an example of a closed topic is: http://www.compusoftdevelopment.com/forum/forums/forum/submitted-features/

    I am running Wp v3.4.2 and bbPress v2.1.2

    pshudgins
    Participant

    Hello… using pagelines, and have installed bbpress. Forum seems to be working fine, but the alignment of the header text for the columns… e.g., topic, posts, voices, freshness… is off…not aligned horizontally. If you can let me know how to edit the CSS for this particular piece, I’d really appreciate it. Also, possible to change the column header text? If so, how? THANKS http://www.powelltatewptest.com.php5-22.dfw1-1.websitetestlink.com/?forum=gear-swap Also, seems like the topic title is in the wrong place… should be left-aligned, then “started by” should go underneath.. just like this forum. Thoughts on how to fix?

    • This topic was modified 12 years, 6 months ago by pshudgins.
    • This topic was modified 12 years, 6 months ago by pshudgins.
    #118955
    Shane Gowland
    Participant

    As much as I hate shameless self-promotion, this is the “Pimp your press” forum so I’m going to let it all out.

    I’ve just launched BeeForums, a free hosted bbPress service. It works just like those free forums services for other scripts (SMF, IPB, PHPBB) except it’s all bbPress & WordPress.

    Features include one-click forum installation, a selection of (responsive) themes, spam protection, attachments, signatures, CSS editor and more. Plus we have an awesome site mascot 🙂

    enter image description here

    dailydose
    Participant

    Currently on Bwater that I customized. I’m on bbPress Version 2.1.2 tried to find what version I am on, on WordPress but can’t seem to find, but do know that Im getting Updates to Update to the WordPress Version : 3.4.2 So take it I am on the old one. I don’t want to Update as I’m Petrofied of loosing all my hard Work that’s took me a year to do, and states in my Update’s that if I do Update, I will loose all my Customizations. RIGHT.. Hoping ANYONE can help me out on this one, I have sat for 4 whole Day’s and Nights trying to figure this out, and has now given up 🙁 I have not toched any bbPress css or has edited it in anyway to say in advance. There seems to be 2 Issues wrong. The Layout.
    When I choose the bbPress Default compat theme, The top half is fine, but when we get to the Create New Topic in: section it’s half Cut off you cant even see the Submit button. Widgets are showing fine though.
    I’m not to fussed about having set by default but would like to have it as a full page width, which I have done followed all Instructions! of even going into my Page setting the page attributes to Full-Width-no-sidebar Option. Then changed to the Twenty Ten (bbPress) plugin theme which made it Full width, but my Avatar is placed right at the Top Left hand of my page which is odd, and my Widgets are on the page also, which shouldn’t be there if I have set the page to full width. also the Widgets are @ the bottom of my page but scatterd all over my Forum ughhh. I have read through all of the Forums regarding this matter (Topic) Tried for myself but still does not look right. Please can ANYONE be so kind to help me on this matter PLEASE. Cant sit for another 4days trying to figure this out very frustrating really, and a Shame as I really like this bbPress its the only theme that looks nice on my site. Now if I can only get it to work! I have tried absolutly everything before coming to the forum unless absolutly ness.
    any step by step code help as I am not that savvy with all codes as of yet but know alittle.
    Link to the page it’s on http://dailydoseoflovely.com/forums/forum/which-blog/

    #118809
    byalik
    Participant

    The links are an ugly teal color:

    http://www.legalfriend.com/law-forum/

    I think I know which css file to edit, but I can’t find where to edit it. Any ideas?

    #118807
    Clicknathan
    Participant

    Does anyone know of a way I could add a CSS class to items that a user has already viewed.

    I have some custom code (taken from the bbpress Recent Replies widget) that essentially shows my recent replies on my forum’s home page. This:

             $post_types,
                'post_status'    => join( ',', array( bbp_get_public_status_id(), bbp_get_closed_status_id() ) ),
                'posts_per_page' => $max_shown,
                'meta_query'     => array( bbp_exclude_forum_ids( 'meta_query' ) )
            ) );
    
            // Get replies and display them
            if ( $widget_query->have_posts() ) :
    
                echo $before_widget;
                echo $before_title . $title . $after_title; ?>
    
    
    
                    have_posts() ) : $widget_query->the_post(); ?>
    
                        <li >
                        post->ID );
                              $author_link = bbp_get_reply_author_link( array( 'post_id' => $reply_id, 'type' => 'both', 'size' => 100 ) );
                              echo $author_link. ' on';
                              echo '<a href="' . esc_url( bbp_get_reply_url( $reply_id ) ) . '" title="' . bbp_get_reply_excerpt( $reply_id, 50 ) . '">' . bbp_get_reply_topic_title( $reply_id ) . '</a>';
                              echo ''. bbp_get_reply_excerpt( $reply_id, 150 ) . '';
                              echo '' . get_the_date(), get_the_time().'';
    
                            ?&gt;
    
    
    
    
    
    
    
                &lt;?php echo $after_widget;
    
            endif;
    

    is_mb there is just a custom function I wrote to determine whether the page being viewed is the homepage or not. Anyway, I'd love to add a class to the opening LI tag if a user has already viewed that. Any ideas?

    #118798
    Flight777
    Participant

    Hey,

    The theme compat works 😛 but it uses the CSS of my WordPress theme which totally screws the lay-out of the forum 😛 That is why I start working with Twentyten. Is there no possibility to make it two column?

    Rob

    Garindan
    Participant

    Ok simple question… What file/s do I need to add code to so it affects every bbpress page?

    style type = ‘text/css’>#breadcrumbs { display: none !important; }/style>

    Sorry, couldn’t work out how to display code without it hiding style tags

    • This reply was modified 12 years, 6 months ago by Garindan.
    • This reply was modified 12 years, 6 months ago by Garindan.
    #118727
    renai42
    Participant

    hey mate,

    this is precisely the kind of overly simplistic response which turns people off using bbPress. Your suggestion is pretty much contained in the bbPress documentation already and is less than useful.

    Sure, you need to copy bbpress.css to the right directory and edit it. But what you fail to mention, and what is mentioned nowhere in the bbPress documentation, is that many of the font specifications are not actually listed in that CSS file — you need to puzzle out the CSS entry yourself and add a new CSS entry, not edit an old one, to change the font size.

    I spent three hours working this out last night. The correct entry is:

    bbpress-forums .bbp-topic-content p,

    bbpress-forums .bbp-reply-content p {

        font-size: 12px;
    

    }

    I have seen this same response from the moderators on the bbPress forum dozens of times as I searched it last night. This same arrogance — ‘just copy the CSS file and edit it’. Technically you’re right, but without any detail or documentation around bbPress, this suggestion comes across as the contempt of an experienced web developer for someone who is, in their eyes, a ‘n00b’.

    I operate a major WordPress site and edit its CSS files daily. And yet, the CSS for bbPress is hideously complex and hard to understand. I suggest that you guys modify your attitude and start looking for actual solutions to people’s problems … especially around making default themes easier to customise. Otherwise, bbPress, which is an awesome solution to a long-held problem for WordPress site owners, will remain the little-used forum software that it is.

    Cheers,

    Renai LeMay
    Publisher, Delimiter.com.au

    #118726
    johnny676767
    Participant

    Hi Jared, no its version 2.1.2

    #118719

    Are you running bbPress 2.1.1?

    Garindan
    Participant

    Hi all, I want to hide my theme’s breadcrumbs for all the bbpress forum pages, since bbpress breadcrumbs are used for those. I know I simply need the css ‘#breadcrumbs { display: none !important; }’, but what file can i add it to so all forum pages use it? I’m using the bbpress compatibility theme. Many thanks!

    Edit: I tried adding it to bbpress.css hoping that it would only affect bbpress post types but it hid them across the whole site.

    • This topic was modified 12 years, 6 months ago by Garindan.
    #118696
    johnny676767
    Participant

    http://europeband.eu/wp-content/uploads/2012/10/trouble.tiff
    Here is an image of the problem.

    I have tried the twentyten BBPRESS theme and there is no issues, and there is no issues with 3 other WordPress themes I tried.

    Anyone please help

    #118695
    johnny676767
    Participant

    I am running Custom Community Pro theme with bbpress Compact theme.
    Please some one help.
    enter image description here

    #118694
    renai42
    Participant

    hey everyone,

    installed a base install of bbPress today on a test site:

    http://topstory.com.au/forums/

    Basically all I want to do is modify the font size down, from 12px to 11px. Can someone tell me where I can do this? I’ve done a lot of frakking around with CSS files with WordPress, but can’t find the right setting in bbPress.

    Cheers,

    Renai

    #118630

    Topic: Original CSS

    in forum Themes
    jetfalcon
    Participant

    Hi,

    This may be very basic, so apologise to the wizards in here. I have installed bbpress and would like to keep the original CSS for the bbpress. Right now it automatically adjusts to the theme, and as I have some yellow text in the theme (black bg), it just doesn’t look nice in the forum. I have installed the CSS plugin for bbpress, so I can adjust the CSS directly in the editor, but I assume it must be possible to get the original CSS for the plugin displayed directly?

    Thanks!

    #118586

    Jeffvand: There are a few plugins that allow you to pull in and show custom Sidebars. Two Examples:

    These work with Custom Types Ie it recognises the Forums and You can select for them to have their own sidebar:

    https://wordpress.org/extend/plugins/custom-sidebars/
    But I prefer
    https://wordpress.org/extend/plugins/content-aware-sidebars/

    Hope this helps.

    I too want to remove the sidebar completly. What part of the CSS would I need to remove. Could you send some more detailed instructions of what code and in what CSS files I need to remove. It is only on Forum pages I want to remvoe sidebars.
    Thanks

    #118446
    on3advertising
    Participant

    I want to customize a topic that is closed. It was easy to find the css class for a topic that was closed, but I cannot for for the life of me find what php file is executing that class. I want to add an extra column with the string “[Resolved]” next to the name of the topic to make it more intuitive for my users. The website with an example of a closed topic is: http://www.compusoftdevelopment.com/forum/forums/forum/submitted-features/

    I am running Wp v3.4.2 and bbPress v2.1.2

    #118442
    judy1950
    Participant

    I have a WordPress site (3.4.2) which uses a premium theme that I want to keep. I just activated the BBPress plugin (ver 2.1.2) and created a forum and topic etc. The forum and topic pages appear and look ok, but I would like to customize the template and css that is being used in this. I am finding BBP documentation on this somewhat confusing.

    My Plan: I will create my own BBP template based on page.php from my main theme and modify the layout etc.

    To implement this new template I create, I am guessing that I can replace $new_template (shown below; code taken from bhp-template-loader.php (wp-content/plugins/bbpress/bbp-includes) with the name of my new template, such as “bbp-new-page.php”). Is this correct?

    // bbPress template file exists
    if ( !empty( $new_template ) ) {
    
        // Override the WordPress template with a bbPress one
        $template = $new_template;
    

    And to modify the css, I can simply hack “bbpress.css” (wp-content/plugins/bbpress/
    bbp-theme-compat/css/bbpress.css)?

    This approach seems really hacky/inelegant however.

    On a slightly separate note, it appears that implementing the steps for theme-compatibility (http://codex.bbpress.org/theme-compatibility) are necessary only if you are going to use a single (custom) theme (or child theme?) for both WP and BBP?

    Finding it a little confusing to untangle the methods and their purposes in BBP theming.

    Thanks to anyone who can help!
    Judy Wilson
    Nashville TN

    #118358

    In reply to: Change link colours?

    ctekmusic
    Participant

    Hi Rob

    I had a look on your forum and there are no css rules for any link elements which is strange. Try adding this into your css file:

    #bbpress-forums .bbp-breadcrumb a { color: #F6AC2C; }
    

    That should make the breadcrumb links go yellow (as an example). If that works you just need to populate the css file with all the link colours manually which you can find by digging around with the code inspector.

    If you want to change all link colours quickly and lazily you could just target every link within bbPress like this

    #bbpress-forums a { color: #F6AC2C; }
    

    Hope this helps

    AdilAli01
    Participant

    please help me too, since i am a newbie ! i want forum width to 100% .. How to add custom CSS and how to find page id ?

    • This reply was modified 12 years, 7 months ago by AdilAli01.
    #118317
    jrold76
    Participant

    The problem is, I’m a CSS novice…I don’t know the first thing about editing my template. Those plugins you suggested, those will work in tandem with the forum plugin I’m already using?

    #118309

    In reply to: Change link colours?

    Flight777
    Participant

    Hello Chris,

    Thanks for your reply. I do know where the CSS is located but I can’t find the exact entry for the links (even with Chrome). When I load the compat theme it does get the proper link colours from the main wordpress theme but the whole lay-out is ***** up then 😛

    Here it the link (with the twentyten loaded):

    http://www.verantwoordnalaten.com/versie2/forums/forum/verantwoord-nalaten/

    Rob

    #118286
    CraigIW
    Participant

    Hi,

    I have bbpress plugin in a WordPress 3.4.2 MU site, with a single instance in the root and /forums. I have a very basic child theme of TwentyEleven which makes some header and CSS tweaks.

    Once I activated BBPress, I found that it is displayed using the sidebar. This crushes the forum to the left, so I wanted to get rid of it for the forum page. I read that by default BBPress will use the page.php from the TwentyEleven theme, and to copy that to my child theme, remove the call to the sidebar and name it bbpress.php would override it. Well, for a start, the TwentyEleven page.php does NOT contain the sidebar. After searching the filesystem I found that sidebar-page.php does, so I copied that to my child theme folder and named it bbpress.php, removed the get_sidebar() call, and also set the template name as Template Name: Forum Template in the bbpress.php file.

    It did not work. My forum is still showing a sidebar. It does not seem to be using the bbpress.php file at all.

    Is there a guide somewhere on how to get BBPress to display without the sidebar when using MU and a child theme of TwentyEleven?

    As I said, my child theme if very simple. It is literally a header.php and styles.css, and I have now added bbpress.php. What do I need to do to get BBPress to use my bbpress.php template?

    Can I add that a LOT of the helpful-looking links on here lead to 404 pages, which really hasn’t helped in trying to figure this out. It would be great if those could be fixed up somehow?

    Thanks!

Viewing 25 results - 1,676 through 1,700 (of 2,719 total)
Skip to toolbar