Map View Category Specific

Home Forums Calendar Products Events Calendar PRO Map View Category Specific

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #70500
    mindful
    Participant

    How do I show map view that has been filtered by category?
    For example if you go to:
    http://tuning.sobriquet.com.au/events/category/parents-2/
    In month/day/list view the events are filtered by category. Then if oyu go to map view you can see the events from another category.

    I can see that the “Tribe_Events_Pro_Map_Template” class has “tribe_events_header_attributes” but doesn’t seem to be carrying across the category.

    Thanks in advance for your help!
    Nina

    #70685
    Barry
    Member

    Hi Nina,

    Looks like you’ve hit on a bug in the latest release. We’ll get that on the tracker and set things in motion to correct this – thanks for reporting 🙂

    #70784
    mindful
    Participant

    Hi Barry,
    So what is the solution for now? Can you please tell what I need to amend to the class so I can fix it myself.

    Thanks

    #70793
    Chris
    Participant

    Hi there,
    The issue doesn’t have a solution yet. We’re still working on coming up with one.

    -Chris

    #71425
    enollo
    Participant

    Sorry to barge in, I was able to solve this on my install by hacking the plugin code a little bit and using the snippets I posted to another thread

    Added to function ajax_tribe_geosearch() in events-calendar-pro/lib/tribe-geoloc.class.php below the $defaults = array(…) declaration:

    if ( isset( $_POST[‘tribe_event_category’] ) ) {
    $defaults[TribeEvents::TAXONOMY] = $_POST[‘tribe_event_category’];
    }
    // This is probably a permanent fix

    The two snippets are found at https://gist.github.com/tamarazuk/7004172 and can be added to your functions.php file or a custom plugin.
    They are also related to another bug which is fully explained at the following thread:
    https://tri.be/support/forums/topic/category-feed-lost-after-viewing-single-event-going-back-to-category/#post-71211

    Note that these snippets are a temporary work around until the lovely Tribe developers find the issue and resolve it within the plugin. Once that is done you can safely remove these snippets, but I doubt they will cause issues if you forget to take them out.

    #71505
    Barry
    Member

    Thanks again Enollo 🙂

    Note that these snippets are a temporary work around until the lovely Tribe developers find the issue and resolve it within the plugin.

    Great advice and we do indeed have this on the radar – and I believe Chris has just made the assigned developer aware of your fix.

    Cheers!

    #74853
    Kelly
    Participant

    Hi, folks. This is just a note to let you know that we didn’t get a chance to look at your issue for our maintenance release this time around.

    While it’s possible we may have inadvertently fixed it in addressing another issue and welcome your feedback to confirm or deny this once you’ve updated, we want to set your expectations.

    Rest assured getting this resolved is still a priority for us. We look forward to addressing this as soon as we’ve got bandwidth/resources to allow it.

    Thanks for being part of the TEC community!

    #82326
    Leah
    Member

    Hey there,

    I just wanted to let you know that a fix for this issue is included in our upcoming version 3.3. Keep an eye out on your WordPress Plugins page for an update. Thanks for your patience while we worked on this!

    Cheers,
    Leah

    #982760
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Map View Category Specific’ is closed to new replies.