Time/Date Display problems…

Home Forums Calendar Products Events Calendar PRO Time/Date Display problems…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #759669
    moiremusic
    Participant

    I have two problems relating to the display of time. Including them both in case they are related:

    1) I’m not seeing a start time in the events popup of any of my events.
    2) Then in the full events description I’m not seeing any date or time information.

    These should be reproducible in any of the events on my page (www.dallasgamedevcalendar.com).

    #762201
    Brian
    Member

    Hello,

    Sorry for the issues and thanks for providing the link to the site. I checked it out.

    Looks like the theme has some css with the same selector as those two areas causing them to be hidden.

    Adding this to your css or through a plugin such as Simple Custom CSS should fix it.

    .tribe-events-meta-group .updated,
    .tribe-events-event-body .updated {
    display: inline;
    }

    Let me know if that works.

    Thanks

    #764162
    moiremusic
    Participant

    Excellent! Thanks so much, Brian.

    #764538
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Time/Date Display problems…’ is closed to new replies.