We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 27210
    • 158 Posts
    Here is a link to the sample page: http://www.seaville-suzuki.com/2011-hayabusa.html

    I would like to disable the space key from being recognized by Galleriffic. It is causing me problems because if i click on the Request Info tab on the right top of the page i am unable to enter any spaces in the Contact Form.

    Galleriffic intercepts the space key.

    Thanks in advance!
    Steve
      • 24098
      • 2 Posts
      I tried adding &enableKeyboardNavigation=`false` and &enableKeyboardNavigation=`0` to the snippet call, but neither worked. I ended up changing the javascript source, line 86 of /assets/components/gallery/packages/galleriffic20/js/jquery.galleriffic.js to:

      enableKeyboardNavigation: false,
        • 24098
        • 2 Posts
        To change the key without disabling keyboard navigation altogether, the keys are assigned starting on line 938 of jquery.galleriffic.js
          • 27210
          • 158 Posts
          Thank you pws! Exactly what i needed... and your first 2 posts to boot! smiley