• Resolved rom1our

    (@rom1our)


    I would like to automatic close the cookie message by scrolling down the page.

    As it says “By using this website, you agree to the use of cookies”, when the visitor starts to navigate the popup may close automatically.

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

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

    (@danieliser)

    @rom1our – Hmm, we have something like this in our Scroll Triggers extension, but there its tied to the scroll trigger itself in a way that allows a popup to open close repeatedly as they scroll past specific elements etc.

    In your case it will require some custom Javascript to detect when the window has scrolled more than a little, the close the popup.

    Should look something like this.

    
    jQuery(window).on('scroll', function () {
        PUM.close(123); // Where 123 is the popup ID #.
    });
    

    Hope that helps. If your issue is resolved please take a moment to rate and review the plugin or support.

    If you still need help please message us directly at https://wppopupmaker.com/support/.

    Thread Starter rom1our

    (@rom1our)

    Excellent, thank you. I rated already 2 years ago 5*****, plugin works great, perfect support.

    • This reply was modified 6 years ago by rom1our.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close popup by scrolling down’ is closed to new replies.