shawfactor
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Private Content Login] translate text on login pagethe plugin is translatable at a programmatically level although does not have language files included. But I think it should work with the translation plugibs
however I’ll also add and document a filter to make this even simpler. Will happen shortly watch this space
Forum: Plugins
In reply to: [LH Private Content Login] Plugin UpdateI have bumped the support to 6.4, please that the supports number is just a guide. Well programmed plugins will usually function for many many years without updates. I am resolving this for good order.
Forum: Plugins
In reply to: [LH Private Content Login] Plugin UpdateI’m pretty sure it is still working fine, I use it one my sites and had not noticed any issues. But I’ll test and update the tested up too tomorrow
Forum: Plugins
In reply to: [LH Archived Post Status] plugin does not auto archiveresolving this for good order. But will reopen if further activity occurs on the thread
Forum: Plugins
In reply to: [LH Xprofile forms] Feature requestThis does not fit logically into the core plugin, nor is it support related
If you want this functionality the plugin faq details the next steps.
Forum: Plugins
In reply to: [LH Archived Post Status] Archive Link Doesn’t Work Issue is back….resolving this for good order but will reopen if appropriate
Forum: Themes and Templates
In reply to: [Twenty Fifteen] .no-js css directives should be more specificI’ve raised a bug.
Forum: Plugins
In reply to: [LH Archived Post Status] Remove Content Just From LoopI am resolving this for good order but will reopen if more activity occurs and it is appropriate
Forum: Plugins
In reply to: [LH Archived Post Status] plugin does not auto archivelh_archived_post_status_run should be running hourly.
it’s possible that it may have been deleted or was never created due to some other plugin or conflict. in which case just deactivate and reactivate the plugi
Forum: Plugins
In reply to: [LH Archived Post Status] Archive Link Doesn’t Work Issue is back….tested it and it works fine still on my sites all running 6.4.2
there is likely a problem with your nonces. This usually goes away. But if not it likely a broader problem with your setup. Have you deactivated all other plugins? When you do does the problem persist?
Forum: Plugins
In reply to: [LH Archived Post Status] plugin does not auto archiveI tested it just then and it works in the latest version. the issue is likely two things. Eitger
the ongoing cron job was never created or has been deleted for some reason. If so just deactivate and reactivate the plugin.
Your crons are not running. This is more serious and will impact not just this plugin. I’d google debugging cron to work through this issue if the above does not work
Forum: Plugins
In reply to: [LH Archived Post Status] Remove Content Just From Loopthe installation instructions explains:
Navigate to Settings->Reading and set the visibility and archiving message
Note the WordPress archives are different from the concept of archiving used in this plugin. Archiving in this plugin either removes the content from the front end entirely or from the main loop entirely (the setting mentioned above controls this). The WordPress archives are part of the main loop.
To keep archived posts in the main loop you’d need to filter the query in pre_get_posts via code. There are some earlier forum posts for this plugin on how to do that
Forum: Plugins
In reply to: [LH Archived Post Status] Automatic Archivingthe automatic archiving date is set on a post by post basis. I’ll amend the plugin description to make this clearer
Forum: Plugins
In reply to: [LH Archived Post Status] How to disable Automatic Draft modethis is not the same issue, the auto draft issue involved the title being automatically created and populated as auto draft on a new post title and slug. That is AFAIK (and I’ve tested it) fixed
your issue is that the workflow is different to the way WordPress normally does it. Which is true. But if you think about it this has to be the case as the plugin adds a new post status. I’d also make the point that adding a new post status is not an easy thing as core does not have properly developed apis for this.
To achieve this the plugin uses a brilliant library by @imath. that library allows multiple new statuses to be added (and I have other plugins for those other statuses). They all work together. This would not be the case if I tried to add some workflow for archiving alone
I think the way the plugin does it is a good simple way that is extensible and I’ve no plans to change it. As such I’m resolving this issue but will reopen it if necessary)
Forum: Plugins
In reply to: [Webmention] Fatal error on new versiongreat work, this plugin is gem