• Resolved scoophk

    (@scoophk)


    Updated to WP 5.3.2 and mobile will not scroll – if the first image loads slowly it will scroll but once an image loads all scrolling stops – this is true of the entire site…..

    Have deactivated most plugins…. nothing changes.

    help!

    • This topic was modified 4 years, 11 months ago by scoophk.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme is adding the class rwd-table to the HTML tag on mobile.

    .rwd-table {
    background: #34495E;
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
    }

    note the : overflow: hidden; That’s the issue.

    how to fix it? not sure, but that’s why it won’t scroll.

    good luck.

    Thread Starter scoophk

    (@scoophk)

    Thank you tugbucket!!! BRILLIANT!!!

    Wrote to theme-fusion who makes Avada (the theme I use). They said that it wasn’t their code and suggested that it was from this (out of my 30 plugins) “Magic Liquidizer Responsive Table plugin” – and that fixed it (once I remembered to clear my cache)!!

    Not even sure why i installed that on this site – will have to check to see if anything is broken without it and delete.

    Thank you – thank you – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mobile won’t scroll if an image is on the page or post’ is closed to new replies.