Hi @sjaure
I am confirming that when using Gutenberg to create an event:
- the featured image displays “correctly” (assuming the correct display is the image appearing under the “Featured Image” section)
- the featured image does NOT display on the single event page
- the featured image DOES display on hover in the calendar
…of note, when I did an “Inspect” on the page, there was NO code to display the featured image on the single event template.
Here is a snippet of the output on the page:
<main id="tribe-events-pg-template" class="tribe-events-pg-template">
<div class="tribe-events-before-html"></div>
<span class="tribe-events-ajax-loading">
<img class="tribe-events-spinner-medium" src="https://coi-csod.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif" alt="Loading Events" />
</span>
<div id="tribe-events-content" class="tribe-events-single tribe-blocks-editor">
<p class="tribe-events-back">
<a href="https://coi-csod.org/events/">« All Events</a>
</p>
<div class="tribe-events-notices">
<ul>
<li>This event has passed.</li>
</ul>
</div>
<div class="tribe-common-b2 tribe-ext-events-control-status-single-container">
</div>
<h1 class="tribe-events-single-event-title">Test Current Event</h1>
<div id="post-5408" class="post-5408 tribe_events type-tribe_events status-publish has-post-thumbnail hentry tribe_events_cat-graduation cat_graduation">
<div class="tribe-events-schedule tribe-clearfix">
<h2 class="tribe-events-schedule__datetime">
My assumption based on the screenshots is that the code for the featured image SHOULD have appeared before the Heading (<h1>
) tag.
You can let me know if the System info is still necessary.