Viewing 2 replies - 1 through 2 (of 2 total)
  • Definitely check out the FAQ and do those 2 things.

    Also, SmoothSlider admins, I noticed that my direct reference to the smooth slider gallery name in the php code no longer works. I had to revert back to the gallery id. In other words: user might have to change:

    <?php if ( function_exists( ‘get_smooth_slider’ ) ) { get_smooth_slider(‘Illustrations’); } ?>

    …to…
    <?php if ( function_exists( ‘get_smooth_slider’ ) ) { get_smooth_slider(1); } ?>

    (Note: “Illustrations” and “1” are just example gallery names and ids.

    Plugin Contributor slidervilla

    (@slidervilla)

    Hi,

    In case you find that the slider is not working after the update, please go to the Smooth Slider settings page and click on “Save Changes” button once (available at the bottom of the page).

    Let me know if it works.

    Thanks @swishstar for providing the steps above.

    Regards,
    SliderVilla.com Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Smooth Slider] Upgraded WP and SS and now no Slide show’ is closed to new replies.