Events Calendar Pro

Home Forums Calendar Products Events Calendar PRO Events Calendar Pro

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #68810
    Paul
    Participant

    Having trouble getting my events calendar to show on my wordpress site. I am using Agent Press 2 from Studio Press running on a Genisis platform.

    I was originally showing a text layout. Support had me add a snippet to my functions.php file:
    add_filter(‘genesis_pre_get_option_content_archive’, ‘tribe_genesis_avoid_archive_excerpts’);

    function tribe_genesis_avoid_archive_excerpts($value) {
    if ( ! tribe_is_event_query()) return $value;
    return ‘content’;
    }
    The text format is gone but the events calendar still does not appear at buckscountyandbeyond.com/events. Looking for a solution to the problem.

    #69084
    Barry
    Member

    Are you currently using the Default Page Template setting (in Events → Settings → Display admin screen) and does changing this option to another template like the Default Events Template resolve this?

    #73229
    Kelly
    Participant

    Hi, Paul. As it’s been over two weeks since your last reply, I’m going to close this thread. Please open a new one if you choose to pursue this further in the future.

    Thanks for being part of the TEC community! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Events Calendar Pro’ is closed to new replies.