full calendar responsive issues ?
-
after the update to the new responsive full calendar i notice a few problems.
Using this shortcode –
[eo_fullcalendar headerLeft='prev,next,today' headerCenter='title' headerRight='month,agendaWeek']
Full calendar display doesn’t hightlight ‘today’ –
CSS rule as below – no highlight ?
.fc td.fc-today { border-style: double; }
When going responsive on mobile phone in portrait , the month button is no longer displayed ? css as below
In fullcalendar.min.css –
@media (max-width: 512px) .eo-fullcalendar-responsive .fc-month-button { display: none; }
If i change that with dev tools to display it or add my own overide in my css to display it, when i switch between month and week on a mobile , it displays the old style full calendar , it’s only if i rotate the phone to landscape and back to portrait that it displays as a list ? it’s not refreshing ?
No month button possible on portrait ?
a few other quirks related to that , if i’m already viewing the month in landscape mode and rotate to portrait , it shows the month as a list , but once i click week view , obviously there is no way back to month !
hope that makes sense … its all a bit weird
- The topic ‘full calendar responsive issues ?’ is closed to new replies.