Search Results for 'forum css'
-
Search Results
-
Hi,
I have bbpress plugin in a WordPress 3.4.2 MU site, with a single instance in the root and /forums. I have a very basic child theme of TwentyEleven which makes some header and CSS tweaks.
Once I activated BBPress, I found that it is displayed using the sidebar. This crushes the forum to the left, so I wanted to get rid of it for the forum page. I read that by default BBPress will use the page.php from the TwentyEleven theme, and to copy that to my child theme, remove the call to the sidebar and name it bbpress.php would override it. Well, for a start, the TwentyEleven page.php does NOT contain the sidebar. After searching the filesystem I found that sidebar-page.php does, so I copied that to my child theme folder and named it bbpress.php, removed the get_sidebar() call, and also set the template name as Template Name: Forum Template in the bbpress.php file.
It did not work. My forum is still showing a sidebar. It does not seem to be using the bbpress.php file at all.
Is there a guide somewhere on how to get BBPress to display without the sidebar when using MU and a child theme of TwentyEleven?
As I said, my child theme if very simple. It is literally a header.php and styles.css, and I have now added bbpress.php. What do I need to do to get BBPress to use my bbpress.php template?
Can I add that a LOT of the helpful-looking links on here lead to 404 pages, which really hasn’t helped in trying to figure this out. It would be great if those could be fixed up somehow?
Thanks!
Topic: forum with form
Hello, I’m trying to set a wordpress site, where for the forum, people fill a form : reach or propose a travel, place they live, number of seat in their car, and then enter the form that will appear with a css style and people can interact to it …
Any idea of how can I create a form forum like that ?
Thanks in advance,
OliI am trying to get rid of the text: “Add this topic to your favorites” and “This topic is one your favorites”, as I am using a background css image instead.
The icons are working beautifully, bar the fact that the text comes up.
You will also notice that if you click the star to add it to your favorites, another star appears, which is a link to all your favorites. It appears the link to the forum favorites doesn’t have its own css class, which is why both are coming up as stars. I’d like to get rid of that.
Not sure if this will fit in with your plugin bbPress String Swap David, if you see this.
If you want to see this in action on my forum (still being built), log in at http://netballscoop.com/log-in/ with Username: testing and Password: testing. The forums are at http://netballscoop.com/forums and click on a single topic to see the favorites and subscriptions at the top underneath the title.
I am using WordPress 3.4.2 and bbPress 2.1.2.
Hi, totally now to this and having trouble, I need to change the colour of the forum on my site to black background with white text. I can change the text using suffusion options but this changes all text on the site. For some reason I really can not change the forum background colour. I used http://bbpress.org/forums/topic/change-forum-color/#post-100130 to help me with editing the .css file but nothing seems to have changed!
my forum is at http://antaresscorpions.co.uk/?post_type=forum At the moment we have added a red colour just so the text can be seen on both pages and forums.
Thanks for your help!
Regards
I’ve got a strange layout issue on my bbpress forums where if you try to edit a “reply” in a topic the page content is cut off by a div; this doesnt effect editing the very first post of any topic however; which is strange because all the code, CSS classes etc look the same. I thought maybe a bbpress reply page used a different template.. but I’m not sure.
Please see image.
Link to image with further details
Certainly hope someone can help as this is driving me nuts and I’ve spent ages getting the rest of bbpress to fit my theme only to discover this bug now 🙁
Please help!
Topic: Linespacing Problems
I’ve got a problem with line spacing.
On the forum, there is no spaces between paragraphs, but on the blog posts there is. Is this a CSS issue? If so, what do I edit?
Hi there – and sorry upfront for yet another question with regards to bbPress-Themes…
- I have been doing thorough research in the forums, no answers for me…
- Versions: WordPress running 3.4.2, bbPress is 2.1.2
My situation_
I have setup bbPress to work with my custom theme (OptimizePress) and embedded the [bbp-forum-index]-shortcode into a single page (“forum”). Here I could obviously pick a site-template and therefore the forum is nicely embedded into my site-layout.
Since I cannot continue using shortcodes & (slug-)pages for dynamically generated topics, I went ahead and followed the customization instructions. I can ensure that the right (template-)files are called upon (inside my /theme-directory) because I played around with content-single-forum.php f.ex. and also checked for the correct CSS-reference.
I also followed the instructions concerning the functions.php (in /theme):
add_theme_support( 'bbpress' ); remove_action( 'bbp_enqueue_scripts', 'bbp_theme_compat_enqueue_css' );
Now I need to wrap the forum-specific template-files with the page-template used by my custom theme. I already tried integrating the bbPress-code into the exisiting page-template with no positive result (no server-response or strange loop-behaviour).
Either I went down the right road but am weak in skill at modifying PHP-Code or there is a far easier approach I haven’t seen/figured out yet (which again doesn’t compliment me on my skill-level…).
Anyways, maybe someone can help me out / hint me into the right direction.
Thanks so much in advance,
RegardsHenning
Hy. I DO NOT want to use child theme! i hate it.
I need to do a little modify to the topic title. Example show it on “bold” style instead of “not bold” style. Yeah i know… when update version i need to repet the css modify or lost it so is better to use child theme… NO THANKS.
SO… on suorce code of my bbpress (plugin) page i found “<a class="bbp-forum-title" ……"
GOOD bbp-forum-title is "my man" … the question is WHERE (DEVIL) I FOUN IT?????? IN which
(cursed) CSS file???Thank you.
PS. BuddyPress 1.6.1 + WordPress 3.4.1 + bbpress (plugin) 2.1.2
Topic: Problems customizing bbPress