socratesone
Forum Replies Created
-
As an aside, I think it would be nice to allow these scripts to be defered. After all, do we really need to have a slideshow load before the page content? Get the image above the fold displayed, then allow the rest of the page to load, and then the deferred scripts.
This, I fully admit, is a personal preference. It would be nice to have the option, however.
Update: I found the problem (and the solution).
The issue was my own optimization code for my theme. I gave my theme a “whitelist” of javascripts to load up-front, deferring all other scripts, for performance optimization. However, I neglected to add the new plugin’s javascript files to the whitelist.
I made the incorrect assumption that modifications to my theme’s functions.php file would not effect the administrative theme, but apparently, I was wrong. Hooking into the “clean_url” filter to add “defer=’defer'” to all .js files except the ones on the whitelist was a mistake. I should have created a blacklist of files to defer to prevent this from happening.
Thank you for the great plugin, BTW!
Resolved the permissions issue (A 3rd party program locked the folder)
> Upgraded dev environment to PHP 7.2 – same issue.
I will continue to post here as I troubleshoot + debug.
Another thing happened while I attempted to delete (as apposed to “deactivate”):
The notice “deleting…” hung for a while. After a few minutes, I refreshed the page.
The plugin was no longer in the list of plugins. However, the folder was still present in windows explorer.
When I tried to manually delete the folder, I get “access denied” error messages. I tried changing the permissions, but even as administrator I can’t change it. I’ve been trying to get rid of the folder for a while now.