@lairinys the problem is not the entire div, but only the <p role=”status”> that doesn’t exists.
I’ve put this code and it worked:
jQuery(function(){
if (jQuery(‘.screen-reader-response [role=”status”]’)[0] == undefined) jQuery(‘.screen-reader-response’).append(‘<p role=”status” aria-live=”polite” aria-atomic=”true”></p>’);
});