 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
April 1, 2014 at 5:56 pm #246179Hello, 
 I recently asked about how to get the forum feature that is showcased in the special pages section of the theme demo.
 I have installed BBPress, however it does not follow any styling guidelines that my theme has set up.Reference: 
 http://gyazo.com/fc976e22cedf7ed08f39696cd2bd766d
 Topics page
 http://gyazo.com/5105cd7cb83125261c9e0fabf356e5e5
 Actual content pageI’m not sure if there is any styling I need to do or if there is a setting I’m missing somewhere to get the forum to look like the theme demo does. I notice on the theme demo that the forum automatically changes to follow the theme styling options. Please let me know if I’m missing something / doing something wrong here. Thanks!! April 4, 2014 at 12:46 pm #247402Hi DaveL77! Please try to re-save the theme options (Enfold > Theme options). The saving process forces Enfold to regenerate a dynamic stylesheet which may affect the bbpress stylings too. If this doesn’t solve the issue please post a link to your forum page and we’ll check why the styling isn’t correct. Best regards, 
 PeterApril 4, 2014 at 7:18 pm #247590This reply has been marked as private.April 9, 2014 at 8:01 am #249139Hi! It seems like bbpress still loads the default stylesheet. Please try to insert this code into the theme functions.php file to fix the issue: add_filter('bbp_default_styles', 'avia_bbpress_deregister_default_assets', 10, 1); function avia_bbpress_deregister_default_assets($styles) { return array(); }We’ll also fix it with the next theme update. Regards, 
 PeterApril 11, 2014 at 4:18 pm #250270This reply has been marked as private.April 14, 2014 at 9:29 am #250958Hey! I’m pretty sure you can’t get http://hackjacket.staging.wpengine.com/bug-list/ (hosted on WPengine) because wordpress needs some slugs to parse the url. However you can try to change the slugs on the forum option page (Settings > Forums and scroll down to the “Forum Root Slug” options). Best regards, 
 Peter
- 
		AuthorPosts
- You must be logged in to reply to this topic.
