Click on Photo for Next Photo in No Popup or Highslide JS??
Posted: 04 Jun 2011, 19:27
Is there a way in: Higslide JS, and/or No Popup to make it such that clicking on photo goes to the next photo???
Currently, the users of my site has to scroll down to the icon-next.gif and click that to go to the next photo...
Ideally, I'd like to make it such that, if user clicks on photo, it goes to the next photo...
If that is not possible, I'd like to show icon-next.gif both above and below the photo...
I have figured it out for using highslide JS (Image Only), by placing the below code in between the <head> </head>...
hs.lang.restoreTitle = 'Sonraki foto için tıkla!';
// Cancel the default action for image click and do next instead
hs.Expander.prototype.onImageClick = function() {
return hs.next();
}
however, because I can't display adsense code in Highslide JS (Image Only), I have to use No Popup or, Highslide JS...
So, is there a way to make clicking on photo go to next photo in Highslide JS, and/or No Popup?
Thank you.
p.s. if you'd like to see how it is currently working on my site you can see it here: gelinlikler
Currently, the users of my site has to scroll down to the icon-next.gif and click that to go to the next photo...
Ideally, I'd like to make it such that, if user clicks on photo, it goes to the next photo...
If that is not possible, I'd like to show icon-next.gif both above and below the photo...
I have figured it out for using highslide JS (Image Only), by placing the below code in between the <head> </head>...
hs.lang.restoreTitle = 'Sonraki foto için tıkla!';
// Cancel the default action for image click and do next instead
hs.Expander.prototype.onImageClick = function() {
return hs.next();
}
however, because I can't display adsense code in Highslide JS (Image Only), I have to use No Popup or, Highslide JS...
So, is there a way to make clicking on photo go to next photo in Highslide JS, and/or No Popup?
Thank you.
p.s. if you'd like to see how it is currently working on my site you can see it here: gelinlikler