Automatically close popup after 10 seconds
jQuery('#pum-123') .on('pumAfterOpen', function () { setTimeout(function () { jQuery(this).popmake('close'); }, 10000); // 10 Seconds });