Forum Replies Created
-
AuthorPosts
-
maria miranda
ParticipantThank you, Josh! 🙂
It turns out that this function was conflicting with it.
/* Calendar Category List View */
//add_action(‘parse_query’, ‘use_list_view_for_categories’, 60);
//function use_list_view_for_categories($query) {
// Run once
// remove_action(‘parse_query’, ‘use_list_view_for_categories’, 60);// Interfere only for non-ajax Tribe category requests not already destined to be presented by list view
// if (defined(‘DOING_AJAX’) && DOING_AJAX) return;
// if (!isset($query->tribe_is_event_category) || !$query->tribe_is_event_category) return;
// if (tribe_is_view(‘upcoming’)) return;// Obtain the query term and get a link to list view for that term
// $main_tax_query = $query->tax_query->queries[0];
// $term = get_term_by(‘slug’, $main_tax_query[‘terms’][0], TribeEvents::TAXONOMY);
// $link = tribe_get_listview_link($term->term_id);// Try to redirect
// wp_redirect($link);
// exit();
//}maria miranda
ParticipantHi Josh!
Sorry about that! I’ve changed the settings so you should be able to view it now.
maria miranda
ParticipantHi Josh!
Here is the site that is using the calendar and having the conflict.
Here is one of the event pages.
maria miranda
ParticipantHi Josh!
Here is a screenshot of what the tickets are looking like in IE 10 without arrows.
https://drive.google.com/a/mirandacreative.com/file/d/0B3ieKiYgOgQ9YnRySUQ3Tl9NRW8/view?usp=sharing
maria miranda
ParticipantI tried just clicking on a category within an event and it doesn’t load either.
They do work when I switch themes to the 2015 theme.
Would you be able to look at my theme and see what’s conflicting with it?
maria miranda
ParticipantYea! Where can I upload the screenshot for you to see?
maria miranda
ParticipantI’m having this same problem. Why is this happening?
maria miranda
ParticipantWhat if the same categories were set up in the Posts section and in the Event Calendar section? Would that be throwing it off?
maria miranda
ParticipantThis reply is private.
maria miranda
ParticipantI have a dev environment I can set up a test of the site in, but I wasn’t sure if that would work because the Calendar’s license is pointing at the live site.
maria miranda
ParticipantThis reply is private.
maria miranda
ParticipantThis reply is private.
maria miranda
ParticipantI have a bandaid on the pages having problems right now.
But it’s only these pages having the problems.Ticket Booth
https://www.cappellacantorum.org/events/category/performances/list/Travel with Us
https://www.cappellacantorum.org/events/category/travel/list/Singing Opportunities
https://www.cappellacantorum.org/events/category/singer-registrations/list/It’s only affecting links to an Event Category.
maria miranda
ParticipantOh! And all the Event Calendar plugins are 3.8. We use the Event Calendar, Event Calendar Pro, and the WooTickets.
maria miranda
ParticipantI tried a default WordPress theme, I tried turning off plugins, I tried in different browsers. It’s the Event Category only that’s not working. It’s saying there is a redirect loop.
-
AuthorPosts
