New update breaks my design
-
Hi,
I’ve recently upgraded to the latest version – the lack of shortcode support is a major hassle for me. The great thing about having the shortcode was that I was able to integrate the support page into a user’s membership page – I use a membership plugin.
Previously I could use PHP to insert the support page:
echo do_shortcode(“[wp_support_plus]”);Now this just displays [wp_support_plus] as the shortcode is no longer supported
I used “insert pages” plugin to display the page directly, but it doesn’t work either.
echo do_shortcode(“[insert page=’support’ display=’content’]”);With this new update, is there any way to integrate WP-support into another page, rather than full screen? The new functionality breaks my design.
Thanks
- The topic ‘New update breaks my design’ is closed to new replies.