Xstore Theme Option -> General / Layout -> Site Preloader

This topic has 6 replies, 2 voices, and was last updated 1 months ago ago by Jack Richardson

  • Avatar: QaQako
    QaQako
    Participant
    October 19, 2024 at 14:07

    Hi
    i need your help
    is there a way to make the site preloader only appear on mobile devices and have a black background and i want to be able to control Animation Duration and the Preloader Delay
    Btw ive tried using the elementor preloader but it gave me some css issues but yours works just fine

    thanks in advance

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 21, 2024 at 08:00

    Dear @QaQako,

    We hope this message finds you well.

    If you would like to utilize our site’s preloaded set from the Theme Options exclusively on mobile devices, you can enable this feature in the options and apply custom CSS to hide the loader on larger devices. To do so, please add the following code in Theme Options -> Theme Custom CSS -> Global CSS:

    @media only screen and (min-width: 993px) {
        body > .et-loader {
            display: none;
        }
    }

    Should you require a different implementation or further assistance, please feel free to provide us with more details, and we will be happy to assist you.

    Best regards,
    Jack Richardson
    The 8Theme Team

    Avatar: QaQako
    QaQako
    Participant
    October 22, 2024 at 11:54

    hi thanks for your time

    you havent answered me about my other part of my question “and have a black background and i want to be able to control Animation Duration and the Preloader Delay”

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 22, 2024 at 15:20

    Dear @QaQako,

    Thank you for reaching out.

    Please note that our built-in site preloader does not include a delay option, as it is displayed globally and automatically hides once the page has fully loaded. However, if you would like to configure a different type of preloader, you can do so by navigating to Theme Options -> General Layout -> Site Preloader Settings (https://prnt.sc/M5QBSOocg64O).

    Additionally, if you wish to customize the background of the loader, you can apply the following CSS solution:

    body > .et-loader {
        background: #ccc;
    }

    Should you have any further questions or need additional assistance, please feel free to contact us.

    Best regards,
    Jack Richardson
    The 8Theme Team

    Avatar: QaQako
    QaQako
    Participant
    October 25, 2024 at 06:54

    hi thanks for coming back you still havent answerend me on this points “i want to be able to control Animation Duration and the Preloader Delay

    Really appreciate your help

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 25, 2024 at 10:06

    Hello @QaQako

    We answered you in next message:

    Please note that our built-in site preloader does not include a delay option, as it is displayed globally and automatically hides once the page has fully loaded.

    Kind regards,
    Jack Richardson
    The 8theme’s team

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

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

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