New versions – EasyAppointmens 3.11.9

Support forumCategory: NewsNew versions – EasyAppointmens 3.11.9
Nikola Loncar Staff asked 11 months ago

Hi :)

new version of EasyAppointments 3.11.9 has been released with new feature for FullCalendar short code. Now you can hide cancelled appointments from being displayed. Code hide_cancelled='1'.

Best regards,
Nikola

Barrek replied 11 months ago

Hi!
I have problem getting this to work.
When I add it to the FullCalendar code like below all of the appointments get hidden(even those that are not canceled):

[ea_full_calendar location=1

hide_cancelled=1
]

I have also tried different ways of writing it with the same result:
hide_cancelled=1
hide_cancelled=”1″
hide_cancelled=`1`
hide_cancelled=’1′

I may be making a newbie misstake, but I dont know what to do, can you help me out please? Maybe with an example of how it should be written within the code?