• Resolved thor_actual

    (@thorlemus)


    Hey guys!

    I experience the weirdest bug and I have absolutely no idea why. On any restricted in width viewport, it appears as if the site becomes zoomed in sort of randomly. It happens across chrome, iOS and android. It happens on all CPT UI posts exclusively.

    Would you take a look at this page in any mobile view port. Some times it appears upon page load, sometimes scrolling up and down a bit nullifies the bug, then later recreates it. Every single piece of custom code and all plugins has been disabled, expect for CPT UI and Oxygen builder. Unfortunately it seems the issue is with in incompatibility with Oxygen. I really, really hope there’s a fix or work around.

    Any help with this issue is greatly appreciated.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Looks like it’s the scroll to top button that’s playing the biggest part to me.

    Once I scroll a bit, it shows up and pushes everything to the left a bit, then i scroll back to the top of the page and it goes away and all the content shifts back into place. Then subsequent scrolling doesn’t recause it, at least not easily.

    I wonder if something is a bit wonky with the initial rendering. Does appear to start with display property, then scrolling adds block, and then returning to the top adds none.

    I assume it’s Oxygen Builder providing this, so they may have more insight about the button. CPTUI itself isn’t doing anything to the theme, other than just making sure the post types are registered to be queried for and displayed with the templates.

    Thread Starter thor_actual

    (@thorlemus)

    Thanks for your reply!

    Looks like it’s the scroll to top button that’s playing the biggest part to me.

    This is what I thought so I removed it entirely with no effect.

    I wonder if something is a bit wonky with the initial rendering. Does appear to start with display property, then scrolling adds block, and then returning to the top adds none.

    Yeah, that sounds about right. However, the scrolled up (start document?) difference between broken and unbroken is none.

    I assume it’s Oxygen Builder providing this, so they may have more insight about the button. CPTUI itself isn’t doing anything to the theme, other than just making sure the post types are registered to be queried for and displayed with the templates.

    It’s home rolled, which is also why it was the first thing i tried to remove (not just disable). Oxygen is very bare-bones.

    To be honest, I’m sure the issue is on the Oxygen side, but chances are little they can/will help :/

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    if the back to top button should be removed, it’s not showing as such for me, as it’s still present. However, i’m not logged in and there may be extra caching involved for logged out people.

    That part’s the best lead I can provide at this point.

    Thread Starter thor_actual

    (@thorlemus)

    There’s no server side or WP related caching enabled and I have now removed every shred of the back-to-top btn.

    Any ideas at all?

    Don’t mean to bust your balls. I’m grateful for your contribution to the space ??

    Thread Starter thor_actual

    (@thorlemus)

    Okay, so I managed to abolish the bug in a very unexpected way. I noticed there were a slight shadow on a div in the header. Somewhere in the CSS a bit of border had been added to the navigation wrap div somehow. I removed it and the bug went away, wat. It makes absolutely no sense besides it having to do with scrolling to and from the header.

    I hate having lost this amount of time to a bug I’ll never understand and having bothered you with it, as well. Thanks for your patience.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Welcome. I’m glad it’s resolved ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Weird zoom behavior on mobile’ is closed to new replies.