• This is just what I needed and did the job very well.

    There are a few things I can think that this popup could use, for that I will email the dev.

    GREAT WORK

    ———–
    I have added this little code to my custom jquery file to make the popup auto close after a little bit of time, I am added it here in case someone could use it.

    $( function() {
        $('#karartma').click(function() {
    
        });
    
        setTimeout(function() {
            $('#karartma').trigger('click');
        }, 7500);
    });
  • The topic ‘Simple and easy popup!’ is closed to new replies.