Support

Home Forums Event Espresso Premium Email at bottom of events listing

Email at bottom of events listing

Posted: December 16, 2020 at 8:06 pm


Quilting on the Beach

December 16, 2020 at 8:06 pm

When you click on the email at the bottom of my events list pages, you get an error message “It seem that we can’t find what you are looking for.” Can that email link be made to go through to the contact us page or be removed?
Also, at the “top” of each event listed is the date that it was posted (in December). This is a little confusing to customers — I’d like the first date they see related to the event to be the date of the event. Please let me know how to adjust this.
Thanks!
Thanks


Tony

  • Support Staff

December 17, 2020 at 6:57 am

Hi there,

Both of those aren’t actually from Event Espresso, they are from your theme. Event Espresso doesn’t have control over where they can go, but they can be hidden using CSS.

When you click on the email at the bottom of my events list pages, you get an error message “It seem that we can’t find what you are looking for.” Can that email link be made to go through to the contact us page or be removed?

For this you’ll need something like:

.type-espresso_events .posted-on {
    display: none;
}

Also, at the “top” of each event listed is the date that it was posted (in December). This is a little confusing to customers — I’d like the first date they see related to the event to be the date of the event.

Do you want to leave the comment count or just remove all ‘post meta’ from there?

To remove it all, use:

.type-espresso_events .post-meta.down {
    display: none;
}

To remove just the author link (the email) use:

.type-espresso_events .post-meta .author-name {
    display: none;
}

—-

You can add the CSS you want to use in:

Appearance -> Customize -> Additional CSS.

The support post ‘Email at bottom of events 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