mariafernandez
Posts: 14
Joined: Sun Mar 21, 2010 4:37 pm

Gallery and video open a new page

Hi,

I've got a picture gallery and a video, both of which open on a different page when you click on them.

I have other galleries and videos on my site and they work fine. What am I doing wrong here?

The trouble gallery and video are on this page:

http://www.spanish-bookworld.com/learn- ... creenshots


Thanks.

Maria
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Gallery and video open a new page

Hi Maria,

You need to use highslide-full.js instead of highslide-with-gallery.js when having both image and swf popups in the same page.
You also need to include the swfObject.js file because of the swf popup.
Replace this:

Code: Select all

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

Code: Select all

<script type="text/javascript" src="highslide/highslide-full.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js"></script>
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
mariafernandez
Posts: 14
Joined: Sun Mar 21, 2010 4:37 pm

Re: Gallery and video open a new page

RoadRash,


Thanks a lot. The video and gallery work great now. I'll also added a second gallery and it works too on the same page!

Maria

Return to “Highslide Editor”