• Resolved Christopher Rosenberg

    (@christopherrosenberg)


    Hi there,

    is it possible to use an Animated GIF for the loading animation? I set it as a custom icon but it doesn’t appear on the page (instead a standard icon).

    Thanks,

    Sascha

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author maxsdesign

    (@maxsdesign)

    Hi Christopher,
    It should be possible add an animated GIF. If you give me the url where you had that issue I can check it.
    Cheers
    Massimo

    Thread Starter Christopher Rosenberg

    (@christopherrosenberg)

    Hi Massimo,

    thank you – because of your answer I checked again and found out, that I have to activate the custom icon (by clicking on the eye), and now it works! ??

    Thanks for your help!

    Plugin Author maxsdesign

    (@maxsdesign)

    I’m glad that it works now.
    You are welcome!

    Thread Starter Christopher Rosenberg

    (@christopherrosenberg)

    Hi Massimo,

    I would have two more questions, please:

    1) I noticed that the custom icon is not vertically centered on typical smartphone screens (feels too low, see screenshot: https://imgur.com/a/xO8b0ag). Is there any chance to adjust the vertical position?

    2) I found the option ?show the preloader only on front page“, but in my case the front page is the fastest page and I would need the opposite: ?don‘t show on front page“? Is there a way to do that?
    Thank you very much!

    Plugin Author maxsdesign

    (@maxsdesign)

    Hi Christopher,
    I can check your icon but I need to see it on a web page not as a screenshot.
    Unfortunately there isn’t any option to exclude the front page, sorry.
    Regards
    Massimo

    Thread Starter Christopher Rosenberg

    (@christopherrosenberg)

    Hi Massimo,

    thank you, this is the page: rsnbg.co

    Best regards,

    CR

    Thread Starter Christopher Rosenberg

    (@christopherrosenberg)

    And, one idea regarding the front page: can we maybe remove the proloder on this page with custom CSS?

    Thanks again!

    Plugin Author maxsdesign

    (@maxsdesign)

    Hi Christopher,
    About the icon that is a known issue, on mobile the browsers add additional space as much as the address bar height.

    You can try to remove the preloader from the home page with this Custom CSS:

    .home .preloader-plus {
    display:none;
    }

    body.home > *:not(.preloader-plus) {
    opacity: 1;
    }

    I hope this answer will be useful.
    Cheers
    Massimo

    Thread Starter Christopher Rosenberg

    (@christopherrosenberg)

    Thank you very much for the great support, Massimo!

    Best regards,

    CR

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Animated GIF’ is closed to new replies.