gcnj123
Forum Replies Created
-
I finally found the reason by deactivating the plugin: it was because I had disabled woocommerce.min.js on the checkout page. I have now enabled this js, and everything is back to normal. Thank you for your help. I will now mark this issue as ‘resolved’.
Amazing! I use the first code in your document(second code not work):
add_filter( ‘woocommerce_paypal_payments_early_wc_checkout_validation_enabled’, ‘__return_false’ );
Now, regardless of whether the required field is missing, the message no longer appears. Clicking on ‘Debit & Credit Cards’ directly brings up the input field, and clicking on ‘PayPal’ leads to an immediate redirect.However, this raises another concern for me: under normal circumstances, the system would prevent you from proceeding due to missing information, but now it no longer does. Could this lead to issues with the order process, such as users submitting incomplete information?
Thank you for your reply. Please check the system report.
https://privatebin.inpsyde.com/?4a350ac1b4dbc213#FDxKzRhHAHmeqp2v8w22qrkY2w6eHLSq9k59HaNh4jNvAs for the plugin conflict, I am currently working on it.
And I would like to know how the message normally show if a required field is missing. Is it the same as shown in the first image?I have logged in and verified my email. I did as you said, but I still can’t contact the support team. Please check the picture.
I clicked on the bubble on https://my.elementor.com/websites/ and got a robot reply. I couldn’t find the option for real person support. Following the robot’s instructions, I was eventually taken to https://my.elementor.com/support-first-step/
I bought Elementor Pro, but now there is no way to get premium support. Can you help me further or is there any other way to get premium support?

Forum: Plugins
In reply to: [LiteSpeed Cache] How to completely disable image optimizationYes, i think so.
Thank you for your help. I mark it as resolved.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to completely disable image optimizationThe code is from my last topic
https://wordpress.org/support/topic/webp-not-load-correctly/I have already deleted this code, but no use. Do you have any idea fix it?
Forum: Plugins
In reply to: [LiteSpeed Cache] How to completely disable image optimizationI checked .htaccess again, and ensure this code is deleted. So strange.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to completely disable image optimizationThis is strange. I checked my file directory, taking the first image as an example, the image I downloaded from the website is
plant1-free-img-600×600.webp
But in fact, my file directory only has
plant1-free-img-600×600.jpg.webp
and there is no plant1-free-img-600×600.webp
I believe this is because I added the code in my previous reply with the help of another support man. But in fact I have deleted the code, it just seems that the code is still working.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to completely disable image optimizationYes I have purge all cache including my browser cache. But not work.
This is my page, all images are webpForum: Plugins
In reply to: [LiteSpeed Cache] How to completely disable image optimizationI used to add this code at the top of .htaccess, now I have deleted it, but the image is still webp.
<IfModule LiteSpeed> RewriteCond %{HTTP_ACCEPT} “image/webp” RewriteCond %{REQUEST_FILENAME}.webp -f RewriteRule ^(.*).(jpg|jpeg|png|gif) $1.$2.webp [T=image/webp,L] </IfModule>Forum: Plugins
In reply to: [LiteSpeed Cache] No ‘x-litespeed-cache’ headerThank you for your help. The issue solved.
Forum: Plugins
In reply to: [LiteSpeed Cache] No ‘x-litespeed-cache’ headerI switched the nameserver from Cloudflare back to my hosting provider, and now the ‘x-litespeed-cache’ header has appeared and is showing as a hit. Next, I plan to give up Cloudflare and use quic.cloud instead. Now my concern is, if I switch the nameserver to quic.cloud, will it also cause the header disapear?
Forum: Plugins
In reply to: [LiteSpeed Cache] No ‘x-litespeed-cache’ headerI check the phpinfo. The value of $_SERVER[‘X-LSCACHE’] is on,crawler,esi,combine
I think it is good.
I have installed another plugin called Super Page Cache for Cloudflare. But in order to troubleshoot, I have completely restored the files and database to the state before installing this plugin, so I don’t think it’s the reason. I haven’t installed any other caching plugins. I don’t want to disable all plugins to troubleshoot, so I decide to create a subdomain, install a new WordPress and install Litespeed cache only to test if this will work.
- This reply was modified 3 years ago by gcnj123.
Forum: Plugins
In reply to: [LiteSpeed Cache] No ‘x-litespeed-cache’ headerI found a total of 6 ‘cache-control’, 4 of which seem to be related to images. The remaining two, I don’t know what they mean, I don’t dare to modify these codes casually:
#LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block!#
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule .litespeed_conf.dat – [F,L]#marker CACHE RESOURCE start#
RewriteRule wp-content/./[^/](responsive|css|js|dynamic|loader|fonts).php – [E=cache-control:max-age=3600]
#marker CACHE RESOURCE end#
Apart from the lines I added in my last reply, I haven’t edited anywhere else. I think these should be entries that originally existed.
As for whether the litespeed cache is enabled, I need some time to learn the operation. After completion, I will reply.
Forum: Plugins
In reply to: [LiteSpeed Cache] No ‘x-litespeed-cache’ headeryou mean these line?
RewriteCond %{HTTP_ACCEPT} “image/webp” RewriteCond %{REQUEST_FILENAME}.webp -f RewriteRule ^(.*).(jpg|jpeg|png|gif) $1.$2.webp [T=image/webp,L]