Home › Forums › Calendar Products › Events Calendar PRO › Responsive Calendar
- This topic has 9 replies, 7 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
July 22, 2013 at 10:17 am #56343
theshutterclick
ParticipantIs there a way to make the monthly calendar responsive? My month view of the Calendar resizes very differently on the iPad and iPhone then it does in a browser. Am i doing something wrong?
July 22, 2013 at 5:33 pm #56431Leah
MemberHi theshutterclick,
Thanks for your note. The Events Calendar does have some responsive elements but it is not mobile-ready and may not display nicely on a tablet or phone. You’re definitely not doing anything wrong, it’s just not yet a built in feature. If you’re willing to dive a little deeper into the code for a solution, you might check out this thread on the subject. If you’d like to encourage us to add full responsiveness in an upcoming build, you can vote for it on our UserVoice Forum.
Best,
LeahJuly 22, 2013 at 8:55 pm #56451Cynthia Lockley
ParticipantI added my vote in the UserVoice Forum for this. In order to make the calendar responsive, you will need to convert the HTML table code to CSS styled tables with DIVs so it is flexible. This should also make the calendar more accessible for screen readers who have trouble navigating HTML tables.
August 3, 2013 at 4:10 pm #58686jebs38
ParticipantCynthia, Shutter & Leah, With a custom events calendar stylesheet you can just change the calendar with to max-width. That works like a charm. It’s a 2 minute fix!
August 3, 2013 at 4:11 pm #58687jebs38
Participant#tribe-events-content {
margin-bottom: 48px;
padding: 0 20px 20px 0;
position: relative;
max-width: 728px;
}August 5, 2013 at 10:20 am #58849Leah
MemberThanks John!
August 9, 2013 at 11:35 am #59729Rob
ParticipantI would like to ask more on this. I understand changing the CSS to handle most of the responsive needs but for a mobile smart phone would I would like to do is have my calendar page drop out and use the list view instead. Is there a way to code the template or the CSS to switch between the two?
Thanks, RobAugust 12, 2013 at 5:30 pm #60091Leah
MemberHi Rob,
At this time, our calendar is not ready for mobile devices. You might be able to find a way to make it work, but that’s currently outside of our scope of support. We know it’s a very important feature, and it is one we’d like to add, but it’s just not possible at this time. I wish you the best of luck with customizing it to fit your needs. Thank you for your understanding.
Best,
LeahAugust 12, 2013 at 6:25 pm #60101Andy Fragen
ModeratorRob, actually using CSS media queries, like these. You can add the list widget to your site and then hide the calendar when the viewport is small and hide the widget when the viewport is large.
It won’t be truly responsive but it could get you to what you want to see.
July 7, 2015 at 6:27 am #980088Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Responsive Calendar’ is closed to new replies.
