Site logo

[Resolved] Events Calendar event excerpt does not appear

Home Forums Support [Resolved] Events Calendar event excerpt does not appear

Home Forums Support Events Calendar event excerpt does not appear

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1516524
    jennifer

    Hi- I’m using the Events Calendar plugin. The event excerpt does not appear in the list view (URL in private info box) when using GP.

    It appears fine when I activate theme 2020.

    The event excerpt uses a normal WP excerpt: https://wordpress.org/support/article/excerpt/

    Please let me know.

    #1516617
    Leo
    Staff
    Customer Support

    Hi there,

    What is your excerpt setting under Customizer > Layout > Blog?

    #1516625
    jennifer

    It’s set as “excerpt.” I’ve tried switching over to full content, but it doesn’t change the page.

    #1516660
    Leo
    Staff
    Customer Support

    Can you try if this PHP snippet makes a difference?

    add_filter( 'generate_show_excerpt', function( $excerpt ) {
        if ( is_post_type_archive( 'tribe_events' ) ) {
            return true;
        }
        return $excerpt;
    } );

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    #1516728
    jennifer

    Sorry, that snippet didn’t change anything.

    #1516769
    jennifer

    Just found a workaround. From the plugin settings, if I switch over to “Default Page Template” for the events template, the excerpt appears in the calendar view.

    #1516777
    Leo
    Staff
    Customer Support

    Glad to hear 🙂

    Thanks for sharing the solution!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.