Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum css'

Viewing 25 results - 1,726 through 1,750 (of 2,719 total)
  • Author
    Search Results
  • #116977
    Adam
    Participant

    think of it this way: WordPress comes with two themes when you install it. 2010 and 2011. you can go out and get new ones or modify this one. what if you want your own. You write it from the ground up.

    This is what I wan’t to do with bbpress – a “theme” so to speak. So that when you install bppress you can “use as default” or “click to enable this look” (which in my case would be on by default) how would I achieve this? pure css?

    what if I wanted to create a new “display forums” template or a new “login” template? is there documentation on “themeing bbpress?” and making that theme the default? Hope that makes better sense….

    • This reply was modified 12 years, 8 months ago by Adam.
    kbunt
    Member

    Same happens for /forums/users/admin/ where the main content is repeated in the sidebar and the footer widget areas. I can’t seem to isolate the issue. This theme uses WooSidebar Manager to create custom sidebars which I have done for the Forums custom post type.

    I’ve also update the CSS so you can see both affected areas.

    #116971
    Adam
    Participant

    I see you have functions and what not and already specified ways of calling the forum data from the database into specified ways of displaying the topic and the replies or the forum and its topics. The question is, is there enough api in the core bbpress for me to say, instead of laying out the forums this way I am going to re-write them from the ground up and display them my way.

    or would you recommend just using css to make my changes?

    • This topic was modified 12 years, 8 months ago by Adam.
    • This topic was modified 12 years, 8 months ago by John James Jacoby.
    kbunt
    Member

    Having the same issue in a footer widget as well as the sidebar. BBPress is overriding the footer 1 and primary widgets on the /forum/. I’ve made the page forum full width via a custom CSS file to make it disappear in the sidebar as a short term solution, but can’t seem to find the issue in the code.

    See, http://www.divorcingmatters.com/forums/

    #116963
    Ronileco
    Participant

    Sure thing.

    The boxes are CSS and our own design but you can use the Vote It Up plugin for votes, although it hasn’t been updated in ages.

    You’ll need to customise and theme it. BTW, we are using BBPress 2.0.2 and not the latest but it should work.

    Good Luck…

    MTPrower
    Member

    Been 24 hours again. Bump

    I see that a lot of people have an issue with this in some form or another, but I’ve only seen one fix– a non-explained hard-coding. It’s unfair to everyone.

    I want to be able to change loop-forums.php to look exactly like loop-single-forum.php. That means a new table for every category, a Freshness (author name and avatar, as well as latest post time) for every parent forum inside a category, and the displaying of “content” below the forum title, if we have content on the forum edit page (people usually use that for a description of that particular forum).

    Changing the CSS to make each forum have its own line is easy. The REST of the things you have to do to make the forums root, or forums index, look like a single-forum page, is hard.

    This is a much-needed tweak. Pretty much everyone would benefit from it. I will keep bumping this as long as I need.

    I do want to say that I love bbPress though. I’m not giving up on it in the foreseeable future.

    #116821
    mluther
    Member

    Dear Netweb and all other helpful folks,

    I looked in my Child theme’s folder and I have three files in there.

    1. footer.php
    2. sidebar.php
    3. style.css

    When I temporarily renamed my Child’s sidebar.php to sidebar.phpTEMPCHANGE, I was able to see the bbpress sidebar.

    I remember now why I created a Child sidebar.php file, and it is because I did not want any sidebar to show up when a website visitor uses the search feature. See https://wordpress.org/support/topic/archives-and-meta-widgets-show-up-on-search-results-pages for my post and people’s suggestions.

    My child’s sidebar.php contains this:

        &lt;!-- https://mail.google.com/mail/u/0/#inbox/1383cda0f1903ca0                     'monthly' ) ); ?&gt;                                                                                                                --&gt;    <!-- #secondary .widget-area -->

    What can I do to both:

    A. Keep the “Login” and “Meta” from showing up in the nonforum pages

    AND

    B. Make the bbpress sidebar appear?

    Thank you!enter code here

    #116704
    trigger242
    Member

    .I been in the bbpress.css editor and I am unable to find what color to have to remove that grey. My website has black forums and backgrounds. When your trying to post a topic or reply in HTML format it has white text. If you switch to use the visual to post it has grey text with is hard to read on a black background….. Anyone know what line I need to correct in bbpress.css to change the text of the visual for posting comments and messages???? I have been at this for days

    • This topic was modified 12 years, 8 months ago by trigger242.
    #116698

    In reply to: Changing Colour

    trigger242
    Member

    I am having this same issue.I been in the bbpress.css editor and I am unable to find what color to have to remove that grey. My website has black forums and backgrounds. When your trying to post a topic or reply in HTML format it has white text. If you switch to use the visual to post it has grey text with is hard to read on a black background….. Anyone know what line I need to correct in bbpress.css to change the text of the visual for posting comments and messages????

    I have been at this for days

    DNBrawler
    Participant

    The simplest way would be to edit css your sidebar classes. For mine it would be .sidewrap {display:none;}and then you’d have to increase the mid section to fulfill the full-width look you want which is..midwrap {width:;}

    Aesthetically this will remove the sidebars but the offside to doing this simple method is that the widgets and the sidebar will take up loading time.

    Hi there,

    I am totally new to wordpress and so far bumbling along happily using plugins. I have figured out how to get in via ftp access but haven’t a clue what I am doing there, so talk of editing css/ files/ .php’s etc is way over my head.

    I have installed bbpress and am trying to set up the forum so that it runs full width/ no sidebars/ no wordpress widgets. But I cannot get it to do that. I have gone into the easel theme options and turned off sidebars to no avail, it still squishes the forum up in the middle of the page with all the bbpress widgets and options shoved underneath and almost impossible to see.

    Can someone please give me an idiot’s guide (VERY simple explanation) of how to get a full width forum on my site please?

    #116612
    Starejosel
    Participant

    You don’t need to know very much–I know almost nothing. Look at the layout tab–it shows you the spacing. You can type in the fields and change the numbers and see what that does. Then you go to the style tab and see what CSS it generated, and then add it to the custom CSS for your theme. I had a problem trying to expand the content pane on my pages; I got all kinds of expert suggestions, but none of them worked. Then I used firebug–magic!

    #116608

    Topic: Changing Colour

    in forum Themes

    Basically a website I am working on needs to have a white font when you write a forum post, at the moment it is grey and does not show up on my page.

    If you look at the following you can see what I mean.

    http://www.thirtysecondstomarsarmy.com/forums/forum/thirty-seconds-to-mars-army/

    I can edit CSS but not sure where I’m looking here. If someone could help that would be great.
    Cheers
    Matt

    nchiari
    Participant

    Hi everyone! I’m using the fancy “new” TinyMCE box to post comments in the forums, but I have a site with black background, so the box where you write the comment is black too, but the letters are grey (WordPress default). If I try to change the CSS style, It changes the default TinyMCE box, so if I make the text white, I will have white text in WordPress’s “Write a new article” box too.

    Is there any way to change the letters colors of the TinyMCE ONLY to use it in bbPress comments box? I would appreciate a detailed explaination ’cause I’m a little noob with WP and BBP.

    #116537
    petrik123
    Member

    Hello,

    1) I have a small trouble — I do not know how to increase the width of the forum block of the website: http://intellfor.com/forum/topic/som-menej-seriozne-forum/ (I do not like the blank space on the right.)
    I looked into the css of the WP theme, but could not find anything.

    2) How can I make my forum the homepage?

    3) Also an offtopic question — some time ago there used to be a bbpress which was not a WP plugin, but a software that could be installed without WP. Now I am not able to find it though… What has happened to it?

    Thanks for your help.

    #116525
    Starejosel
    Participant

    Have you tried firebug? It’s a debugging plugin for firefox, and I was able to fix some spacing problems with a custom CSS stylesheet though I know nothing about CSS–firebug is brilliant.

    #116485
    mpriola
    Participant

    That’s somewhat helpful. It appears that the basic style sheet is running, but there’s another style sheet (bp.print.css) that is not. Even though it’s imported into the style sheet that IS running.

    I can’t tell whether bbpress is leaving the styles out entirely or simply not seeing the stylesheet.

    #116472
    mpriola
    Participant

    Yes–except it’s worse with the other theme package. All of the CSS from the site disappears. Everything in a row, as if there were no CSS at all except for the stuff that controls the forums themselves.

    #116311
    cianw1
    Participant

    The font size used to be fine in my forums until i updated bbpress, and now its tiny compared to the rest of the sites font! Im pretty sure the only way to change the font size is to edit the CSS, so could someone please tell me where in my ftp client can i find the file i need to edit, and also what part fo that file i need to change? Any help would be greatly appreciated i created this site as part of work experience, but i want to keep it as a hobby.

    erobertwald
    Member

    I am pulling my hair out on this. I have tried getting bbPress to work with a WordPress site using a custom theme and evidently I’m missing something because it just isn’t happening. Here’s what I’ve done based on what I could find for instructions so far:

    • I installed and activated the plugin through the wordpress admin.
    • I created a test forum and a test topic through the wordpress admin.
    • I created a child theme folder, named the same as the primary theme appended with ‘-child’.
    • I copied the contents of the wp-content/plugins/bbpress/bbp-twentyten into the child theme folder.
    • I updated the style.css file ‘Template:’ line to refer to the parent theme.
    • I added ‘add_theme_support( ‘bbpress’ );’ to the main theme’s functions.php.

    When I go to the forum via http://www.carolina-business.org/forums/, I get a page that spits out a section titled with the most recent post title and a huge amount of blank space with the forum list at the bottom of the section. This is followed by a section for every other post on the site, each of these containing the forum list.

    When I go to the forum via http://www.carolina-business.org/forums/forum/test-forum-1, I get another page that shows all of the posts in the site. I get the same result via http://www.carolina-business.org/forums/topic/test-topic-1/.

    What I’m trying to achieve is for the forum to appear in the content area of the site, within one of the content frames (the white box with the green header and gray border.)

    Can anyone tell me what I am doing incorrectly/not doing? Thanks!

    • This topic was modified 12 years, 9 months ago by erobertwald.
    • This topic was modified 12 years, 9 months ago by erobertwald.
    #116149
    ataribot
    Member

    Here’s the site:

    http://apeinvaders.com/forums/

    Everything else fits into the site, just the reply editor. Not sure what other info I have to give. Again, I’m a novice, so how would I change the CSS to make it fit?

    #116144
    Stephen Edgar
    Keymaster

    More info and a link to your site is needed to see whats causing this though it appears to be a CSS issue with your theme.

    #116085
    DramaticBaby
    Participant

    Hi, I’m trying to create a custom theme for the bbPress forum. I already got a child theme based on Twenty Eleven, and I’m trying to style bbPress with my style.css in the child theme folder.

    The problem is that bbpress.css is imported in the html code after my style.css, overwriting the latter’s styling. How do I force bbPress to use style.css instead, even though bbpress.css is imported after?

    I have been struggling with this for hours and hours.

    • This topic was modified 12 years, 9 months ago by DramaticBaby.
    #116064
    Janus12
    Member

    problem 2 was solved by adding

    #bbpress-forums div.reply {
    height: auto;}
    

    however the other problem is still not solved and I believe the style.css is missing files.

    This is litteraly my whole css file


    /*
    

    Theme Name: Custom Community
    Theme URI: http://themekraft.com/custom-community/
    Description: Create your individual website within minutes. Custom Community is a WordPress and BuddyPress theme framework that enables you to build your site with all the features you love. Easy to use jQuery slideshow. List posts under your pages in magazine layouts. Use powerful theme settings to customize every part of the theme. 20 widget areas, 5 special widgets and 2 custom WP 3.0 header menus. 3 predefined colour schemes (white, grey, black) with clean and simple browsersafe css design to start from. Support forum at http://themekraft.com/forums.
    Version: 1.8.9.1
    Author: Themekraft
    Author URI: http://themekraft.com/
    Tags: buddypress, translation-ready, dark, light, white, left-sidebar, right-sidebar, two-columns, three-columns, fixed-width, flexible-width, custom-header, custom-menu, custom-colors, custom-background, theme-options
    License: GNU General Public License v2.0 / License URI: http://www.gnu.org/licenses/gpl-2.0.html
    */

    /* Reset browser defaults */

    @import
    url( _inc/css/reset.css );

    .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignleft {
    float: left;
    margin-right: 15px;
    }

    .alignright {
    float: right;
    margin-left: 15px;
    }

    div.post .wp-caption {
    text-align: center;
    background-color: ##f3f3f3
    padding-top: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:12px;
    }

    div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 17px;
    padding: 0 4px 5px 0;
    margin: 0;
    }

    div.credits{display:none;}

    bbpress-forums div.reply {

    height: auto;
    

    }


    I am fairly new to web design but I have a feeling there must be more somewhere.

    Does anyone know what code I could input to this file in order to fix problem one?

    Also as a bonus could anyone give me a code that could work for changing the background of the forum colour?

    I apologize for my “rookieness”

    Thanks in advance!

    #115997
    aaclayton
    Participant

    Ok….so clearly I can’t effectively display what is actually getting put in my header section without the forum thinking I’m embedding live html or something. Just to clarify, bbpress is enqueing a stylesheet, bbp-child-bbpress-css from my theme’s /css directory regardless of the site page in question. Furthermore, it’s adding a script to the header defining a js variable:

    var ajaxurl = 'http://localhost/tamrielfoundry/wp-admin/admin-ajax.php';
    

    which I’m not sure is necessary?

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