Events Made Easy Forums Bug fixed or feature request implemented calendar widget grays out days from prev / next month, full calendar doesn't

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42125
    Anonymous
    Inactive

    Hey. If I display the calendar for Oct 2010, it displays four days from Sep grayed out on the first row of the calendar. If I dispaly Nov 2010 in the calendar widget it displays four days at the end of the month for Dec – correctly grayed out, but in the full calendar – they are NOT grayed out.

    In the widget it’s picking up the td.eventless-post class, but in the full calendar, even thought the HTML correctly has the eventless-post class on the <td>, it’s not picking up the rule in the css. I have not altered the css from the default.

    #44904
    Franky
    Keymaster

    Seems like a css bug in events_manager.css. Try changing in that file

    table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
    color: #ccc;
    }

    to

    table.dbem-calendar-table td.eventless-pre, table.dbem-calendar-table td.eventless-post {
    color: #ccc;
    }

    Edit: just tested this fix and it seems ok 🙂

    #44905
    Anonymous
    Inactive

    Yes. That fixes it. Thanks again for such quick answers! Makes using this plugin really fun.

    #44906
    Franky
    Keymaster

    Btw: the fix should be in the latest released version

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top