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?
Link without Gallery
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Link without Gallery
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)
but this is only idea, no experiences with such customization 
Jan
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)
Jan
If you find Phoca extensions useful, please support the project
-
guddy
- Phoca Newbie

- Posts: 5
- Joined: 26 Sep 2010, 18:53
Re: Link without Gallery
Hey Jan,
using the display:none style in the div tag did the trick. Thanks for the quick response.
Best regards,
Guddy
using the display:none style in the div tag did the trick. Thanks for the quick response.
Best regards,
Guddy
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Link without Gallery
Great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project