Tagged: Scrolling
When I try to drag an element below the viewport in the content editing panel the dashboard panel scrolls instead of the content panel.
Never had this happen before.
See screen recording in private content.
Hey John,
Thank you for your patience and your video, I recall this occurring with some plugins, so I logged in and disabled all of your plugins and tried to reproduce, but could not. So I enabled your plugins again.Try disabling all of your plugins and then reload the page, then reactivate each one individually and reload the page until you find the conflict.
Best regards,
Mike
Bingo! Huge relief.
It was the WPCode Pro plugin. I have deactivated it. I didn’t update the Pro version when it was due a few months ago so maybe that is the cause of the problem. The problem only occurs on one Windows 10 terminal. My other Windows 10 computer doesn’t have the problem.
Would you mind confirming that it would be OK for me to delete this plugin? There was a reason for installing it originally but I can’t remember what it was.
Big thanks again Mike.
The plugin allows you to add code snippets to your WordPress installation. Therefore, there must be an input field that contains code snippets. Just look at what you have tried to implement there. You can also insert such code snippets directly via child-theme functions.php. So if you don’t have a child theme, it would also explain the need for such a plugin.
Hi,
You need to check the plugin to see if it contains any code that you actually need. If it doesn’t, then you remove the plugin.
Best regards,
Rikard
Thank you. Found it. All good.