• Resolved shermanccc

    (@shermanccc)


    Hi, I am using the pro version,
    After typing in the form, I hit enter and there is no response.

    Meanwhile, I deactivate the pro, and use lite,
    I hit enter , and it works perfectly.

    Is there a fix for it?

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi. Yes, for some reason enter key was deactivated in the pro version.

    If you need it, you can simply fix this. Open plugin folder, go to assets/js/common.js and than find and delete this lines of code

    $searchForm.on( 'keypress', function(e) {
        if ( e.keyCode == 13 ) {
            e.preventDefault();
        }
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Pro version Not response to Enter’ is closed to new replies.