Salar Gholizadeh
Forum Replies Created
-
Forum: Reviews
In reply to: [API Stats] Still work!Hey bbombb,
Thank you for your review on this plugin. Feel free to inform me about any improvements or ideas.Forum: Reviews
In reply to: [Better RTL Support] ??? ?????????? ?????:
???? ???? ?????? ???? ????? ?? ? ??????? ??????? ????.Forum: Reviews
In reply to: [Better RTL Support] ??? ?????????? ???? ???? ?? ???? ????? ??? ????? ?? ??????? ?????? ?? ????????.
??? ?????? ???? ???? ??? ????? ? ?? ??????? ??? ? ?? ??? ???? ?? ????? ????? ????? ?????? ?????? ????.
?????? ???? ?? ??? ????? ????? ?? ??? ????? ???? ???? ??? ? ?? ????? ???? ???? ???? ?? ??? ??? ?????? ?? ?????.Forum: Reviews
In reply to: [API Stats] Nice work!Thank you @conschneider for sharing your nice thoughts.
If you have any ideas or features that you think would be good, I would be really thankful if you share them with me.Forum: Reviews
In reply to: [Better RTL Support] ?????? ?????? ???? ???? ??? ???? ????@farhadhp ????? ???? ????. ??? ????? ???? ?????? ???? ??? ???? ?? ?? ???? ??? ???? ????? ???.
@mailerlite any updates on this? this codes makes mailerlite compatible with deffering js scripts which is commonly used in script optimizing. currently I have to edit this everytime I update the plugin.
@furnituresuppliesuk sorry for my late late reply! the path, as I mensioned, is this:
wp-content/plugins/official-mailerlite-sign-up-forms/include/templates/forms/custom_form.phpMy pleasure ??
doing this on class-wcfmmp-commission.php:60 fixes the problem:
$payment_method = ! empty( is_a($order , WC_Order::class) && $order->get_payment_method() ) ? $order->get_payment_method() : '';
By the way I don’t know if this would have any side effects.
Hi,
Yes, I’m always using latest plugins. Besides, this happens on both production and local development sites.
I tested again today and the problem persists.
This isn’t happening to you?Hello.
Sorry I could’t check quickly because I had left the work.
The issue is solved.
Thank you for your nice plugin and support ??I’m glad ??
Thank you for your quick update and great support ??Hello, Sorry I was off in the past days!
what I mean by my comment above is this:
wc-frontend-manager\includes\libs\php\class-wcfm-fields.phpline 1134
change do_action(‘field_wrapper_start’);
to do_action(‘field_wrapper_start’ , $field);and on line 1251
change do_action(‘field_wrapper_end’);
to do_action(‘field_wrapper_end’ , $field );this helps for better third party plugin compatibility.
your question: Are you comfortable in PHP/WP coding?
– Yes, Absolutely- This reply was modified 6 years, 2 months ago by Salar Gholizadeh.
- This reply was modified 6 years, 2 months ago by Salar Gholizadeh.
oh the actions already exist,
I’ll use field_wrapper_start and field_wrapper_end actions but the problem is it doesn’t pass $field parameter to those actions.- This reply was modified 6 years, 2 months ago by Salar Gholizadeh.
I found the issue, I’ll explain and fix this on your github repo ??
Hi @dualcube ,
Thanks for your reply
As you see in my post, WordPress has 1GB of memory which is more than enough.Do you have any other suggestion?