Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author mmcachran

    (@mmcachran)

    Are you using the Konami code or a custom setting? Are you seeing anything in the JS console?

    Thread Starter jemmettfoxmedia

    (@jemmettfoxmedia)

    I’ve tried with both.

    Yes, the code shows in the console in chrome.

    I’ve tried all variations, including raptor, rotate and image. But no bueno.

    Plugin Author mmcachran

    (@mmcachran)

    What setting do you have the filter on? Can you try turning the filter off? When using Konami, are you using the following key sequence?

    Up Up Down Down Left Right Left Right B A

    joekrug

    (@joekrug)

    Hello mmachran,

    My plugin is working! It’s great. The only problem is that it doesn’t work with the custom code. I wanted to make the custom code: 890. Konami code works just fine. However, when I do a custom code, it is totally unresponsive. I tried a few different variations of custom codes and none worked.

    PS. I’ve slightly changed the .js to make the animation happy across the top of the page, rather than the bottom. The custom code wasn’t working before that. Wanted to let you know.

    The site I am referring to: nationalgalactic.com

    Plugin Author mmcachran

    (@mmcachran)

    I’m glad to hear the plugin is working! For the custom code, you have to use the JS keyCode for the sequence. For 890, you would use:

    56,57,48

    A list of JS keyCodes is available here:
    https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes

    joekrug

    (@joekrug)

    Thank you! Worked perfect. Very new to JS.

    Thanks again.

    Plugin Author mmcachran

    (@mmcachran)

    closing thread

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't get it to work’ is closed to new replies.