Plugin Author
moiseh
(@moiseh)
Hello,
I can’t figure why FullCalendar was hiding the events on the week mode.
It seems that it’s hiding for events that have date with more than 1 day or something like this.
But, i have success to make it display on week mode using the following code, to define ‘allDay’ flag for FullCalendar. You can try add this on your theme functions.php file maybe it helps =>
add_filter('wbc_event_row', function($event){
$event['allDay'] = true;
return $event;
}, 10, 2);
thank you
now the events are in the weekly view BUT they are not at the correct time in the calender just in the line from the full day events….
see in in the link
https://hoy.itsolution.co.at/verfuegbare-buchungen/
I have already bought the PRO version it is a really GREAT plugin!!!
Plugin Author
moiseh
(@moiseh)
Ok,
Please remove the code i’ve posted from your WordPress, and if possible send me the wp-admin credentials, i’ll check if i can do something else to fix.
You can use the “Get support” link on my plugin (Plugins admin tab section)