Display events list including image with shortcodes

Home Forums Calendar Products Events Calendar PRO Display events list including image with shortcodes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #999152
    Oliver
    Participant

    Hi Barry,

    I’m currently using the Events Rocket plugin to display an events list including an image on the homepage of our website:

    <h3>{title}</h3>
    {start_date}, {start_time} – {end_time} {description} {thumbnail} [/event_embed][

    http://www.treffpunkt-jazz.de

    Is it also possible to create this list with the shortcodes describe here?
    https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/

    (I didn’t found a way to include an image in the documentation, but maybe I’ve just overseen a relevant part).

    Best regards,
    Oliver

    #999337
    Geoff
    Member

    Hi Oliver,

    Glad to hear you’re using Event Rocket! We actually do not support it here in these forums and it is supported directly on WordPress.org.

    That said, images do not display in the list widget by default. However, you could technically make that happen by overriding the template file for the list widget and including the featured image in the markup where you wold like it to display:

    <?php echo tribe_event_featured_image( $event_id, 'small', false ); ?>

    Please do check out our Themer’s Guide for a step-by-step process for overriding calendar template files. 🙂

    Cheers!
    Geoff

    #1001381
    Oliver
    Participant

    OK, I will check that out!

    Thanks!
    Oliver

    #1001386
    Geoff
    Member

    My pleasure! Thanks again for reaching out and feel free to hit us back up if any other questions come up. 🙂

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Display events list including image with shortcodes’ is closed to new replies.