BuddyBoss Home – Web Support Forums Themes BuddyBoss Mobile Only Members page gives error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #68975
    @alvedon

    Hi,

    Thanks for this great theme first off. Great job!

    As you can see on the attachment when browsing through members page, it gives this error on mobile. Kleo is my desktop theme for the site. I uploaded the mobile smart plugin and changed the mobile theme to BuddyBoss Mobile.

    Any help would be much appreciated. Thanks.

    Answers

    #69281
    @vapvarun

    Hi @alvedon
    Visual Composer shortcode are not executed by default.

    try replacing line 39 of content-buddypress.php

    
    $custom_content = wpautop( get_the_content() );
    with this:
    $custom_content = do_shortcode( get_the_content() );
    
    

    Regards
    Varun Dubey

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