• Resolved delininbirisi

    (@delininbirisi)


    Hello there. popup automatically opens when the user enters the site. The x button on the popup closes the popup. Or pressing the shadow area outside the popup closes the popup.

    I want users not to be able to close this popup without logging in or signing in. How do I prevent this popup from closing when pressing the x button or clicking the shadow part?

    In short, people cannot close this popup without being a member or logging in. how can I do that? Thank you for your answers in advance

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hello

    Please add this CSS

    span.xoo-el-close {
        display: none;
    }
    
    .xoo-el-modal {
        pointer-events: none;
    }
    
    .xoo-el-inmodal {
        pointer-events: all;
    }
    Thread Starter delininbirisi

    (@delininbirisi)

    these codes worked. really thank you very much. I’ve been dealing with this problem for the last few days. Thank you again. and many thanks for this plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Don’t close popup. Please help me :(’ is closed to new replies.