jshare
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Organizer] Plugin filter on the home page?After a little more testing, it seems that for the Permalink field in the Edit Plugin Filter page, this:
is NOT the same as this:
3 tests:
1) When I use A) without checking off ‘Also affect children’, I expect that a plugin will be filtered (e.g. turned off only) for the homepage.
But in my test, it was filtered for the homepage and other pages, but not posts, as if I had checked off ‘Also affect children’, so I think there’s a bug.
2) Similarly- when I use B) without checking off ‘Also affect children’, I expect that a plugin will be filtered (e.g. turned off only) for the homepage.
But in my test, the plugin was NOT filtered anywhere, as far as I can tell- not the homepage, not other pages and not posts.
Although technically A != B, I don’t think it’s reasonable to expect users to remember a trailing /, so while perhaps not a bug, this should be changed IMHO.
3) If I use A) and check off ‘Also affect children’, I expect that a plugin will be filtered (e.g. turned off only) for the homepage and other pages, but not posts.
And in my test, that’s exactly what happened.
4) If I use B) and check off ‘Also affect children’, by this point I frankly don’t know what to expect, so I’ll guess and say ‘nothing’, just like in 2) above.
And my test shows that I guess right. No big surprise there, it’ll depend on how you handle 2).
So to sum up the answer to my question AFAIK, with v4.1.1 I don’t see how to enforce a filter on the homepage only.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Reporting / notification?About to get stranger-
I tried to do the simplest test I could- a one-path run.
The plugin settings page says that the Folders to Optimize must be within /var/www/mydomain.net/html/, which is my site root.
So that’s the exact path that I pasted into that text field, saved the settings changes and verified that path had been saved. It had been, so it passed validation.
Then, in Bulk Optimize, I emptied the table and reran the optimization.
Regardless of the fact that the plugin was supposed to scan everything under the site root, it only found & optimized the active theme’s images:
/var/www/mydomain.net/html/wp-content/themes/mytheme/images/
In other words, it didn’t optimize images in any other installed themes (which was unexpected but I don’t need them optimized at this point) and most importantly, it didn’t catch my images directory at:
/var/www/mydomain.net/html/images
I enabled debugging but I don’t see anything unusual that might be related. Everything checks out except for the pngout-related stuff, but I have that checked off to be disabled anyway.
Any ideas?
Forum: Plugins
In reply to: [Plugin Organizer] Is this plugin strategy doable?Awesome. Looking forward to it.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Reporting / notification?Now I see that. Very cool.
But for some reason it only optimized one of the two paths that I listed in ‘Folders to optimize’.
I even tried Empty Table and redoing it, but it still didn’t recognize the other path, which is within the path mentioned after ‘One path per line, must be within…’.
When I try Optimize Again, it says ‘There are no images to optimize.’
What do you think?
Forum: Fixing WordPress
In reply to: Last minute scheduling bug?I understand now that wp-cron is kicked off when someone visits the site so if no one visits the site at the time my post is scheduled, it won’t get published. Even though my site usually has people on it, especially at the time of day when posts are scheduled – which is a reason why I choose that timeframe – it is possible that every so often, no one happens to be active on the site at the scheduled publication time.
To not have to worry about this, I’ve now disabled wp-cron and replaced it with a real cron job that kicks off hourly, for now.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Show statistics+1
Forum: Fixing WordPress
In reply to: Can't post comments after moving blog to httpsSolved.
This was happening because I hadn’t done this yet:
Forum: Fixing WordPress
In reply to: Last minute scheduling bug?Good question. My best answer is 3.x but even I wouldn’t bet on that.
I currently have 40 active plugins on my site. The only one which is remotely related to scheduling (from a functionality POV at least) is Future Posts Calendar.
Forum: Plugins
In reply to: [Antispam Bee] List of all Antispam Bee warnings and what they mean?Thanks Simon
It’s strange because I just tested creating a comment on my site with an email address of mine but with a different name and an innocuous line of text, and yet it was flagged as “local db spam”.
Forum: Plugins
In reply to: [Bulk Delete] Problem deleting a single postWorks for me. I was able to successfully delete only 1 post from a category that had more than 1 post.
Forum: Plugins
In reply to: [Bulk Delete] Problem deleting a single postI was. I’ve now uninstalled it though. This is the first time in 7 years of blogging that I needed to delete an entire category and its posts and although that wasn’t what I was trying to do when I saw this strange behaviour, it was ultimately what I was going to do so I’m ok with the results. But I always like making bug reports and helping out when I can, especially when the plugin was free.
Forum: Plugins
In reply to: [HTTP 410 (Gone) responses] WildcardsYes, I see that works now.
Thank you for the clarification
Forum: Plugins
In reply to: [HTTP 410 (Gone) responses] WildcardsThere still seems to be a small bug here, at least with WordPress 3.8 with v.0.8.3.
Based on this support ticket, I created a wildcard like this a few days ago:
http://mydomain.com/category/test/*
And I can see that it works.
But then this showed up in the Recent 404 errors this morning:
http://mydomain.com/category/test
Even though, when I try that url manually, it is getting 410’ed correctly according to the wildcard above.
3.1.5 fixed this for me!
Thank you, BNC. Keep up the good work
sweet