Viewing 1 replies (of 1 total)
  • Plugin Author Gabor

    (@nextendweb_gabor)

    Hi Jan!

    WordPress doesn’t support shortcodes in the text widgets, they only appear, if your theme was made like that. I think you would only need to give this code to your theme’s function.php file:
    add_filter( ‘widget_text’, ‘do_shortcode’ );

    But we have our own widget for the Accordion Menu, and you could use that instead.

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn′t work as a sidebar widget’ is closed to new replies.