[Resolved] IOS -> swiping left right -> jumping content -> slow site

Home Forums Support [Resolved] IOS -> swiping left right -> jumping content -> slow site

Home Forums Support IOS -> swiping left right -> jumping content -> slow site

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #694739
    Daniel

    Hello,

    I’ve got two major problems, where I lack a solution.

    1. Opening my page in IOS:

    -When I swipe a little bit to the right or left, the page load is stopped, and it seems like the page is broken/empty. The worst UX I can imagine.
    How to avoid the swiping to right an left on the page for IOS? In android it works fine.
    -Also some icons jump into the screen, while loading.

    2. Generally my site is very slowly. I already did AUTOPTIMIZE and SHORTPIXEL. Any idea for improvements?

    Here is the page: neu.itunds.de

    Thank you very much in advance! Love this little GP cummunity! So much I’ve already learned through many posts!

    Daniel

    #694807
    David
    Staff
    Customer Support

    Hi there,

    this happens when there is content that is wider then the body of the page. It’s related to the Elementor content on the page, if you can’t find the element causing the issue (could be many) then try this CSS:

    html, body, .elementor {
        overflow-x: hidden;
    }
    

    Use gtmetrix.com to test the site, and see what the main issues are. The quick look i took the biggest issue looks to be related to the number of requests being made. Check your autoptimize settings to see that you have HTML, CSS and JS optimized.

    #694810
    Daniel

    Thank you David!

    That code doesn’t help unfortunately.

    #694818
    David
    Staff
    Customer Support

    I edited the code above – give that a shot

    #694921
    Daniel

    This shot has hit!
    Thank you, David!

    #694927
    David
    Staff
    Customer Support

    Glad i could be of help.

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