Search Results for 'forum css'
-
Search Results
-
I’m trying to figure out how to replace the page title (in my case “forum”) with an image. So far all I’ve been able to figure out is to code a background image to “.the-content #post-0 h1” css tag.
The problem is that this leaves the page title still on the page in the top corner.
my website is fishwire.rudtek.com
Thanks a bunch!
Hi people,
It’s possible because I have seen it, but how-to insert breadcrumbs before page title in bbPress (without using css)?
The title is handled by Worpdress, but if I add
php bbp_breadcrumb
before the title in a custom content-forum.php page, it doesn’t work.
Using a thirdy part plugin (like WordPress SEO by Yoast) will work, but in some pages I see Topics, not forums in the breadcrumbs (maybe due to the post_type), and it’s not really “clean”.
Who can help ne?
Thanks 🙂
Topic: Different avatar sizes
I just noticed my BBpress forum has started using different avatar sizes – And I haven’t made any CSS changes as of late, anyone have a clue?
And one more thing, how do you guys add the @username below the real name on this bbpress installation? Is there an option I’ve missed?
Thanks!
Hi, I’ve set up a BBPress forum and played around with the CSS file a bit. I am just having an issue changing the colour of the post text. When typing in the box, the text is dark grey on black. After posting, the text appears black on black.
This is the site: http://www.thegig-abyte.com/forums/topic/upcoming-gigs/
I tried adding this to my CSS but it didn’t work:
.bbp-reply-content p {
color: #FFF;
}Thanks for any help!
Topic: forum uses theme css
How can I disable my theme’s css from being applied to the forum? It’s not meant for this and it makes it messed up and unreadable.
Screenshot 1: http://i.imgur.com/hulh46Z.png
Screenshot 2: http://i.imgur.com/gtm15Ys.png
Topic: HTML tags and attributes
I would like to remove ‘You may use these HTML tags and attributes:…’
I am using the Thematic Theme 1.0.2.1
and bbPress plugin 2.2.4I put this code in my themes style.css file:
.form-allowed-tags{
display:none;
}This removed ‘Your account has the ability to post unrestricted HTML’ when I am logged in as admin.
Everything I have found in forums about removing ‘You may use these HTML tags and attributes:…’ refer to the Twenty Ten theme, and files and code I can’t find.
Thank You
It’s exactly how the title puts it. It’s just a blank page with the text “viewing 5 topics – 1 of 5”. I’ve searched it up and one solution was to change line 815 in bbpress.css to “clear: both;” instead of “clear: none;”. It wasn’t line 815 but 818, but it was still near so I knew which one. I tried it, and the topics showed, but they were shifted down the page quite a lot, and there was a lot of blank space between the “viewing 5 topics – 1 of 5” and the topics list. Is there any way I can solve this? Direct link to problem is here.
Topic: Full Size Forum
I would like to make my forums full size. Anyone know how to do that?
I managed to get rid of my forum sidebar with the following css code:
body.bbPress #sidebar {display:none;}
.bbp-forums, .bbp-forums td, .bbp-forums th {text-align: left;
width: 100%;
}
.bbPress .inner-content {
margin: 0;
width: 960px;
}
I just set up a test site with WP 3.5.1, then added bbPress 2.2.4 and then added BuddyPress 1.6.4. I’m using site wide forums.
Plugins:
Alismet (not activated)
bbPress
BuddyPress
Custom CSS Manager
Hello Dolly (not activared)
PlugNedit (not activated)Since this is new I don’t mind removing plugins (including bbPress and BuddyPress) and resinstalling. I don’t care about Custom CSS Manager, so it can go if needed.
I did notice that the directories “forums”, “forums/forum” and “forums/topic” were not created.
Could it have been the order in which I installed bbPress and BuddyPress?
Mormally I’d start from scratch, but after spending the last two weeks upgrading forums, etc software on multiple sites and then doing a server upgrade in order to run WP I’m a bit tired of looking at my computer 🙂
Thanks in advance!
Sorry for the ambiguous title. I have bbpress on a site, using the compatibility theme. The rest of the forums have always worked correctly and apart from a few css tweaks, have always looked good and matched the theme.
I recently noticed however, that the User Profile pages; profile, topics created, favourites etc, seem to ignore all the css and consequently have no layout/structure.
Here is a normal forum page on the site… Forums
The layout is correct, the sidebar is positioned correctly and has a PNG background creating the ‘shadow’. A title bar with page title is displayed below the header and navigation.Here is an example of a User Profile page… Topics Started
There’s no css structure, the sidebar is at the bottom, there’s no PNG background behind the sidebar, theres no title bar and page title. It’s as if the CSS is being ignored.As another example, on this page I have added the code below to user-profile.php and the sidebar is correct, but it still has no background PNG, title bar etc… User Profile
Any idea whats going on?
`
#sidebar { float: left; width: 230px !important; }
#main { float: left; width: 730px !important; }
`