• I currently updated my website to twenty fourteen. I tried a few things to get rid of the search option and somewhere along the i messed up my code and my top menu does not work right. I’ve tried everything and can’t pinpoint the problem. my site is https://brfinancial.co.

    any help on this would be much appreciated.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    there is a JavaScript error on your site:

    TypeError: $(…).on is not a function.

    As I see, two copies of jQuery are loaded on your site. The second earlier version 1.5.1 is probably loaded by one of the plugins you use (view page source, line 104):

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>

    I think this is what causes the problem.

    Thread Starter jrodatblueray

    (@jrodatblueray)

    Thanks. How do I fix this? I’m not as technical as I would like

    One of your plugins is loading jQuery without using wp_enqueue_script(). Disable all the plugins and then re-enable them one by one to find out which one is loading jQuery the wrong way. Then you can modify that plugin or ask the plugin author to do that and load jQuery safely.

    Thread Starter jrodatblueray

    (@jrodatblueray)

    I tried that and nothing. I thought it might have been a CSS issue at one point because as I was making adjustments the menu would appear but all scrambled. :/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Twenty-Fourteen] Menu toggle not working’ is closed to new replies.