Hi,
I was able to create a custom pop-up following the instructions here: https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439, and I’m wondering if it’s possible to add the zoom-in transition that is used throughout the theme. You can see the pop-up I’m talking about at the link provided below. Just click the RSVP button. Thanks!
Mark
Hey Mark,
Thank you for using Enfold.
Please add a transition property to the popup. Try this css code.
.white-popup {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
opacity: 0;
}
.mfp-content .white-popup {
opacity: 1;
}
Best regards,
Ismael
Thanks Ismael. I had already tried that and it didn’t work. I tried your code in case I had missed something and it still isn’t working. Your code is still in the style sheet. Can you take another look to see if you can figure out what we’re missing? Thanks.
Mark
Hi,
I just loaded the site and tried it and it does seem that it is working properly.
Best regards,
Basilis