• For a while now my calendar doesn’t show days with events in a different color. In this case it should be green like the links above but they are all grey. I inspected the page and i think it’s a problem with the class assignment of these elements. In the CSS the class is em-cal-day-date.colored and in the html it’s em-cal-day-date colored. Changing this in the HTML in the inspector corrects it but of course only for this instance. Is there something on my end that’s wrong and which file should i be looking at in the plugin file editor?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes – I have a similar issue with this widget. It always showed a link with a coloured date to indicate a current or future event. Now it just shows a coloured link for the current date and not for events on future dates. The future event dates show a link and tool tip only when covered by a mouse pointer but are not coloured.

    The error occurs in section-dates.php which you can find in the wp content/plugins/events-manager/templates/calendar directory in line 28 change <div class=”em-cal-day-date colored” to <div class=”em-cal-day-date.colored”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘calendar widget doesn’t have different colored links’ is closed to new replies.