• Resolved dbarbara

    (@barbaraday)


    Added the shortcode to a text widget on a page and it works like a dream. Very easy to customize with CSS too 🙂

    Then added the same shortcode [testimonials_slider] to a blog sidebar widget and only the shortcode displays, not the slider.

    I hope that the slider can be displayed in more that one widget on the site?

    https://wordpress.org/plugins/testimonials-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Subharanjan

    (@subharanjan)

    Hi B Day,

    Thanks for reaching out.

    Please add the following to your theme’s functions.php file to enable shortcodes in widgets?
    add_filter( 'widget_text', 'do_shortcode' );

    Thanks !!

    Thread Starter dbarbara

    (@barbaraday)

    Hi — Thanks so much for your reply. Very helpful 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can the slider be used on more than one sidebar?’ is closed to new replies.