You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Since Wordpress 5.9.2, blocks patterns containing getwid blocks are broken.
Font Awesome icons are not displayed, Slick Sliders don't work, Section blocks have unwanted spaces, and so on...
Please take a look at that.
Thank you
The text was updated successfully, but these errors were encountered:
The problem is that Iframes don't inherit style from the page, so Font-awesome icons are not loaded.
To fix it I manually added a line to fonts-icon-manager.php : add_editor_style( array( getwid_get_plugin_url( 'vendors/fontawesome-free/css/all.min.css' ) ) );
One more thing, the add_editor_style() function adds style to the <head> so relative pathes to woff files are broken.
I tried to replace with absolute path and now Font awesome Icons are working great !
I don't know what is the clean solution but the plugin has to be corrected, If I find it I will do a PR.
Hello,
Since Wordpress 5.9.2, blocks patterns containing getwid blocks are broken.
Font Awesome icons are not displayed, Slick Sliders don't work, Section blocks have unwanted spaces, and so on...
Please take a look at that.
Thank you
The text was updated successfully, but these errors were encountered: