- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this question.
BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss Mobile Only › Members page gives error
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.
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