Search Results for 'forum css'
-
Search Results
-
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?
.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
Topic: Changing Colour
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
MattHi 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.
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.
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.
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!
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.