Search Results for 'forum css'
-
Search Results
-
After looking into child theme and options to make a complete theme for BBPress 2.5 I want to share this. (Unfortunatly the web is flooded with usless 1.0 tips)
If you are not that into setting up a complete BBPpress child theme and hacking CSS, this is one simple way of doing a easy change and customisation of BBPress if u want some personalized look and you already have a child-theme style.css but your main-theme style is messing with BBPress looks.
Add this snippet into your normal child-theme style.css and change the colors and font size as you like.
/* BBPress font fix */ #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: #D6E0FF; } #bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-topic-title h3, #bbpress-forums div.bbp-reply-title h3 , #bbpress-forums a.bbp-forum-title, #bbpress-forums a.bbp-topic-permalink { font-size: 16px; color: #0066FF; } #bbpress-forums a.bbp-author-name { font-size: 12px; color: #75A3FF; }Thats all. All other style is already looking nice I think. I use this blue look in my Techism child-theme and it looks great. Running BBPress 2.5.3.
Topic: Custom freshness links
How can I show the freshness links within the different subforums, but not on the forum overview page (where all forums are listed)?
I found a way to make them invisible through css, but now theyāre invisible everywhere.
I donāt want them to show here but I DO want them to show within the subforums, like this one.Thanks in advance!
(Apologies if this pops up twice, I made this topic before but it only showed in my profile, not here).
Topic: Custom freshness links
How can I show the freshness links within the different subforums, but not on the forum overview page (where all forums are listed)?
I found a way to make them invisible through css, but now they’re invisible everywhere.
I don’t want them to show here but I DO want them to show within the subforums, like this one.Thanks in advance!
Topic: Changing the look of Forums
I want to change the default look of my forums.
- I like the way this forum and the index looks. The Index has a summary of the forums and the forum threads page has a summary of forum stats. In both cases these are in a left sidebar. How can I achieve this?
- Currently the first item in the forum is justified left. The first reply under it is also justified left, rather than indented. Subsequent replies are then indented as I would expect. How can I get the first reply indented…. a CSS change?
Thank you……….liz
I 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.
Hey, 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 š
Topic: Child theme doesn't work
I 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?Topic: CSS like bbpress.org forum
After 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.
