opicron
Forum Replies Created
-
Forum: Reviews
In reply to: [Plugin Load Filter] Awesome! REST-API 4x speedup!Of course, what I did was disable most plugins in the URL Group Filter rest-wc mode.
A lot of plugins who offer WP CLI functionality in rest-wc mode need to be enabled. So be careful what you disable ;).
Note you have to add a URL Filter Registration for the url: wp-json/wc/*
Forum: Plugins
In reply to: [Pressidium Cookie Consent] don’t have “coockie” settingsApparently Brave needs this very vague User Agent Style. Marked in Github #101 as fixed in next release.
Forum: Plugins
In reply to: [Pressidium Cookie Consent] WP Consent APII debugged the Google Tags using Tagassistant and I see the changes made live in the Tagassistant. So I can answer my own question, and for others, we can ignore the notification which is listed in Google Site Kit.
It all works as expected. Thanks again for your effort for this plugin.
Edit: marked as resolved.
- This reply was modified 1 year, 6 months ago by opicron.
Forum: Plugins
In reply to: [Pressidium Cookie Consent] don’t have “coockie” settingsI have the same issue, regular installation, no Cookie menu option.
I Notice this css in the dev bar as a user agent stylesheet. Using Brave browser.
.tab-cookies {
display: none !important;
}Edit: when I adjust the tab class to tab-cookies-test instead of tab-cookies it pops up.
For the sake of completeness:
- This reply was modified 1 year, 9 months ago by opicron.
The ajax action which is fired is:
wcs_disable_auto_renew.admin-ajax returns with:
{"payment_method":"Via PayPal","is_manual":"yes"}And
{"payment_method":"Via PayPal","is_manual":"no"}When
is_manualisyes, the returnedpayment_methodshould beManual Renewal.- This reply was modified 1 year, 9 months ago by opicron.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Add Payment Method bugged?Clearly this is not user friendly.
- Different color Paypal button than defined in Admin.
- Two buttons, which one do I use?
- Pay Now text on button, I am trying to add a payment method, not pay.
View post on imgur.com
Thanks for the swift response. The fine granular control would be only to make the button the same height as the regular pay button.
It has no priority of course, it looks good now– I just think it would look 1% better with same heights :).
View post on imgur.com
View post on imgur.com
- This reply was modified 1 year, 9 months ago by opicron.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Add Payment Method bugged?As you mentioned in another topic. The filter will not be used anymore as its functionality is for specific use-cases. Still I do think that a golden pay now button, while I changed the button to blue in the admin, is incorrect.
Users are not paying for anything in this use case. They are trying to add a payment method.
The rest of the issue remains. Thanks for your swift support!
- This reply was modified 1 year, 10 months ago by opicron.
Very clear, I have reverted back to using without the hook! Thanks.
One thing though, I see that another plugin officially using Paypal platform can change the height of the Paypal button.
https://ww.wp.xz.cn/plugins/pymntpl-paypal-woocommerce/
That functionality would be a nice improvement to match styling of many websites. Any chance this could be incorporated?
Also, by using this method the Proceed to Paypal automatically pays the order on the last account used. Instead it should go to the login page of Paypal.
Another issue is that an Pending Payment order is created when using the custom hook. It would be much better to open in a new window and avoid all those Pending Payment orders.
Forum: Plugins
In reply to: [Digital License Manager] Fatal Error on view licenseThanks for your quick support!
Forum: Plugins
In reply to: [Twenty20 Image Before-After] Nonce verification failedI dont see the version upgrade yet.
Forum: Plugins
In reply to: [Twenty20 Image Before-After] Nonce verification failedThank you for your swift response, much appreciated. I will check the update shortly.
Forum: Plugins
In reply to: [Breeze Cache] Programmatically clear cache by post IDWe need to be able to purge custom post type cache for Woocommerce Products after importing new data through CLI. In this case a purge cache per post ID would be required.