one3rdnerd
Forum Replies Created
-
Did you ever find a workaround to this? I have the same issue.
I also noticed CSS in admin only isn’t loading any CSS in the dashboard.
I’m also having this same issue.
Forum: Plugins
In reply to: [Woo Donations] All Donations show as processingCouldn’t you provide a setting to allow them to default as complete? Our donations are simply that, nothing physical needs to be fulfilled so they should be complete as soon as the donation is made.
Then users can choose to leave it as default if they need it or choose to have them set to status = complete if the donation doesn’t require anything else.
Our site sells physical products, which should be set to processing, but it’s confusing when donations show as processing.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Uncaught TypeErrorI found a fix on https://github.com/woocommerce/woocommerce-paypal-payments/issues/1439 but I still think the plugin devs should resolve what causes this in the first place.
https://github.com/woocommerce/woocommerce-paypal-payments/issues/1439I found just disabling and resetting the smart button locations seemed to solved it. Maybe it needed to be reassigned for a woo-commerce database update
Hi @saifislam01
Okay, sounds good. I appreciate it.
Do you have any plans to make your development roadmap public in the future?
Thank you, I’m glad you agree about the idea.
If you take my experience for example, when it wouldn’t change I thought it was either a bug or custom fields on custom posts simply were not supported by the plugin and nearly deactivated to try an alternative because it didn’t say “You can’t change the field after saving” anywhere, so I think it ended up being a poor user experience for a different reason.
I hope this gets implemented because while in the development phase of a website, it’s not too uncommon to change a meta key while working on the site.
Thanks 🙂
Thanks
Is this feature on your development roadmap for the future already? or if not, is it likely this will be added? I think this feature would put your plugin way ahead of the competition. I’d happily buy the premium version if this was included.
The answer is yes. I tested it.
Ah I found that if I add it when I first add the field without saving it works.
I think it should be editable after that though, if you are concerned about people breaking forms just show a “Hold on a second” popup to check the user definitely wants to change it and inform them of the potential issues.
Forum: Plugins
In reply to: [New User Approve] User Approve By RoleWould you be open to sending me your custom plugin so I can try and adapt it to my needs? or point me in the right direction of the function you used?
Thanks in advance.
Forum: Plugins
In reply to: [New User Approve] User Approve By RoleThis is a feature I urgently need too.
I have people sign up via Memberpress for 3 different membership types
- Landowner
- Developer
- Local Authority
I only want user role Local Authority to need to be approved and want Landowners and Developers to be auto approved.
Forum: Plugins
In reply to: [WP Activity Log] Plugin Vulnerability NotificationPerfect, thanks for getting in touch with them too.
Have a great day yourself.
Forum: Plugins
In reply to: [WP Activity Log] Plugin Vulnerability NotificationThank you. I will let them know.
Hi @maybellyne
Maybe you missed my second comment but I already resolved this with an existing filter and using a conditional statement. See the code I pasted above.
My issue now is that I need to remove posts from the sitemap.xml based on the same conditional but that’s an oversight in how the filters have been created for Sitemaps where we can’t achieve that.
I think it’s pretty essential that this is fixed in Yoast because it makes the noindexing by conditional statements sort of redundant.
I have added this as a feature request but I’m going to consider deactivating Yoast and trying to achieve this with another SEO plugin instead if it’s not something that can be fixed relatively quickly.
Here’s the feature request on GitHub for anyone who wants to comment or upvote it.
https://github.com/Yoast/wordpress-seo/issues/20437
Thanks