• Resolved WarrenIndLLC

    (@warrenindllc)


    Hello,

    We’d like to MAKE the user close the popup by clicking on a button instead of clicking OFF of the popup. Is there a way to disable clicking OFF the popup to close it? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support gonzalesc

    (@gonzalesc)

    Hi.

    Well you may hidden the remove icon:

    #spu-{ID} .spu-close-popup {
    	display: none;
    }

    All the links within the popup if you click, they are considered as convertions.

    If you wish close the popup with a button or link, you may put this code in the content popup:

    Close the popup with convertion
    <a href="" class="spu-close-convert">Close the popup</a>

    Close the popup without convertion
    <a href="" class="spu-close-popup">Close the popup</a>

    Regards

    • This reply was modified 6 years, 1 month ago by gonzalesc.
    Thread Starter WarrenIndLLC

    (@warrenindllc)

    Hello,

    What I’m talking about, is the popup CLOSES when you click off the popup. Say, when I click on the popup overlay the entire popup disappears. Is there any way I can make it so the user can ONLY close the popup say when an action is performance ON the popup?

    This is what I’m looking for.

    Thanks

    Plugin Support gonzalesc

    (@gonzalesc)

    Hi,
    I’m sorry but I understand your question.

    Do you want to close the popup with a link within the content popup, but you do not want to the popup closer with de remove icon or doing click out of the popup?

    Regards

    Plugin Author Damian

    (@timersys)

    Hi @warrenindllc,
    You can do that on the premium version. On the premium version you can disable clicking outside the popup, disable the X close button and disable pressing ESC key

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable Close On Clicking Off Popup’ is closed to new replies.