Search Results for 'forum css'
-
Search Results
-
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
Hi all,
thanks for making such an easy forum solution, I’ve been quite pleased with how much functionality comes right out of the box.
Though I am getting confused when it comes to best practices for making some typical theme customizations so that I can keep a custom look with future updates of bbpress.
At this time, I am really only trying to change font styles and sizes and some of the coloring and minor layout items with how the forum renders to match my custom wordpress theme (built off of HTML5 boilerplate).
I’ve reviewed:
http://bbpress.org/forums/topic/bbpress-2-0-theme-compatibility/ &
http://codex.bbpress.org/theme-compatibility/
but, I don’t feel like it helped and am not sure if things have already changed since those have been written. either that or i am just lost in the number of files that seem to control the theme in bbpress with the added bbp-theme-compat files.
For instance, i am told to copy over everything from bbpress/bbp-theme-compat/bbpress directory, yet none of those files include the bbp-theme-compat/css files. which is what I will probably doing the most modification of (right?)
Then it says to copy over the bbpress/extras directory (optionally), but all I can find is the bbpress/bbp-theme-compat/extras directory, is this what was meant?
Again, really just want to make minor style changes that universally affect the bbpress fonts and colors, yet still want to specifically target those bbpress items.
Might increase the complexity of the customization, but right now just want to start small and use bbpress best practices so that I don’t lose my customization when upgrading anything.
thanks