• Resolved itsolutioncoat

    (@itsolutioncoat)


    hello
    I am trying your plugin but I have some issus
    in the above link you see the calendar – in MONTH view erverything is shown – the same calendar in week view there are missing a lot of events….
    the list views are correct
    can you please tell me whats wrong?
    thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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);
    Thread Starter itsolutioncoat

    (@itsolutioncoat)

    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)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘events not correct’ is closed to new replies.