Support

Home Forums Event Espresso Premium Calendar EE4 Displaying Event Title and Event Datetime text

Calendar EE4 Displaying Event Title and Event Datetime text

Posted: January 7, 2015 at 7:45 am

Viewing 6 reply threads


Jonathan Allsebrook

January 7, 2015 at 7:45 am

Hi

Is there an option to stop the calendar in EE4 showing both the title (which we want) and the text in the event datetime field (which we don’t want)?

Thanks


Lorenzo Orlando Caum

  • Support Staff

January 7, 2015 at 10:52 am

Hi, there isn’t currently an option to remove that information through the WP dashboard.

However, this line of CSS will hide it:

p.time_cal_qtip {
    display: none;
}


Lorenzo


Jonathan Allsebrook

January 8, 2015 at 7:09 am

Hi Lorenzo,

Doesn’t work am afraid…Screenshot


Lorenzo Orlando Caum

  • Support Staff

January 8, 2015 at 11:49 am

Hi,

Try adding it to a plugin like My Custom CSS or Reaktiv CSS builder. If it still doesn’t respond, then adding an !important to the CSS and it should override.


Lorenzo


Tony

  • Support Staff

January 8, 2015 at 11:53 am

Hi Jonathan,

Just to be sure, is it just the time section that you want to remove from that image?

If so you can do this within Event Espresso -> Calendar.

Within there you will find the option ‘Show Event Time in Calendar’, set that to ‘No’ and update the settings.


Jonathan Allsebrook

January 12, 2015 at 8:13 am

Nope not that…

Basically the Calendar shows both the Event Title and then right after it the text from the Event Datetimes field. Thus duplicating it. We don’t want to show the text in the calendar thats in the Event Datetimes field. As that has the event title in it followed by the date thus giving a duplication.


Lorenzo Orlando Caum

  • Support Staff

January 12, 2015 at 9:47 am

Hi,

Does this work when added to a plugin like Reaktiv CSS builder?

p.time_cal_qtip {
    display: none !important;
}


Lorenzo

Viewing 6 reply threads

The support post ‘Calendar EE4 Displaying Event Title and Event Datetime text’ 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