Website speed (specific loading times) – NSFW Website

This topic has 5 replies, 2 voices, and was last updated 4 hours, 59 minutes ago ago by Luca Rossi

  • Avatar: Jamall
    Jamall
    Participant
    March 11, 2025 at 20:43

    Hi, please check the private content area 🙂

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    4 Answers
    Avatar: Jamall
    Jamall
    Participant
    March 11, 2025 at 20:45

    .

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    Avatar: Jamall
    Jamall
    Participant
    March 11, 2025 at 20:45

    2)
    (read first message of this topic)

    Files is visible for topic creator and
    support staff only.
    Avatar: Jamall
    Jamall
    Participant
    March 11, 2025 at 20:49

    Logins in private content area !

    Content is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    March 12, 2025 at 08:43

    Hi @Jamall,

    Those loading icons are called Ajaxify feature from XStore theme. To completely disable this feature, please add the following code under functions.php file locates in your child theme:

    
    add_filter('etheme_ajaxify_elementor_widget', '__return_false');
    add_filter('etheme_ajaxify_lazyload_widget', '__return_false');
    add_filter('etheme_ajaxify_script', '__return_false');
    

    Then add the following CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    /* Ajaxify Animation */
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-et-]>.elementor-widget-container,
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]>.elementor-widget-container,
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-etheme]>.elementor-widget-container,
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-product-etheme]>.elementor-widget-container,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-et-]>.elementor-widget-container,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]>.elementor-widget-container,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-etheme]>.elementor-widget-container,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-product-etheme]>.elementor-widget-container {
        opacity: 1 !important;
        visibility: visible !important;
    }
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before,
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before {
        display: none !important;
    }
    /* Ajaxify Aniamtion */
    

    Hope it helps!

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.