-
sensibleplugins replied to the topic Problems displaying shortcode contents in non-standard BP 1.7 themes in the forum Creating & Extending 11 years, 5 months ago
Will do, thanks a lot @djpaul.
-
sensibleplugins replied to the topic Problems displaying shortcode contents in non-standard BP 1.7 themes in the forum Creating & Extending 11 years, 5 months ago
Thank you so much @Hugo. Your suggestion didn’t work for us though. This is what we currently have:
$content = $page->post_content;
$content = apply_filters('the_content', $content);Following your suggestion, we changed it to:
add_filter( 'the_content', 'wpautop');
[Read more]
$content = $page->post_content;
$content = apply_filters('the_content',… -
sensibleplugins started the topic Problems displaying shortcode contents in non-standard BP 1.7 themes in the forum Creating & Extending 11 years, 5 months ago
Hi,
We’re having problems displaying the contents of shortcodes inside the tabs of our BuddyPress Custom Profile Menu plugin. This only happens in non-standard BP 1.7 themes, but works as expected in themes like “BuddyPress Default” that ships with BP.
Researching the issue some more, we found the following line in…[Read more]
@sensibleplugins
Active 8 years, 2 months ago