Open flowdee opened 8 years ago
Here's a temporary fix for the slideshow_option notice:
In the index.php file around line 66, just after the opening of the foreach, add the following:
if ( empty( $gallery['slideshow_option'] ) || ! isset( $gallery['slideshow_option'] ) ) { break; }
That will get exit the foreach if that value is not set and prevent the "slideshow_option" notice.
I know how to fix this, it's just a suggestion for the developer of the plugin ;)
Hadn't seen these before. Will fix it in next update. Thanks for the feedback.
Can you please set default values for your variables you're using? Would be great :smile: