• Resolved zurieee

    (@zurieee)


    I am using WPML with three websites (each in a different language) installed in one location. I also have LiteSpeed Cache enabled. On the first website (the default one), everything works fine. However, on the second and third websites, some Elementor elements do not load, and the following CSS appears:

    .elementor-invisible { visibility: hidden; }

    When I log into Elementor and check the preview, everything displays as it should, but for visitors, these issues persist. After disabling LiteSpeed Cache, the problem is resolved, and the sites function normally.

    Can anyone suggest a solution to make LiteSpeed Cache work properly with WPML and Elementor across all language versions?

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please provide the report number

    you can get it in toolbox -> report -> click “send to LiteSpeed”

    Thread Starter zurieee

    (@zurieee)

    GSVZCTQE

    Plugin Support qtwrk

    (@qtwrk)

    you have a lot of CORS error when loading static resources from other domain , you may want to fix that first , and may I know what is the URL of other 2 languages sites?

    Thread Starter zurieee

    (@zurieee)

    I will look into that.

    raiseyoursales.pl – main one

    raiseyoursales.co.uk

    Plugin Support qtwrk

    (@qtwrk)

    that invisible CSS is actually coming from elementor itself

    but I got feeling maybe due to the multi domain

    please try add this at top of your wp-config.php , next line after <?php

    if (isset($_SERVER['HTTP_HOST'])) {
    define('LITESPEED_STATIC_URL', '//' . $_SERVER['HTTP_HOST'] . '/wp-content/litespeed');
    }

    and purge all , this should at least give correct resources generated by LSCWP , and I will check again

    Thread Starter zurieee

    (@zurieee)

    done

    Plugin Support qtwrk

    (@qtwrk)

    please go to page optm -> tuning -> there 4 JS exclude fields , put frontend.min.js into it , save and purge all

    Thread Starter zurieee

    (@zurieee)

    I did as you said, no changes.

    Plugin Support qtwrk

    (@qtwrk)

    eh? you sure you put it onto all 4 fields ? does not look like so

    and please share a new report again , I will verify it as well

    Thread Starter zurieee

    (@zurieee)

    Yeah, I removed it once there was no results. I added them again.

    New report PCIYYLYA

    • This reply was modified 1 month ago by zurieee.
    Plugin Support qtwrk

    (@qtwrk)

    em , weird

    please create a ticket by mail to support at litespeedtech.com with reference link to this topic , we will check further.

    Thread Starter zurieee

    (@zurieee)

    Thank you. Will do that.

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