Sign in to follow this  
Cornel Iulian

Fixează iframe în Wordpress 4.5

1 post in this topic

Wordpress 4.5 aplică "opacity 0" și "visibily hidden" pentru toate iframe-urile inserate, pentru a fixa această problemă, doar adăugați în CSS sau în CSS personalizat al temei dvs. următorul cod:

iframe {
    visibility: visible  !important;
    opacity: 9  !important;
}

 

Share this post


Link to post
Share on other sites
Sign in to follow this