Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Simple event listing | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Simple event listing

Simple event listing

Posted: March 19, 2014 at 12:23 am

Viewing 3 reply threads


Devon Cox

March 19, 2014 at 12:23 am

Is there a way to create a simple event with no ticketing or registration details?

thanks,

Devon


Dean

  • Support Staff

March 19, 2014 at 5:46 am

Hi Devon,

I assume you want this information to be in the event list?

If so, the the answer is yes and no. It can be done but requires some fiddling as Event Espresso is designed to display events rather than informational posts.

You would need to set the “Display registration form? ” option in the event editor to No. This would disable the registration form.

After that you would need to add some CSS that specifically targets that event to hide the payment and ticketing information.

Something like this might work, but no doubt you will need to tweak it a bit

/* replace 19 with the event ID number */

/* this will hide the meta data on the event list*/
#event_data-19 .event-meta {
display:none;
}

/*this will hide the attendance on the single reg page */
#espresso-event-id-19 p.section-title {
display:none;
}


Devon Cox

March 19, 2014 at 1:47 pm

Thanks for the reply. I can’t seem to find the ‘display registration form’ option – I’m in EE 4 – is it on 4?

Also, I did an export of 2 test events so that I could see the format and do an import. The file exported looks like this: https://drive.google.com/file/d/0B5uFsRnRDZuObWlrY3BnZDJiV0k/edit?usp=sharing – is that correct format? I’m confused as to how I can import using this format.

Thanks,

Devon


Lorenzo Orlando Caum

  • Support Staff

March 19, 2014 at 3:24 pm

Hi Devon,

I just imported your file from Google and I can see that two events were imported:

http://cl.ly/image/0G0I40333u3o

I did have to setup a datetime and a ticket for the second event but besides that the test information looked okay.

The display registration form was temporarily removed from EE4. It will be reintroduced very soon.

For now, you can use CSS to target the ticket selector:

.event-tickets{display:none}


Lorenzo

Viewing 3 reply threads

The support post ‘Simple event listing’ 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 - Staging Server