Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nks

    (@nik00726)

    Hello

    add this line

    add_filter('widget_text', 'do_shortcode');

    to your plugins/images-thumbnail-sliderv1/wordpress-thumbnail-slider.php’

    Thanks

    Thread Starter lmn927

    (@lmn927)

    Thank you for responding. I still can’t get it to work. This is what I did: In wordpress, I went to plugins and choose Edit for the WordPress Thumbnail Slider. On the page with the code, I pasted add_filter(‘widget_text’, ‘do_shortcode’); at the very bottom. Then I went to Appearance —> Widgets and added a text widget with the code [print_thumbnail_slider]. Did I put the code in the wrong place or place the wrong thing into the text widget? Any help would be appreciated.

    Plugin Author Nks

    (@nik00726)

    Hello
    I think you need to add line after
    add_action('wp_enqueue_scripts', 'thumbnail_slider_load_styles_and_js');
    line.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't get plugin to work’ is closed to new replies.