• Resolved lucrus

    (@lucrus)


    I need a popup to show in homepage, when it loads. I can’t use url parameters, because users land homepage from external sites and the link is just https://example.com

    How do I make the popup automatically show on page load in the homepage?

    • This topic was modified 4 years, 6 months ago by lucrus.
Viewing 1 replies (of 1 total)
  • Plugin Author allurewebsolutions

    (@allurewebsolutions)

    If the popup needs to appear on page load that means you know the content. Why not just manually create the popup?

    A way to do this, would be to use a jQuery click event to click on the modal link on DOM ready. Something like this:

    
    $(function() {
        $('.modal-link').click();
    });
    
Viewing 1 replies (of 1 total)
  • The topic ‘Popup in homepage?’ is closed to new replies.