Comments 3tampabayrpc started the conversationNovember 5, 2021 at 1:58pmSometimes the calendar doesn't show any events, sometimes it does. The calendar's default options are public front visibility. I don't know why it's doing that now since before it wasn't doing that at all. Any ideas why that might be happening? 877Zhivko repliedNovember 8, 2021 at 3:08pmHi,Try following:Open your theme or child-theme functions.php file and insert this hook: add_filter('stec_admin_ajax_public_verify_nonce', function(){ return 'false';});Clear your wordpress cache and check if the problem persists. Stachethemes Developer 3tampabayrpc repliedNovember 12, 2021 at 2:19pmHi,I tried it 3 days ago and I have been checking everyday and it seems like it worked! thank you so much!1 Like Sign in to reply ...
Sometimes the calendar doesn't show any events, sometimes it does. The calendar's default options are public front visibility. I don't know why it's doing that now since before it wasn't doing that at all. Any ideas why that might be happening?
Hi,
Try following:
Open your theme or child-theme functions.php file and insert this hook:
Clear your wordpress cache and check if the problem persists.
Stachethemes Developer
Hi,
I tried it 3 days ago and I have been checking everyday and it seems like it worked! thank you so much!