Hi. I have installed the Gallery Albums snippet on my site and am having a little issue with it linking. My call is:
[[!GalleryAlbums? &sort=`name` &dir=`ASC` &prominentOnly=`0` &rowTpl=`galleryTest` &thumbWidth=`200`]]
and my &rowTpl is:
<li>
<figure><img class="btmspace-10 borderedbox" src="[[+image]]" alt="[[+name]]">
<figcaption><a href="[[~[[*id]]? &[[+albumRequestVar]]=`[[+id]]`]]">[[+showName:notempty=`[[+name]]`]]</a></figcaption>
</figure>
</li>
It displays the album cover and a hyperlink, but the hyperlink won't link to my gallery page and I am at a loss of how to do it. The main gallery is:
http://www.pawsforwildlife.co.uk/galleryparent.html
and an example child page would be:
http://www.pawsforwildlife.co.uk/gallery-amphibians.html
But when the 'Amphibians gallery is clicked it stays on the galleryparent page. Please can someone explain where it is going wrong?
thanks in advance
DS
[ed. note: distant_smile last edited this post 10 years ago.]
www.PawsForWildlife.co.uk
www.Borntobrick.co.uk
-
☆ A M B ☆
- 1,780 Posts
Tried to reply to your sitemap post, something is busted for that post. I PMd you.
However, I can't reproduce this. The links are correct and work to go to the child gallery pages. Did you fix it?
Hi thanks, I managed to do a workaround in the end by listing each image and link rather than using a snippet. thank you
DS
www.PawsForWildlife.co.uk
www.Borntobrick.co.uk