Keith
Forum Replies Created
-
OK seems like it is cloudflare’s problem. I will just wait a few more days. Thx!
@isaumya, thx for the update. I double checked my cloudflare account, but I can assure you that I do not have any page rule. If any, I only have such page rules to wp-rocket to exclude membership pages.
As a matter of fact, I was going to ask you about ‘Cache everything’ rule available in cloudflare -> my domain -> rules -> page rules
I have ‘cache everything’ to a few other domains, but for this particular one, given the membership capability, I have turned them off. How should handle the cache everything rule w/ Super Cache for Cloudflare (SCfC)?
SCfC does seem to do what it has to do, without any extra configuration, so I plan to remove ‘cache everything’ from all other domains. Is this recommended practice?
@isaumya, thank you for the quick response. As far as I remember, I did add the domain to Cloudflare about 3 days ago. I can see all are added well to my cloudflare account.
I tried to set log verbosity to HIGH, but for that I had to set any domain first. So I don’t think it can be the solution, but anyway, I did select my main domain, and set log verbosity to HIGH. As expected, nothing changes.
There must be some sort of # limit imposed.
Forum: Plugins
In reply to: [WooCommerce] Conditional physical address entry for specific productYup your team certainly deserves 5 star review!
Forum: Plugins
In reply to: [WooCommerce] Conditional physical address entry for specific productThx for the great support @beautyofcode
Indeed that looks like a working solution for me. Should’ve searched Woo store before dropping questions to here.
Forum: Developing with WordPress
In reply to: Mobile page speed score is 20 points lower than Desktopwell.. even with lazy loading turned off for a day, and even for a freshly created website without much of DOM structure, I have consistently lower score for mobile, and as @ashutosharma97 pointed out, it seems like it is due to slow image loading.
Just wonder why cloudflare provides near 0ms lag in image loading for desktop while mobile loading is way slow. My personal experience with my own laptop/desktop/table/mobile in fact got significantly improved after applying cloudflare’s APO. There must be some sort of server level issue that delays mobile image loading from Google PageSpeed’s perspective.
Forum: Networking WordPress
In reply to: Keep logged in across multisite (for various domains)other than define(‘COOKIE_DOMAIN’, false), I had login problems with custom domains. I reverted from ‘.domain1.com’ or ” to ‘false’.
Forum: Plugins
In reply to: [WooCommerce] Conditional physical address entry for specific productsorted out most of lingering issues. What’s left is conditional payment option to product type. For subscription products, payment method has to be, in my country specific way, ‘Subscription Payment’ that requires extra verification from both the shop and the customer, and for all other products, I simply need to call up other usual payment options, like credit card, bank transfer, apple/samsung pay…
Forum: Networking WordPress
In reply to: Keep logged in across multisite (for various domains)WP Remote Users Sync solved the problem
Forum: Plugins
In reply to: [WooCommerce] Conditional physical address entry for specific productPlz see the attached report – FILE
Just to share what’s going on from my side, I have a country specific gateway plugin that connect local payment modules to woocommerce.
Local payment modules, such Paypal, Stripe, are in competition, and they vary requirements for payment. For example, for subscription billing, each payment modules require different values. One company asks a customer’s cellphone number, while another company asks officially registered name. For digital non-subscrible products, each of them also require different information. So are physical products.
For me, the most ideal case is simply rely on one payment module, and vary checkout billing form depending on products. If it is impossible, or takes too much effort, a possible workaround is to have multiple payment modules, and assign different products to different modules.
I have found multiple plugins that claim it is possible to have different billing field requirements for different products, but wonder if there is a way to handle it at code snippet level.
Hope my intention is clear.
I have JS rewriting, so far it works fine.
Forum: Plugins
In reply to: [WooCommerce] Conditional physical address entry for specific productSince I am not using typical payment gateway, one way to solve above issue is to conditionally enable payment options (credit card, paypal, apply pay…)
- This reply was modified 2 years, 7 months ago by Keith.
Forum: Plugins
In reply to: [WooCommerce] Conditional physical address entry for specific productFor the record, all virtual products have that virtual tick turned on. The checkout page has a default block setting that has all entries (full address, first/last name….)
For my case, address, first/last name…. these entry blocks (or shortcode’s entries) have to be conditionally loaded, but it is not affected by my choice of product type, be it virtual, dowmloadable or not.
- This reply was modified 2 years, 7 months ago by Keith.
Forum: Developing with WordPress
In reply to: Mobile page speed score is 20 points lower than DesktopWell for the record, I do not have any lazy loading option turned on. I’ve just double checked my plugin settings, but it is clearly not.
If images are lazy loaded, it is WordPress default setting.
When it comes to DOM structure, I do admit it is heavy, but desktop performance is unaffected. Mobile pages have much simpler DOM structure, yet, I have much lower score on performance.
Seems like the same issue as the paypal. The local gateway plugin does not support gutenberg block. I can see that from checkout page in editor. It says ‘Incompatible with block-based checkout’
Need to find a workaround like everybody else, I guess.