gfields108
Forum Replies Created
-
Resolved: It was a problem with my menu bar element sitting on top of the title link even though it had no content or background image in that area. My CSS mistake–dang it takes a long time to troubleshoot and find the source of problems!
I also just updated the 3.2 today and the plugin stopped working. Then received the update to the plugin (Version 0.8.1)–things worked again for a while. Then suddenly I got the white screen of death on every page but could still see admin pages. Initiated debug, deactivated plugin, reactivated it and found these errors:
Undefined variable: sb in customsidebars.php on line 97
Undefined index: cs-solutions in customsidebars.php on line 98Thanks,
GregFixed this–something added a blank line between two functions in functions.php in my theme.
This was revealed by using the debug feature in wp-config.php.
In the Calendar view the month drop down links do not work and lead to a 404 error. This can be fixed by changing the
&to?in line 8 of datepicker.php (in the views folder) like this:$link .= '&eventDisplay=month&eventDate=';should be changed to this:
$link .= '?eventDisplay=month&eventDate=';