I have been able to find the problem.
function remove_cssjs_ver( $src ) {
if ( strpos( $src, '?ver=' ) )
$src = remove_query_arg( 'ver', $src );
return $src;
}
add_filter( 'style_loader_src', 'remove_cssjs_ver', 10, 2 );
add_filter( 'script_loader_src', 'remove_cssjs_ver', 10, 2 );
This function in my functions.php prevented YASR from displaying properly.
Avada still claims this is not an Avada problem, but since this function also prevented Rank Math from working, I think Avada has changed something.
I have had this function in for months, never had any problems. Then all of a sudden 2 plugins stopped working. Can’t believe that changes were made to YASR and RM almost at the same time and that’s why the plugins stopped working.
But with YASR I would like to go back to the old version. Honestly, this big element with the hint of “Pro Only features” is more than annoying. Now this element takes more than 50% of the height of my screen.
https://screenrec.com/share/9V2tTS8oBM