Hi
After updating to 4.8 on the demo below, an error will be displayed when using element ‘Masonry’ on the page – can you look at it asap …
BR, Pete
Hi,
Looks like i’ve solved the problem.
It was becauce of this code in functions.php in child theme
/*ENFOLD ALB*/
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
BR, Pete