• Resolved rushdiey

    (@rushdiey)


    Failed to load resource: the server responded with a status of 404 () eicons.woff2
    Failed to load resource: the server responded with a status of 404 () eicons.woff
    Failed to load resource: the server responded with a status of 404 () eicons.tff

    I got this error when update to elementor 3.2.1 when check using dev tools

Viewing 15 replies - 1 through 15 (of 17 total)
  • pako69

    (@pako69)

    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

    pako69

    (@pako69)

    Roll back to 3.1.4 and it’s ok
    This issue has been introduced in 3.2

    Luca

    (@lucarosaldi)

    Same issue here. Please fix this.

    sujukiaren

    (@sujukiaren)

    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

    lalofuente

    (@lalofuente)

    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/

    pako69

    (@pako69)

    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.
    Thread Starter rushdiey

    (@rushdiey)

    Updating to 3.2.2
    This bug still happen.
    True said pako69
    eicons fonts injected wrong path

    Thread Starter rushdiey

    (@rushdiey)

    @pako69
    lets report at here
    https://github.com/elementor/elementor/issues/14718

    i report about slider problem.
    Now it fix in 3.2.2

    pako69

    (@pako69)

    @rushdiey πŸ˜‰

    pako69

    (@pako69)

    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
    }
    saidaboukhadra

    (@saidaboukhadra)

    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

    zin0301

    (@zin0301)

    @rushdiey @pako69 @sujukiaren @lucarosaldi

    Hi Guys,
    I did fix the eicons error after updating Elementor to a new version already. Please read my post.
    https://zinovertime.com/fix-elementor-font-error-after-update-new-version/

    pako69

    (@pako69)

    hi @zin0301

    Thanks fot this quick fix but it stay a fix until Elementor Team deign to answer us…

    borsanb

    (@borsanb)

    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=

    carlos2019

    (@carlos2019)

    Hello,

    Do you find any answer?

    thank you,
    Carlos

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Eicons Error after update to Elementor 3.2.1’ is closed to new replies.