Viewing 4 replies - 1 through 4 (of 4 total)
  • What code do you have under Events > Settings > Formatting > Events > Single Event Page?

    Is it possible you’ve got two image placeholders in there?

    Thread Starter mizschmitty

    (@mizschmitty)

    No. I had that thought and double checked.

    <div style=”align: center”>#_EVENTIMAGE</DIV>
    #_EVENTNOTES
    <p>Click here to add this event to your calendar.</p>
    {has_bookings}
    <h3>Bookings</h3>
    #_BOOKINGFORM
    {/has_bookings}
    <div style=”float:right; margin:0px 0px 15px 15px;”>#_LOCATIONMAP</div>
    <p>
    Date/Time
    Date(s) – #_EVENTDATES
    <i>#_EVENTTIMES</i>
    </p>
    {has_location}
    <p>
    Location
    #_LOCATIONLINK
    </p>
    {/has_location}
    <p>
    Categories
    #_CATEGORIES
    </p>
    <br style=”clear:both” />

    Plugin Support angelo_nwl

    (@angelo_nwl)

    could it be that your theme is using feature image to display it on single post? if you try to switch single events page to ‘page’ instead of ‘post’ does it help? you can also check this in your theme single.php

    Thread Starter mizschmitty

    (@mizschmitty)

    That totally fixed it! Just switching my events to pages. Thank you!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image issue between normal and recurring events’ is closed to new replies.