Hello –
I’ve created a copy of bbpress.css in my child theme’s folder, but edits to this file don’t seem to be taking precedence over the child theme’s css file. Possibly something to do with the enqueue function in the child theme’s functions file, but I don’t know enough about that to check that.
I’m using WP version 4.6.1, bbPress version 2.5.11 and a custom child theme. The site’s forum page is here: www.amersa.org/forums.
The child theme functions file includes this function:
if (!function_exists(‘inspiry_enqueue_child_styles’)) {
function inspiry_enqueue_child_styles(){
if ( !is_admin() ) {
// dequeue and deregister parent default css
wp_dequeue_style( ‘parent-default’ );
wp_deregister_style( ‘parent-default’ );
// dequeue parent custom css
wp_dequeue_style( ‘parent-custom’ );
// parent default css
wp_enqueue_style( ‘parent-default’, get_template_directory_uri().’/style.css’ );
// parent custom css
wp_enqueue_style( ‘parent-custom’ );
// child default css
wp_enqueue_style(‘child-default’, get_stylesheet_uri(), array(‘parent-default’), ‘1.1’, ‘all’ );
// child custom css
wp_enqueue_style(‘child-custom’, get_stylesheet_directory_uri() . ‘/child-custom.css’, array(‘child-default’), ‘1.1’, ‘all’ );
}
}
}
Is this what’s causing the issue? Thanks.
Hi,
how do I get rid of the double folder list in my forum.

Thanks
Thomas
I’d like to stop our forum from link spamming by allowing only some level of users can post links in their posts, which plugin of bbpress can do this?
Hi Everyone,
How to implement google AMP for bbpress forum?
Hi,
I cant seem to find a plugin for blocking repeat posts that are the same. i.e. A member spamming the forums by repeatedly posting the same thing everywhere.
Any suggestions for which plugin? Much appreciated.
Some strange orphan pipes have appear me on topic and reply headers:

How can I remove them?
Thank you!
Any good free bbpress themes ?
Im wanting to add a forum to my wordpress site, I dont know how much it will grow but i want it to be flexible, i’m not a coder or designer, I only know the basics,
I know in the past bbpress had a lot of issue and was lacking in features but i’m assuming this must be possible now.
Im wanting a good looking full featured forum as good as any stand alone forum(xenforo, phpbb, mybb).
can this be done ?
if so how ?
How can I add the extra feature without bloating the site ?
Can i download any pre made bbpress.css ?
any good example
Hi,
I am using Wishlist Member(WLM) to protect my BBPress forum. My members cannot edit their posts, though they are attempting to do so well within the 60 minute editing time limit. They get this error from WLM, ““You are here: Home / Oops! Wrong Membership Level
Oops! Wrong Membership Level
The content you’re trying to view is for members of a different course.
We welcome you to join all of our courses!”
Can anyone help?
Thanks!
I am having a problem with bbPress Forums, the form / buttons don’t match my theme.
1. FORUM PAGE doesn’t display properly — there are little bullet like circles in front of all of the text items on the page. They shouldn’t be there and I would like to get ride of them.
2. BUTTONS — SEARCH and SUBMIT buttons on forum page did not inherit my theme (on registered users page) — http://www.thehopecntr.com/groups/
3. SUBSCRIBE LINK TEXT overlaps breadcrumb navigation on Forums pages
My theme has a place for me to enter Custom CSS. Can someone kindly provide me with a fix or CSS for this problem. Thank you.