Mikey
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Generate Critical CSSWell, I did set the CCSS generation in background to OFF, and I purged all. But I still get the FOUC and the <style> in <head> still doesn’t generate anything.
Forum: Plugins
In reply to: [LiteSpeed Cache] Generate Critical CSSHi @qtwrk,
Thank you for the response.
So if I don’t use the CCSS generation in background, I don’t need to whitelist the IP anymore?
Forum: Plugins
In reply to: [Custom Order Status for WooCommerce] Translate custom statusHi,
I also need to translate the plugin in local language.
Can you please make it translation-ready for Loco Translate?
Forum: Plugins
In reply to: [WooCommerce Order Cancel for Customers] Not workingForum: Plugins
In reply to: [YITH Advanced Refund System for WooCommerce] Loading when click refundSame issue here guys.
Forum: Plugins
In reply to: [Return Refund and Exchange For WooCommerce] Doesn’t seem to workOk, I hadn’t set the maximum number of days, that’s why it wasn’t showing up.
I’ve tested it a little bit and I already see some flaws:
1) users can ONLY ask for refund of ALL products from an order? But..the whole purpose of return&refund is to be able to return one or more products from an order, not only the whole order.
2) even though I set the maximum number of days, the user can still send a Refund request for an order that was completed way before in the past.
- This reply was modified 6 years, 2 months ago by Mikey.
I would also need this functionality. Please give us an update @gauravnagpal!
That does the trick, thank you.
Hmm…
I’m not sure how to use that properly. So, if I want the WP HTML Mail Template to be used only for Ninja Forms, the snippet would be the following?:
add_filter( 'haet_mail_use_template', 'customize_template_usage', 10, 2 ); function customize_template_usage( $use_template, $mail ){ if ( $mail['ninja-forms'] ) { return true; } else { return false; } }
Forum: Plugins
In reply to: [WP Email Users] Seen and Seen Count don’t workWell, the problem must have been W3 Total Cache. I’ve deleted it completely and now the Seens work well.
However, may I suggest a minor change for the next update?
Can you please set the list in “Sent Emails” to display first the latest emails sent? Because now it is chronologically ordered and it’s annoying to have to go to the last page every time because usually you want to check on your last sent e-mails.
Forum: Plugins
In reply to: [WP Email Users] Unsubscribe not workingThe unsubscribe link doesn’t work for me too. From Gmail I get a redirect notice saying “The page you were on is trying to send you to an invalid URL”, and on Yahoo Mail the link is doesn’t do anything if you click it.
Oh, and it does the same with YITH Wishlist plugin’s promotional e-mails and with God knows which other more.
Later Edit: Ok, it messes up all e-mails. Including WooCommerce E-mails.
- This reply was modified 6 years, 4 months ago by Mikey.
Forum: Plugins
In reply to: [W3 Total Cache] Logged users on cached pages are not loggedI have the same issue as the guys above: The user logs-in, but when going on the front page, he receives a cached page as non-logged-in.
How to solve this best (the goal is to not lose the speed of page loadings)?
1) Enabling the “Don’t cache front page” checkbox in Page Cache?
2) Disabling expires header in Browser Cache?
3) What else can be done?Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Translation-ready?Thanks, it works.
Forum: Plugins
In reply to: [Wallet for WooCommerce] The problem of wallet deductionI have also raised this issue 2 weeks ago, here: https://www.ads-software.com/support/topic/partial-payment-not-working-properly-since-v1-2-6/.
This is a really important issue because money are being lost without even knowing.
I’ve downloaded the github version a few days ago and I’ve noticed that some changes were made to the code concerning the partial payment, in comparison to version 1.2.6. I’ve tested the github version and it works fine, the partial payment is withdrawn from the wallet after the order is placed. Nevertheless, an update should have been pushed out long time ago.