Calendar Widget

Home Forums Calendar Products Events Calendar PRO Calendar Widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #991924
    Charmaine Taylor
    Participant

    Hi,

    I have a calendar widget installed on my home page. However, many dates are greyed out as if there are no events on those dates (even though multiple events may be scheduled).

    Can you tell he how of fix this?

    Thanks,

    Charmaine

    #992109
    Nico
    Member

    Hi Charmaine,

    Thanks for reaching out to us! Hopefully I can help you out on this one 🙂

    Those events are greyed out because they are past events, that’s default behavior. If you want to customize how they look, please add this lines to your theme’s stylesheet -located at wp-content/themes/your_theme/styles.css:


    // modify all past dates
    #sidebar .tribe-mini-calendar .tribe-events-past {
    background-color: #ccc; // change background color
    opacity: 1; // make them "solid"
    }
    // modify past dates with events
    #sidebar .tribe-mini-calendar .tribe-events-past.tribe-events-has-events {
    background-color: #987fa7; // change background color
    opacity: 1; // make them "solid"
    }

    Please let me know if you can implement that snippet,
    Best,
    Nico

    #992113
    Charmaine Taylor
    Participant

    Hi Nico,

    Thank you for your help. As it relates to the past events being greyed out, that’s no problem. The problem is that dates on which we have future events scheduled are also greyed out. This issue isn’t consistent by the way, sometimes future dates for scheduled events are greyed out sometimes they are not.

    Thanks,

    Charmaine

    #992920
    Nico
    Member

    Hey Charmaine,

    Thanks for the follow-up! Sorry for my miss understanding 🙁

    I paged through the widget till April 2016 and couldn’t find ‘greyed’ days with events, Can you point me to where this is happening?

    Thanks, sorry again 🙂
    Best,
    Nico

    #996949
    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 ‘Calendar Widget’ is closed to new replies.