Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum css'

Viewing 25 results - 26 through 50 (of 2,719 total)
  • Author
    Search Results
  • #239553

    In reply to: Remove white bar

    ditout
    Participant

    I setup this CSS on Youzity activities, group…. no one work,
    there’s no forum to custom CSS.

    #239117
    erisf
    Participant

    In the settings there is the forum theme package and the only option available is Bbpress package, for instance.

    How may one manually, but simply (no CSS) customise the appearance of bbpress forums? Like through the editor, or something like that?

    #238787

    In reply to: Custom CSS not loading

    Robin W
    Moderator

    Just retested and that still works on my test site.

    I’ve not used sass, so unsure how it might affect that.

    so 2 things I would try first

    Firstly, see if the changes appear on a computer that has never seen that site before – browsers often keep local copies of files and don’t always spot chnages.

    Secondly try a change you have made in the custom css part of your theme and see if that works.

    If you are at the start of styling the forums, you might want to look at

    bbp style pack

    which has an easy interface to making styling changes, along with a ton of features to make your forum look and work better.

    #238306
    kelixirr
    Participant

    Serious css issues I am facing:

    1. My reply content are overflowing out of the box and subsequent replies are not properly inheriting the CSS styles even of the buddress and the styles that I added. Check my site here: https://neuraldemy.com/forums/topic/subscription-payment-related-queries/

    Other questions that I need help with:

    1. How to allow the use of Markdown in forum editor?
    2. How to highlight the first topic so that it can stand out from the crowd of replies just like wordpress org forums main topic.
    3. How to keep the author’s details and photo above the content (just like the WordPress org has) and shift this line “This topic was modified 1 day, 4 hours ago by XYZ.” below the content.
    4. How to allow admin or moderator to highlight the best reply of reply that contains solution or to ping the solution reply below the main topic.

    #238290
    kelixirr
    Participant

    Hi, I want to highlight the first topic that the user creates to ask his doubts so that it can stand out from other replies. I tried this code but I don’t know what’s missing here. I could not find the CSS classes for the first topics in their documentation.

    .bbpress-forums .bbp-topics:first-child {
    	
    	background-color: #000;
      font-weight: bold;
    }

    Additionally, I want to highlight the best reply either by changing it’s color or by pinging it to the main topic so that new visitors won’t have to check every other reply. It will be helpful for the new users.

    is there any way I can solve these two issues using css:

    1. Highlight the first issue so that it stands out from the crowd of replies
    2. Highlight or ping the correct/solution contained reply thread so that new visitors won’t have to read everything.

    #238219
    Robin W
    Moderator

    put this in the custom css of the style pack plugin.

    #bbpress-forums span.bbp-admin-links a, #bbpress-forums span.bbp-admin-links {
    	font-size: 13px;
    }
    #238192
    tutfox
    Participant

    Hey guys,

    the forums index is not showing and causing the site design to break whilst topics pages remain displaying fine.

    WordPress version: 6.4.1
    Theme: Divi version: 4.23.1
    bbPress version: 2.6.9

    https://umaps.org.uk/forums/

    Index slug /forums
    Other pages called forums? No (bin empty as well).
    I’ve done what was suggested in the bbp style pack and cleared static css files and disabled the option.

    I’ve also set the permalink structure to post name and saved it a couple of times.

    Can you help me with this?

    Warm wishes,
    Maria

    #237787
    elisaschram
    Participant

    Hi I’m a total beginner so I’m sorry for my ignorance. The font of the forums is very small. I would like to change the look of the forum. Is there a plugin or something to easily modify the look? I don’t really want to change my theme to change the look of the forum. And I don’t know how to change a layout with CSS. Thanks.

    #237732

    Topic: bbpress css

    in forum Plugins
    maciejatmyshca
    Participant

    Hello,

    I also would like to hide Forums from Member Profile Page.

    I have set up Groups Forums only as per instructions here so the Forums on Profle Page is obsolette as I want the forums to be accessible only from Group Page.

    Could anyone kindly advice how to do it please?

    #237699
    Robin W
    Moderator

    in this link

    Formatting of User Profile and Search Results pages

    I suggested this as a solution

    dashboard>Divi >Theme options>Builder >Advanced > Static CSS File Generation > Clear.
    then
    dashboard>divi>Theme Options>Performance> Dynamic CSS option and disable

    THEN critically you need to clear and server side caching, AND clear your browser cache.

    Server side will depend on your host, and/or any caching plugins you have installed.
    Browser – see this helpful article

    How To Clear Cache for All Major Browsers

    then it all worked fine

    #237580
    TreeTrail
    Participant

    Significant Problem:

    Every few days, some Sub-Forums stop displaying!  This seems to happen after a new topic is added.  I’m not sure when this problem started.  Currently, the “HIKING” sub-forums do not display.  Sometimes I can get this issue to reset by changing the Sub-Forums Visibility setting to “Public” and then back to “Private”.  I clear browser histories and resave Permalinks.  But this is a temporary solution.  With my limited knowledge, I’ve spent many many hours trying to pinpoint the cause and resolve this.  I now set up a test copy site, that is using the WP 2022 theme with only 2 plugins: a page builder and bbPress.  And there are no bbPress scripts in the Function.php file.  The problem still persists.  Any assistance would be very greatly appreciated!  Testing site: https://staging39.wilmingtontrailclub.org/bbpress-forum-test/

    *******************************************
    Testing Site Configuration:

    
    ### wp-core ###
    
    version: 6.3.1
    site_language: en_US
    user_language: en_US
    timezone: America/New_York
    permalink: /%postname%/
    https_status: true
    multisite: false
    user_registration: 1
    blog_public: 1
    default_comment_status: closed
    environment_type: staging
    user_count: 1974
    dotorg_communication: true
    
    ### wp-paths-sizes ###
    
    wordpress_path: /home/customer/www/staging39.wilmingtontrailclub.org/public_html
    wordpress_size: 67.23 MB (70494422 bytes)
    uploads_path: /home/customer/www/staging39.wilmingtontrailclub.org/public_html/wp-content/uploads
    uploads_size: 390.90 MB (409892014 bytes)
    themes_path: /home/customer/www/staging39.wilmingtontrailclub.org/public_html/wp-content/themes
    themes_size: 23.65 MB (24802712 bytes)
    plugins_path: /home/customer/www/staging39.wilmingtontrailclub.org/public_html/wp-content/plugins
    plugins_size: 187.12 MB (196210432 bytes)
    database_size: 287.33 MB (301287561 bytes)
    total_size: 956.24 MB (1002687141 bytes)
    
    ### wp-active-theme ###
    
    name: Twenty Twenty-Two (twentytwentytwo)
    version: 1.4
    author: the WordPress team
    author_website: https://wordpress.org/
    parent_theme: none
    theme_features: core-block-patterns, post-thumbnails, responsive-embeds, editor-styles, html5, automatic-feed-links, block-templates, widgets-block-editor, wp-block-styles, editor-style
    theme_path: /home/customer/www/staging39.wilmingtontrailclub.org/public_html/wp-content/themes/twentytwentytwo
    auto_update: Disabled
    
    ### wp-themes-inactive (2) ###
    
    Kleo Child: author: SeventhQueen, version: (undefined), Auto-updates disabled
    Kleo: version: 5.2.0, author: SeventhQueen, Auto-updates disabled
    
    ### wp-mu-plugins (1) ###
    
    restrict username email character: version: 1.1, author: BENACEUR
    
    ### wp-plugins-active (2) ###
    
    bbPress: version: 2.6.9, author: The bbPress Contributors, Auto-updates disabled
    WPBakery Page Builder: version: 7.0, author: Michael M - WPBakery.com, Auto-updates disabled
    
    ### wp-plugins-inactive (32) ###
    
    amr users: version: 4.59.4, author: anmari, Auto-updates disabled
    amr users plus: version: 3.27, author: anmari, Auto-updates disabled
    amr users plus buddypress: version: 2.6, author: anmari, Auto-updates disabled
    amr users plus pmp: version: 1.1, author: anmari, Auto-updates disabled
    bbp style pack: version: 5.6.7, author: Robin Wilson, Auto-updates disabled
    BP Profile Shortcodes Extra: version: 2.5.2, author: Venutius, Auto-updates disabled
    BuddyPress: version: 11.3.1, author: The BuddyPress Community, Auto-updates disabled
    Classic Editor: version: 1.6.3, author: WordPress Contributors, Auto-updates disabled
    Classic Widgets: version: 0.3, author: WordPress Contributors, Auto-updates disabled
    CMS Tree Page View: version: 1.6.8, author: Jon Christopher, Auto-updates disabled
    Email Encoder - Protect Email Addresses: version: 2.1.8, author: Jannis Thuemmig, Auto-updates disabled
    Envato Market: version: 2.0.10, author: Envato, Auto-updates disabled
    Events Manager: version: 6.4.5.1, author: Pixelite, Auto-updates disabled
    Events Manager Pro: version: 3.2.7, author: Pixelite, Auto-updates disabled
    Events Manager Pro - PayPal: version: 1.2, author: Pixelite, Auto-updates disabled
    Force First and Last Name as Display Name: version: 1.2.1, author: Stranger Studios, Auto-updates disabled
    K Elements: version: 5.1.2, author: SeventhQueen, Auto-updates disabled
    Paid Memberships Pro: version: 2.12.2, author: Paid Memberships Pro, Auto-updates disabled
    Paid Memberships Pro - bbPress Add On: version: 1.7.3, author: Paid Memberships Pro, Auto-updates disabled
    Paid Memberships Pro - Extra Expiration Warning Emails Add On: version: .4, author: Stranger Studios, Auto-updates disabled
    Paid Memberships Pro - Member Directory Add On: version: 1.2.4, author: Paid Memberships Pro, Auto-updates disabled
    Paid Memberships Pro - Membership Card Add On: version: 1.1.2, author: Stranger Studios, Auto-updates disabled
    Paid Memberships Pro - Membership Manager Role Add On: version: .3.2, author: Stranger Studios, Auto-updates disabled
    Paid Memberships Pro - Pay by Check Add On: version: 0.11.2, author: Stranger Studios, Auto-updates disabled
    Redirection: version: 5.3.10, author: John Godley, Auto-updates disabled
    Restrict Usernames Emails Characters: version: 3.1.3, author: benaceur, Auto-updates disabled
    Slider Revolution: version: 6.6.16, author: ThemePunch, Auto-updates disabled
    User Switching: version: 1.7.0, author: John Blackbourn & contributors, Auto-updates disabled
    Wordfence Security: version: 7.10.3, author: Wordfence, Auto-updates disabled
    WP FullCalendar: version: 1.5, author: Pixelite, Auto-updates disabled
    WP Mail SMTP Pro: version: 3.9.0, author: WP Mail SMTP, Auto-updates disabled
    WP Rollback: version: 1.7.3, author: GiveWP.com, Auto-updates disabled
    
    ### wp-media ###
    
    image_editor: WP_Image_Editor_GD
    imagick_module_version: Not available
    imagemagick_version: Not available
    imagick_version: Not available
    file_uploads: File uploads is turned off
    post_max_size: 256M
    upload_max_filesize: 256M
    max_effective_size: 256 MB
    max_file_uploads: 20
    gd_version: 2.3.3
    gd_formats: GIF, JPEG, PNG, WebP, BMP, AVIF, XPM
    ghostscript_version: 9.56.1
    
    ### wp-server ###
    
    server_architecture: Linux 3.12.18-clouder0 x86_64
    httpd_software: Apache
    php_version: 8.2.10 64bit
    php_sapi: cgi-fcgi
    max_input_variables: 3000
    time_limit: 600
    memory_limit: 768M
    max_input_time: 120
    upload_max_filesize: 256M
    php_post_max_size: 256M
    curl_version: 7.85.0 OpenSSL/3.0.9
    suhosin: false
    imagick_availability: false
    pretty_permalinks: true
    htaccess_extra_rules: true
    current: 2023-09-24T21:12:57+00:00
    utc-time: Sunday, 24-Sep-23 21:12:57 UTC
    server-time: 2023-09-24T17:12:57-04:00
    
    ### wp-database ###
    
    extension: mysqli
    server_version: 5.7.39-42-log
    client_version: mysqlnd 8.2.10
    max_allowed_packet: 33554432
    max_connections: 500
    
    ### wp-constants ###
    
    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /home/customer/www/staging39.wilmingtontrailclub.org/public_html/wp-content
    WP_PLUGIN_DIR: /home/customer/www/staging39.wilmingtontrailclub.org/public_html/wp-content/plugins
    WP_MEMORY_LIMIT: 256M
    WP_MAX_MEMORY_LIMIT: 768M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: false
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: true
    WP_CACHE: false
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_ENVIRONMENT_TYPE: staging
    WP_DEVELOPMENT_MODE: undefined
    DB_CHARSET: utf8mb4
    DB_COLLATE: undefined
    
    ### wp-filesystem ###
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    mu-plugins: writable
    
    

    *******************************************

    ~April Schmitt

    WTC Webmaster <wtcwebmaster1@gmail.com>

    #237559
    mybittypops
    Participant

    Hello,
    I’m in need of a little help.

    Forum

    I am struggeling with getting my forum to full width.
    My theme supports full width with an own template.
    I added a new site and added the bbpress [bbp-forum-index] code.
    The main site is full width.
    But when I open a category or forum it switches back to the oder template.
    I’m not good enough at css and stuff to fix it myself.
    Hope someone can help me!
    Regards,

    Jens

    ibnat
    Participant

    This has been solved by @robin-w in a different topic: https://bbpress.org/forums/topic/new-topic-text-box-wider-than-mobile-screen/#post-237400

    the solution is..

    #bbpress-forums p input {
    width: 240px !important;
    }

    Pasted into bbpress style pack custom css tab

    ibnat
    Participant

    Hi all

    (This only happens when viewing my BBpress forum on a smartphone.)

    When viewing a forum and scrolling down to below the forum topics to the editor, the right hand side of TinyMCE editor is off the screen by a few pixels.

    When viewing a topic the TinyMCE editor fits fine on my smartphone screen.

    Is the width of TinyMCE adjustable anywhere or is there some CSS I can add to fix this?

    WP version 6.3.1
    BBPress version 2.6.9

    #237209
    Steve Manes
    Participant

    Using globally-scoped CSS to style elements and override classes in WordPress, like the garden-variety style.css. It has nothing to do with bbstyle.

    Ex.

    #bbpress-forums {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Roboto !important;
    }
    .bbpress-wrapper {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Roboto !important;
    }
    .bbp-breadcrumb, .bbp-breadcrumb-home {
    font-size: 14px !important;
    font-family: Roboto !important;
    }
    .bbp-topic-permalink {
    font-size: 15px !important;
    font-weight: 500 !important;
    }
    .bbp-header, .bbp-reply-author {
    background-color: #F8AA3C !important;
    font-size: 16px !important;
    font-family: Roboto !important;
    }

    #237185
    Steve Manes
    Participant

    No, it’s a WP 6.3.1 site I built specifically to test BBPress. It’s mostly just Elementor and Astra (Pros), the Classic Editor, Simple Custom CSS and JS PRO and BBPress. It’s behavior I haven’t seen with CSS overrides in WordPress before.

    As you can see, the class specifies Roboto for the breadcrumb but it’s showing a serif font, even in the sample rollover in Inspector’s Styles window. The class works fine from the parent page but not in /forums/topic/

    Screen cap

    #237183
    Steve Manes
    Participant

    One thing I noticed as I was using CSS to re-style BBPress is that the CSS classes don’t carry over to individual discussions. That is, if I create a bunch of class overrides for the main page, in my test case /alpha-site, they go away under /forums/topic/. In Inspector it looks like the page defaults back to bbpress.min.css, overriding those class overrides.

    Any way around this?

    #237174
    Steve Manes
    Participant

    I’m confused. Does BBPress get its CSS and template support from the active WordPress theme or are there optional plug-in themes one can install that only apply to styling your BBPress implementation?

    I’ve been asked to add forums to an existing Elementor-built site running the Astra Pro theme which apparently has no support for BBPress. Because the web site is already built, approved by the bosses and currently live I can’t change the WordPress theme. But the default styling in BBPress doesn’t work for them either (we have an approved font family, size, color, etc too).

    I’m fairly adept with CSS and WordPress but I’d rather use a design by someone who actually knows the software. That, and I’m a bit graphically challenged.

    I noticed that there’s a dropdown for “Forum Theme Packages” in Forum settings and was hoping that such BBPress-specific child theme plug-ins exist which allow WordPress to use another parent theme. Do such plug-ins exist and is there a repository of them somewhere on the net?

    #236750
    tapiohuuhaa
    Participant

    My GD bbPress Toolbox Pro plugin has 50 major new features, including BBCodes implementation that has 40+ shortcodes/BBCodes for bbPress forums, including SPOILER and HIDE, as well as full syntax highlighting SCODE shortcode.

    I looked your pro plugin. Does your additions work with TinyMCE, text editor or both text and graphic editor? For me your BBCode- support is unnecessary wide. I try to find where TinyMCE defines how to print strikeout. I creates DEL-tags. I would just like to replace DEL-tags with SPOILER-tags as I dId for the text editor.
    I found translation. With CSS I can change the text and icon. Dashicon f177 is closest available. With CSS can change the text just defining the font-size of the text 0 an replacing text by using the ::before pseudo-class.

    #236630
    itsmifred
    Participant

    hi Robin,here it is :

    1) function file without you add :

    <?php
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    }

    add_action( ‘wp_enqueue_scripts’, ‘style_theme_enfant’, 20 );
    function style_theme_enfant() {
    wp_enqueue_style( ‘child-style’, get_stylesheet_uri() );
    }

    function my_custom_member_list_sort( $ret ) {
    $ret[‘type’] = ‘alphabetical’;
    return $ret;
    }
    add_filter( ‘bp_after_has_members_parse_args’, ‘my_custom_member_list_sort’ );

    2)
    bbp Style pack
    bbPress
    BP Profile Search
    BuddyPress
    BuddyPress Xprofile Custom Field Types
    Fix Forum Emails
    GD bbPress Attachments

    3)
    No

    #236347
    nathan13
    Participant

    Hi everyone,

    I’m sorry if the questions was already post, but since yesterday i couldn’t find any answer..

    The problem :

    Theme : Hello-elementor
    I have 100+ Hours design on my theme website.
    I wanted to use bbpress, (forums page broken, and the design is from 1980 with my theme)

    I want to change the theme of bbpress forums from another theme (ex : astra, Kadence…) to make it look better, but without changing my main theme because i’ve worked a lot on it.

    Any advice, solution ?

    Thank you so much… love

    #236312

    In reply to: Sidebar in Blocksy

    petalos2123
    Participant

    Blocksy requires to pay for upgrade to have different bars in every page. I can’t do that at the moment. I thought I could use a php code or css to change only the forum side bar. I am not an expert in any codex.
    Thanks for your reply.

    #236175
    milicagpg
    Participant

    Hi,

    I have several forums on my site and want to customize them to look different.
    I create custom css for global look, but I don’t know how to customize different look for particular forum.
    I tried with #bbpress-forums li.bbp-forum-143737 where is 143737 forum’s id but it didn’t works.
    The idea is to put different forums in three columns in one page. Then the cover for each one should be some photo or text. Click on the photo opens the forum’s topics.

    Anyone can help?

    WP is 6.2.2, bbPress 2.6.9, theme is Kleo, site is still at localhost.

    #236103

    In reply to: enlarge width of forum

    Robin W
    Moderator

    This is theme related

    try this in the custom css part of your theme

    .youzify-forum .youzify-page-main-content .youzify-main-column {
    	width: 100% !important;
    }
    #235528

    In reply to: Close topic label

    Robin W
    Moderator

    thank you

    put this in the custom css part of the style pack plugin

    #bbpress-forums .status-closed, #bbpress-forums .status-closed a {
    	background-color: transparent;
    }
Viewing 25 results - 26 through 50 (of 2,719 total)
Skip to toolbar