Support

Home Forums Event Espresso Premium Event open for registration showing as "Upcoming" with no "Register Now" button

Event open for registration showing as "Upcoming" with no "Register Now" button

Posted: August 7, 2015 at 6:29 am

Viewing 5 reply threads


Cade

August 7, 2015 at 6:29 am

If I select the upcoming button I am directed to the registration page that included the register now button. I do have an older long running event that does show the “Register Now” button on the first page. I cannot locate the source of the inconsistency.


Cade

August 7, 2015 at 7:04 am

To clarify, I have 3 events scheduled. All open for registration. On the first page from the registration link there is a list of events and one of them shows the ticket details and the register now option.


Lorenzo Orlando Caum

  • Support Staff

August 7, 2015 at 7:24 am

Hi Cade,

Could you provide a link to the page that has the events on it?

Thanks


Lorenzo


Cade

August 7, 2015 at 7:35 am

https://cmrw.org/?post_type=espresso_events


Josh

  • Support Staff

August 7, 2015 at 1:42 pm

Hi there,

It turns out the source of the inconsistency is from within the Avada theme. Why it’s inconsistent, I do not know. There are a few ways to make things consistent:

1) You go into the Avada theme options panel > Blog > and set the Excerpt or Full Blog Content option to Full Content and Save changes. This will affect both the Event Espresso events archive and regular blog post archives. If you want the blog post archives to display excerpts and not the full content, you can do option 2.

2) You make a copy of the Avada theme’s archive.php file and rename the copy to be archive-espresso_events.php. Then you open up the copy and look for this code:

if($data['content_length'] == 'Excerpt') {
	$stripped_content = tf_content( $data['excerpt_length_blog'], $data['strip_html_excerpt'] );
	echo $stripped_content;
} else {
	the_content('');
}

You change the above code to simply be:

the_content('');


Cade

August 7, 2015 at 2:24 pm

You guys are awesome!

Viewing 5 reply threads

The support post ‘Event open for registration showing as "Upcoming" with no "Register Now" button’ 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