Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @nikcree – Sorry for the delay. Looks like your theme or some plugin is adding some extra z-index values to the divs of your theme. This is causing the popup to be added behind the overlay.

    I will address this with a patch in the future but you have 2 options here. Use a normal popup rather than the inline shortcode version or disable the overlay which I believe the parameter is disable_overlay=true.

    Hope that helps.

    Thread Starter nikcree

    (@nikcree)

    Thanks @danieliser

    I have changed the z-index values but doesn’t affect it showing. However, I enabled “
    Enable Auto Open Popups” and the pop up displays.

    I have embedded the following into a Soliloquy Slider.

    <div class="popmake-overlay"></div>
    [popup_trigger id="inline-form"]<div class="button">Download The Latest Catalogue</div>[/popup_trigger]
    [popup id="inline-form"][gravityform id="4" title="false" description="false" ajax="true"][/popup]

    I tested the same code on another page and it worked fine. So it seems the issue is related to adding the popup code to a caption of a Soliloquy Slider. Soliloquy accepts shortcodes and I have used other shortcodes like Gravity Forms successfully in the Slider.

    Hopefully that helps in resolving the issue.Any thanks
    Nik

    Plugin Author Daniel Iser

    (@danieliser)

    @nikcree – I will reach out to them and try to get a test copy to debug. But you don’t need the <div class="popmake-overlay"></div> that will be added automatically for you.

    Thread Starter nikcree

    (@nikcree)

    OK thanks @danieliser. Appreciate your update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pop Up does not display when clicking the button’ is closed to new replies.