After adding product it won’t loading icons

This topic has 4 replies, 3 voices, and was last updated 11 months, 3 weeks ago ago by Rose Tyler

  • Avatar: It
    It
    Participant
    May 8, 2023 at 00:40

    Hi,
    The video is attached.
    please check and fix.
    Thank you so much

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: It
    It
    Participant
    May 8, 2023 at 00:42
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    May 8, 2023 at 08:44

    Hello @It,

    In order to address your issue, please use the page builder to edit your page, then navigate to the Settings of the element and disable XStore Ajaxify, Lazy Loading, and save the settings. For a visual reference, please refer to the image provided at the following link: https://postimg.cc/LJqc9qQG

    Also please navigate to Xstore >> Theme Options >> Speed Optimization and make sure to set the “Image Loading Type” as default.

    We hope this helps.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 8, 2023 at 12:20

    Hello,

    Thank you for getting in touch with us.

    To remove the loading effect on Elementor widgets and show them at once, the next custom CSS code can be used:

    body:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before, body:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before, .etheme-elementor-lazy-button:before, .elementor-widget.etheme-loading:before {
        display: none;
    }
    body:not([data-elementor-device-mode]) [class*=elementor-widget-etheme] > .elementor-widget-container, body:not([data-elementor-device-mode]) [class*=elementor-widget-et-] > .elementor-widget-container {
        opacity: 1;
        visibility: visible;
    }

    Kind Regards,
    8theme team

  • Viewing 4 results - 1 through 4 (of 4 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.