Page 1 of 1

Display title below each thumbnail

Posted: Sat Jul 04, 2015 10:19 am
by norman
To display the Title below each thumbnail do the following:
Go to Design / Library / Layouts / Zoom Image Layout / Magic Zoom Image List.
Look (around line 233) for the line:

Code: Select all

						$html .= "</a>";
Immediately above it add:

Code: Select all

						$html .= "<br>" . ($iconalts[$i] == '' ? '&nbsp;' : htmlentities($iconalts[$i])); 
Now any none-empty Zoom Image n Title will display below the icon. Best keep them short.