Forum Replies Created

Viewing 1 replies (of 1 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.

Viewing 1 replies (of 1 total)