Thanks to ddadmin for that fix and to djr33 for helping confirm/define the issue!!!
BTW, to complete this patch, if you are using the caption on demand I think you should add this to this section as well,
Code:
else{ //display desc panel on demand (mouseover)
setting.$wrapperdiv.bind('mouseenter', function(){slideshow.showhidedescpanel('show')})
setting.$wrapperdiv.bind('mouseleave', function(){slideshow.showhidedescpanel('hide')})
setting.$wrapperdiv.bind('click', function(){slideshow.showhidedescpanel('hide')})
is that correct?
Bookmarks