Can MoreInfoImageRow Display ONLY the additional image?

Questions and answers about ShopSite Custom Templates
Post Reply
dresdena1
Posts: 24
Joined: Fri Jan 03, 2014 12:35 pm

Can MoreInfoImageRow Display ONLY the additional image?

Post by dresdena1 »

SS,
I would like to know if it is possible to set MoreInfoImageRow to display ONLY the additional image (as a thumbnail) without also displaying the primary image (as a thumbnail) and then when the additional image is being displayed to have the primary image as a thumbnail under it?

Currently it displays:

PRIMARY IMAGE (full size)
primary image (thumb) - additional image (thumb)

I would like it to display:

PRIMARY IMAGE (full size)
additional image (thumb)

And then on mouseover:

ADDITIONAL IMAGE (full size)
primary image (thumb)

Is this possible?
dresdena1
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: Can MoreInfoImageRow Display ONLY the additional image?

Post by Jim »

The built in code will always display the original image as a thumbnail along with all the additional images you have assigned. Hovering over the thumbnails will display the image in the larger format where the main image was displayed.
As far as I know there is no way to change this functionality without manually creating your own template and doing all of the layout and display javascript, css etc as you want it.
Post Reply