Okay
  Public Ticket #2910117
Events not showing
Closed

Comments

  •  3
    tampabayrpc started the conversation

    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?

  •  793
    Zhivko replied

    Hi,

    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

  •  3
    tampabayrpc replied

    Hi,

    I tried it 3 days ago and I have been checking everyday and it seems like it worked! thank you so much!