smithgt
Member
Posted 11 months ago #
Hopefully this is just a simle noob question, but when I add a single gallery to a page with the shortcode
[lg_folder folder="Woburn 1024/" paging="false" ]
I dont get the SlideShow button at the bottom, like the one on my primary gallery page. see here http://wp.smiffy.info/adventures-in/?file=Florida%202010/
Can I add this?
http://wordpress.org/extend/plugins/lazyest-gallery/
Hm, the absence of the slideshow button in the folder shortcode generated galleries is hardcoded. I can't remember why ;-)
I'll add some extra code to a enable slideshow button in folder shortcodes in the next release.
please try lazyest gallery 1.1.13-beta and add the following to your (child) theme functions.php:
function my_slideshow_button( $var ) {
return true;
}
add_filter( 'do_lazyest_slideshow_button', 'my_slideshow_button');
smithgt
Member
Posted 11 months ago #
I tried to install the beta, but im not too sure how to do this.
I tried manually uploading the zip file, but it reported that the file/folder already existed.
In ftp you could overwrite the existing lazyest-gallery folder.
lazyest_developer
Member
Posted 11 months ago #
version 1.1.3 is now available for update in your WordPress admin