Pinterest button overlays Magic Zoom Plus icons.

Integration of Magic Zoom Plus from http://www.magictoolbox.com with Actinic.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Pinterest button overlays Magic Zoom Plus icons.

Post by norman »

If you have Magic Zoom Plus icons below the product image and the SellerDeck supplied Pinterest button overlays these icons, try the following:-

Got to Design / Library / Layouts / Product Image / Standard Product Image.
Look around line 90 for the following:

Code: Select all

	<actinic:block if="%3cactinic%3avariable%20name%3d%22ZoomIconsPosition%22%20%2f%3e%20%3d%3d%20%22bottom%22" ><span class="mzp-ptab-icons-below"><br><actinic:variable name="MagicZoomImages" value="Magic Zoom Image List" /></span></actinic:block>
Replace that line with the following:

Code: Select all

	<actinic:block if="%3cactinic%3avariable%20name%3d%22ZoomIconsPosition%22%20%2f%3e%20%3d%3d%20%22bottom%22" ><span class="mzp-ptab-icons-below"><br><actinic:variable name="MagicZoomImages" value="Magic Zoom Image List" /></span><br>&nbsp;</actinic:block>
If you prefer more clear space above the Pinterest button use this instead:

Code: Select all

	<actinic:block if="%3cactinic%3avariable%20name%3d%22ZoomIconsPosition%22%20%2f%3e%20%3d%3d%20%22bottom%22" ><span class="mzp-ptab-icons-below"><br><actinic:variable name="MagicZoomImages" value="Magic Zoom Image List" /></span><br><br>&nbsp;</actinic:block>
Norman
Post Reply