Profiles

  • Member Since: September 1st, 2021
  • Find me on:
  • Created a topic, Recaptcha on wordpress login page, on the site WordPress.org Forums:
    Hello, Google recaptcha is loaded on every page. Al…

  • Created a topic, Login/Register tabs, on the site WordPress.org Forums:
    Hello, If login and register forms are included in …

  • Posted a reply to Prevent crawling of internal site search URLs, on the site WordPress.org Forums:
    Thank you! I discovered that if robots.txt already exists, it is not updated. However, if…

  • Posted a reply to exclude product from sitemap, on the site WordPress.org Forums:
    Hi Peter, Thank you for your efforts! This code solved my problem. I tested it…

  • Posted a reply to exclude product from sitemap, on the site WordPress.org Forums:
    Hi Peter, I have ~500 products and ~300 of them are out of stock. I…

  • Created a topic, exclude product from sitemap, on the site WordPress.org Forums:
    Hello, I want to exclude some products from sitemap…

  • Posted a reply to hide author and publisher names, on the site WordPress.org Forums:
    Dear Peter, Thank you for your reply. I think I was not clear enough. I…

  • Created a topic, hide author and publisher names, on the site WordPress.org Forums:
    Hello, How can I hide author and publisher names in…

  • Posted a reply to WP super cache and Yoast SEO incompatible, on the site WordPress.org Forums:
    Hi, I removed style_loader_tag / style_loader_src filters and the problem has been solved. These filters…

  • Posted a reply to WP super cache and Yoast SEO incompatible, on the site WordPress.org Forums:
    Hello, I encountered with this problem after version 20.4 update. Unfortunately, the solution above didn't…

  • Created a topic, Prevent crawling of internal site search URLs, on the site WordPress.org Forums:
    Hello, I enabled “Prevent crawling of internal site…

  • Posted a reply to Pingback HTTP header, on the site WordPress.org Forums:
    Hello Maybellyne, Thank you for reply. I couldn't load the image in the original post.…

  • Created a topic, Prevent crawling of internal site search URLs, on the site WordPress.org Forums:
    Hello, I enabled "Prevent crawling of internal site…

  • Created a topic, Pingback HTTP header, on the site WordPress.org Forums:
    Hello, I enabled 'Pingback HTTP header' tick but th…

  • Posted a reply to Bug: Plugin repeatedly loses stores API key, on the site WordPress.org Forums:
    Hello, I updated to version 2.3.2 and API key is lost again. Also, the plugin…

  • 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