Vishal Lohar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Sync is Not WorkingSystem Report – https://file.io/b2X5AWaShjiX
I have replaced the names in the report.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Sync is Not WorkingNo, We have tried HPOS and there are some problems with it. For now, we don’t need help with HPOS.
The problem is that the Analytic data sync is not working. And when we try to manually sync it by going into the settings, it gets stuck.
Similarly, HPOS order sync is stuck too.
So, I need help with this data sync issue.
Forum: Plugins
In reply to: [WooCommerce] 403 Status error on Add to cartHey, The issue was fixed by downgrading to PHP 7.4 from PHP 8.0.
Anyway, I am happy its fixed.
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Unable to change responsive pointHi,
I changed the responsive point and then copied the file to this directory but it didn’t worked.
/themes/astra-child/email-template-customizer/email-header.php
Can you please help?
Forum: Plugins
In reply to: [LiteSpeed Cache] How can I delete VPI data?I have Mobile cache enabled but still some images were not lazily loaded on Mobile. On-Page speed insights I got the warning to defer offscreen images after enabling VPI. Maybe the mobile version of VPI was not generated.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to exclude certain pages from generating CCSS?Yeah, I did clean the queue 3 times and cleared the cache of both Litespeed and Cloudflare. Also, I surely want to exclude generating CCSS for all pagination pages but I also want to use any pagination page CCSS for all other pages.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to exclude certain pages from generating CCSS?I did what you said. But still I can see a lot of pagination pages in queue.
https://www.example.com/samsung-galaxy-a04-price-nepal (Vary Group:e4d864acd3ffdd89639bca60b220bc8b) WebP https://www.example.com (Vary Group:+ismobile) ?? https://www.example.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKUpdaterWorker.js.php (Vary Group:32ad8da886d506a124ab0470b00ffa77) ?? https://www.example.com/best-premium-midrange-phones-nepal (Vary Group:da11117a459b14116d7cc511e162c3c8) ?? WebP https://www.example.com/xiaomi-redmi-go-price-nepal (Vary Group:+webp) WebP https://www.example.com/gbn-compare (Vary Group:+ismobile) ?? https://www.example.com/wp-content/litespeed/css/7574365927740f419a0238b47bbd8763.css (Vary Group:+ismobile+ismobile) ?? https://www.example.com/page/550 (Vary Group:+ismobile) ?? https://www.example.com/cat/mobile/realme-price-list/page/4 https://www.example.com/product/huawei-watch-buds https://www.example.com/category/xiaomi/page/22 (Vary Group:+ismobile) ?? https://www.example.com/author/santosh/page/9 https://www.example.com/page/441 https://www.example.com/product/poco-m5 (Vary Group:+ismobile) ?? https://www.example.com/blog-news-list/page/687 https://www.example.com/author/nikhil (Vary Group:+webp) WebP https://www.example.com/cat/tv-price-list (Vary Group:+webp) WebP https://www.example.com/page/3 (Vary Group:+webp) WebP https://www.example.com/category/laptop-price-in-nepal (Vary Group:+ismobile+webp) ?? WebP https://www.example.com/blog-news-list/page/82 https://www.example.com/page/284
Forum: Plugins
In reply to: [LiteSpeed Cache] How can I delete VPI data?Okay, I have one more question. VPI excludes lazy load image per device type or it’s the same for all device. Bcoz I may have 10 pictures in viewport on Desktop and may be 2 on Mobile. It should not preload the other 8 images in advance on Mobile.
Forum: Plugins
In reply to: [LiteSpeed Cache] Critical CCSS queue is not working properlyThe report number is KOVCCSVH. Please check and provide a good info on all 4 points.
Forum: Plugins
In reply to: [LiteSpeed Cache] CCSS queue is not working properlyYeah, The duplicate thread was in moderation and I didn’t see it in my profile. So thought it got declined and that’why created a new thread. Sorry, It was just a confusion.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export order tracking idPlease update the code on your blog post. This code is working for me.
add_filter('woe_get_order_value_tracking_numbers', function ($value, $order,$field) { if( class_exists("WC_Advanced_Shipment_Tracking_Actions") ) { $st = WC_Advanced_Shipment_Tracking_Actions::get_instance(); $tracking_items = $st->get_tracking_items( $order->get_id() ); $numbers = array(); foreach($tracking_items as $item) $numbers[] = $item['tracking_number']; $value = join(", ", array_filter($numbers)) ; } return $value; }, 10, 3);
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export order tracking idThe custom code mentioned in the article is not working. The tracking number field is empty. I checked the debug file and didn’t find any helpful logs. The code was posted in 2019 and a lot might have changed in the tracking plugin since then.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy load Images is not workingYou’re Right! By mistake I excluded the page from caching. Thank you! Now its working perfectly.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy load Images is not workingNo, that’s not true. Only Image 1,2,3,4,5,6.png are in viewport. All these 6 images are used in the main slider. And some images are placed just above footer but they are still loaded early.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy load Images is not workingIn the GTMetric report, you can see that all the images are loaded on the first load. The total size of all images is 6.34MB. So, I just want to know why it’s happening.
You can check Waterfall -> Images section of GTMetrix report for more details.