-
-
Hello,
I am having an issue with an element in the theme. It is when I have PrettyPhoto enabled as the lightbox method on an image. I have it set to Open Prettyphoto on my image gallery but it isn’t working. Let me know if you would like an admin login. Thanks.
-
-
Hello,
Please make sure to have the “Page Transition” turned off. It conflicts with Prettyphoto. We will fix it in the upcoming update.
Best regards!
-
Hi Mihaila,
The Page Transition is already turned off. So that is not the cause. I was actually the one to raise that original bug report. So it has been off for quite some time.
Let me know if you need a login. Thanks.
-
-
Hi Mihaila,
Yes I am using the latest theme version 1.4. Should I switch back to using 1.3.5 instead?
Thanks
-
Hello,
You can do this if you want to have the Prettyphoto working until the next update. If it can wait, then just keep your current version.
Just do what suits you best.Best regards!
-
When is this going to be updated??? I have a photo gallery also that is set to use prettyphoto but it’s not working – and I don’t have page transitions turned on.
-
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)' });
Best regards!
-
Your new version of 1.7 solves this problem entirely.
Thank y ou!
-
You must be logged in to reply to this topic.