Page 1 of 1

Link without Gallery

Posted: 26 Sep 2010, 19:45
by guddy
Hello, there,

I've been struggling with a small problem over the last few days.

I am creating a website for a make-up artist and she wants links to a pop-up Highslide JS Box from a few images. PhocaGallery is fantastic for this, but I can't seem to make the links work without a complete gallery showing on my page, ruining the layout in the process.

I copied the "class" from the gallery I inserted with the gallery plugin to the <a> tag from the image that should link to the slideshow and it works fine until I remove the phocagallery tag from the article. Then it stops working and just links me to the image.

Here's the link for the page where the pop-up should come up: http://www.vala.com.br/schoenmich-test/ ... &Itemid=66

The four images above are the ones that should stay, while the complete gallery below should vanish, whereas the images should stay in the slideshow.

Any way I can do this?

Re: Link without Gallery

Posted: 26 Sep 2010, 22:25
by Jan
Hi, you can display it with help of component or use Phoca Gallery Plugin, but if you will customize it, you need to load all the css and javascript of detail methods like e.g. they are loaded in component or plugin.

So in fact you should somehow filter outputing the images (e.g. load all the features for the 4 images and for other load them to some e.g. div which will be hidden) :idea: but this is only idea, no experiences with such customization :-(

Jan

Re: Link without Gallery

Posted: 27 Sep 2010, 16:29
by guddy
Hey Jan,

using the display:none style in the div tag did the trick. Thanks for the quick response.

Best regards,

Guddy

Re: Link without Gallery

Posted: 27 Sep 2010, 19:12
by Jan
Great to hear it.

Jan