Hello !
We just bought FullCal addon but I can’t see how to enable it nor shortcodes to use… Is there a documentation somewhere ?
Thanks!
Sep 12,2021 AT 9:34AM - 3 years ago -Hello,
Thanks for reaching out.
Here https://docs.myeventon.com/documentations/how-to-install-and-use-the-fullcal-addon/ is a tutorial on how to use the addon.
Hello there !
I see that with new version of Event On we can havea drowpdown list for switching display mode but I don’t where to activate this for its not showing on our site.
Thank you,
Guillaume
Now I succedded seeing button adding view_switcher=’yes’ in the shortcode however the “Full Calendar” view option is not accessible on the dropdown list.
Can you help us please ?
Thanks,
Guillaume
Hello,
Please send us wp-admin access to your site as a private message for us to further assist your situation.
Not sure which ticket to check. Could you send it here as a private message?
Hello there !
I succeded in activation the full cal as a view of the calendar however its displaying bad when clicking on a day as seen on the screenshot.
However while having this mess if we switch to list and then go back to Month its now correctly displayed….
Could you investigate for this please ?
Thanks! Regards,
Guillaume
Here is attached the screenshot of the Month view in a full mess…
Thanks!
Hello,
Could you check if the same happens on our test server: https://dev2.myeventon.com/28577-2/ ?
Please also send us your shortcode.
It works well on your server and I solved it here too 🙂
By the way I think the Full Cal code plugin that you let download isn’t the same that is used on your server for it can’t work if we use it as this.
To make it works I added this function on class front-end.php file :
function view_switcher_bis($A, $args){
if($args[‘view_switcher’] == ‘yes’){
EVOFC()->load_script = true;
$DATA = array();
$DATA[‘c’] = ‘evofc’;
$DATA[‘el_visibility’] = ‘show_all’;
$this->sv_onpage = true;
$A[‘evofc’] = array($DATA, ‘fullcal’, evo_lang(‘Mois’));
}
return $A;
}
and this action on the constructor:
add_action(‘evo_view_switcher_items’, array($this, ‘view_switcher_bis’),10,2);
Best regards,
Guillaume
Thank you for that code I’ll alert Ashan
the view switcher is still in beta
Actually you are correct the version on dev is a beta version which we just released. https://docs.myeventon.com/documentations/changelog-fullcal/