Page 1 of 1

Loading Error

Posted: Wed Apr 06, 2016 5:46 pm
by slikr
I created a gallery with the editor and the thumbnails display but will log pop up the large image, it just says LOADING... with a spinning circle. Any suggestions?

http://mazzas.net/highslide-custom2/hig ... xample.htm

Re: Loading Error

Posted: Wed Apr 06, 2016 7:36 pm
by MisterNeutron
Try this. In your highslide.config.js file:

Code: Select all

Change:

hs.outlineType = 'custom';

to:

hs.outlineType = null;

Re: Loading Error

Posted: Wed Apr 06, 2016 7:49 pm
by slikr
YEA it worked! thank Ü

Re: Loading Error

Posted: Wed Apr 06, 2016 8:33 pm
by MisterNeutron
This is a bug in the Editor, one that's been there for years. If you don't choose an outline, it reverts to "custom." But then it's looking for a custom.png file in the Outlines folder, and there isn't one!