Date Not Displaying

Home Forums Calendar Products Events Calendar PRO Date Not Displaying

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #115594
    Sean
    Participant

    I know it’s an issue with my theme, but what could cause specifically the date on the event page from just not displaying? The text date is there and the date is visible in the code, but no matter what stylesheet I select, only the date is the only piece of information that will not display.

    #115898
    Barry
    Member

    You mean on single events?

    There’s a rule in your theme stylesheet (inkness/style.css lines 391-394) hiding any elements that have the CSS class .updated applied to them – but if you add the following rule (either to the end of that stylesheet or some other suitable place, like a tribe-events.css stylesheet – see our Themer’s Guide for details) the date should become visible again:

    .tribe-events-schedule.updated {display: block;}

    Does that help here?

    #115942
    Sean
    Participant

    Very much so. Thank you very much. I couldn’t figure it out using inspector and this is exactly what I was looking for.

    #115945
    Barry
    Member

    Delighted to help 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Date Not Displaying’ is closed to new replies.