manga
Posts: 2
Joined: Wed Jun 01, 2011 3:08 am

can't get pop-up to be centered!

Hi!
This is driving me crazy! I already tried using the editor, and the hs-align: center, code, but I STILL can't get it to be in the
center of the page! Help, please!

http://heartless-ink.com/inked/portfolio2.html
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: can't get pop-up to be centered!

Hi,

You need to use the highslide-with-gallery.js file instead of the highslide.js file for the centering to work.
Replace this line in the head section of your page:

Code: Select all

<script type="text/javascript" src="highslide/highslide.js"></script>
with this:

Code: Select all

<script type="text/javascript" src="highslide/highslide-with-gallery.js"></script>
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
manga
Posts: 2
Joined: Wed Jun 01, 2011 3:08 am

Re: can't get pop-up to be centered!

Thanks so much!
Do you know the keyboard commands stopped working? On the other webpage, I was able to move between pictures using the arrow keys,
but it doesn't work anymore.

Thanks!

http://heartless-ink.com/inked/test/portfolio3.html
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: can't get pop-up to be centered!

Two reasons:
1) You canÔÇÖt use both the highslide-with-gallery.js file and the highslide.js file in your page.
You need to remove the highslide.js file ÔÇô the highlighted line in the code below:

Code: Select all

<script type="text/javascript" src="http://www.highslide.com/highslide/highslide-with-gallery.js"></script>
[hilight]<script type="text/javascript" src="highslide/highslide.js"></script>[/hilight]
2) The onclick code for some of you images looks like this:

Code: Select all

onclick="return hs.expand(this, {this})"
This onclick code is not valid. Replace it with this:

Code: Select all

onclick="return hs.expand(this)"
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no

Return to “Highslide Editor”