Event settings don't work
-
hi Aldert !
seems like some slider settings don’t have an effect.
to make them work we’ve addedif ( in_array($key,Array('beforeChange', 'afterChange', 'slideshowEnd', 'lastSlide', 'afterLoad')) || is_numeric($value) || is_bool($value) || $value == 'false' || $value == 'true' ) {
instead of
if ( is_numeric($value) || is_bool($value) || $value == 'false' || $value == 'true' ) {
ngg-nivoslider-widget.php line 325
please consider updating if i’m not mistaken.
thank you for your work
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Event settings don't work’ is closed to new replies.