javascripthtmlcsswebhighslide

HighSlide Javascript Thumbnail Viewer


I wanted to add a cool new feature to my website that allows for clickable popup java-script thumbnails using HighSlide. I have thoroughly searched stackoverflow, google, and the forum on highslide for a solution to my problem to no avail.

The main problem I am experience is the onclick java function, which, when clicked, is supposed to enlarge one of the images. However, instead of it opening up, I get a perpetual loading message.

http://untetheredthoughts.com/highslide-custom-example.htm

Upon my examination of other people who have had a similar error, they needed to ensure that all paths to the files were setup correctly, which I have double checked. I am still new to coding, so if anyone could give me some pointers, I would greatly appreciate it.

Thank you for your time, I am very excited to get this working.


Solution

  • There's a longstanding bug in the "editor" on the Highslide JS site, and it always makes the same mistake! Open the highslide.config.js file, then:

    Change:
    
    hs.outlineType = 'custom';
    
    To:
    
    hs.outlineType = '';
    

    I think that will cure the problem. If not, post back, and we can start looking at some of the other usual suspects. ;)