Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter grayayer

    (@grayayer)

    It’s a rather easy fix you need to do. within the script.js file, on line 60, just replace
    $(document).on('click', 'a[href*=#]', jump);
    with
    $(document).on('click', 'a[href*="#"]', jump);

    the # sign needs to be surrounded by quote marks

    I can’t seem to find this file, is it within the plugin folder or in the foundation core files?

    Thread Starter grayayer

    (@grayayer)

    it’s in /easy-foundation-shortcodes/js/script.js

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘broken with new version of jQuery, 1.12’ is closed to new replies.