< div style ="background-color:#F4F4F4;border-radius :4 px ;flex-grow:o;height =14 px;margin-bottom :6 px;width =100 px;"> div>< div style ="background-color:#F4F4F4;border-radius :4 px ;flex-grow:o;height =14 px;width =60 px;"> div> div> div>
div>
{
if ( window?.ea11yWidget?.widget?.open ) {
window.ea11yWidget.widget.open();
}
} );
};
const waitingLimit = 30;
let retryCounter = 0;
const waitForElementorPro = () => {
return new Promise( ( resolve ) => {
const intervalId = setInterval( () => {
if ( retryCounter === waitingLimit ) {
resolve( null );
}
retryCounter++;
if ( window.elementorFrontend && window?.elementorFrontend?.utils?.urlActions ) {
clearInterval( intervalId );
resolve( window.elementorFrontend );
}
}, 100 ); // Check every 100 milliseconds for availability of elementorFrontend
});
};
waitForElementorPro().then( () => { registerAllyAction(); });
Plugin WordPress Cookie by Real Cookie Banner