Support

Home Forums Event Espresso Premium Cannot Remove Author Name and Creation Date above events

Cannot Remove Author Name and Creation Date above events

Posted: October 24, 2023 at 2:26 pm


Tony

  • Support Staff

October 24, 2023 at 3:30 pm

Hi there,

I’d go with:

article.espresso_events > .list-inline {
    display: none;
}

Add that to Appearance -> Customize -> Additional CSS.


i4ci.cskoelling

October 25, 2023 at 9:38 am

Awesome, this worked. Thanks, Tony! On a slightly different topic, on this event, it says “We’re sorry, but ticket sales have been closed at this time. Please check back again later.” Is there a way to change that verbiage to something like, “We’re sorry, but ticket sales for this event are closed at this time.”?

Thanks.


Tony

  • Support Staff

October 25, 2023 at 3:22 pm

Awesome, this worked. Thanks, Tony!

You’re most welcome ๐Ÿ™‚

Is there a way to change that verbiage to something like…

Sure is, but you’ll need a snippet to do it.

Something like this:

https://gist.github.com/Pebblo/21be3707f0b332d58e13f438df4d88dc

Add that to a custom functions plugin, we have some documentation on creating on here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Then in your snippet change Line 9 to be:

'We\'re sorry, but ticket sales have been closed at this time. Please check back again later.' => 'We\'re sorry, but ticket sales for this event are closed at this time.',

That snippet is ‘translating’ the string on the fly to allow you to change it to whatever you prefer.

Is that what you are looking for?


i4ci.cskoelling

October 30, 2023 at 2:14 pm

I believe so, yes, and thank you.


Tony

  • Support Staff

October 30, 2023 at 4:25 pm

You’re most welcome ๐Ÿ™‚

If you have any trouble with the above just let me know.

The support post ‘Cannot Remove Author Name and Creation Date above events’ 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