Latest update still has problems with dates in details block

Home Forums Calendar Products Events Calendar PRO Latest update still has problems with dates in details block

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1078349
    Kurt
    Participant

    The 4.0.6 release fixed most of the problems with start and end dates in the details block. But there is still a problem with events that span multiple days: the start date and time are missing, only the end date and time are shown. You can see this in the link below. (Fair warning, this is an adult kink site.)

    http://www.coloradobdsm.org/event/leather-party-leather-history-class-presented-by-spanktrum/

    #1079788
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    I visited your site and see what you mean.

    Try out this css to show the time:

    .tribe-events-meta-group .tribe-events-abbr.updated {
    display: block;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1079947
    Kurt
    Participant

    Yes, applying that CSS resulted in the dates being displayed correctly. And thanks for the pointer to Simple Custom CSS.

    I would appreciate an update when this is resolved in the code so that I can remove the custom CSS.

    Thanks,
    ~~ Kurt

    #1079961
    Brian
    Member

    We did remove the class that your theme is using to hide the date and time.

    It looks like since it is still there you might be using an older template in your theme here:

    yourtheme/tribe-events/modules/meta/details.php

    And should be updated from the latest template here:

    plugins/the-events-calendar/src/views/modules/meta/details.php

    #1086268
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Latest update still has problems with dates in details block’ is closed to new replies.