Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi, after the last update, the “open with modale” option is not more working in my website.
The “data-rel=Prettyphoto” element is still present in the code, but clicking the image actually opens only the full version of the image itself.
see images on right side of this page
Hello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
Hello,
Please edit the file ‘js/main.js’
Find the lines:
$(".animsition").animsition({ inClass : $(this).data('animsition-in'), outClass : $(this).data('animsition-out'), inDuration : $(this).data('animsition-in-duration'), outDuration : $(this).data('animsition-out-duration'), linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)' });
Replace them with:
$(".animsition").animsition({ inClass : $(this).data('animsition-in'), outClass : $(this).data('animsition-out'), inDuration : $(this).data('animsition-in-duration'), outDuration : $(this).data('animsition-out-duration'), linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)' });
Let us know.
Best regards!
It works, thanks.
I hope I’ll not lose this correction on the next theme update…
You must be logged in to reply to this topic.