AardvarkGirl
Member
Posted 10 months ago #
I've used this plug-ins on a few other sites and have been very happy with it. I've just updated a site that is still in development to 3.2 - and the calendar grid view is all out of whack (columns not in equal columns, Wednesday is VERY wide while the others are all squashed together).
I went through and disabled other plugins to trouble shoot that way but nothing improved it.
This is the naughty site: http://www.rastaging7.com/index.php/category/events/month
This is a pre-3.2 version of WordPress site that I know it does work on:
http://andersoncreekhunting.com/category/events/?eventDisplay=month
Thanks all! :)
In the events.css in the calendar plugin's folder near the top it says:
.widecolumn {padding: 0 20px;"
See that quote mark? That's killing all the CSS that follows it. Make it:
.widecolumn {padding: 0 20px;}
That should fix you up.
AardvarkGirl
Member
Posted 10 months ago #
I also went in and changed the theme and tested it on the 2011 and on 2010 and it didn't help/fix anything, so then I uploaded this theme to a 3.1.3 version and the calendar grid view worked fine.
And just for trouble shooting giggles I tested the page on a css validator and got this error for this page, for the specific theme, but not specific to WP 3.1.4 or 3.2:
202
#access .menu-header, div.menu, #colophon, #main
Parse Error [,]
Not sure if it is related or not... just trying to trouble shoot.
AardvarkGirl
Member
Posted 10 months ago #
HA! You posted while I was posting... DANKE DANKE DANKE! :)
Sometimes you just need a second set of eyes. ;)