Home › Forums › Calendar Products › Events Calendar PRO › Map View Category Specific
- This topic has 8 replies, 7 voices, and was last updated 10 years, 10 months ago by
Support Droid.
-
AuthorPosts
-
October 11, 2013 at 12:13 am #70500
mindful
ParticipantHow 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!
NinaOctober 11, 2013 at 4:30 pm #70685Barry
MemberHi 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 🙂
October 13, 2013 at 7:34 pm #70784mindful
ParticipantHi 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
October 13, 2013 at 8:42 pm #70793Chris
ParticipantHi there,
The issue doesn’t have a solution yet. We’re still working on coming up with one.-Chris
October 16, 2013 at 7:23 pm #71425enollo
ParticipantSorry 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 fixThe 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-71211Note 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.
October 17, 2013 at 11:34 am #71505Barry
MemberThanks 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!
November 5, 2013 at 2:27 pm #74853Kelly
ParticipantHi, 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!
December 17, 2013 at 1:42 pm #82326Leah
MemberHey 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,
LeahJuly 7, 2015 at 6:30 am #982760Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Map View Category Specific’ is closed to new replies.
