Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum css'

Viewing 25 results - 451 through 475 (of 2,719 total)
  • Author
    Search Results
  • #183366
    Rixter
    Participant

    Thanks to this thread: https://bbpress.org/forums/topic/how-do-i-change-the-color-of-the-text-and-box/ I was able to change a lot of colors, since the theme of my site is dark background with white letters.

    There is one code I’m still looking for.
    When you reply to a topic, above the large reply field it says ‘Reply to [name of topic].
    This text is still in white and it needs to be black.

    Can anyone provide me with the right code so I can add this to the custom CSS?
    Much appreciated!

    #183236
    gpdesign93
    Participant

    WP Version: 4.7.3
    bb Version: 2.5.12
    Theme: Uncode 1.4.2 – compatibility confirmed
    bb Forum Root: “forums”

    I’ve had some difficulty setting up and styling my bbPress forums root page, similar to this user: how-to-actually-partner-root-with-a-wp-page/

    I have since figured out how to establish a custom WP page as a root for my forum. I had to match the slug declared in the forum settings, AND use the [bbp-forum-index] shortcode. I thought it was either/or. If I only matched the slug, I would just get an empty page. If I just used the shortcode, I would have inconsistencies in the bbPress breadcrumb.

    Now that I have declared a custom root, I’m getting my styles ignored or rejected or something. I have my page options set to hide the page title, WP breadcrumb, and some “inline” CSS to hide the menu. (My client needs a custom menu.) These options and styles work on all pages except for the forums root. They just get ignored.

    I tested with fresh pages built from scratch multiple times to see where the problem was. I can use the shortcode just fine, but then my custom page is no longer my root page. As soon as I set my custom page’s slug to match the slug in the forum settings, I lose my styles.

    How can I get a custom forum root that also has custom styles?

    What I want: (Visually at least)
    http://kadpf.org/kadpf2017update/forums-ideal/

    What I get:
    http://kadpf.org/kadpf2017update/forums/

    Thanks!

    #183092
    dram2017
    Participant

    Hi
    My theme author tells me I need to identify the <body> tag class for each of the bbPress pages I want to customize, so that I can target specific pages with custom CSS. I’ve tried inspecting the Forum page through the browser but couldn’t identify anything that looked like the example he provided (postid-####). Could some kind soul please help by listing the <body> tag classes for the bbPress pages, or at least the forum index page?

    #183081
    dram2017
    Participant

    Thank you, Robin W, for saving me from banging my head against a brick wall!

    So, another possibility: is there a way of adding CSS to Forums, Topics and Replies (eg opening in Visual Composer)? I have the CSS to hide the one-page theme menu on a page, but don’t know how to add this to the bbPress entries.

    Cheers!

    oise73
    Participant

    Hi there,

    1. We have a parent forum with a bunch of child forums. I did check the “Allow forum wide search” box. On the main forum page, which is a regular WP page using the forum shortcode, the search bar is there. Screenshot: https://www.screencast.com/t/Rv4EB6POOG But on all of the actual forums, including the parent forum, the search bar is not there. Screenshot: https://www.screencast.com/t/byZD2Ua8h How do I make them show up?

    I did deactivate all plugins but bbpress, but the issue was the same.

    2. In each topic, there is the word “by”. Screenshot: https://www.screencast.com/t/XVRBrBIiz
    How do I make that go away? I am hesitant to do a display:none; in the CSS, because other parts of the site need that .entry-meta tag.

    Your help would be greatly appreciated!

    thanks!

    #182858
    wpweaver
    Participant

    Visit our active support forum Weaver Support Forum for our theme to see our brand new plugin
    Weaver for bbPress in action on a real site.

    This site not only demonstrates how an active bbPress support forum can work, it also demonstrates how our new plugin Weaver for bbPress can be used to create a great looking site with the amazing styling and other features provided by the plugin. The support forum is running on a standard WordPress theme (our own Weaver Xtreme) using Weaver for bbPress options with absolutely no extra CSS or PHP coding required. This example uses a green based design, but the plugin has subtheme options to support virtually any existing WP theme.

    #182857
    wpweaver
    Participant

    I am very pleased to announce the release of my new plugin called Weaver for bbPress available for download from WordPress.org at Weaver for bbPress

    This plugin makes bbPress essentially a turnkey install. Not only does it provide a collection of great looking bbPress themes that blend with about any WP theme, it includes many other essential options to control Forum and List layouts. It has enhanced features for both Participants and Moderators that makes running a forum much easier. And no custom CSS or PHP coding required!

    Read the longer description on the plugin page, or visit our very active support forum for our theme, Weaver Xtreme to see this plugin in action on a real site: Weaver Support Forum.

    #182709
    fastk9dad
    Participant

    Hrmm, I replied last night and it looks to be gone now. Not sure if I’ve gotten moderated but I’ll put my response here again.

    Currently I’m just using this code in the content-single-topic.php template in my child theme.
    <a href="/forums/new-topic/?ForumId=<?php echo bbp_get_forum_id()?>"><div class="new-topic btn">New Topic</div></a>

    I have developed this for use in function.php to replace the above but I get a parsing error right now. It works ok if I don’t try to insert the ForumID so something is wrong with my syntax.

    function pmh_new_topic_btn() {
    	if ( is_user_logged_in() ) {
    		echo '<a href="/forums/new-topic/?ForumId=".$_GET['ForumId'].""><div class="new-topic btn">New Topic</div></a>';
    	}
    }
    add_action('bbp_template_before_topics_loop','pmh_new_topic_btn');

    Regardless of which method I use the resulting code is always placed after the bbp-pagination element and my CSS fu isn’t strong enough to have the button flow/move with the bbp-pagination-links contained within (is it even possible?).

    <div class="bbp-pagination">
    	<div class="bbp-pagination-count">
    		Viewing 3 topics - 1 through 3 (of 3 total)
    	</div>
    	<div class="bbp-pagination-links">
    	</div>
    </div>
    <a href="/forums/new-topic/?ForumId=1486">
            <div class="new-topic btn">New Topic</div>
    </a>
    #182700
    phil49
    Participant

    Hello Robin,

    Alleluia !

    It works !!!!!!

    Honestly, I was really skeptical, but it’s a miracle !

    Don’t know where your flash of genius is coming from but what matters is that I no longer have to look desperately for a substitute theme !

    I’ve tried many of them but each time there’s something wrong, or a plugin that doesn’t work !

    Curiously, though, the CSS works on my “Frontpage.php” (used by the homepage), “Index.php” (used by the blog), but the “Page.php” template used by the forum and some other sections is behaving weirdly, I mean it seems to be applied on it, but I don’t know if this is just a feeling or because I Used a Tablepress table for some, but it looks as if it doesn’t seem to be 100% the width set on the CSS !

    But it’s not important, now the forum can be precisely set and this is what matters most !
    The width for the other pages suits me fine anyway !

    Oh, by the way, it works even without having to use a child theme, it’s the original Twenty Seventeen that I’m currently using !

    Thanks so much again for all your efforts and this solution Robin, I thought it would have been worked out long after I would have given up!

    Regards,

    Philippe

    #182111
    phil49
    Participant

    Hi Robin !

    LOL !

    I talk too much, but as I want to give as many detail as possible…

    Your code is working for the pages of the site.

    Your code is NOT working for ALL the forum pages of the site

    Your code is applied for all the pages, that’s it takes almost 100% of the page, but site pages are not concerned by my problem.

    Your code doesn’t make any difference when applied to the forum pages.

    I was just adding in my previous post that I have the same problem for my second issue with the background gradient that is not applied either, unless the code is not correct, but I don’t think so !

    Thinking about all this yesterday, I’ve got the feeling that in fact, what is desperately keeping void corresponds to the place that should be occupied by the sidebar, even though I told you that I have no sidebar on all the site pages as well as the forum pages.
    But there’s a section dedicated to its management in this new theme and version of WordPress 4.7.2 !
    I removed all the widgets initially present in this sidebar but maybe the code keeps holding the place !?

    It’s as if this part of the code keeps applying in the end, prevailing on the child theme css code !

    Hope this is clear now ! 😉

    Regards,

    Philippe

    #182089
    Robin W
    Moderator

    Your code for the page width is still working on ALL pages as expected, therefore the CSS is bieng applied, BUT the code doesn’t apply to the “page.php” template used by the forums !

    Do you have a page set up for forums? ier one that is using [bbp-forum-index] ?

    #182085
    phil49
    Participant

    Hello Robin,

    Yep, always, and this is a copy of the original one where I just changed as advised in one of the forums I mentioned previously, to change the DIV that way :

    <div class=”wrap page-full-width“>
    <div id=”primary” class=”content-area-wide“>
    <main id=”main” class=”site-main” role=”main”>

    Actually, both child theme folders (the real site and my VM) contains those files :
    – bbpress.php
    – functions.php
    – page-full-width.php
    – screenshot.jpg
    – style.css

    This latter currently contains only your code as well as the code for background gradient as the page-full-width does the job for the page width, I mean, only for the site pages except forum ones !

    The rest is similar.

    Regards,

    Philippe

    #182042
    phil49
    Participant

    Hello Robin,

    Don’t know if you could find something to help me, but I keep you informed of the progress on my side.

    I’ve installed a virtual machine with the same WordPress version, twenty seventeen theme and almost all the plugins.

    I’m now more comfortable “playing” with different themes and child themes, this is the positive side of the situation, I even corrected a mistake I initially made by creating my child theme inside the Twenty seventeen theme instead of at the same level as it !

    Now it turns up in the theme section, I can activate it, but basically, it doesn’t make any difference !

    Your code for the page width is still working on ALL pages as expected, therefore the CSS is bieng applied, BUT the code doesn’t apply to the “page.php” template used by the forums ! 🙁

    I even tried simultaneously to find out a solution for a request from our site members, that’s a background gradient.
    It doesn’t apply at all !

    In fact, taking a closer look at the wysiwig panel in the Appearance section of the theme, I noticed that the gradient is applied but ONLY on the homepage and behind the image and NOT on the body of all the other pages of the site !

    Trying to paste the code in the custom code or straight in the style.css file in the theme child produces the same result…

    This is so incredible that nobody in the world can find a solution or has ever tried to customize these elements !

    Hope is what makes us live…

    Regards

    Philippe

    #182033
    jayney54
    Participant

    The Post Author is not showing anywhere on posts on our Topics page. Is there some custom CSS I can add to have the Author information come up underneath the post title?

    We worked with a developer to style the forums, but I don’t want to go back to the developer at this point if possible (I’m not sure he knows what he’s doing), but I also don’t know enough to go into the code.

    #181871
    u_Oi
    Participant

    Thanks for the answer @benklocek

    I am still looking for the right code, I will post here once I got it 😉

    I was thinking what could be the best way…

    1.-Create a custom role and then use the name of role to translate it. (I am doing this.)
    2.-Give to spectator role the participant´s capabilities and then translate it.

    I need two participant roles, with differents name. Just to make more fun the forum style. Just like the ticket about “Add CSS class for user roles in topics and replies”.

    Regards,

    #181755
    phil49
    Participant

    Hello Robin,

    Thanks for the reply again.

    I pasted the code in the additional Custom CSS section in WordPress, indeed I immediately noticed that page width was wider by about 1/5.

    However, the “bbpress.php” template was… not affected ! 🙁

    I tried copying the code in the style.css in the child theme previously created, but same thing no wide page again !

    As I noticed since the beginning, ALL the site pages, I mean the one managed by this epoymous section in WordPress ARE affected by any additional CSS code, BUT NO page in the forum section with the “bbpress.page” Template are concerned by any modification !

    It’s as if so long as there’s no modification on the bbpress.php code or it’s CSS, nothing could happen !

    Yet, as mentioned earlier, in the child theme I’ve created, I added as explained in this forum : http://www.designbombs.com/master-twenty-seventeen-wordpress-theme/ , the following files :

    1 style.css file
    1 page-full-width.php
    1 function.php

    Was there any other operation I should have done ?

    For instance, should I try something with the Bbpress-style-pack I’ve installed a few weeks ago for another purpose but that includes a CSS section ?

    I don’t really understand what I’m supposed to do, the explanation is not quite clear to me !

    It’s explained that it will create a “bspstyle.css” file but what will be the impact on the whole site as I just want to alter page width ONLY on the forum pages, the other pages have the adequate width !

    Kind regards,

    Philippe

    #181738
    russ8523
    Participant

    Url link ‘Insert/edit’ dialogue box is cropped too small/close – link entry boxes are too small and the submit buttons etc, are cropped off edge of dialogue box. doing F12 inspect items, I can find settings that correct this, but I can’t get them to stick! I’ve copied/pasted into Child-Theme CSS and bbpress CSS to no avail.

    4.7.2 Multisite – forum in sub-dir site.

    Would be very grateful for any advice.

    #181713
    phil49
    Participant

    Hi Robin,

    Don’t know where your’re in the progress of your tests, but I noticed that the “What the file” plugin I couldn’t see for more than a day just turned up today but on another profile I’ve created for my friend that will take care of the site once all the issues with the forum part are solved!

    Really weird!?

    Yet it doesn’t display in my admin profile !!!

    Anyway, I could find out thanks to this plugin that this is the “page.php” template which is being used on the page listing all the forums and the “bbpress.php” for each forum !

    Yet, when I select it through this plugin, changes I made on the model in the theme child I had created are present :

    <div class=”wrap page-full-width“>
    <div id=”primary” class=”content-area-wide“>
    <main id=”main” class=”site-main” role=”main”>

    <?php

    But I guess this has more to do with Twenty seventeen subtleties or the CSS!!??

    FYI, here’s the site I followed step by step in order to get this fuc… full width page to work properly and the closest to the theme Twenty seventeen :

    http://www.designbombs.com/master-twenty-seventeen-wordpress-theme/

    Regards,

    Philippe

    #181592
    phil49
    Participant

    Hello Robin,

    Thanks for all the efforts !

    I simply want the forums to be displayed in full width.

    As mentioned earlier in this thread, the WordPress page listing all the forums has the appropriate width, and ONLY the forum pages are aligned on the left taking half the page and are aligned on the left with the first item of my menu !
    Oh, by the way I don’t have any side bar on my pages, therefore I don’t have the problem that some other people are facing!
    I noticed that with those specific pages I can’t get the selector for different templates just like the other pages of the site !

    This is the reason why I was trying to find out which template is being used by the forum pages to go further in my investigation !

    Whatever I tried this week-end failed, many CSS solutions, childtheme, et..

    It would be great if we could find a solution !

    FYI, I’m also working on a property asked by the users, that’s a background gradient (grey or pale green) on all pages, but again, CSS and child theme proved useless !
    Or I proved to be a poor webmaster (not a pro just an I.T guy helping friends) 🙁

    Thks so much for your help and time !

    Philippe

    #181500
    phil49
    Participant

    Hi,

    Funny to see that some changes take some time to implement!

    Taking a look at my other pages this morning , I noticed, as explained in another forum that adding the “page-wide.php” with the different class, would display a new button to select the model!

    And, indeed, on all my pages but the forum ones I now dispose of this choice!

    But still no change on my forum pages… 🙁

    I guess this is “just” a matter of css !

    I’ll try again to create a subfolder for a child theme, but I’m not quite sure it’ll make the trick, but who knows…

    If someone has got an idea, I’m still interested !

    Regards

    Philippe

    #181486
    Stiofan
    Participant

    i had to do this today for a few hours, only hidden with CSS and message displayed but might help someone:

    // put forum in read only mode
    add_action('bbp_theme_after_reply_form','gd_bbp_read_only_mode');
    add_action('bbp_theme_after_topic_form','gd_bbp_read_only_mode');
    function gd_bbp_read_only_mode(){
    
    	?>
    <style>
    	fieldset.bbp-form{ display: none;}
    </style>
    	<div style="background: red;color: white;"><h2>The forum is currently in read only mode while we perform some maintenance, this should only take a few hours.</h2></div>
    <?php
    }
    phil49
    Participant

    Hi

    I’ve been reading many posts on this forum and tried out many proposed solutions but to no avail up to now 🙁

    I first started with the copy of an unmodified and renamed in “bbpress.php” “page.php” file at the root of my theme folder, then with another one with a slight modification of the code substituting the class “content-area”with “content-area-wide”, I then tried another method creating a subfolder in my theme and copying the above mentioned file as well as a modified “style.css” file.
    The code was simply :
    .content-area-wide {
    float: left; margin-right: -100%; width: 100%}


    @import
    url (“../twentyseventeen/style.css”);

    Unless the code is not correct or the path or it’s syntax either, of course it didn’t work either.

    Surprisingly, the page listing all the forums is using almost the full width, and looks exactly what I’m looking for anyway but as son as I get in one of the forums they are displayed as if on one column way and aligned on the left.
    Same thing for the abovementioned page if I go back to it unless I refresh it…
    I should point out that I don’t use or have any sidebar for these pages and I’m not concerned by this kind of problem like many other people!
    As I’m not a master of the code, could anybody help me and describe each step to solve this frustrating issue so that I can follow each step and not guess intermediate steps considered as obvious are easy by the most learned guys !?

    Thanks so much for our site subscribers

    Regards,

    Philippe

    #181409
    fuse2701
    Participant

    Hi,
    i just installed the bbpress board and all seems to be quite good but there is a space at the left side of the board and i dont know how to fix this. i use the divi theme by elegantthemes.com, maybe its because of that theme?

    I did not changed the bbpress css.

    Link: http://www.my-synergy.org/schoeneiche-online/forums/

    Thanks,
    fuse2701

    #181297
    lijitimit
    Participant

    I am looking to change the buttons in the default text editor to those that appear in the fancy visual editor. My audience is overseas and are familiar with the “microsoft word” style of buttons. I have tried Enabling the visual editor however am experiencing issues with inline replies. I actually prefer the default text editor as it strips out copied html, so really I just need so fancy buttons. Can I do so with css or create a filter to call the other toolbar instead of qt_bbp_topic_content_toolbar ?

    tenabrae
    Participant

    All the answers I can find to this question seem old and the solutions don’t work.

    I’ve tried copying my theme’s full width template to my child theme and naming it bbpress.php
    I’ve tried copying bbpress.css to my child theme and adding the CSS for article width to it and adjusting it to 100% (which works fine in the theme if I want to change ALL my content to 100%)

    How can i get JUST my bbPress generated pages to be full width ? Currently i’m linking straight to the forums, should I be putting them in full width pages and generating them with short code instead as a workaround ?

    Note: the bbpress.php override works fine but I can’t figure out how to override the .css that’s keeping the forum box small.

    /* Arrange posts into grid structure on archive pages */
    .archive article,
    .blog article,
    .search article {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 3.33333%;
    padding-left: 1.11111%;
    padding-right: 1.11111%;
    width: 33.33333%;
    }

Viewing 25 results - 451 through 475 (of 2,719 total)
Skip to toolbar