Support

Home Forums Event Espresso Premium Events not showing up on Events List Page

Events not showing up on Events List Page

Posted: March 31, 2014 at 1:50 pm


Eric Budovitch

March 31, 2014 at 1:50 pm

I bought EE4 but am running into issues, events are not showing up on the Events List Page in either list or calendar view.
Going a little crazy here. I assume this is a basic function that EE4 is able to accomplish especially since it’s the first or second lesson in the documentation but I’m getting no where with it.


Lorenzo Orlando Caum

  • Support Staff

March 31, 2014 at 1:58 pm

Hi Eric,

Your event list page for Event Espresso 4 would be:

example.com/events/

Could you link to the page so I can take a look?


Lorenzo


Melissa Erlbaum

March 31, 2014 at 2:29 pm

I’m having the same issue. My organization had events listed in our WordPress events page prior to installing EE4. Now no longer able to see what was there previously. I’m assuming its because EE4 events listing url automatically goes to example.com/events/.

Is there a way to change EE4 events listing url? I’d prefer it go somewhere else anyway, but can’t figure out how to edit it.

Thanks!


Lorenzo Orlando Caum

  • Support Staff

March 31, 2014 at 3:26 pm

Hi Melissa,

There is a code snippet available in WordPress admin –> Event Espresso –> Help & Support –> FAQ:

add_filter( 'FHEE__EE_Register_CPTs__register_CPT__rewrite', 'my_custom_event_slug', 10, 2 );
function my_custom_event_slug( $slug, $post_type ) {
	if ( $post_type == 'espresso_events' ) {
		$custom_slug = array( 'slug' => 'workshops' );
		return $custom_slug;
	}
	return $slug;
}

The above example will change it from events to workshops. You can add it to a custom snippet plugin. This file is ready to be uploaded to wp-content/plugins/

http://cl.ly/code/3L0n3j3f1A1A

Be sure to change “workshops” to something else.


Lorenzo


Eric Budovitch

April 1, 2014 at 8:56 am

Thanks for replying Lorenzo,
The link is: http://www.budovitch.com/artfactory/events/

I’ve been having other issues with EE4.  I had to pay someone to figure out that an excerpt needs to be included in all events or the ticketing info doesn’t appear.  Also, when the ticketing info does appear it’s organized very poorly on the screen.  The purchase button is off to the side and very small considering it’s the most important feature.

And to top it off, once installed I can’t access my wordpress admin section.  I have gointo cpanel, find the plugin in the file manager, rename it to disable Espresso, just so I can login.  

Frankly I’d like to know if the $50 I paid for the beta version could be either refunded or credited to my account so I can buy the EE3 version. I thought EE4 would be further along than this.

I’m just trying to sell tickets here.  I’m using wordpress for a reason; I don’t want to get into the code.


Lorenzo Orlando Caum

  • Support Staff

April 1, 2014 at 9:17 am

Hi Eric,

Event Espresso 4 comes with basic styling and then uses styling from your theme. An excerpt is not required for the ticket selector to appear so something else may be causing this strange behavior.

Please email sales [at] eventespresso.com for some options for Event Espresso 3.


Lorenzo

The support post ‘Events not showing up on Events List Page’ 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