• Resolved robertad92

    (@robertad92)


    Hello everyone,

    I need to hide the Elementor popup for every unregistered user and show it only to logged in users.

    How can I do that?

    In Settings > Advanced rules I can only hide it for logged in users.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    please send me a link to your site.

    Thread Starter robertad92

    (@robertad92)

    Hi @lianakap ,
    I’m really sorry but I cannot share the website here. Is there a way to send you the website link privately?

    Anyway, I think I just solved the problem using CSS code:

    body:not(.logged-in) #elementor-popup-modal-(ID) {
    display:none!important;
    }

    I’m still testing it, but it seems to work fine.

    Is it the right way?
    Thanks

    Thread Starter robertad92

    (@robertad92)

    Update: no, it doesn’t work really well because guest users cannot scroll the page or interact with it even if I didn’t disable the page scrolling.

    So @lianakap I still need your help, sorry ??

    Hi,

    Unfortunately, this is not currently possible with Elementor default settings.

    You may be able to achieve that using custom code, which, unfortunately, we are not able to provide. We are also limited in supporting issues that arise due to the use of custom code.

    However, we invite you to join the Elementor Forum where you can find a supportive and helpful community of experienced users that are happy to provide useful tips and tricks.

    Thread Starter robertad92

    (@robertad92)

    Hello,
    all right, thank you anyway.

    Have a nice day

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Elementor popup – unregistered users’ is closed to new replies.