Support » Plugin: The Events Calendar » Event time not showing

Viewing 11 replies - 1 through 11 (of 11 total)
  • Same problem here. When you click on the Event from the calendar it doesn’t show the date and time. On the calendar view, when you hover your mouse over an event it only shows the end time, not the start time.

    Example: http://www.beatriceag.org/calendar/

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi folks,

    Thanks for your post. I’m sorry you’re having trouble. Have you tried deactivating other plugins to look for a conflict, or switching to a default theme like Twenty Twelve? If you need help, please read this guide to testing for conflicts.

    If you can isolate this as an issue that’s inherent to The Events Calendar, we’d be happy to look into it further. (bremaweb, please start a new thread in this case). Unfortunately, we can’t help troubleshoot conflicts here on the free forum. If you do find a conflict, you can try getting in touch with the developer of the theme or plugin and see if they can shed some light on the issue.

    We also have some resources that might be helpful for you in troubleshooting a conflict:

    Themer’s Guide – provides an overview of how to customize the plugin’s frontend appearance.
    Tutorials – useful tips and tricks for changing how the plugin looks and behaves.
    Technical Docs – provides an overview of the classes and functions in each plugin

    Good luck, and thanks for using The Events Calendar!

    ~Leah

    I found my problem, in my stylesheet .byline and .updated were set to display: none. I think it was in the default stylesheet for the dazzling theme.

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Glad you were able to figure it out bremaweb! Thanks for your response. Duncan, any luck isolating an issue?

    ~Leah

    Thread Starter DJC1210

    (@djc1210)

    Yes sorted in the CSS too

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Great, thanks!

    I’m having same issue using MOESIA theme and when I switch theme to twentyEleven the calendar plug-in works great! I can try the CSS fix but not sure how to go about it. Can someone walk me thru it please? I’d really appreciate it 🙂

    Thanks,
    Ed

    @edyounkin

    Search for “byline” in the default theme css file. You will find something like:

    .byline
    .update {
    display: none;
    }

    Change “none” to “inline” for example. This should fix it!

    Good luck 🙂

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Thanks jbruljs!

    Thanks jbruljs,

    This works only if placed in original CSS and not the “edit CSS” feature for MOESIA theme.

    Would prefer to be able to use in edit feature to avoid having to reload my copy of modified CSS every time there is a theme update 🙂

    Thanks again though,

    Ed

    Brook

    (@brook-tribe)

    That is interesting. It could be an order of loading issue. In CSS if two items have a rule like .byline .update {} then whichever one appears last wins! But, if the first one is something even more specific, like body .byline
    .update {} its rule will remain in effect.

    – Brook

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Event time not showing’ is closed to new replies.