VisualComposer / visual-composer-starter

Visual Composer Starter theme for WordPress designed to be a perfect companion for a simple and good looking website or blog.
https://visualcomposer.com/visual-composer-starter-theme/
GNU General Public License v2.0
135 stars 61 forks source link

caption shortcode not rendered #254

Closed nicon-dev closed 5 years ago

nicon-dev commented 5 years ago

I haven't changed anything in the starter theme code but when I place an image inside a WYSIWYG-Editor with captions then I see this: https://take.ms/QOGRX

[caption id="attachment_211" align="aligncenter" width="260"] ...

tried to add the shortcode

add_shortcode('wp_caption', 'my_caption'); add_shortcode('caption', 'my_caption');

but that didn't help. I'm not sure what to do next... any ideas?

Thanks!