Calendar is showing dots instead of words

Home Forums Ticket Products Event Tickets Plus Calendar is showing dots instead of words

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1501031
    ypslc
    Participant

    Our calendar used to be a sleek modern calendar that showed the words of upcoming events. A few weeks ago, it started showing dots in place of the words. How do I fix this?

    #1504286
    juanfra
    Keymaster

    Hi,

    Thank you for writing. I hope you’re doing well.

    Have you done any customization work on the CSS styles? I can see that you have this code:

    .tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .type-tribe_events {
    display: none;
    }
    

    And that is preventing the events to be displayed.

    As for the dots, this is the code generating them:

    .tribe-events-calendar .tribe-events-has-events:after {
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        padding: 0;
        border-radius: 50%;
        background-color: #333;
        margin: 5px auto;
    }
    

    Please check your stylesheets, or if you already removed these styles see if there’s a cached version.

    Best,
    Juan.

    #1522142
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Calendar is showing dots instead of words’ is closed to new replies.