My Calendar Plugin is displayed over the whole page.
-
Dear devolper,
since the “width display” issue with the “My Calendar” plugin is only with the graphene theme I was wondering if you could help me to find a solution. On other themes the My Calender Plugin looks fine.
Website: http://crazyeight.info/events/
Wordpress: 3.8.1
Theme: Graphene (latest version)
My Calender Plugin: 2.2.13 (http://www.joedolson.com/articles/my-calendar/)
I guess I need to adjust some css in the graphene theme?
Thanks in advance!
Mod
Try adding this to custom CSS:
.jd-calendar code {white-space: none;}
Just because two things are not compatible does not mean it is a bug!
Mod
There is some jacked-up code on that page. I recommend the All in One Event Calendar, which just plain works: http://wordpress.org/plugins/all-in-one-event-calendar/
Mod
However, since that is a paid plugin, the developer should offer support:
Quote:There is some jacked-up code on that page. I recommend the All in One Event Calendar, which just plain works: http://wordpress.org/plugins/all-in-one-event-calendar/says its broken with 3.8.1 🙁
Try this:
#jd-calendar code {
white-space: normal;
}
- You must be logged in to reply to this topic.