Search Results for 'forum css'
-
Search Results
-
Topic: Post alignment issue
Hello,
I’m having an issue where posts replying to a thread are half aligned offscreen which you can check out here.
My coding skills pretty much extend to fiddling around with FireBug and hoping that the changes I make work so I’m pretty much lost as to what I need to put into the css file to correct the alignment.
Here is the site I’m working on: http://testtrack.tv/forums
It’s WordPress site using a custom child theme of the Thematic wordpress theme/framework.
As you can see, I have used the WordPress functions.php to filter away the sidebar to get a full width layout. Other than that, I have just the styles.css of my theme to restyle the forums slightly.
However, as far as I can tell bbPress doesn’t have a built in login/register link anywhere on the forums – why on earth not? Did I miss something?
Therefore, can anyone tell me how I add a simple login/register link within bbPress? As I’m not using the sidebar, I can’t add a widget there.
Any help hugely appreciated.
Topic: css question
Hello,
I’m sure this is an easy question for you, but I can’t figure it out…
I’m trying to get rid of the text shadow that my theme probably put on the text of bbpress. I went through bbpress.css and inserted “text-shadow: none;” into every field that looked like a text field.
I was able to get rid of all shadows except for the text in the forum topic reply box. Including: Author, Posts, “Add this topic to your favorites”, Subscribe, The date, The reply text.
Can someone please tell me where the settings for this info is? Thanks so much!
Hi,
First of all great plugin thank you!
I’m fairly handy with the coding, but this has got me stumped. The theme seems to work almost perfectly, except the reply posts.
It’s picking up the css reply in my main theme, showing all links in the post as buttons.
http://www.florenceroad.com/forums/topic/deleted-my-purchase-now-widget/
I’ve tried to fix this for 4 hours now.
I’m happy to pay if somebody can just give me some direction!
Thanks again
Hi. I installed bbPress plugin in my buddypress/wp-site and it seems to be working alright.
Using the default buddypress theme, the bbPress-plugin integrates nicely, but since I want to style both my theme and the forum differently I created a child theme from the default buddypress theme. For now It´s just a style.css and some changes to the header.
When I try to integrate the bbPress-plugin with my child-theme, the styles arent working properly.
I think I followed the guide properly. I copied every file from the bbPress-theme to my child-theme, excluding the style.css (since there already is one, and it doesnt contain anything anyway?). I also merged the functions.php files, and added “add_theme_support( ‘bbpress’ );” to the top of it. Is there any step beyond this?
Everything functions as intended, but the styles arent working. The sidebar doesnt show up at all and paddings and such thing are no where to be found.
Anyone got any ideas what I might have missed?
This is what my current forum pages looks like.
I want to make the author column width much smaller.
How would I do this?
I’ve gone into bbpress.css and made every td, th, bbp-author-reply possible and put it width:20%, but to no avail.
I’ve tried tinkering with the style.css, but not entirely sure what to change there.
Would appreciate some help please.
Hi folks,
I’m new to bbpress. on forums and topic page, the notice displays the avatar of last posed user. I want to remove it also I want to highlight the author name by using PHP not CSS.
please help me.
What function do I have to add to my plugin file in order to get bbPress to load the top level template files?
I have a plugin that has a structure as follows:
my-custom-theme/
plugin.php
my-custom-theme – includes all the top level templates like archive-forums.php, archive-topics.php, etc
my-custom-theme/bbpress – includes all the template files found in the standard bbPress plugin such as loop-forums.php, loop-replies.php, etc
my-custom-theme/css – includes bbpress.css
The problem I am having is when I activate my plugin, the css is being loaded properly from my plugin, and the template files found within the /bbpress directory are also loading properly from within my plugin.
THE PROBLEM:
When activated the top-level template files such as archive-forums.php, archive-topics.php, etc are not loading.
Instead, bbPress is loading the standard page.php file from twentyten, which is the theme I have activated.
So everything works, EXCEPT the loading of the top-level templates.
What function do I have to add to my plugin in order to get bbPress to also recognize those files?
*It is completely confusing as to why bbPress would see everything except those files….
And YEAH, I’ve tried everything I can think of for almost a week now. I’ve asked 2 other bbPress developers and neither of them has a clue either, so I’m not that ignorant of lazy.
Here is the 500th attempt at getting it right:
I need some help with the bbpress plugin, default theme in a custom template.
Please see: http://rhodyjobs.com/forums/topic/rhodyjobs-com-launches-new-forums-for-members/
Above the post, there is a spacing, which I cant find or remove in any css file.
Any ideas?
Also, I want to remove this box:
“This topic has 2 voices, contains 1 reply, and was last updated by George 2 days ago.”
But the only place I can find it is in the twentyten theme which i’m not using.
PLEASE HELP.
Thanks in advance.
I want to provide some separation of the topics for the user to define which topics they have ‘read/viewed’.
Concept is like other forums ‘mark forum posts as read’.
One of the hardest thing for moderators to keep up with when working with very large active forums is knowing which topics they have read already. Many forum platforms make some type of change to a topic css once a user has viewed the topic.
There are many ways of accomplishing this, and frankly I am not sure which way is the most efficient, hence my request.
Please consider adding a system where a ‘topic-read’ css attribute is added to the topic_class.
Once this is in place, then I can choose what I want to do with it from there on the styling side.
Because my main theme makes bbpress look really messy I did the following:
I went to the plugin theme folder and changed the css to make it a child of the theme I’m using instead of twentyten. I activated “bbPress (Twenty Ten)” in wordpress and now the forum layout looks like how it would be in twentyten but the rest of the site looks like the parent. Exactly like I want it to be. However, there are still some issues I can’t seem to resolve.
First thing is that the comments don’t allign well as you can see here:
http://tinypic.com/r/r77juw/5
Does anyone know how I can fix this?