• Resolved manuelmarina

    (@manuelmarina)


    Hi There,

    I have a problem with the loader circle when the single product page starts to load. The loader-Circle of the Gallery displays longer than needed (speciallly on mobile). How can disable the loading circle? is there any css to display none the loading cirle?

    thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Mamunur Rashid

    (@mamunur105)

    Hello,
    Don’t worry, Just go to woocommearce settings->Variation Gallery then find Preloader switch. Check screenshoot: https://prnt.sc/A36zI-4yPP9Q

    Thread Starter manuelmarina

    (@manuelmarina)

    Hi There,

    disable the preload function has no effect. The Gallery-Loading-Cricle still runs infinitely until the user doing some action. The Problem specially appears on iOS Apple Devises.

    I still need your help.

    Thank You!

    Plugin Support Mamunur Rashid

    (@mamunur105)

    Preloader switch working fine. It’s maybe happening for website or server caching. So clear your website cache.

    After clearing the cache If showing the same. You can use the below CSS.

    
    .rtwpvg-wrapper.loading-rtwpvg::after{
        display: none;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘loader icon displays to long’ is closed to new replies.