Slider Loading icon on mobile but not PC

Home Forums PicArt Slider Loading icon on mobile but not PC

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #200834
    Sebastien ReisSebastien Reis
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: December 19, 2017

    Hi,

    When I go to my website (https://rs-photographie.fr), there is no loading icon until the slider images are loaded. in mobile version I see a loading icon… why ther is not loading icon on PC version?

    #200840
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to fix slider loading issue.

    .nivoSlider {
      min-height: 500px !important;
    }

    Regards,
    Dave

    #200841
    Sebastien ReisSebastien Reis
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: December 19, 2017

    Ok now it appears on PC and mobile but doesn’t disappear on mobile when it’s loaded

    #200843
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS for mobile and tablet.

    @media screen and (max-width:767px) {
    .nivoSlider {
      min-height: 150px !important;
    }
    }
    
    @media screen and (min-width:768px) and (max-width:1023px) {
    .nivoSlider {
      min-height:300px !important;
    }
    }

    Regards,
    Dave

    #200845
    Sebastien ReisSebastien Reis
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: December 19, 2017

    Great, now it works well, thanks

    If I well understood, the slider appears in front of the loading icon to hide it, but the loader doesn’t really disappear (display:none) right?

    #200847
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Yes, you got it right.

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

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