On mobiles when the home page is loaded there is an hourglass

Home Forums SKT Full Width Forum On mobiles when the home page is loaded there is an hourglass

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #190001
    Maria BordoliMaria Bordoli
    Participant
    • Topics: 46
    • Replies: 58
    • Total: 104
    Member since: December 14, 2021

    Good Evening,
    I have the site “aeliaspa.gr”.
    On mobiles when the home page is loaded there is an hourglass under the slider which does not stop showing that it is loading, while the site has loaded normally. Can anything be done about it?

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:800px) {
    body.site_boxed .nivoSlider {
      min-height: 120px !important;
    }
    }

    Regards,
    Dave

    #193519
    David HallDavid Hall
    Participant
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: May 14, 2022

    Hi,
    I’m also having the same issue.
    I have added the above code into the custom css but that hasn’t worked.
    From what I can tell the characters causing issue are ( ‘ , ?), as page loads fine without any of these.
    Seems a minor issue but I’d appreciate the use of punctuation.
    Website localvib dot es
    Regards,
    Dave

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

    Hi David,

    Yes, unfortunately the special characters doesn’t work in the slider content area.

    Regards,
    Dave

    #193688
    David HallDavid Hall
    Participant
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: May 14, 2022

    That explains it then.
    Thanks.

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