Support

Home Forums Event Espresso Premium Split: event registration functions are not working in template

Split: event registration functions are not working in template

Posted: June 18, 2014 at 3:55 pm


Heather Wentler

June 18, 2014 at 3:55 pm

I am also having this issue:

http://64.64.18.62/~doyenne/events/doyenne-ambassador-happy-hour/

Version Info Event Espresso – 4.2.2.reg Version 3.9.1

Here is my template code

`<?php get_template_part( ‘shared/header’ ); ?>
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<section>
<div class=”row” id=”content” class=”blog”>
<div class=”small-12 medium-8 columns”>
<h1 class=”left”><?php the_title();?></h1>
<?php espresso_list_of_event_dates(); ?>
<?php espresso_event_reg_button(); ?>
<?php espresso_display_ticket_selector(); ?>
<div itemprop=”description articleBody”><?php the_content(); ?></div>
<?php espresso_event_venues(); ?>

<?php // related_posts(); ?>
</div>
<div class=”small-12 medium-4 columns”>
<div class=”widget location”>
<h3>Location</h3>
<?php espresso_venue_name(); ?>
<?php espresso_venue_address(); ?>
<?php espresso_venue_gmap(); ?>
</div>
</div>
</div>
</section>
<?php endwhile; ?>
<?php endif; ?>
<?php get_template_part( ‘shared/footer’ ); ?>’


Lorenzo Orlando Caum

  • Support Staff

June 18, 2014 at 8:21 pm

Hi Heather, could you backup your WordPress and update to Event Espresso 4.2.5?

Click here and then scroll up to see the changes since 4.2.2:

https://eventespresso.com/wiki/ee4-changelog/#4.2.2


Lorenzo


Heather Wentler

June 24, 2014 at 7:46 am

Hi Lorenzo,

I’ve updated and the issue persists: http://64.64.18.62/~doyenne/events/badger-startup-summit/

Please advise.


Heather Wentler

June 24, 2014 at 7:47 am

Actually, that link goes to another site and works! This one doesn’t: http://64.64.18.62/~doyenne/events/doyenne-ambassador-happy-hour/


Josh

  • Support Staff

June 24, 2014 at 9:09 am

Hi Heather,

Can you shed some light on what’s not working here? I checked the last link you posted and I can see that the Event Title is displayed twice, but that can be corrected by removing either the call to the event header template or the_title.

The support post ‘Split: event registration functions are not working in template’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso