I'm having difficulty getting almost any of the templates to work on this specific site. I haven't had this problem on my other rt wordpress site. I continue to get the following error whenever I switch to a different rt template.
Class name must be a valid object or a string in ...[my site ]..../wp-content/plugins/gantry/widgets/menu.php on line 142
I get this error whether I use the menu widget or not.
http://www.michaelduduit.info
Wordpress 3.3
Gantry Version 1.22
The only template I can get to show anything is syndicate but I would prefer to have hybrid.
Line (group) referenced in error.
protected function initializeMenu($instance = null) {
$menu = null;
if (null == $instance) {
$instance = $this->getInstance();
}
$theme_info = self::$themes[$instance['theme']];
$theme = new $theme_info['class'];
$menu = new GantryMenu($theme, $instance);
$menu->initialize();
return $menu;
}