• Hi,

    the shortcode [caption id="attachment_xxx" align="alignnone" width="186"]some image[caption] doesn`work in accrodion. in frontend you will see just printed [caption id=”attachment_xxx” … for ever image with labeling words in accordion. Is there any solution for it?

    Use WordPress 3.9.2 width aware theme

    https://ww.wp.xz.cn/plugins/ppm-accordion/

Viewing 1 replies (of 1 total)
  • Thread Starter vermillion0815

    (@vermillion0815)

    so I could fix the Problem by my self. The solution is >> plugin-hook.php
    select this Line:
    return ('<h3>' .$title. '</h3><div><div class="tab_content">' .$content. '</div></div>');

    change to:
    return ('<h3>' .$title. '</h3><div><div class="tab_content">' .do_shortcode($content). '</div></div>');

Viewing 1 replies (of 1 total)

The topic ‘Theme Shortcode doesn`t work’ is closed to new replies.