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 ‘caption doesn`t work in Accordion’ is closed to new replies.