• Using version 2.0 of the plugin.

    The next and previous month buttons work fine but the drop down date picker doesn’t fire. It’s not hitting a 404 like some others have mentioned, it’s simply doing nothing at all.

    I thought it might have been a jQuery conflict but after disabling everything else it’s still not working.

    The noscript button works when I turn JS off. Currently working locally so I don’t have a link to point to, but thought somebody might be able to turn me in the right direction.

    Cheers!

    https://www.ads-software.com/extend/plugins/the-events-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TheDoc

    (@thedoc)

    Found out why it wasn’t firing. The HTML being created is using a different class than what the script was calling. HTML was outputting this class “events-dropdown” and the first line of the function looked like this:

    $(".tribe-events-events-dropdown").live('change', function() {

    Now I’m getting the 404 error because it is changing the URL to:

    mysite.com/event-calendar/undefined-undefined

    More digging required…

    Thread Starter TheDoc

    (@thedoc)

    And quickly sorted… Again, same issue. JS was calling something different than what was being outputted by the tribe_month_year_dropdowns() function. Needed to remove “tribe-events” from the other ids / classes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: The Events Calendar] [Solved] Drop Down Date Picker Not Working’ is closed to new replies.