befer
Posts: 5
Joined: Tue Jul 17, 2012 11:26 am

gallery in the parent page without Highlslide popping up at

hello,

is there a way to create a "gallery in the parent page without Highlslide popping up at all" with the editor.

or is it possible to edit : http://highslide.com/examples/gallery-in-page.html

- adding drop shadow
- moving the "control"
- etc...

thank you in advance for your help, cheers and best regards
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: gallery in the parent page without Highlslide popping up

Hi,

The in-page gallery canÔÇÖt be created in the Editor, as the note after the link to the in-page gallery in the barebones index page clearly states. (Note: This example can not be set up in the Highslide Editor)

You can however manually edit the look of the gallery.
Drop shadow
Change this line:

Code: Select all

hs.outlineType = null;
to this:

Code: Select all

hs.outlineType = 'drop-shadow';
Move the controls
See reference page for hs.addSlideshow
I can help you doing this if you tell me where you want to move the controls.
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
befer
Posts: 5
Joined: Tue Jul 17, 2012 11:26 am

Re: gallery in the parent page without Highlslide popping up

hello RoadRash,

thank you for your reply.
i have been looking at the variables and found "outlineType" instead of "hs.outlineType"

i have tested few settings - rounded-white/outer-glow/drop-shadow - but could not display correctly till i removed :
style="width: 620px; height: 520px; margin: 0 auto; border: 1px solid silver"
from :
<div id="gallery-area" style="width: 620px; height: 520px; margin: 0 auto; border: 1px solid silver">

thank you for your help and guidance, you have made up my day.

cheers and best regards

Return to “Highslide Editor”