Event espresso publish event date

Hello,

We use event Espresso for our event management services. Our published events show the publishing date at the top (as opposed to the actual event date). Developers at Event Espresso said this is an issue with the theme because events are published as posts.

How can I hid the event published date? In my example screenshot, Nov 26th, 2021 is the date that needs to disappear.

Thanks! (our website is www.vsmegrappling.com

Hey @neojits,

Go to WP Admin Menu > X > Theme Options > Blog > Content and disable the Post Meta.

image

In case you need the Post Meta showing for your posts but hidden for your Events, you might want to upgrade to Pro so you can take advantage of the Layout Builder which will you to create a custom layout/design for your blog posts and a different layout for your events.

Thanks.

hi Christian

Thanks, but my post meta is toggled to off, and the date still shows.

Any custom CSS i can use?

Thanks!

Screen Shot 2021-12-13 at 9.01.12 AM

Hi @neojits,

You can use the following custom CSS code into the Theme Options > CSS to hide the meta values you are expecting.

.single-espresso_events .p-meta
{
    display:none !important;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

It has been also found that you are still using the older version of the X i.e. 8.3.0. I would suggest you follow the below steps while updating the X theme and the Cornerstone.

  1. Delete the Cornerstone
  2. Update the X theme to the latest version on automatic updates
  3. After the X theme is updated, use the link in the dashboard to automatically install the Cornerstone. It will be at the latest version

Thanks

amazing. thanks! it worked

And thank you for the advice, i will update our team on this.

regrads

Hi @neojits,

Glad that we are able to help you.

Thanks

Hi guys

Our dashboard does not indicate that we need to update X. Could you send us the file to manually update?

Hi @neojits,

You can download the latest version of X from your Themeco Account.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.