shawfactor
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Archived Post Status] Published Archive Post reverts back to Archivehmm I’ve reviewed the code and the only way this cab happen is if you left the expiry date recorded on the post AND you also transitioned from archive to some other post status (e.g. draft) before (re) publishing the posr
I might make the code a bit tighter to cover the above edge case. But I’d need to think of any other implications
in the mean time you could try either transitioning directly from archive to publish or changing the post to draft and deleting the expiry date before (re)publishing the post
if it’s still
a problem then it’s another plugin interfering with things. In which case deactivate them all and try again.
Forum: Plugins
In reply to: [WooCommerce] filter to turn off Coming Soon Mode functionalityThe snippet does not achieve what I want. I don’t want administrators to have this functionality at all.IE I don’t want them to use it or see it.
From readig the documentation the snippet stops the functionality from working in the front end but that still creates confusion on the back end.
Right now an admin sees an live button in the back end and can set coming soon etc in the back end. I don’t want them have this functionality or see it. We already have better functionality for this in our multisite platform.
More broadly why is this functionality part of the core woocommerce plugin? The functionality seems like it would make far more sense in its own extension…
- This reply was modified 1 year, 8 months ago by shawfactor.
Forum: Plugins
In reply to: [LH Xprofile forms] Required fields not workingresolving for good order
Forum: Plugins
In reply to: [LH Xprofile forms] Required fields not workingI have tested and the plugin works fine.
The issue you are probably having is that you are testing it as an admin. But buddypress does not enforce the required field validation for admin users (you’ll notice this is the case with all xprofile fields)
Try testing as a normal user and you’ll see my point
Forum: Plugins
In reply to: [LH Archived Post Status] Conflict with Tangible: Loops & Logic pluginI do not support plugins I do not use on this forum (there are 50,000, most are not good). If you want custom work done to make it work please contact me via my website (info in the faq).
I am resolving for good order.
Forum: Plugins
In reply to: [LH Xprofile forms] Required fields not workingI’ll test if this is the case, it’s certainly possible one of the recent buddypress updates had broken this part
watch this space
Forum: Plugins
In reply to: [LH Archived Post Status] All posts visibility set to privateresolving for good order then, thankyou
Forum: Plugins
In reply to: [LH Archived Post Status] All posts visibility set to privateThe latest version of this plugin incorporates a fix implemented in the wp-status library. So this issue should be resolved now. Can you please test?
Forum: Plugins
In reply to: [LH Archived Post Status] Archived posts are still visible in the blog feedresolving this for good order but will reopen if appropriate if there are more posts
Forum: Plugins
In reply to: [Attributes for Blocks] Fatal error with litespeed cacheI’ve not seen this issue in my logs since so I’ll resolve it. Many thanks
Forum: Plugins
In reply to: [LH Archived Post Status] All posts visibility set to privateOkay so the issue is real since 6.6, although I completely diagree with your statement that the lugin is no longer usable. Its just confusing
Anyway the plugin is a combination of my own work and that of @imath who has a wondeful library that tries to work around the fact that wordpress does not have a proper api for custom post statuses. I’ve raised the issue and followed up with him on upgrading the library to work with wordpress 6.6.
see here:
Forum: Plugins
In reply to: [LH Private BuddyPress] Plugin has no functionI understand now but the front page is generally not a buddypress page. Are you telling me that you’ve buddypress content on the front page?
note if you just want to make the whole site protected there are plugins to do that…
Forum: Plugins
In reply to: [LH Private BuddyPress] Plugin has no functionBy defaults it protects all components except registration/activation (I assume this is what you meant by start page) so it will also protect groups, activities, messages etc
I’ll add a filter to allow it protect the registration/activation as well in my next update and circle back here with sample code.
Forum: Plugins
In reply to: [LH Private BuddyPress] Plugin has no functionnote the plugin does not protect the activation and registration pages
note my review of the code indicates there is an error in the plugin around site maps showing the buddyoress components (since buddypress changed to custom post types for compenents). I’ll be pushing out a fix for that shortly but that is not your issue
- This reply was modified 1 year, 9 months ago by shawfactor.
Forum: Plugins
In reply to: [LH Private BuddyPress] Plugin has no functionthis is simply not true. One look at the code can demonstrate this but if you don’t understand code try accessing this url:
https://princesparktouch.com/members/
it’s the members directory on one of my sites. You can’t without being logged in and are redirected to the login page.