Hi Rikard,
Thanks for your response.
I did try updating, and it did not solve the issue.
Actually it created 2 other bugs, that’s why i did not keep the new update :
– the text on the layer slider on the home page does not show up
– I created a shortcode that does not work anymore with the new enfold update
function av_breadcrumbs_shortcode( $atts ) {
if (function_exists(‘avia_breadcrumbs’)) {
return avia_breadcrumbs(array(‘separator’ => ‘/’, ‘richsnippet’ => true));
} else return ”;
}
add_shortcode( ‘pipgen_breadcrumbs’, ‘av_breadcrumbs_shortcode’ );
