Ajaxify – preloder – xstore elements problem

This topic has 9 replies, 4 voices, and was last updated 3 months ago ago by Andrew Mitchell

  • Avatar: Stanley87
    Stanley87
    Participant
    February 6, 2024 at 15:47

    Hi,

    I disabled Ajaxify lazy loading on Xstore elements on the page but on page refresh elements still have preloader. Little preloder shows up for 1 sec. instead element when page is refreshed.

    With elementor elements I don’t have that problem but I need to use your elements.

    Is there a option to disable any kind of lazy loading for all xstore elements?

    Best,
    Stanley

    8 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2024 at 17:04

    Hello, Stanley87,

    Thank you for reaching out to us with your query regarding the Ajaxify lazy loading feature on Xstore elements.

    Edit page content using Elementor > disable lazy loading – https://prnt.sc/g7uE_sPQ7om2 and change “Image Loading Type” in Theme Options > Speed Optimization from “Lazy” to “Default”.

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Best Regards,
    8Theme’s Team

    Avatar: Stanley87
    Stanley87
    Participant
    February 7, 2024 at 10:48

    Hello,

    I did that alredy but featured xstore elements and images still preload.

    Could you please check my website and take a look.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2024 at 10:55

    Hello, Stanley87,

    We appreciate your prompt response.

    Could you please provide temporary wp-admin and FTP access?

    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.

    We appreciate your cooperation in this matter and assure you that your credentials will be handled with the utmost confidentiality and care.

    Best Regards,
    8Theme’s Team

    Avatar: Stanley87
    Stanley87
    Participant
    February 7, 2024 at 11:03

    Thanks!

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    February 7, 2024 at 13:45

    Dear @Stanley87,

    We kindly request that you insert the subsequent code snippets into the functions.php file located within 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');
    

    Don’t forget to clear all the caches and check again. We trust this will assist you in resolving the issue at hand.

    Warm regards,
    The 8Theme Team

    Avatar: Stanley87
    Stanley87
    Participant
    February 7, 2024 at 15:08

    Hi,

    This solution resolved preloder problem for some elements(video, title) but for some didn’t(featured products, flip box…).

    Best,
    Stanley

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2024 at 10:50

    Hello, Stanley87,

    We appreciate your prompt response.

    The mentioned code disables all Ajaxify https://prnt.sc/VeiuQLzFR_xG

    Most of our widgets incorporate loaders during the page loading phase to prevent the display of styles from stretching across blocks in an unseemly manner.

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

    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;
        visibility: visible;
    }
    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;
    }

    We hope this information is helpful.

    Warm regards,
    The 8Theme Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    February 8, 2024 at 12:55

    Dear Stanley87,

    We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.

    Click here to rate now: https://themeforest.net/downloads

    Thank you sincerely for your ongoing support!

    Best Regards,
    The 8Theme Team

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

The issue related to '‘Ajaxify – preloder – xstore elements problem’' has been successfully resolved, and the topic is now closed for further responses

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