Close (beta) Popup with ESC Key
May 5, 2018 4:51 pm by glensidepld
May 5, 2018 4:51 pm by glensidepld
Hello,
I am using GTranslate's (beta) Popup. Is there a script you can provide me to enable closing the popup with the ESC key?
Thanks!
Re: Close (beta) Popup with ESC Key
May 8, 2018 4:47 pm by Yana
May 8, 2018 4:47 pm by Yana
Hi,
I will check with our developer and contact you.
Re: Close (beta) Popup with ESC Key
May 15, 2018 5:47 am by Yana
May 15, 2018 5:47 am by Yana
Hi,
Here is the code:
jQuery(document).on('keyup',function(evt) {
if (evt.keyCode == 27) { // esc key
closeGTPopup();
}
});
Re: Close (beta) Popup with ESC Key
Jul 12, 2018 8:54 am by Cervantes963
Jul 12, 2018 8:54 am by Cervantes963
I set this property for both the Window widgets. But when I get the first window poped-up and when I press the ESC key, the widow doesn't get closed. After I click on the grid on the first window and get the second window pop-up, when I press the ESC key, the first window get closed, but not the second window.
Re: Close (beta) Popup with ESC Key
Jul 20, 2018 3:55 pm by Yana
Jul 20, 2018 3:55 pm by Yana
Please contact via chat support and our developer will help you.
SIMILAR TOPICS
Display modal popup upon 'Add to cart' (Virtuemart 3) | Apr 15, 2018 2:21 pm | Replies: 1 | Post by: 4FF |
(beta) popup issues | Nov 25, 2017 5:29 pm | Replies: 1 | Post by: Adholics |
No Popup when adding ?languages_edit=1 to URL | Nov 24, 2016 7:15 am | Replies: 6 | Post by: kai.kremer |
Popup message on language selection | Jan 24, 2015 5:28 pm | Replies: 3 | Post by: johnoatwork |
what is the difference between on fly (Beta) and Redirect | Jan 19, 2013 10:11 pm | Replies: 1 | Post by: George |