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

    (@danieliser)

    You will need to add the following to your themes JS or load a custom js file.

    jQuery('.eModal-1').click(function(e){
        e.preventDefault();
        setTimeout(function(){
            jQuery('#eModal-1').emodal('open');
        }, 1000);
    });

    Change the modal # to match, and change 1000( or 1s ) to your wait time, but that is as simple as it gets.

    Please take a moment to rate and review the plugin and or support http://wordpress.org/support/view/plugin-reviews/easy-modal

Viewing 1 replies (of 1 total)

The topic ‘Delay before modal is displayed’ is closed to new replies.