Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1437054

    ?

    #1437242

    Hey daves1997,
    Thank you for your patience, I checked your site on Windows in Chrome, Firefox, & Edge and the preloader showed for me:
    Enfold_Support_5062.jpeg
    perhaps you are experiencing a caching issue?

    Best regards,
    Mike

    #1437252

    and it is spinning?

    #1437333

    Hi,
    I’m not sure what the conflict is, perhaps from a lasyloading plugin, but I added this css to make it spin:

    .av-siteloader-wrap .av-preloading-logo {
    	-webkit-animation-name: spin;
      -webkit-animation-duration: 4000ms;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
    }
    @keyframes spin {
        from {transform:rotate(0deg);}
        to {transform:rotate(360deg);}
    }

    please clear your browser cache and check.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.