archon810
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] PHP DeprecatedErrorException: Function create_function() is deprecated.
Here to report the same exception with PHP 7.2.
Forum: Plugins
In reply to: [Broken Link Checker] Plugin activation hangs for a long timeI ended up using the nuclear option in advanced settings and now it’s regenerating the data.
This is a bug in your plugin though. If you choose the wrong option, it will be broken as far as validation is concerned.
Hiding a bug fix behind a paywall is… not good ethics.
Forum: Plugins
In reply to: [Schema] Truncate headlines to 110 charsThat’s why I filed this ticket in the first place!
Thank you.
Forum: Plugins
In reply to: [Schema] Truncate headlines to 110 charsWhy is there a need for a setting? This should be the default because otherwise you’re not adhering to the schema spec.
Forum: Plugins
In reply to: [Schema] Truncate headlines to 110 charsHi,
Sorry, but this shouldn’t even be something users need to set. The spec says 110 chars max – why would the plugin not adhere to this limitation? It should be in its core code.
https://developers.google.com/search/docs/data-types/article#article_types
“The headline of the article. Headlines should not exceed 110 characters.”
Shouldn’t this case be handled better though? If someone assigns their WP posts to NewsArticle, they should be able to have the homepage pass validation too, no?
I switched it to Article -> BlogPosting for now, and the validation error went away.
Forum: Plugins
In reply to: [Quantcast Choice] CMP popup shows in US after plugin installation👍
Forum: Plugins
In reply to: [Quantcast Choice] Preview the CMP popup?Yeah, I saw that, but it’s be good to also have a quick ability to preview it from the plugin settings with a GET parameter or something like that. It’s more user-friendly.
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Switch logic to WP cronRight, OK, I see your point. I think all we’d need is something that retries via cron until it works because whatever prevents it from working is likely to go away by the next minute, or the next.
Alternatively, a script to ping via our Linux cron that would perform this task every minute rather than on every pageload.
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Switch logic to WP cronHi Jennifer,
Sorry, but that’s a huge overkill for any busy site. We have hundreds of thousands of hits per day to those pages.
What about an option to use cron, and if a user wants to opt out of cron, the plugin would fall back to this logic (but be upfront about it in the plugin settings)?
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Switch logic to WP cronSorry, where’s this latest version? I downloaded the code before making this post and the logic there is
if (is_front_page() || is_single()) {which is still quite a lot.Hi,
Any updates on this?
Any ETA on the release please?