Search Results for 'forum css'
-
AuthorSearch Results
-
March 31, 2014 at 5:19 am #144366
In reply to: increase font size
batmanfan
ParticipantThanks Robin. You have been a great help.
I read through and tried https://codex.bbpress.org/bbpress-styling-crib/
What I did,
1. installed Simple Custom CSS plugin – all ok
2. insert the below code. and changed the font-size: 1.1em; to 1.6em#bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #fbfbfb; } #bbpress-forums div.even, #bbpress-forums ul.even { background-color: #fff; }
IF post is sticky or super sticky, then
.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky { background-color: #ffffe0 !important; font-size: 1.1em; }
but the rest doesn’t seem to work…especially
Number 5. Various textsbbpress-forums .bbp-topic-content p, bbpress-forums .bbp-reply-content p { font-size: 12px;
I change the font-size: 20px
nothing happens. š
what did I do wrong? basically I wanted to increase font size for all forum section from 1 to 8. How please.
Thank you in advance
March 30, 2014 at 7:17 pm #144351In reply to: List forums the simple way?!
Magic-Komplex
ParticipantUnfortunately there is no button to change this, I wanted the same thing for my forum. But it’s really not a huge thing you have to change within the code. See the detailed explanation how to achieve this here, it’s quite easy:
http://www.thespiritualpath.de/wp-content/uploads/2014/03/error.jpg
4. Adding code to our child themeās style.css
March 29, 2014 at 6:16 pm #144324In reply to: Make Forum Category Index page look like Topics page
remymedranda
ParticipantDownloaded the template pack, and added the css that you posted in the other thread,
everything seems to looks good, except 1 thing…Please take a look….http://kylekushman.com/forum/
Where it says “Directions for using the Message Board” right below the tabs. Anyway to place this in its own grey table field just like where is says write below Cannabis Cultivation….?
March 29, 2014 at 4:09 pm #144321In reply to: Importing from Mingle Forum finds nothing
kvr28
Participantthank-you, you want to see a awesome forum, look here
http://www.itinerantangler.com/blog/board/forums/
zach was kind enough to share his css with me on this thread
so I copied and pasted it into my themes custom css and tried it, some things worked well, some things didn’t with my theme, so it got me thinking, since I know pretty much nothing about css, I started looking at other bbpress forums and just started inspecting elements to see how they got the affect that I liked, I spent about two weeks doing this, here is the css I ended up with and I use that loop-forums on the other thread, not sure why it’s giving errors for you, I found another example of a loop-forums I found and tested on my staging server and it is pretty close to what you want I think, the link for that is on the other thread
.single .entry-title { display: none; } .entry-title { display: none; } div.bbp-template-notice.info { border: #B6A9A6 1px solid; background-color: #f0ead6; } #bbpress-forums div.even, #bbpress-forums ul.even { background-color: #fbfbfb; } #bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #fff; } /* =Breadcrumb and Tags -------------------------------------------------------------- */ div.bbp-breadcrumb { float: none; display:block; border: 1px solid #e4e4e4; padding:9px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background-color: #f5f5f5; } div.bbp-breadcrumb p{ margin:0 !important; } .bbp-breadcrumb a{ position:relative; } .bbp-breadcrumb a:before{ border-bottom: 20px solid rgba(0, 0, 0, 0); border-left: 18px solid #E1E1E1; border-top: 20px solid rgba(0, 0, 0, 0); content: " "; display: block; height: 0; left: 100%; margin-left: -7px; margin-top: -19px; position: absolute; top: 49%; width: 0; z-index: 1; } .bbp-breadcrumb a:after{ border-bottom: 20px solid rgba(0, 0, 0, 0); border-left: 18px solid #F5F5F5; border-top: 20px solid rgba(0, 0, 0, 0); content: " "; display: block; height: 0; left: 100%; margin-left: -8px; margin-top: -19px; position: absolute; top: 49%; width: 0; z-index: 1; } a.bbp-breadcrumb-home, a.bbp-breadcrumb-root, a.bbp-breadcrumb-forum, a.bbp-breadcrumb-search, span.bbp-breadcrumb-current { display: inline-block; line-height: 20px; padding: 0 10px; font-size: 1em; color:#818181; } div.bbp-breadcrumb, div.bbp-topic-tags { font-size: 12px; } #bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p { margin-bottom: 10px } div.bbp-topic-tags { float: right; } div.topic-author-displayname, div.reply-author-displayname { color: #EB4B00; font-size: 16px; } .user-id-1 div.topic-author-displayname, .user-id-1 div.reply-author-displayname{ font-weight: bold; } /* =Forms -------------------------------------------------------------- */ #bbpress-forums fieldset.bbp-form legend { padding: 5px; } #bbpress-forums fieldset.bbp-form label { margin: 0; display: inline-block; } #bbp-edit-topic-tag.bbp-form fieldset.bbp-form label, #bbp-login fieldset label, #bbp-register fieldset label, #bbp-lost-pass fieldset label { width: 100px; } #bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input { margin: 0 0 8px; } form#bbp-your-profile fieldset.submit { border: none; } textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content { width: 98%; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; } textarea#bbp_forum_content { height: 210px; } #bbpress-forums fieldset.bbp-forum-form-attributes { width: 200px; float: right; clear: none; margin-left: 25px; } .bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form { clear: left; } body.topic-edit .bbp-topic-form div.avatar img, body.reply-edit .bbp-reply-form div.avatar img, body.single-forum .bbp-topic-form div.avatar img, body.single-reply .bbp-reply-form div.avatar img { margin-right: 0; padding: 10px; border: 1px solid #ddd; line-height: 0; background-color: #efefef; } body.page .bbp-reply-form code, body.page .bbp-topic-form code, body.single-topic .bbp-reply-form code, body.single-forum .bbp-topic-form code, body.topic-edit .bbp-topic-form code, body.reply-edit .bbp-reply-form code { font-size: 10px; background-color: #f0fff8; border: 1px solid #CEEFE1; display: block; padding: 8px; margin-top: 5px; width: 369px; } .form-allowed-tags code { background: #bcd7f3 !important; font-size: 11px !important; border: none !important; width: auto !important; color:#333 !important; white-space: normal !important; } #merge_tag, #delete_tag { display: inline; } div.bbp-submit-wrapper { margin-top: 15px; float: left; clear: both; } #bbpress-forums div.odd,#bbpress-forums ul.odd { background-color: #f3f3f3; } #access { background: #D9D9D9; padding-left: 0 !important; padding-right: 0 !important; } #bbpress-forums li.bbp-header { background: #D9D9D9; border-top: none !important; width: 99%; border-bottom: 1px solid #d3d3d3 !important; } #footer-area { background: #D9D9D9; } .bbp-footer { background: #D9D9D9; } #bbpress-forums li.bbp-header { font-size: 1.3em; } .bbp-topic-title { font-size: 1.1em; } .widget_display_topics .bbp-author-avatar { display: none ! important; } .bbp-topic-freshness-author .bbp-author-avatar { display: none ! important; } blockquote:before {content: ā\275dā; color: #555; font-size: 15px; width: 15px; height: 15px; line-height: 15px; margin-left: -70px; margin-top: 10px; float:left; } #bbpress-forums div.bbp-reply-header { background-color: #afafaf; } .bbp-admin-links a { color: #00548c !important; } .bbp-admin-links a:hover { color: #d54e21 !important; }
March 27, 2014 at 3:29 pm #144230In reply to: Change the color of the link
Robin W
ModeratorThis comes from your theme’s main style, in my case
a:link { color : #EEEEEE !important ; }
if you want to change this throughout your site, then drop this into your style.css (or amend the current setting)
If you just want it in bbpress
#bbpress-forums .bbp-author-name a:link { color : #EEEEEE !important ; }
should work
March 27, 2014 at 4:53 am #144193In reply to: Change the color of the link
Robin W
Moderatorput this code into your style.css in your theme
#bbpress-forums li.bbp-header { background: #dc9e5a !important ; }
You should select the color you want
March 26, 2014 at 2:23 pm #144121Majijiboo
ParticipantThanks. You did a great job modifying your layout so that images and text were placed in different parts of the forum. Do you know of a good resource or a term I should google to learn how to do that? I understand html, css, and how to build php hooks, but I do not know how to modify a forum layout. For example, I would like to have an image that is right before my forum title after you click on a forum name. Thanks.
March 26, 2014 at 2:18 pm #144118jesseaaron
ParticipantSure thing. I recently installed bbpress and wanted to adjust the Single Forum Slugs to a different name so the URL isn’t /forums/forum/. When I tried to save I go the Cheatin Page.
I’ve also recently installed myCred and have been making tiny CSS adjustments to the bbpress classes (just colors and font size & weights).March 23, 2014 at 9:48 pm #144015Stephen Edgar
KeymasterThis primarily fixes forum subscriptions to be compatible with bbPress v2.5.3 and v2.6alpha
* Removes ie.css that was a theme CSS file and not a bbPress CSS file
* Updated CSS including RTL and minified versions
* Adds user profile forums subscription management
* Updated bbpress-functions.php to be compatable with bbPress v2.5.3 and v2.6alphaI have tested this with bbPress v2.5.3 and v2.6alpha and the Twenty Thirteen and Twenty Fourteen themes.
Note: In the CSS I have added the responsive CSS changes via bbPress #1933 but I have kept the ‘epicwebs’ CSS after these changes so they will override any of the media queries that were introduced. This will need to be tested and tweaked so that eventually the CSS’ media queries are the last section of CSS.
You can see the ‘Pull Request’ I have submitted for @Lynq here:
https://github.com/EpicWebs/bbPress-starter-theme-epicwebs/pull/5Once he has had a chance to review it and merge it things will be good to go.
If you know your way around GitHub you can download that pull request and test it out.
(In other words I’m not going to be giving GitHub tutorials today š )March 23, 2014 at 4:53 pm #143993Topic: Get "Cheatinā uh?" When Trying To Save Forum Settings
in forum Installationlkicknosway
ParticipantI just installed bbPress on my site. I wanted to change the setting from disallow editing after 5 minutes to 10 minutes but when I click save changes I get a “Cheatinā uh?” Page. Even if I don’t change anything and click save changes I still get the “Cheatinā uh?” page. Why is this and how can I get it to save my changes?
I installed bbPress version 2.5.3 and my WordPress version is 3.8.1. I’ve also installed W3 Total Cache Plugin. I have disabled minify of HTML & XML but have JS minify enabled and CSS.
Thanks in advance.
March 23, 2014 at 7:38 am #143971Topic: bbPress not formatting properly
in forum TroubleshootingAllegrif
ParticipantHey, I’m a total newbie. No real experience of CSS or PHP, stuck for what to do. I’m using the Mantra theme, and it’s absolutely fantastic, but the forums don’t display quite right. The ‘subscribe’ button for subscribing to specific forums is right next to the forum title, without any spacing (“Home > Forums > GeneralSubscribe”)
Also, the ‘freshness’ title is displayed just below and to the right of the topic title, with time of post below both ‘voices’ and ‘posts’. Would provide link but constantly changing site to try and fix.If I change theme it works, so it must be a theme issue, but I could really do with sticking with Mantra. For the level of customisation it’s very easy for me to use.
Thank you š
March 22, 2014 at 8:12 am #143953Topic: Child theme doesn't work
in forum Themesbeinar
ParticipantI have created a child theme to my Twenty Eleven theme and it is active. But when I want to do changes by inserting code right under the code sector that ends with:
⦅
@import url(“../twentyeleven/style.css”);it does not take action.
For instance, I want to change the font size in a bbPress forum by putting in:
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font-size: 18px;
margin: 5px 0 5px;
padding: 0;
word-wrap: break-word;
}but nothing happens.
What is wrong?March 18, 2014 at 2:41 pm #143786Thaddeous
ParticipantAs I read through this thread, I’ve seen a lot of confusion on the proper way to install the bbress Theme Lynqoid has provided. Hopefully this post can put most of those questions to rest along with a few tips.
Note: This install is not a bbPress install in and of itself and likewise should only be installed IF you wish to “re-theme” the way bbPress looks already installed on your current theme.
To install:
1. Download the bbPress theme from Lynqioid’s Github. You can do this here:
https://github.com/EpicWebs/bbPress-starter-theme-epicwebs2. Open the folder so you see all the files. As of 03/18/14, you should seeing the following:
– bbpress
– css
– extras
– bbpress-functions.php
– README.md3. Use an ftp program (I recommend filezilla) to open up your website and follow this path:
wp-content -> themes -> “your theme” STOP4. Simply drag the files named in step 2 into your root theme folder and the changes should show after loading.
Tips:
1. This files must be placed in the root of your theme folder, NOT your child theme folder.2. Your may see a folder file within your theme that reads “bbPress” already. I am not sure if this folder was placed from the bbPress plugin or if your theme already contains its own bbPress styling….. Either way, Do not erase the original folder or place the files from step 2 into this folder even though it reads “bbPress”. Leave it. Lynqoids theme will not erase it since he has named the folder “bbpress” without a capital P. So in the end if you see two folders named “bbPress” and bbpress”, have no fear. Just remember to place the files into your root theme folder and all should be fine and dandy.
3. If you are not comfortable doing this yourself for fear of royally messing up all the long hours you have put into your bbPress forums, simply do a backup of your site and experiment without a worry.
Hope this helps. To your success!
CheersMarch 18, 2014 at 2:21 pm #143785Topic: CSS like bbpress.org forum
in forum Pluginsjoshwinkles
ParticipantAfter installing and setting up the plugin, Is there anyway to just make the forum look like styling on this forum? I didn’t know if that file was available anywhere.
March 18, 2014 at 9:05 am #143779In reply to: Help!!! How to disable Topic Change Forum?
Lynq
ParticipantYou can hide it using CSS, but off the top of my head i’m not sure what the class or id is for that dropdown.
#select_id { display:none; }
Replace the #select_id with the id of that dropdown on your forum.
March 17, 2014 at 1:50 pm #143736In reply to: Add forum description to forums index
Robin W
Moderatorelegant – depends !
If you simply alter this file then on any bbpress version update you’ll lose the changes, so make a note of them.
There are alternatives
1. Add the css styling change to the style.css file within your child theme.
If you have a child theme, then this is ideal, as neither plugin nor theme update will affect your change. Simply add the code below to your style.css
/*Styling for forum description */ #bbpress-forums div.bbp-forum-content { clear:both !important; margin-left: 0px !important; padding: 0 0 0 0 !important; }
2. If you only have a main theme, then consider using a child theme – it’s quick and easy to create one, basically it’s just a theme that you create that says “use this main theme, but then add these bits”. Google child theme video and you’ll get loads of help.
3. Add this to the style.css in your main theme
But you’ll need to keep a note of it for theme upgrades, so this is really no better than changing in the bbPress template, and neater to do it in bbPress than your theme4. Make a directory called css in your theme (either child or main) and copy the bbpress.css file into it. Then make changes there. this then won’t be overwritten on upgrades, but you will not get the benefit of changes to the default bbpress.css that may be in upgrades.
Overall 1. is by far the best choice, as you keep the code no matter what happens. Otherwise keep a note of your changes (which are fine, and are what I did to test prior to putting the end result in my style.css), so that you can replicate them on upgrades.
March 17, 2014 at 10:56 am #143735In reply to: Add forum description to forums index
oweniverson
Participanti’m not a developer by any means, but this seems to work (there’s probably a better way š
in my bbpress.css file here “wp-content\plugins\bbpress\templates\default\css”
i just broke out “div.bbp-forum-content” from this:#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content { margin-left: 130px; padding: 12px 12px 12px 0; text-align: left; }
to this:
#bbpress-forums div.bbp-forum-content { margin-left: 0px; padding: 12px 12px 12px 0; text-align: left; } #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content { margin-left: 130px; padding: 12px 12px 12px 0; text-align: left; }
and set that left margin to 0 px rather than 130.
let me know if there’s a better or more elegant way!March 13, 2014 at 8:15 am #143634Topic: Search results issue and CSS border radius issue
in forum TroubleshootingCenter11Forward
ParticipantHey,
Two hopefully small issues I’d appreciate some help to resolve.
1. Screenshot to display issue:
https://dl.dropboxusercontent.com/u/70814425/BB%20Press/BBPress%20Strange%20Search%20Results.pngIn the above screenshot, I searched for Duleek using the bb-press search widget.
As you can see the characters £#039; appears before and after the search term on the results. page. Any idea how to resolve that?
2. Screenshot to display the issue:
https://dl.dropboxusercontent.com/u/70814425/BB%20Press/BBPress%20Rounded%20Corners%20Issue.pngI am trying to implement a simple border-radius css setting on the BB-Press forums. To achieve that I used:
border-top-left-radius: 10px; border-top-right-radius: 10px; background: 92px 50% no-repeat rgba(65, 66, 64, 0.941176);
The issue is that the light grey border (border: 1px solid #eee;) surrounding the entire forums continues to appear in the top left and right corners – That kind of defeats the purpose of the ’rounded corners’ feature.
I can use border:none; and that removes the border from the forums – But I dont want to do that, I only want to remove the border from the top left and top right corners of the forums header… I tried combinations the following and it doesn’t work:
.bbp-header { border-top: none !important; border: none !important; border-left: none !important; border-right: none !important; }
Any idea on what to try?
Thanks.
March 12, 2014 at 6:21 pm #143600In reply to: Forum Question
kdumas123
ParticipantHi Robin,
I got stuck on your step: “Then drop this code into your (child)themes functions file.”
I haven’t been using a child theme. I looked up directions on how to create a child theme for the theme I’m using but when I activated that child theme, it removed all the customizations I have made to the template using the template’s layout features and built in Custom CSS area.
http://para.llel.us/support/tutorials/making-an-incentive-child-theme/
After searching Incentive’s forum some more, I saw this post:
Itās up to you and will depend on how you intend to use the theme. I donāt usually setup a child theme until it becomes necessary.
Iāll offer this word of caution. The way Incentive stores its data under a unique identifier based on the theme name, any theme specific settings will not show up in a child theme created after youāve already started customizing. This means if you start building your site and create 20 custom layouts then later add a child theme you wonāt see those layouts in the child theme admin. Each theme has its own set of data so itās possible to have several installs of Incentive on one site with different settings. Itās not typical for a theme to do this but we find it much safer because it ensures you donāt get data crossover, ever, when there is another install of the theme on the same site.
What Iām saying, in a very long and complicated way is, if you think there is a chance youāll need a child theme at some point, create it now and start working that way from the beginning. š
So, now I’m thinking I can’t do what you want me to do… Any suggestions?
March 9, 2014 at 6:00 pm #143484In reply to: Fly-Fishing Site
ZachMatthews
ParticipantIt’s a nice site; no worries about the ad, but I would be curious to see what that code does to an out of the box version of bbPress. It should get it pretty close; I just use a lot of ‘Inspect Element’ clicking to figure out what might be broken and tweak it. The main issue with bbPress and Pinboard is to do with the .onecol format, which for some reason is broken. Just an FYI, I’ve also modified the header.php file and the search.php file in Pinboard to move their built-in slider up to the utmost top of the page, so I can use it as a banner. It doesn’t quite work on my forums page, because that’s actually in a sub-category but in the blog section it slides. Just to explain why that may look different.
One other thing of note: in building my site I did a multisite install with three different instances of Pinboard running different sections. This allows me to keep the (1) Board, (2) Blog/Gear Reviews/Podcasts/Videos, and (3) Photoblog separate. The photoblog has like 1700 images so I didn’t want those mixed in with general purpose posts, and in order to make the board work with the CSS tweaks above, I had to set it up as a multisite so I could configure the other sections differently, get away from a one column layout, etc. The good news is in a multi-site the user carries their logged in status and identity from section to section regardless of which blog they’re in.
Zach
March 9, 2014 at 9:36 am #143473In reply to: Fly-Fishing Site
ZachMatthews
ParticipantSure, you can get pretty close just by mimicking my settings and dropping my custom CSS in.
Install the Pinboard Theme and the BBPress plug in, then in your admin page go to Appearances/Themes and choose Pinboard to modify.
Pinboard is built with an admin section for you to add custom CSS to, which is great since it essentially takes the place of having to go through and tweak the crap out of a child theme.
In the Appearance/Themes section, choose Theme Options, then in the tab at the top choose Layout. Set the layout for 2 Content columns, 2 Boxes Sidebar columns and 4 Footer columns, but keep in mind that out of the box BBPress is broken with Pinboard. However, I have a ton of CSS tweaks that fix BBPress on Pinboard, and you’ll want to cut and paste those in to the “Custom CSS” box at the bottom of the layout page. Once you implement those tweaks you should have a workable version of BBPress that you can further tweak.
Custom CSS:
`#bbpress-forums #bbp-user-wrapper h2.entry-title {
margin-left: 0 !important;
}#bbpress-forums {
font-size: 1.2em;
}.bbp-attachments-count {
width: 0;
height: 0;
}#slider .entry-title a {
display: none;
}.flex-direction-nav,.flex-pauseplay {
display: none;
}#bbpress-forums iframe,#bbpress-forums embed {
max-height: 400px;
max-width: 600px;
margin-left: 0 !important;
}fieldset {
border: 0;
}.fluid-width-video-wrapper {
padding-bottom: 0 !important;
padding-top: 45% !important;
}.bbp-reply-content {
margin-left: 140px !important;
font-size: 14px;
margin-right: 10px;
}.bbp-topic-content {
margin-left: 120px !important;
}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
font-size: 15px !important;
}#bbpress-forums {
font-size: 14px !important;
}.bbp-topic-permalink {
font-size: 16px !important;
margin-right: 3px;
}.bbp-reply-header a.bbp-reply-permalink {
color: #00548c;
}a.button.logout-link {
color: #f1f1f1 !important;
background-color: #111;
}p {
font-size: 14px;
margin-right: 20px;
}button {
color: #fff !important;
background-color: #555;
padding: 6px 18px !important;
border-style: solid !important;
border-color: #000 !important;
border-width: 1px !important;
border-radius: 5px;
}input {
border: #9e9e9e 1px solid !important;
border-radius: 5px;
margin: 0 0 8px;
box-shadow: inset 1px 1px 10px rgba(0,0,0,.2);
background-color: #FCFCFC;
}#sidebar-header {
float: none !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
border-top: solid 1px #333 !important;
border-bottom: solid 1px #333 !important;
}#sidebar-header a {
padding: 0 !important;
}#bbpress-forums div.bbp-reply-header {
background-color: #c3c3c3;
}.bbp-admin-links a {
color: #00548c !important;
}.bbp-admin-links a:hover {
color: #d54e21 !important;
}#bbpress-forums ul.bbp-replies {
border: 1px solid #ccc;
}#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
border-top: 1px solid #ccc;
}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
color: #666;
}#bbpress-forums ul.bbp-reply-revision-log img.avatar {
margin-left: 3px;
margin-right: 3px;
}.entry-content a img {
padding: 0;
margin-bottom: -3px;
}.wp-editor-container {
border-color: #aaa !important;
}.quicktags-toolbar {
border-bottom: 1px solid #aaa !important;
border-top-right-radius: 5px !important;
border-top-left-radius: 5px !important;
border-top: 1px solid #AFAFAF;
border-right: 1px solid #AFAFAF;
border-left: 1px solid #AFAFAF;
}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
padding: 0;
padding-top: 5px;
padding-left: 5px;
}#bbpress-forums ul.bbp-topics {
border: 1px solid #ccc;
}.bbp-topics-front ul.super-sticky,.bbp-topics ul.super-sticky,.bbp-topics ul.sticky,.bbp-forum-content ul.sticky {
background-color: #f0f8ff;
}#bbpress-forums fieldset.bbp-form {
border: 1px solid #ccc;
}#bbp_topic_title {
box-shadow: inset 1px 1px 10px rgba(0,0,0,.2);
}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
box-shadow: inset 1px 1px 20px rgba(0,0,0,.2);
border-right: solid 1px #AFAFAF;
border-left: solid 1px #AFAFAF;
border-bottom: solid 1px #AFAFAF;
}input#bbp_topic_tags {
box-shadow: inset 1px 1px 10px rgba(0,0,0,.2);
}.bbp-forum-title {
font-weight: 400;
margin-left: 0 !important;
font-size: 18px;
font-family: Oswald, “sans serif”;
}#bbpress-forums div.odd,#bbpress-forums ul.odd {
background-color: #f3f3f3;
}#access {
background: #333 url(http://www.itinerantangler.com/global/body-bg12.png) repeat top left !important;
padding-left: 0 !important;
padding-right: 0 !important;
}#access ul {
padding-left: 35px;
font-family: Oswald, sans-serif;
font-weight: 300 !important;
font-size: 13.5px;
letter-spacing: .7px;
}#bbpress-forums li.bbp-header {
background: #f1f1f1 url(http://www.itinerantangler.com/global/body-bg12.png) repeat top left !important;
border-top: none !important;
width: 100%;
border-bottom: 1px solid #d3d3d3 !important;
}#footer-area {
background: #333 url(http://www.itinerantangler.com/global/body-bg12.png) repeat top left !important;
}.entry-content a:hover {
color: #d54e21;
}.entry-content a img,#attachment-nav a img {
border: none !important;
box-shadow: none !important;
}.entry-content a:hover img,#attachment-nav a:hover img {
border: none !important;
box-shadow: none !important;
}.onecol .onecol .entry-summary,.entry-content {
padding: 20px;
}.onecol .hentry .entry {
padding: 20px;
}.single .entry-title {
margin-left: 20px !important;
margin-bottom: -10px !important;
}#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #eee;
padding-top: 5px !important;
padding-bottom: 0 !important;
padding-left: none !important;
padding-right: none !important;
}#bbpress-forums p.bbp-topic-meta {
margin: 0 0 5px;
}li.bbp-topic-title {
padding-left: 10px;
}#url,#email {
text-indent: 0 !important;
}a.bbpl_button {
width: 25px !important;
}li.bbp-forum-info {
text-indent: 50px;
}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-met {
margin: 0 !important;
}#bbpress-forums li.bbp-body ul.topic {
padding: 0 !important;
}#bbpress-forums p.bbp-topic-meta img.avatar {
margin-bottom: -3px !important;
}#bbpress-forums div.bbp-template-notice img.avatar {
margin-bottom: -3px !important;
}div.bbp-template-notice {
background-color: #F0EAD6;
border-color: #B6A9A6;
}li.bbp-header div.bbp-reply-content span#subscription-toggle {
margin-right: 10px;
}div.bbp-template-notice,#bbpress-forums ul.bbp-replies,#bbpress-forums fieldset.bbp-form {
border-radius: 5px !important;
}#bbpress-forums fieldset.bbp-form input {
padding: 3px;
}.bbp-reply-content img,video {
width: auto;
height: auto;
max-height: 750px;
max-width: 750px;
}.bbp-reply-revision-log,.bbp-topic-revision-log {
display: none;
}#buddypress {
float: left;
width: 100%;
}#buddypress div#item-body div.profile {
float: right;
width: 825px;
margin-top: -325px;
}#buddypress div#item-body div#bbpress-forums {
float: right;
width: 825px;
margin-top: -425px;
}#buddypress div#item-body form {
float: right;
width: 825px;
margin-top: -425px;
}#buddypress div#item-body div.messages {
float: right;
width: 825px;
margin-top: -425px;
}#buddypress div#item-body div.profile table.wp-profile-fields td {
text-align: left;
padding: 10px;
}/* New Message Icon */
.bbpresss_unread_posts_icon a img {
background-color: transparent;
}
.bbpresss_unread_posts_icon {
float: left;
margin-right: 10px;
}/* Private Messaging */
#buddypress div#item-body div.profile h4 {
font-weight: 400;
}#pm-content {
border: 1px solid #fff !important;
}#pm-content tbody {
border-radius: 5px;
}#pm-content td,#pm-content tr,#pm-content th {
border: 1px solid #f1f1f1 !important;
}#pm-content th {
background-color: #f1f1f1;
}#pm-header {
border-color: #f1f1f1 !important;
background-color: #f1f1f1;
border-radius: 5px;
}/* BBPress Member Profiles */
form#bbp-your-profile table {
text-align: left;
}.bbp-footer {
background: #f1f1f1 url(http://www.itinerantangler.com/global/body-bg12.png) repeat top left !important;
}td#simple-local-avatar-photo {
width: auto !important;
}.entry-title {
margin-left: 20px !important;
text-shadow: 0 1px 2px #999;
font-size: 36px !important;
}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
font-family: inherit;
box-shadow: inset 1px 1px 20px rgba(0,0,0,.2);
border-right: solid 1px #AFAFAF;
border-left: solid 1px #AFAFAF;
border-bottom: solid 1px #AFAFAF;
}div.bbp-template-notice.info {
border: #B6A9A6 1px solid;
background-color: #f0ead6;
}element.style {
}#bbpress-forums li.bbp-body ul.topic {
padding: 0 !important;
}#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #eee;
padding-top: 5px !important;
padding-bottom: 0 !important;
padding-left: none !important;
padding-right: none !important;
}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #eee;
overflow: hidden;
padding: 0;
padding-top: 8px;
padding-bottom: 8px;
}.single #content .hentry,.page #content .hentry {
box-shadow: none;
background: none;
border: none;
}#bbpress-forums div.odd,#bbpress-forums ul.odd {
background-color: #f3f3f3;
}#bbpress-forums div.odd,#bbpress-forums ul.odd {
background-color: #f1f1f1;
}#bbpress-forums ul {
background: none;
list-style: none;
margin: 0;
padding: 0;
}.bbp-topics-front ul.super-sticky,.bbp-topics ul.super-sticky,.bbp-topics ul.sticky,.bbp-forum-content ul.sticky {
background-color: #f0f8ff;
}.bbp-topics-front ul.super-sticky,.bbp-topics ul.super-sticky,.bbp-topics ul.sticky,.bbp-forum-content ul.sticky {
background-color: #f0ead6 !important;
font-size: 1.1em;
}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-topic-author,#bbpress-forums div.bbp-reply-author {
float: left;
text-align: center;
width: 125px;
}#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer {
font-size: 14px;
padding: 0px;
padding-top: 8px;
padding-bottom: 8px;
}#copyright {
width:185%;
text-align: center;
}body
{
-webkit-animation-duration: 0.1s;
-webkit-animation-name: fontfix;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0.1s;
}@-webkit-keyframes fontfix{
from{ opacity: 1; }
to{ opacity: 1; }
}.entry-title {
width: 250%;
}.bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
border-bottom: #E2D7B4 1px solid !important;
}#bbpress-forums div.bbp-reply-content img {
max-width: 750px;
}.threefourthcol .threecol .entry, .onecol .fourcol .entry, .fourcol .widget {
margin: 0;
margin-left: 5%;
margin-right: 5%;}input:-webkit-autofill, textarea:-webkit-autofill {
background-color: #f0ead6 !important;
}#bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: left;
display: inline-flex;/* WP Ultimate Search results page */
#wpus_response .entry {
border-bottom: none;
border-bottom: none;
box-shadow: none;
}’Good luck and post if you get it working so we can check it out.
March 7, 2014 at 4:24 am #143402In reply to: [Resolved] changing the bbpress theme
Robin W
ModeratorOk, I think I understand
BBpress doesn’t have a “theme”, it uses your theme to get many of it’s display elements.
If you simply want to just use bbpress, then pick a wordpress theme, and off you go !
It’s only if you want to alter how bbpress forums look or behave that you need to copy files.
bbPress uses “templates” to order and decide what to show, and a bbpress.css file to style bbpress specific elements.
Therefore you should use a wordpress theme.
Within that wrodpress theem, you create a bbpress folder for any templates you want to alter, BUT only for those, so if you don’t want to alter, then you need do nothing.
If you wish to alter the bbpress.css, you’d create a css subfolder in your theme and copy the default bbpress.css into their and then alter it, or simply add styling to your themes style.css.
March 4, 2014 at 4:27 pm #143260In reply to: No toolbar available
Liberty
ParticipantThis is the default bbPress theme. I just used CSS to change the style of the forum. I commented the CSS part for the bbPress forum out but nothing happened.
Dashboard>settings>forums> forum features have you ticked āPost formattingā to enable this toolbar?
I have probably checked 100 times if this is ticked. š
March 4, 2014 at 3:57 pm #143256In reply to: No toolbar available
Liberty
ParticipantHello Robin,
I’m missing this toolbar:
it’s not available on my site:
I have the newest versions of WordPress and bbPress and have done this steps to fix this problem but nothing happened:
I have deleted every JavaScript and tested it. Nothing!
I deleted the code of the function.php. Nothing!
I deactivated every plug-in. Nothing!
ā¦and the CSS canāt be the fault because the toolbar is not disabled. Itās not there.I opened my forum for guests and created a test forum. Now you can take a look on it: http://plusthemes.de/forum/test
Thank you so much for your answer. I try to give as much information as possible. š
March 3, 2014 at 4:23 am #143160In reply to: Subscribe Checkbox isn't working
Ricardo Bueno
ParticipantIt’s not a plugin issue. It seems to be a theme issue since the checkbox works fine on another theme. Which still brings me back to my original question… How do I fix it?
I changed a few background and font color elements elsewhere to #fff. So I’m wondering if I placed the wrong bit of CSS somewhere, or something else?
Here’s that page again:
http://www.contentsmartslab.com/membersite/forums/forum/content-smarts/ -
AuthorSearch Results