Mobile navigation button not opening/closing on event single page

Home Forums Calendar Products Events Calendar PRO Mobile navigation button not opening/closing on event single page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #890640
    Scot Rumery
    Participant

    There seems to be a conflict with the event single page that is interfering with the mobile navigation from opening and closing when touching or clicking the btn-navbar. It works on the rest of the site quite well but not on event single pages. Here is one example event:

    http://positivelyallegan.org/event/hubbard-street-farmers-market-5/

    Be sure to have your browser or device at <= 767 pixels to see the mobile nav button.

    Can you see if anything specific is going on that is causing this?

    #890650
    Scot Rumery
    Participant

    From what I can tell, the display: block; attribute of the #access element is set when the page loads but it is not being triggered when btn-navbar is touched/clicked.

    media=”all” @media (max-width: 767px)
    #access {display: none;}

    When I change this to display: block; using the Chrome inspector, the menu appears. Is is getting blocked by a script related to Events Calendar Pro?

    #891019
    Brook
    Participant

    Howdy Scot,

    That’s a good question. I would not be surprised if you are correct, there is a JS conflict between one of your plugins and your theme. Based on the errors in the browser console perhaps it is the events calendar category colors? Relevant error:

    ?f=wp-content/plugins/the-events-calendar-category-colors/resources/legend-superpowers.js,wp-conten…:16 Uncaught TypeError: undefined is not a function

    To help isolate this problem, with the goal of gathering enough knowledge to hopefulyl craft a solution, we should do a conflict test. You might first of all skip the part about switching themes, and see if this issue continue to appear with just your current theme and The Events Calendar plugin enabled. Make sure to disable the category plugin though, and any other plugins not from Modern Tribe. If it’s resolved, then move on to finding which plugin is the problem that way we can hopefully narrow it down to a few scripts.

    Please let me know if you have any questions along the way. If not, what was the result of that test? Cheers!

    – Brook

    #914970
    Brook
    Participant

    Since this has gone for a spell without a response, I am going to archive it. If for some reason your issue is not resolved please open a new topic. We’d love to continue helping. Cheers!

    – Brook

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile navigation button not opening/closing on event single page’ is closed to new replies.