Plugin works in preview but not in published (shortcode textarea not supported?)
-
Hi!
I’ve got a problem where a plugin (wp-appbox) shows in preview but not when the post gets published.
I’ve been trying to figure out why and I think its something to do with the shortcode of the plugin that’s embeded in a textarea.I found this line of code, but I’m not very good with PHP so I don’t know where to put it to test it and see if it could solve the problem. Still posting it here in case it could help you help me.
<?php echo do_shortcode( $textarea );?>
By the way, if you add ?preview=true at the end of the link to my page once loaded, you can see how the page should look like with that plugin.
Hope you can help!
The page I need help with: [log in to see the link]
- The topic ‘Plugin works in preview but not in published (shortcode textarea not supported?)’ is closed to new replies.