Disabling title and caption.

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

Disabling title and caption.

Post by norman »

The caption on the zoomed overlay that appears when you click the product image can be removed by editing file magiczoomplus.css (in your Site folder).
Look for:

Code: Select all

.MagicThumb-caption {
Immediately below it add:

Code: Select all

display:none !important;
The caption for the tooltip image that appears when you mouse-over the product image can be removed by editing layout Magic Zoom Support (Design / Library / Layouts / Zoom Image Layout) and altering the line:

Code: Select all

	'show-title': 'bottom',
To be

Code: Select all

	'show-title': false,
Norman
Post Reply