Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #246179

    Hello,
    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 page

    I’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!!

    #247402

    Hi 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,
    Peter

    #247590
    This reply has been marked as private.
    #249139

    Hi!

    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,
    Peter

    #250270
    This reply has been marked as private.
    #250958

    Hey!

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.