I changed the .php to this
<?php get_header(); ?>
<div class="art-content-layout">
<div class="art-content-layout-row">
<div class="art-layout-cell art-content">
<article class="art-post art-article">
<div class="art-postcontent art-postcontent-0 clearfix">
<div class="art-content-layout">
<div class="art-content-layout-row">
<div class="art-layout-cell" style="width: 100%; text-align: center; " >
<?php
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
echo '<img src="'. the_post_thumbnail() .'" />';
}
?>
</div>
</div>
</div>
<div class="art-content-layout">
<div class="art-content-layout-row">
<div style="float:left; margin:0px 0px 15px 15px;">
<h2 class="art-postheader"><?php echo $EM_Event->output('#_EVENTNAME'); ?></h2>
<?php the_field('event_image'); ?>
<p><?php echo $EM_Event->output('#_EVENTNOTES'); ?></p>
<p><strong>Date/Time</strong><?php echo $EM_Event->output('#_EVENTDATES'); ?><?php echo $EM_Event->output('#_EVENTTIMES'); ?>
{has_location}
<p>
<strong>Location</strong>
<?php echo $EM_Event->output('#_LOCATIONLINK'); ?>
</p>
{/has_location}
<p>
<strong>Categories</strong>
<?php echo $EM_Event->output('#_CATEGORIES'); ?>
</p>
</div>
</div>
</div>
<div class="art-content-layout">
<div style="float:right; margin:0px 0px 15px 15px;"><?php echo $EM_Event->output('#_LOCATIONMAP'); ?>
</div>
</div>
<div class="art-content-layout">
<div class="art-content-layout-row">
<div class="art-layout-cell" style="width: 100%" >
<h3>Questions or Tickets</h3><p>If you need any further clarification about this event, please <a href="https://www.theredzonemadison.com/contact-us/">contact us</a>, stop in at 1212 Regent St, Madison, WI 53715, or call (608)251-6766</p><p>We will see you soon.</p>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
[Moderator Note: Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged by the forum’s parser.]
It was showing the same problem. I checked the source code and it was just a bunch of div showing up with nothing in them. I went back to changed the test event and it tells me I am not allowed to edit post.??