• Resolved arnaukokoro

    (@arnaukokoro)


    Hi,

    When wordpress is trying to request es6-promise.auto.min.js.gzip it add a double slash in this path:
    /wp-content/themes/Divi/common//scripts/es6-promise.auto.min.js.gzip?ver=4.2.2 and that’s why it fails. If I try to request with one slash it works. This file is cached on CDN.

    Thanks!

    • This topic was modified 5 months, 1 week ago by arnaukokoro.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there, @arnaukokoro

    It looks like the double slash in the path is causing the issue. This can sometimes happen due to how URLs are constructed in themes or plugins. You can try the following steps:

    1. Check your theme’s code, specifically where the script is enqueued, to ensure there are no extra slashes.
    2. If the issue persists, you might want to contact the theme authors for further assistance.

    If that doesn’t help, please post your site URL here so that we can have a look. If you want it to remain private, you can also contact us via?contact form. If you choose to reach out directly, please include a link to this thread.

    Thank you!

    Thread Starter arnaukokoro

    (@arnaukokoro)

    Hi @erania-pinnera

    Thanks for helping.
    This is happening when using Divi Theme with WP Total Cache. If I disable all the plugins Divi Theme works as expected. Seems to be a problem when fetching that file from the CDN installed on WP Total Cache plugin.

    Many Thanks!

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there, @arnaukokoro!

    Using multiple caching plugins is never recommended as they could interfere with each other. If you keep WP Super Cache enabled with your Divi theme and the WP Total Cache plugin disabled, does the issue occur? If it does not, then you have found the solution to fix the problem ??

    Hope that helps!

    Thread Starter arnaukokoro

    (@arnaukokoro)

    Hi @erania-pinnera ,

    I see…I posted the question on wrong place…

    I’m using just WP Total Cache.

    Thanks!

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hey @arnaukokoro,

    No worries! It’s easy to confused by all these plugins whose names are quite similar.

    I’d recommend reaching out to their forum to get some help ??

    I’m going to mark this thread as solved. If you have any further questions or need more help, you’re welcome to open another thread here. Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.