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

    (@kosinix)

    Hello styzer,

    You can use the built-in cyclone slider 2 widget. No need to use the text widget. By default text widgets do not execute shortcodes. You have to enable it by adding this code to functions.php:
    add_filter( 'widget_text', 'do_shortcode');

    I’m marking this as resolved.

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Not working in widgets?’ is closed to new replies.