gandac
Posts: 23
Joined: Sat Jan 08, 2011 3:41 pm

Re: Mini gallery - Disabling the Mouse Over controls

That is peculiar.
When the slide show is running I click on a photo (not the 1st photo). The photo clicked on is replaced by the 1st photo and the slide show is stopped. Another click on this 1st photo will restart the slide show. Hope this answers your question?
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: Mini gallery - Disabling the Mouse Over controls

Try to add

Code: Select all

hs.Expander.prototype.onImageClick = function (sender) {
   return false;
}
But honestly, in my browsers i have no problems, which you have, also in this specific scenario.
Sebastian Bochan
Highcharts Developer
gandac
Posts: 23
Joined: Sat Jan 08, 2011 3:41 pm

Re: Mini gallery - Disabling the Mouse Over controls

Sorted!
I put this code in the html file and the user is not able to do anything on the slide show. Just the ticket. Thanks!
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: Mini gallery - Disabling the Mouse Over controls

It sounds good ;)))
Sebastian Bochan
Highcharts Developer

Return to “Highslide Editor”