AlexanderZorin
Posts: 2
Joined: Fri Sep 26, 2014 3:03 pm

Scrolling thumbnails

Hi,

Problem: the thumbnail with 5 positions for images, but total number of images ~40. So the thumbnail shows active thumbnail only when it goes to it, i.e. for 5 images.

Question: can the thumbnail moves somehow so that active image will be seen in it ?

Site: http://www.spartak-karate.ru/

Thanks in advance,
Alexander Zorin
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: Scrolling thumbnails

The first thing to do is delete these two lines:

Code: Select all

<script type="text/javascript" src="/highslide/highslide-with-html.js"></script>
<script type="text/javascript" src="/highslide/highslide.js"></script>
Replace them with just:

Code: Select all

<script type="text/javascript" src="/highslide/highslide-full.js"></script>
You're loading two different versions of the same script, which often causes odd problems. Just load the standard, full script, which includes all of the functionality.
AlexanderZorin
Posts: 2
Joined: Fri Sep 26, 2014 3:03 pm

Re: Scrolling thumbnails

Thanks, MisterNeutron,

1. I have made the replacement, but with no effect: http://www.spartak-karate.ru/

2. I should like to notice some omission: there is no highslide-full.js in the Jssor.Slider.FullPack, also no instructions there. I have taken it here: http://highslide.com/highslide/.

Waiting for your additional support,
Alexander
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: Scrolling thumbnails

I've never seen this "Jssor.Slider.FullPack", but it looks like a misguided attempt to do a standard Highslide JS in-page gallery. I would suggest that you dump it, and start with the basic Highslide JS setup for your gallery:

http://highslide.com/examples/gallery-in-page.html
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Scrolling thumbnails

Hi Alexander,

The slider at your front page isn’t created using Highslide. It's created with a script downloaded from this page: http://www.jssor.com/
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no

Return to “Highslide JS Usage”