Posted - 08/27/2020 : 18:56:36
Hi Guy
Did you check which version of MZ you are using? You can find the version numberat the top in the magiczoomplus.js file. If you are on version 5.0 and above then the syntax should be
$magictoolbox="MagicZoomPlus"; $magictooloptions='data-options="disable-zoom:true; opacity:65; expand-effect:bounce"'; $magictooloptionsjs="<script>var mzOptions={textHoverZoomHint:""Survoler pour zoomer"",textClickZoomHint:""Cliquer pour zoomer"",textExpandHint:""Cliquer pour agrandir"",textBtnClose:""Fermer"",textBtnNext:""Suivant"",textBtnPrev:""Précédent""};</script>";
In the syntax you have posted the $magictooloptions line in red below is in twice so one needs removing.
$magictoolbox="MagicZoomPlus"; $magictooloptions="rel=""disable-zoom:false; opacity:65; expand-effect:bounce; zoom-position:inner"""; - Up to version 5.0 $magictooloptionsjs="<script>var mzOptions={textHoverZoomHint:""Survoler pour zoomer"",textClickZoomHint:""Cliquer pour zoomer"",textExpandHint:""Cliquer pour agrandir"",textBtnClose:""Fermer"",textBtnNext:""Suivant"",textBtnPrev:""Précédent""};</script>"; $magictooloptions='data-options="disable-zoom:true; opacity:65; expand-effect:bounce"'; - Version 5.0 >
Steve Egerton Village, Bolton, UK
Edited by - 1818charlie on 08/27/2020 19:04:41
|