This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Button to open menu not working

  • Creator
    Topic
  • #10948
    timworx
    Participant

    The button to open the menu has stopped working. Not sure what exactly has happened here.

    The only plugins active are the Theme Blvd plugins and Gravity Forms. I have gravity forms on many sites, I’m sure that isn’t the issue.
    I don’t think the child in this is based off of the latest, per se.

    The parent theme is updated to the latest (1.1.2), as are all plugins and wordpress.

    Any thoughts?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • #10951
    Martin
    Participant

    Hi,
    I experienced the same issue. In my case it was due to conflict with Auto Hide Admin Bar plugin.

    Martin

    #10968
    Jason Bobich
    Keymaster

    Hello Timworx,

    Can I see a link to the issue so I can better understand what you’re describing and check for javascript errors on our site?

    #10994
    timworx
    Participant

    Sorry, thought I had a link in there.
    http://celebratelifehalfmarathon.com/

    I’m seeing the error in chome, not sure about other browsers.

    #11000
    Bluenotes
    Participant

    @timworx, you commented out the menu button to trigger the toggle in theme.js. That is needed to trigger the menu from the button.

    $('.btn-navbar').toggleMenu({'viewport':768});
    #11018
    Jason Bobich
    Keymaster

    @Bluenotes Wow, thank you. I was honestly going to post again and say that I didn’t know what he was referring to. Good catch on figuring out he meant the responsive main menu toggle.

    @timworx He’s exactly right. Assuming you’re referring to the button that toggles the primary navigation open and closed on smaller viewport sizes, it’s not working because you’ve commented out the javascript that runs it in your child theme’s theme.js.

    #11076
    timworx
    Participant

    Ah, now there’s a new highlight in my troubleshooting abilities.

    Yip, that’s it. It had been commented out during development while doing other troubleshooting. I guess I wasn’t too worried about going back to it since it was in the child theme and assumed it was my own code from sites past.

    Thanks @Bluenotes!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.