Date of event not displaying on Event page, only on Calendar List

Home Forums Calendar Products Events Calendar PRO Date of event not displaying on Event page, only on Calendar List

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #129029
    Kevin
    Participant

    The Date of the Event is not displaying when you go to an individual Event Post. It displays in the List or Calendar view properly but not in the Event information listed on the post page. Please advise.

    http://dev-sfbc.thisisvisceral.com/event/traffic-skills-101-1-classroom/

    #129233
    Barry
    Member

    Hi!

    Your theme applies this rule which is hiding the date:

    .byline, .updated {
        display: none;
    }

    Try adding a custom tribe-events.css stylesheet (see our Themer’s Guide for an overview of this process) and add the following to “combat” your theme’s rule:

    .tribe-events-single .updated {
        display: block 
    }

    Does that help?

    #497332
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread (and so it will no longer be monitored by staff). If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Date of event not displaying on Event page, only on Calendar List’ is closed to new replies.