PHP version 8.0.27
ThemeColorMag Pro Child
Prepurchase question:
We’re interested in using your plugin for our 3 day event. Our current event schedule looks like this: https://www.linkpicture.com/q/multi-day-schedule.png, which we draw using a table. Would love to use your plugin to manage our event schedule more dynamically.
We have a few requirements:
1. As customers purchase tickets for a specific day, we need for that days schedule to be grouped together. I have them grouped in the table using a rowspan but visually they should be connected. Is this possible?
2. Some schedule entries need to have no end time. Our example shows entries in both versions mixed as needed. Is this possible?
3. Do you have an example or screenshots that provide a similar layout?
Thank you!
]]>In other words, we do not want to show the default 12am to 11pm, but rather 11am to 1pm because it’s the same time every day. Can this be done with the free version of the plugin?
Thank you.
]]>When no future events are scheduled, the “Previous/Next” links are disabled or disappear from our legacy Day, List, and Week views.
Events Calendar recently addressed the above issue but only for the legacy Monthly view as noted below:
Include “Next” and “Previous” Links When There Are No Events in Legacy Month View
Can you guys can provide a snippet to rectify the above? Even better, updating the snippet provided in the above link to incorporate all legacy views – if possible – would be a home run!
Thank you!
]]>Thanks in advance for your help!
]]>Keep getting persistent spinning wheel icon when selecting Month, List or Day view in calendar page and then trying to advance to the next screen of results.
Firefox Console shows error as:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://site.org /wp-admin/admin-ajax.php. (Reason: missing token ‘x-requested-with’ in CORS header ‘Access-Control-Allow-Headers’ from CORS preflight channel).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://site.org /wp-admin/admin-ajax.php. (Reason: CORS request did not succeed).
Any help appreciated!
I am having an issue when first viewing the calendar then changing to month view then to day view, it defaults to first of the month rather than ‘today’. The plugin came as part of the Avada theme and I can replicate the issue easily. Avada have checked the plugin and installation and cannot identify the problem.
I can replicate the issue as follows:
It DOESN’T happen if you follow these steps:
Start from my home page
Click the calendar menu item – Calendar shows in default list view (all correct)
Change to day view – day selected is correct (today)
It is now possible to change between any view and the day view seems always correct.
The problem DOES happen if you follow these steps exactly:
Start from the home page
Click the calendar menu item – Calendar shows in list view (all is correct)
Change to month view (all is correct)
Change to day view – day is incorrect (shows first of the month)
When I replicate these steps exactly, the problem occurs every time.
Any ideas how to fix this?
Thanks
Mike
]]>—————————————————————————
In search console I had the following error:
“Failed to load resource: the server responded with a status of 500 (Internal Server Error)”
—————————————————————————
In my error log I had the following errors/warnings:
[Mon Mar 18 12:51:16 2019] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: PHP Fatal error: Uncaught Error: Call to undefined function tribe_is_week() in wp-content/themes/white-fox-studios-profile/functions.php:73, referer: /events/
[Mon Mar 18 12:51:16 2019] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: Stack trace:, referer: /events/
[Mon Mar 18 12:51:16 2019] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: #0 wp-includes/class-wp-hook.php(288): filter_events_title(‘Events for Marc…’), referer: /events/
[Mon Mar 18 12:51:16 2019] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: #1 wp-includes/plugin.php(208): WP_Hook->apply_filters(‘Events for Marc…’, Array), referer: /events/
[Mon Mar 18 12:51:16 2019] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: #2 wp-content/plugins/the-events-calendar/src/Tribe/Template_Factory.php(289): apply_filters(‘tribe_events_ti…’, ‘Events for Marc…’, ‘Events’, ‘-‘), referer: /events/
[Mon Mar 18 12:51:16 2019] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: #3 wp-includes/class-wp-hook.php(286): Tribe__Events__Template_Factory->title_tag(Array), referer: /events/
[Mon Mar 18 12:51:16 2019] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: #4 wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array), referer: /events/
[Mon Mar 18 12:51:16 2019] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: #5 wp-includes/general-template.php(1073): apply_filters(‘document_title_…’, Array), referer: /events/
—————————————————————————
Here is the code I commented out and it started working again…
/**
final public function title_tag( $title, $sep = null ) {
// WP >= 4.4 has deprecated wp_title. This conditional (and the lower one) adds support for
// the new and improved wp_get_document_title method and subsequent document_title_parts filter
if ( ‘document_title_parts’ === current_filter() ) {
$sep = apply_filters( ‘document_title_separator’, ‘-‘ );
$the_title = $title[‘title’];
} else {
$the_title = $title;
}
$new_title = $this->get_title( $the_title, $sep );
$the_title = apply_filters( ‘tribe_events_title_tag’, $new_title, $the_title, $sep );
if ( ‘document_title_parts’ === current_filter() ) {
$title[‘title’] = $the_title;
return $title;
}
return $the_title;
}
*/
—————————————————————————
I tried deactivating all plugins and the issue still existed.
]]>I’ve got and issue with day view.
The loop doesn’t filter and displays all the events.
What I’m missing?
thanks
]]>