Found
A snippet blocks the circulation.
Strange I’ve always used it but without problems with other themes.
This line
add_filter( 'style_loader_src', 'olgerva_cleanup_query_string', 15, 1 );
OK thank you very much sorry to bother you, I’ll review the code.
Happy WeekEnd
function olGerva_cleanup_query_string( $src ){
$parts = explode( '?', $src );
return $parts[0];
}
add_filter( 'script_loader_src', 'olgerva_cleanup_query_string', 15, 1 );
add_filter( 'style_loader_src', 'olgerva_cleanup_query_string', 15, 1 );