Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author XplodedThemes

    (@xplodedthemes)

    Are you using the latest version, v3.3 ?

    I am not able to reproduce this issue from my end.

    As you can see in this screencast:
    https://d.pr/v/Ic4ERc

    Can you please provide the following info ?

    – Browser + version
    – WordPress version
    – PHP version
    – Do you see any errors within the browser console ?

    Thank you

    I also cannot scroll. Not sure how to send a screen recording of it not doing anything…. but in my screenshot: https://share.getcloudapp.com/bLu5bXNJ you can at least see there’s no scroll bar visible.

    WPIDE – v3.4.4
    WordPress 6.0.3

    Firefox developer browser v107

    HelgaTheViking

    (@helgatheviking)

    Just switched my machine to Ubuntu and using Firefox but still seeing this issue. Seems to trace back to this stylesheet:
    wp-content/plugins/wpide/dist/css/app.css?ver=3.4.4

    there’s this rule:

    body {
      min-width: 320px;
      overflow: hidden;
    }

    The hidden overflow is removing/killing the browser scroll bar. With that rule disabled I am able to scroll normally.

    HelgaTheViking

    (@helgatheviking)

    @xplodedthemes is there a git repo somewhere that I could send a PR? There’s no need to have overflow: hidden on the body tag and that seems to be entirely responsible for rendering the plugin unusable in my case.

    Plugin Author XplodedThemes

    (@xplodedthemes)

    Hi @helgatheviking,

    The overflow: hidden on the body is set by design to avoid scrolling the header along the content.

    Can you please check if the editor scroll speed setting has any value:
    https://d.pr/i/0tNY3h

    If the value is undefined, simply click the reset icon.

    Let me know if this fixes the scrolling issue.

    Thanks

    HelgaTheViking

    (@helgatheviking)

    @xplodedthemes thanks for the screenshot. I just installed this on a fresh site and it has a scroll speed set, but the inability to scroll persists.

    Plugin Author XplodedThemes

    (@xplodedthemes)

    @helgatheviking

    It seems a conflict specific to your site, please open a ticket at https://xplodedthemes.com/support/, so we can take a closer look.

    Thank you

    HelgaTheViking

    (@helgatheviking)

    @xplodedthemes happens on two different sites so that suggests to me that’s it’s not site-specific. Have opened a ticket though. Thanks for looking in to this further.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Too many bugs’ is closed to new replies.