Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #933920

    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

    #934305

    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

    #934339

    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

    #935008

    Hi,

    I just loaded the site and tried it and it does seem that it is working properly.

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.