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

    (@paoltaia)

    Hi,

    shortcode by default don’t work in wordpress widget areas.

    You’ll need to add this filter in your child theme functions.php to make them work:

    add_filter('widget_text', 'do_shortcode');

    Please let us know if that fixes your problem.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Avada Shortcodes’ is closed to new replies.