• Resolved djPaulWall

    (@djpaulwall)


    This occurs on multiple sites I have that use this. Is there a setting that I am missing to allow the events list to show the featured image?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    did you already tried to use placeholder #_EVENTIMAGE under Events > Settings > Formatting > Events ?

    Thread Starter djPaulWall

    (@djpaulwall)

    Thanks for the reply! I just tried that and found that I needed to update the section titled “Default event list format” with some custom code I then styled here:

    <tr class="events-listing">
    			<td class="event-date">
                    #_EVENTDATES<br/>
                    #_EVENTTIMES
                </td>
                <td class="event-info">
                    <div class="event-img"> #_EVENTIMAGE</div>
                    #_EVENTLINK
                    {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
                </td>
            </tr>

    This worked for me, I just didn’t know where to look. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image Doesn’t show on Events List page’ is closed to new replies.