User avatar
Alter Littera
Posts: 29
Joined: Sun Jun 03, 2012 10:30 am
Location: Madrid - Spain
Contact: Website

Re: Links on expanded images from galleries

Thanks for your prompt response. Following your advice, I have modified the highslide-full.js file as follows:

1. Add two new language strings to hs.lang:

Code: Select all

if (!hs) { var hs = {
// Language strings
lang : {
	thumbscrollup: 'Scroll Up',
	thumbscrolldown: 'Scroll Down',
	... 
2. Replace the two lines you mention in your last post with these two ones:

Code: Select all

					'<div class="highslide-scroll-up"><div title="' + hs.lang.thumbscrollup + '"></div></div>'+
					'<div class="highslide-scroll-down"><div title="' + hs.lang.thumbscrolldown + '"></div></div>'+
I have also added these two lines to the javascript section of my calling htm file:

Code: Select all

	hs.lang.thumbscrollup = 'Scroll Left';
	hs.lang.thumbscrolldown = 'Scroll Right';
(so the scroll arrows display appropriate titles for horizontal thumbstrips). Everything seems to run smooth as silk now, so I think the gallery code is finished for me. Let me thank you once again.
Best wishes from Alter Littera.
User avatar
Alter Littera
Posts: 29
Joined: Sun Jun 03, 2012 10:30 am
Location: Madrid - Spain
Contact: Website

Re: Links on expanded images from galleries

Live test pages have been removed from alterlittera.com. You can see some final implementations of "Links on expanded images from galleries" here, here, and here.

Thanks again for your support.

Return to “Highslide JS Usage”