editpostok
Forum Replies Created
-
Thanks @mattthomas-photography
I did figure that out. The email field is moved to the top and it can only be prevented by reordering the billing fields again via a new filter function at later priority.
I have switched to a Stripe plugin from another author which has a option for this on the settings page. Although not the main reason for switching.Forum: Plugins
In reply to: [Code Snippets] Scroll to notice on ctrl sThat’s great! One of the best plugins. Thank you.
Thank you, the issue is gone.
I just checked and it seems like
wp_enqueue_media()
was being called too early in the last version.It’s all good now.
Hi, thanks for your reply.
I tried to recreate the issue again, but now assigning the images to the post does work.
However, the media library on the post/pages edit screens is still affected, because it will show an extra image spot, which also happened when the feat. images didn’t work. https://ibb.co/k1KHCSk
The problem must be that the plugin’s wp media library js is loaded throughout the whole admin area instead of the plugin’s settings page only.
/assets/js/gatewayIconMedia.js
This is also loaded everywhere: /assets/js/apiKeyRedirect.js
Best regards
Forum: Plugins
In reply to: [Disable Bloat for WordPress & WooCommerce] Conflict with WC 5.7.1?Hi,
I’ve greyed out following lines of code inside of the plugin(line 363 to 366) This has fixed the problem for me.
add_filter( 'woocommerce_admin_features', function( array $features ): array { $features = []; return $features; }, 90 );
Best regards
Forum: Plugins
In reply to: [Disable Bloat for WordPress & WooCommerce] Conflict with WC 5.7.1?The ‘woocommerce_task_list_hidden_lists’ is there and has the following value:
a:1:{i:0;s:5:”setup”;}
Forum: Plugins
In reply to: [Disable Bloat for WordPress & WooCommerce] Conflict with WC 5.7.1?Hi,
Same issue for me. I’ve only installed WooCommerce and this plugin.
The problem seems to be caused by the fist option: ‘Disable WooCommerce Admin’. When checked, the WooCommerce setup box is replacing the WooCommerce Status box. Unchecked, only the Status box is shown.
Lately I’ve experienced the setup box problem on sites without using this plugin aswell, although this issue seems to be caused by the disable bloat plugin.
Best regards
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Redirect to paypal when placing orderHello Niklas, thank you for your response.
I will wait for the filter and stick to PayPal standard for now. (the design of the checkout page requires the order to be placed via the official WooCommerce order button)
Best regards
Forum: Plugins
In reply to: [Metrics Query] Incompatible with PHP 8Thank you.
All works fine now.
Forum: Plugins
In reply to: [Metrics Query] Incompatible with PHP 8Hi,
I’m getting the exact same errors with php 8.
When adding the access code: https://streamable.com/n6ql15
Forum: Plugins
In reply to: [Author Avatars List/Block] Error after updating to php 8Hi Paul,
Thanks for the quick fix, all works fine again.
I just see now that the fees are extremely high on Paypal internationally. So I rather not use it. (25 – 30%)
Any chance you have a crypto address?
Best regards
Some additional info:
The http error doesn’t happen when logged in as an admin. Then everything works fine.
Hi, thanks for your reply.
There is no debug file being created. I also checked the PHP error log in Directadmin and it is empty.
To see the conflict on the frontend: https://kysolutions.info/test-site/create/?snax_format=text
username: demo
password: demoPlease let me know if I can do anything else. Thank you.
*EDIT: Query Monitor is activated, on the frontend
- This reply was modified 4 years, 6 months ago by editpostok.
- This reply was modified 4 years, 6 months ago by editpostok.
Also, if you have a link where I can buy you a coffee or a paypal link or something, please share it.
Best regards