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

    (@themifyme)

    Hi!

    Unfortunately there’s no setting for that, however it can be done via modifying one of the plugin’s files.
    In the plugins/themify-popup/assets/scripts.js file you can find this line:

    
    enableEscapeKey : ( style == 'fullscreen' ) ? false : true,
    

    And change it to:

    
    enableEscapeKey : false,
    

    That will disable this feature.

Viewing 1 replies (of 1 total)
  • The topic ‘Escape Key’ is closed to new replies.