Hi there
i tried to update the visual composer because i didnt upadte it quite a while now
but i get this error on the entire site is broken
Fatal error: Call to undefined function get_custom_column_class() in /nas/wp/www/staging/slidebird/wp-content/themes/legenda/framework/vc.php on line 1111
here is the link to the staging site http://slidebird.staging.wpengine.com/
and here to the original site wherer everything is working http://www.schubertstone.com/
line 1111 in the vc.php is this:
//return $teaser_width;
$custom = get_custom_column_class($teaser_width);
return $custom ? $custom : $teaser_width;
}
I run the latest legenda version
thx 4 help