Search Results for 'forum css'
-
Search Results
-
Topic: PLEASE HELP!
Okay, I’m officially freaking out now. After hearing about it quite a bit, I finally learned how to create a child theme. I did so, and I began adding css related to bbpress with “!important” to change things. After changing a few things, I realized the text color wasn’t going to work, so I went into my theme options, and there is a way to change colors without having to go into code. Luckily, there is a default button, so I can just press that to go back to default. Basically, I changed each one and then refreshed the forum to see if that was it. I finally found it, but I didn’t like what it did to the rest of the site, so I went back to default. Now nothing is changing on the forum, even though everything else is going back to normal in the theme.
So I then started deleting the changes I made in my child theme .css, and it isn’t changing anything. I even went as far as to go back to my parent theme. This made the forum disappear, so I deactivated it and re-activated it. Well, now it is right back to the one after it was changed. How could it still be changed? I tried deleting it and re installing it, but it still won’t change. How could this have happened?
Sorry for panicking, but I simply don’t understand how this happened. Thank you for any answers.
Topic: Resource Usage
So I’m having a problem with BBpress recently on my website http://www.sg-carterpack.com at my webhost (Site5) works with resource points and with using BBpress the resource usage has been increasing by the day.
If this plugin is disabled a daily resource usage is between 100 – 200 resource points, however when I enable BBpress it suddenly rises to 600 to 800 and even +900 resource points in a single day.
This of course makes the web hosts disable my website when it crosses the limit of 450 resource points per day.
I’ve already completely remove my wordpress installation, theme, and all plugins to then completely re-install everything from scratch as before I also had problems with BBpress not showing after updating to wordpress 4.0.
With that I before didn’t know it was caused by the BBpress I was already trying to optimise with using W3 Total Cache and Cloudflare to try to reduce it, yet this wasn’t the case. The website in general did became faster however the resource usage stayed the same.
So currently the forum is installed on new installation yet the forum is still hogging up resources so my question here is:
Is there a way to optimise this or a way to export the boards/forums to use in another forum application/plugin?
My current plugins that are active:
– AdSense Click-Fraud Monitoring Plugin
– BAW Login/Logout menu
– bbPress
– BulletProof Security
– CloudFlare
– W3 Total Cache
– WP User AvatarFor the rest it is using a slightly CSS edited version of the FLAT theme but besides that nothing else has been edited to wordpress itself.
Thanks in advance for any information in advance.
Ps: For more of a month I’m trying to post in this forum but after each thread I make it does not appear.
I would like to implement this for all those boring long quotes, and quote inside quote, inside quote, etc…
It would make reading forum topics much more pleasant.One click and long quote opens at whole. There is scroll if you dont want to click.
I managed this easy with CSS3 and transitions, but there is very nasty problem on mouse out and page jumping, confusing to know where on page you are after this.First, for a whole week now I am collecting, testing, verifiyng snippets around the web, most from this forum, and make my own collection. To have it all on one place on localhost. Stop making it, it never ends. 🙂 bbPress is so, so, so manageable and easy to add all functions other forum software have.
Second, you won hearts of coders and developers. What about WP/bbPress beginners ?
As you already lose your time coding make some new theme for this support forum. To make it as demo for bbPress, to make it shine and stick out.There is a reason why WP holds so much of web, and bbPress is not in this league.
Dont get me wrong, I read your topic about complicating things and rised support with new functions/options. I am talking about plain old CSS2/CSS3. No database queries, and you “sell” your product/code.So, thanks and apologies if I offended someone.
hey guys, im a complete noob to this whole CSS and webdesign stuff and need some help
I am trying to increase the size of the font in the forum titles, (the info, topic, replies and freshness)
i used this piece of css code but it isn’t working
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results
{
font-size: 13px;
}(the theme i am using gives me a built in css sheet to pop any snippets that i may require in there and updates it live without going into the back end)
here is the link to my forum.
I was trying to change the CSS file to make the font more readable on my forums. I messed up the file and lost my original. Could someone post some code I could copy that is either the original bbpress.css file or one modified to have good readable font? Thanks for any help
I am currently experiencing a padding issue with mini avatar icon displays. For example, on the last post author among other things:
[IMG]http://i.imgur.com/YYBQoHX.png[/IMG]
I am using a custom avatar plugin and it seems users with blank avatars don’t have this padding issue. I have checked CSS and can’t seem to find where to mess with this padding or anything that seems to work.
I am also using this code in my loop-single-forum file to display the topic title under the last post time
<?php do_action( 'bbp_theme_before_topic_author' ); ?> <div class="bbp-forum-last-topic-name"><a href="<?php bbp_forum_last_topic_permalink(); ?>" title="<?php bbp_forum_last_topic_title(); ?>"><?php bbp_forum_last_topic_title(); ?></a></div> <?php do_action( 'bbp_theme_before_topic_author' ); ?> <span class="bbp-topic-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?></span> <?php do_action( 'bbp_theme_after_topic_author' ); ?>
My site:
http://the-divine.net/forumTopic: Whitespace above images
I seem to be having a lot of white space issues lately…
For some reason there is about 100px of extra space above an IMG in my topics. Here’s an example:
http://bellynsoul.com/forums/topic/another-test-topic/
However, if this same topic comes up in a search, there is no white space:
http://bellynsoul.com/forums/search/?bbp_search=test&bbp_search_forum_id=7638
This seems like a ridiculously simple CSS tweak, but I can’t seem to find the right class/id!
Any ideas?
Thank you!
SharonTopic: Avatars in widget 2012
Hey again,
Running into some trouble customizing my bbpress forums via the bbpress.css file in the my child theme. I’m unsure if the pathway is incorrect, or maybe the intro to the file itself is incorrectly formatted. I do, however, know I was able to enqueue the custom loop-forums.php correctly with the functions.php properly pathwayed.
So, the pathway to the bbpress.css file is default>css>bbpress.css
In my childtheme, I have the bbpress.css file located avada-childtheme>css>bbpress.cssHowever, whenever I add code into the bbpress.css file after the
`/*
Theme Name: Avada-childtheme
Theme URI: Your website if you don’t intend to publish a separate site just for your theme
Description: A brief description of your child theme
Author: Jonah Hollis
Author URI: http://www.animusesports.com/
Template: Avada
Version: 1.0.0
Tags: whatever tags you might want to use for your child theme
*//* =Theme customization starts here
————————————————————– */
it corrupts the bbpress forums and breaks them. When I delete the file, the bbpress forums resume normal functionality. For the purposes of example, I’ll leave them broken.Any help is appreciated. Thanks!
http://www.animusesports.com/forums/
WordPress 4.0.1
bbPress 2.5.4-5380