Date and Time not showing on single event page

Home Forums Calendar Products Events Calendar PRO Date and Time not showing on single event page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #216821
    liveroomescape
    Participant

    Hi guys,

    I know im probably just missing one tiny setting somewhere, can anyone point me in the right direction.

    if you go to this link http://www.liveroomescape.com/event/sherlock-room/ you will see that the details do not say what time or date the event is. for some reason those details are not printing onto the page.

    I have definitely set the time and date on the event admin screen. I also have a ticket for sale to this event, but i have not set an end date to those ticket sales. I just cant figure out what’s going on.

    Any advice would be greatly appreciated, thanks 🙂

    #217530
    Barry
    Member

    Looks like your theme’s CSS hides any elements that have the updated class applied to them. It’s fairly easy to workaround, though, just add this line of CSS to a custom tribe-events.css stylesheet:

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

    It looks like you’ve already set that stylesheet up – so you could probably just tack this rule on to the end.

    Does that help?

    #217977
    liveroomescape
    Participant

    That worked really well, thanks.

    One more thing: I’m trying to get the wootickets meta box to have a transparent background just like the other meta box’s any idea what css target i have to target to do that?

    #219666
    Barry
    Member

    Sure – try something like:

    .single-tribe_events #tribe-events-content form.cart { background: transparent }

    I hope that helps!

    #219782
    liveroomescape
    Participant

    Thanks a lot. that worked perfectly.

    #221987
    Barry
    Member

    Excellent, glad we could help!

    I’ll go ahead and close this thread – but if we can help with anything else please just create new threads as needed … and, if you have a moment and wanted to share a review of The Events Calendar that would certainly be welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Date and Time not showing on single event page’ is closed to new replies.