Jump to content

Lynseth

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Lynseth

  1. On 2/24/2024 at 4:34 AM, tuanphan said:

    You mean doesn't scroll properly on this page https://www.novamjewelry.com/takilar

    or on lightbox (but I can't find lightbox on this page): https://www.novamjewelry.com/takilar

    @tuanphan doesnt scroll down properly on that(https://www.novamjewelry.com/takilar) and its english version (https://www.novamjewelry.com/jewelryen). This happens on ios and it seems like its getting stuck on the header and getting pushed back to the top(if you push it too hard). Not sure if i identified it correctly but if you have an ios device it should be easy to notice(If not i can provide a video of it). Fiddling with site animations tab made it better but didnt solve the problem.

  2. I am also experiencing a similiar problem. (https://www.novamjewelry.com/) this is the site i'm working on. And my client states that he cant scroll down properly in (https://www.novamjewelry.com/takilar) part of it(happens only on ios). For some reason it pulls to the top at some points or stuters. Tried  using what @tuanphan suggested in a similiar topic which is:

    body {
        overflow-x: hidden;
    }

    but it it didnt fix the issue for me and since i dont know how to code i cant modify it to suit my needs. I am using some code to make gallery on the home page slide at that may be the cause of it  but if thats the case then i need another solution to make that gallery slide. So asking for help! @tuanphan

     this is the code i am using for the sliding gallery:

    #page {
    overflow-x:hidden
    }
    .gallery-grid-wrapper {
    display:flex !important;
    animation: slideshow 30s linear infinite
    }
    .gallery-grid-wrapper .gallery-grid-item {
     min-width: 35%;
     margin-right: 5%
    }
    @keyframes slideshow {
      0%    { left: 0; }
      100%  { left: -180%; }
    }

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.