Delay in opening the lightbox window

  • biscuitab
    Asked on May 1, 2015 at 10:08 AM

    Also I am wondering about the possabillities to "copntrol" for example "the light box load on page" alternative so that I get a for example 15 seconds delay? Or for example a "tab that reviel it self/opens up" in the lower corner after a person has "been on the page for 15 seconds" or "have scrolled 50% of the page" and so forth.

    This kind of different controls would be nice?

  • Welvin Support Team Lead
    Replied on May 1, 2015 at 10:10 AM

    Hi,

    This is possible if you are using our lightbox embed method. This guide will help you how to do it:

    http://www.jotform.com/help/203-How-to-Auto-popup-a-Lightbox-Form

    Let us know if you need further assistance.

    Thanks

  • biscuitab
    Replied on May 20, 2015 at 3:05 AM

    Hi Welvin!

    Your support hellped but I have a new problem with the slider" moving over the neu" when I scroll. 

     

    I belive it could be due to the code we injected:

     

    "Answered by Welvin

     

    Hi Fredrik,

    In your website stylesheet, add the following custom CSS codes:

    header#main-header {

      z-index: 1;

    }

    This is to fix the header that overlaps the form when it's opened."

     

    Or could it be something else that is creating this problem?

     

    Se screen-dump.

    Or visit estetisktandvard.seDelay in opening the lightbox window Image 1 Screenshot 20

  • Sammy
    Replied on May 20, 2015 at 9:07 AM

    Hallo,

    The z-index was to fix the overlapping elements, what it does is it brings the popup element to be the topmost item in the page.

    If you are having issue with the positions you can reset the slider z-index to zero by applying the following CSS to the slider class as shown.

    .et_pb_slider {
        z-index: 0;
    }

    Delay in opening the lightbox window Image 1 Screenshot 20

  • biscuitab
    Replied on May 21, 2015 at 9:26 AM

    Thanks!

     

    It worked :)

     

    PS. Please tell the staff that the "Analytics release" http://www.jotform.com/form-analytics/ they just made is assum, great tool!

  • Welvin Support Team Lead
    Replied on May 21, 2015 at 10:40 AM

    That's great to know and thank you for the feedback about our Analytics tool. ;) Regards