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

    (@macbrink)

    See if this works:
    Add the following code to your theme functions.php

    function lg_always_slideshow( $link ) {
      $link .= '&lg_show=true';
      return $link;
    }
    add_filter('lazyest_folder_link', 'lg_always_slideshow');

    Thread Starter RobbyBoydstun

    (@robbyboydstun)

    I think we are on the right track but the slideshow doesn’t show up. It says “loading…” and then the screen just stays blank. Is there a specific place to put it in the theme functions.php that might have affected this?

    Thanks for your help.

    Plugin Author Marcel Brinkkemper

    (@macbrink)

    I see you have switched to a flash gallery

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subfolder Slideshow short code’ is closed to new replies.