Page 1 of 1

highslide with gallery problem. Please help me!

Posted: Sat Sep 01, 2012 11:56 pm
by Yvonne
Hallo,
I have a problem with highslide with gallery.
The thumbs show oke on the website, but the first big picture opens only in a new window.
I can not explane my problem in proper english, please look at the url.
........ What is wrong?

Re: highslide with gallery problem. Please help me!

Posted: Sun Sep 02, 2012 12:22 am
by EarlyOut
The problem is these two lines:

Code: Select all

<script type="text/javascript" src="highslide/highslide-with-gallery.js"></script>
<script type="text/javascript" src="highslide/highslide.config.js" charset="utf-8"></script>
The page can't find those files at those locations. Try this:

Code: Select all

<script type="text/javascript" src="../highslide/highslide-with-gallery.js"></script>
<script type="text/javascript" src="../highslide/highslide.config.js" charset="utf-8"></script>

Re: highslide with gallery problem. Please help me!

Posted: Sun Sep 02, 2012 12:41 am
by Yvonne
Now the first thumb only is loading and loading..........................

Re: highslide with gallery problem. Please help me!

Posted: Sun Sep 02, 2012 12:53 am
by EarlyOut
Same kind of problem. Inside the highslide.config.js file is this:

Code: Select all

hs.graphicsDir = 'highslide/graphics/';
But that's not where that directory is located. Try:

Code: Select all

hs.graphicsDir = '../highslide/graphics/';

Re: highslide with gallery problem. Please help me!

Posted: Sun Sep 02, 2012 1:21 am
by Yvonne
It works!!!!! Thanks for your help! I love you.......................................

Re: highslide with gallery problem. Please help me!

Posted: Sun Sep 02, 2012 1:23 am
by EarlyOut
You're welcome, but a simple game of "fetch" and the occasional treat is all that I require. ;)

Re: highslide with gallery problem. Please help me!

Posted: Sun Sep 02, 2012 1:36 am
by Yvonne
Psssst,I have still a question;

How can I make a grey background between the website and the "big picture"? :oops:

Re: highslide with gallery problem. Please help me!

Posted: Sun Sep 02, 2012 1:55 am
by EarlyOut
Add this to your highslide.config.js file (anywhere, like right after the hs.captionEval line):

Code: Select all

hs.dimmingOpacity = 0.7;
You can adjust the opacity, with 0.0 being invisible (no dimming) and 1.0 being solid black.

Re: highslide with gallery problem. Please help me!

Posted: Sun Sep 02, 2012 2:12 am
by Yvonne
Now it is perfect!
Thank you very much for all your help and support. :D