trmkr
@trmkr on WordPress.org
- Member Since: September 1st, 2021
-
Posted a reply to exclude out of stock products from preloading, on the site WordPress.org Forums:
Thank you! I added this code: if( is_product() && ! defined('DONOTCACHEPAGE') ) { global $product;… -
Created a topic, exclude out of stock products from preloading, on the site WordPress.org Forums:
Hello, Is it possible to exclude out-of-stock product… -
Posted a reply to “Make known users anonymous” setting, on the site WordPress.org Forums:
Hi Bruce, Thank you for your reply. I had to enable "Enable caching for all… -
Created a topic, “Make known users anonymous” setting, on the site WordPress.org Forums:
Hello, I have enabled Simple method caching with "Dis… -
Posted a reply to woocommerce zoom image size, on the site WordPress.org Forums:
Hello Eduard, Thank you very much for your detailed explanation. The flow is much clearer… -
Posted a reply to woocommerce zoom image size, on the site WordPress.org Forums:
Hello Eduard, Thank you for your reply. I reanalyzed my problem and discovered that it… -
Posted a reply to woocommerce zoom image size, on the site WordPress.org Forums:
Hello Eduard, I already updated Customiser -> Single Product -> Gallery Options -> Image Size… -
Posted a reply to woocommerce zoom image size, on the site WordPress.org Forums:
Hi Eduard, Thank you for your reply. Yes, I mean hover effect for zoom. Since… -
Created a topic, woocommerce zoom image size, on the site WordPress.org Forums:
Hello, Is is possible to update zoom effect image siz… -
Posted a reply to CLS issue with should_load_separate_core_block_assets, on the site WordPress.org Forums:
Hi Jacob, Thank you for this clear explanation. Regards -
Created a topic, CLS issue with should_load_separate_core_block_assets, on the site WordPress.org Forums:
Hi, I have a CLS issue when I use should_load_separat… -
Created a topic, Perfect, on the site WordPress.org Forums:
It is really super slider :) Thanks for this plugin. -
Posted a reply to Assign images to product fields, on the site WordPress.org Forums:
Hi Saravana, Is there any update on this issue with the latest version? Regards -
Posted a reply to mobile full-width view, on the site WordPress.org Forums:
Thank you :) I couldn't configure it. Is there any demo? Regards -
Posted a reply to Bulk convert, on the site WordPress.org Forums:
I added this line to the end of the getListRecursively function in lib/classes/BulkConvert.php. It worked… -
Created a topic, Bulk convert, on the site WordPress.org Forums:
Hello, Can we start Bulk convert process with newest … -
Created a topic, Create WebP Versions, on the site WordPress.org Forums:
Hello, Is it possible to create WebP versions without… -
Posted a reply to Webp conversion, on the site WordPress.org Forums:
Thank you! I hope there will be an option in the future. Best regards -
Posted a reply to Webp conversion, on the site WordPress.org Forums:
Hi Mateusz, I have a WoocCommerce store with 3K products each having 4 images. However,… -
Created a topic, Webp conversion, on the site WordPress.org Forums:
Hello, Is it possible to convert only some images to … -
Posted a reply to mobile full-width view, on the site WordPress.org Forums:
Hi, I tried your suggestion but it didn't work. However, it's a great plugin! Thank… -
Created a topic, mobile full-width view, on the site WordPress.org Forums:
Hello, In mobile full-width view, images are cropped … -
Posted a reply to Slow webp conversion, on the site WordPress.org Forums:
Thank you :) -
Created a topic, Slow webp conversion, on the site WordPress.org Forums:
Hello, If I enable "Enable redirection to converter?"… -
Posted a reply to srcset support, on the site WordPress.org Forums:
Thank you! I used image blocks and it's now working. -
Created a topic, srcset support, on the site WordPress.org Forums:
Hello, Does the plugin have srcset support for image … -
Created a topic, Product schema for free shipping, on the site WordPress.org Forums:
Hello, How can I add free shipping label in woocommer… -
Posted a reply to Woocommerce product update interval, on the site WordPress.org Forums:
I modified the code below. It works :) add_action('woocommerce_update_product', 'lscwp_purge_product_update', 10, 2); function lscwp_purge_product_update($product_id, $product)… -
Posted a reply to Woocommerce product update interval, on the site WordPress.org Forums:
Thank you! Unfortunately, the category cache is not updated. My final code is: add_action('woocommerce_update_product', 'lscwp_purge_product_update',… -
Posted a reply to Woocommerce product update interval, on the site WordPress.org Forums:
Thank you! It works :) There is a typo in the function name. Also, can… -
Posted a reply to Woocommerce product update interval, on the site WordPress.org Forums:
Hello, The price and quantities are updated with REST API. Therefore, page cache is not… -
Created a topic, Woocommerce product update interval, on the site WordPress.org Forums:
Hello, Is there any option to purge product and categ… -
Posted a reply to PCDATA invalid Char error, on the site WordPress.org Forums:
I exported all product data to Excel and used Clean function to find the products… -
Posted a reply to Flexy slider implementation, on the site WordPress.org Forums:
Hi Eduard, The slider is much better now :) Thank you. 1) The slider plays… -
Posted a reply to Flexy slider implementation, on the site WordPress.org Forums:
Hi Eduard, Thank you :) Regards -
Posted a reply to Flexy slider implementation, on the site WordPress.org Forums:
Hello Eduard, Thank you for your reply! Interestingly, I get "Updating failed. The response is… -
Created a topic, Flexy slider implementation, on the site WordPress.org Forums:
Hello, I want to implement flexy slider as full-width… -
Posted a reply to Assign images to product fields, on the site WordPress.org Forums:
Thank you :) -
Posted a reply to Product page wishlist position, on the site WordPress.org Forums:
Thank you very much! Regards -
Posted a reply to Assign images to product fields, on the site WordPress.org Forums:
Hi Saravana, Yes, I mean radio buttons like image group. If it is possible, can… -
Posted a reply to PCDATA invalid Char error, on the site WordPress.org Forums:
Thank you :) -
Created a topic, Assign images to product fields, on the site WordPress.org Forums:
Hello, Thank you for the plugin. Is it possible to as… -
Posted a reply to PCDATA invalid Char error, on the site WordPress.org Forums:
Hello, Thank you for your quick reply. Can I share my feed URL privately? Regards -
Created a topic, PCDATA invalid Char error, on the site WordPress.org Forums:
Hello, I am getting "error on line 16196 at column 11… -
Created a topic, Product page wishlist position, on the site WordPress.org Forums:
Hello, Is it possible to set the position of wishlist… -
Created a topic, roundup difference_amount number, on the site WordPress.org Forums:
Hello, Is it possible to roundup difference_amount? I… -
Posted a reply to “recently viewed products” not working, on the site WordPress.org Forums:
Hello, After adding the above line at top of the .htaccess, cache is recreated every… -
Posted a reply to Assign chart to multiple products, on the site WordPress.org Forums:
Thank you :) Regards -
Posted a reply to “recently viewed products” not working, on the site WordPress.org Forums:
Hi again, This line solved the problem. Thank you very much! RewriteRule .* - [E=Cache-Vary:woocommerce_recently_viewed]… -
Posted a reply to “recently viewed products” not working, on the site WordPress.org Forums:
Hello, Thank you again! Yes I added these cookie names in Cache -> Exclude ->…