• Resolved nicholasferri

    (@nicholasferri)


    Hi, look this video first.

    I had a problem installing your plugin.

    In the video you can clearly see that the scrolling of the page changes, it is no longer fluid and stops as soon as you remove your finger from the touch. (I’m talking only about the mobile version)

    How can I solve this?
    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,
    I guess this is happening only in iPhones.

    Add the code below to the custom CSS field inside the General options tab.

    body {
        -webkit-overflow-scrolling: touch; 
        overflow-y: scroll; 
    }

    Clear the cache and test again. Let me know the result.

    Thread Starter nicholasferri

    (@nicholasferri)

    Thanks, I solved the scrolling problem. But a new problem arose in the “team” section and in a picture above the “Team” section.

    Visit the site from mobile, possibly iOS to see the problem.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Can you let me know exactly what it is? I don’t have an IOS device to test it right now.

    Thanks

    Thread Starter nicholasferri

    (@nicholasferri)

    Ok now I’ll explain better.
    As a result, the two sections are mobile. Link section, link team.
    while from the desktop version they turn out like this. Desktop link.

    I would like the two images to be seen as a desktop version.

    Do not you notice any difference from the Android version?

    Plugin Author Rui Guerreiro

    (@takanakui)

    I’m not seeing the Team pictures in the Desktop and in the mobile. Can you check it again?

    Thread Starter nicholasferri

    (@nicholasferri)

    Do you say the background image?

    In theory there is not and it is a pattern of the theme, I think.
    However, I also like a white background for mobile, but why it appears bordeaux in mobile version?

    Thank you Rui, you’re helping me so much!

    Plugin Author Rui Guerreiro

    (@takanakui)

    Thread Starter nicholasferri

    (@nicholasferri)

    I can see them on both sides, in the mobile and desktop versions.
    How can I solve this for others?

    Can the code you gave me can only be removed for the part of the team? if yes, how do I do it?

    Plugin Author Rui Guerreiro

    (@takanakui)

    I was checking the page in english, and that one doesn’t have team members.

    But I checked the page in Italian and it’s showing fine in iPhone and Android.

    See this screenshot from iPhone

    iPhone Screenshot

    Try to purge the cache of the mobile phone and test in a different iPhone.

    Thread Starter nicholasferri

    (@nicholasferri)

    Ok, I solved test and try again.
    now from iphone is white as I wanted. while there is an image from a computer.
    The English version is still in preparation, that’s why you did not see anything.
    thank you so much

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. Happy to help.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Issue scrolling page’ is closed to new replies.