Hi all.
I have hit a brick wall and I am sure I am not being stupid
I am using filtering and the layout 'Filtered Product Summary'.
However, the images displayed are not clickable. I have searched around the forum and KB and tried using the clickable image in search result fix. This did not work.
I then wrapped the images with link tags and this still didn't work: i,e:
I have checked this using firebug and it clearly shows that the images are static and not linking to anything
Edit. Server issues tonight, had to delete site and upload again! if you click the link below, you can see the pages if you go to Alphabetical search - Begins with A
http://www.norfolkherbs.co.uk/shopte...est/index.html
Has anyone any ideas?
Many thanks
I have hit a brick wall and I am sure I am not being stupid
I am using filtering and the layout 'Filtered Product Summary'.
However, the images displayed are not clickable. I have searched around the forum and KB and tried using the clickable image in search result fix. This did not work.
I then wrapped the images with link tags and this still didn't work: i,e:
HTML Code:
<a href="<actinic:variable name="ProductPageName" />"><img src="<actinic:variable name="ProductThumbnailImageFileName" />" border="0" title="<actinic:variable name="ProductName" encoding="strip"/>" alt="<actinic:variable name="ProductName" encoding="strip"/>" /></a>
Edit. Server issues tonight, had to delete site and upload again! if you click the link below, you can see the pages if you go to Alphabetical search - Begins with A
http://www.norfolkherbs.co.uk/shopte...est/index.html
Has anyone any ideas?
Many thanks
Comment