daxelrod
Forum Replies Created
-
Thanks, @sbouafif! The case change is exactly the issue, here are the steps I took for GIT:
git mv wp-content/plugins/shortpixel-image-optimiser/class/model wp-content/plugins/shortpixel-image-optimiser/class/model-tmp
…commit…
git mv wp-content/plugins/shortpixel-image-optimiser/class/model-tmp wp-content/plugins/shortpixel-image-optimiser/class/Model
…commit…After that GIT will respect the case change.
I suspect this may have been the root cause of a few other support tickets:
- https://www.ads-software.com/support/topic/unable-to-update-plugin-past-v4-17-4/ – removal and re-install is another way to trigger the rename
- https://www.ads-software.com/support/topic/cannot-activate-spio-fatal-error/ – deployment is where the rename became an issue since GIT won’t typically detect the case change on Windows/MacOS
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] unknown user author “n/a”I can’t say for sure, but based on my short experience with this plugin, it may have been an action executed via WP-CLI. It logs these requests as user_id=0 and the localhost IP (127.0.0.1).
This support thread appears similar: https://www.ads-software.com/support/topic/user-n-a/
- This reply was modified 4 years, 8 months ago by daxelrod. Reason: add link to similar support thread
Forum: Plugins
In reply to: [Advanced Editor Tools] TinyMCE causes “woble”Related to https://www.ads-software.com/support/topic/causes-wordpress-to-shake/. The suggestion in that thread was to disable “full-height editor and distraction-free functionality”, but disabling this plugin also fixes the problem. To me, this issue is clearly related/caused by the plugin.
Additional debugging information – this occurs in very specific circumstances which may be why the 4px (even-pixel) fix mentioned in the other ticket worked for the poster. Subpixel rounding is almost certainly at play.
It occurs for me in Win10 in Chrome 77/78 at 100% browser scale on a monitor (in Windows display settings) scaled to 150% (laptop). I was also able to get the shaking to occur with Chrome 77/78 at 90% browser scale on a monitor scaled 100%.
The issue does not occur on the same monitors zoom levels in FF 69/70.
Sorry to re-open, but this is only fixed on line 92.
The exact same bug still remains on lines 189 and 428 of the same file (class-am-notification.php). Hopefully another quick fix.
Forum: Plugins
In reply to: [Disqus Comment System] Js alert when plugin is activedisqus-comment-system/media/js/pointer.js contains:
jQuery(document).ready( function($) { alert('pointer.js loaded'); console.log('pointerContent', pointerContent);
This looks like debugging code which was never removed. Please remove!