Hi same issue here
I saw the this error occur because the call to the woff2 files are coming a file named custom-pro-frontend.min.css that is located in /wp-content/uploads/elementor/css
There is this:
url(../lib/eicons/fonts/eicons.woff2?5.10.0) format("woff2")
So the browser is trying to get this file that do not exist:
https://mysite.com/wp-content/uploads/elementor/lib/eicons/fonts/eicons.woff2?5.10.0
The right path should be :
https://mysite.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0
Please fix it
Thanks
Roll back to 3.1.4 and it’s ok
This issue has been introduced in 3.2
Same issue here. Please fix this.
Same issue is with my site when I update elementor to 3.2.1, even everything works fine in previous version. I also tried to roll back version but nothing happened.
I request to elementor support please look into and resolve this issue.
Thank You
As a work around you can dequeue eIcons until they fix this :
add_action( ‘wp_enqueue_scripts’, ‘remove_default_stylesheet’, 20 );
function remove_default_stylesheet() {
wp_deregister_style( ‘elementor-icons’ );
}
source: https://elementor.com/help/speed-up-a-slow-site/
Hi @lalofuente
I’m always using this snippet since a long time π but i’ll wit not fixe this issue
This issue is not relative to Eicons icons but Eicons Fonts that are injected in the wrong file :
here: /wp-content/uploads/elementor/css/custom-frontend.min.css
instead of: /wp-content/plugins/elementor/assets/css/frontend.min.css
-
This reply was modified 4 years ago by
pako69.
Updating to 3.2.2
This bug still happen.
True said pako69
eicons fonts injected wrong path
@pako69
lets report at here
https://github.com/elementor/elementor/issues/14718
i report about slider problem.
Now it fix in 3.2.2
If you are easy with CSS you can remove from the file /wp-content/uploads/elementor/css/custom-frontend.min.css this:
@font-face{
font-family:eicons;
src:url(../lib/eicons/fonts/eicons.eot?5.10.0);
src:url(../lib/eicons/fonts/eicons.eot?5.10.0#iefix) format("embedded-opentype"),url(../lib/eicons/fonts/eicons.woff2?5.10.0) format("woff2"),url(../lib/eicons/fonts/eicons.woff?5.10.0) format("woff"),url(../lib/eicons/fonts/eicons.ttf?5.10.0) format("truetype"),url(../lib/eicons/fonts/eicons.svg?5.10.0#eicon) format("svg");
font-weight:400;
font-style:normal
}
Hello,
Thank you for reaching out.
For update issues, please review the below doc:
https://elementor.com/help/update-issues/
If the issue is still happening, kindly open a ticket on: support@elementor.com and a support engineer will be in touch with you.
Regards,
Said
hi @zin0301
Thanks fot this quick fix but it stay a fix until Elementor Team deign to answer us…
this font always causing a problem with google speed test ,
even if you do a font swap or preload or whatever, it keep needing long time to load.
it is only used in the arrows of nav menu, but any page designed with elementor keep calling tens of things causing slow load of the front page or any page designed with elementor.
/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0=