Title: huusmann's Replies | WordPress.org

---

# huusmann

  [  ](https://wordpress.org/support/users/huusmann/)

 *   [Profile](https://wordpress.org/support/users/huusmann/)
 *   [Topics Started](https://wordpress.org/support/users/huusmann/topics/)
 *   [Replies Created](https://wordpress.org/support/users/huusmann/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/huusmann/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/huusmann/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/huusmann/engagements/)
 *   [Favorites](https://wordpress.org/support/users/huusmann/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/huusmann/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/huusmann/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] User / visitor’s lost password page](https://wordpress.org/support/topic/user-visitors-lost-password-page/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/user-visitors-lost-password-page/#post-17402674)
 * Hello again, 
   Thanks for your prompt reply. We found the culprit! Once we set
   the ‘My Account’ page to published from private, we managed to solve the issue.
   Now we can access the “lost password” page again. Thanks.
    -  This reply was modified 2 years, 3 months ago by [huusmann](https://wordpress.org/support/users/huusmann/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Checkout Field Editor (Checkout Manager) for WooCommerce] Edit the input field width for mobile devices](https://wordpress.org/support/topic/edit-the-input-field-width-for-mobile-devices/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/edit-the-input-field-width-for-mobile-devices/#post-17364625)
 * Solved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Strike-through in subtotal?](https://wordpress.org/support/topic/strike-through-in-subtotal/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/strike-through-in-subtotal/#post-16885632)
 *     ```wp-block-code
       Hello there, 
   
       Thank you for drawing our attention to any custom coding. We found the culprit causing the issue to be this snippet in our functions.php:
   
   
       /* Show sale & regular price on the checkout page */
       add_filter("woocommerce_cart_item_subtotal", "al_display_discount_price", 10, 3);
   
       function al_display_discount_price($product_price, $cart_item, $cart_item_key)
       {
       $regular_price = wc_price( $cart_item['data']->get_regular_price() );
       if( $product_price != $regular_price )
       {
       if(isset( $cart_item['cartflows_bump'] ) && 1 == $cart_item['cartflows_bump'])
       {
       $product_price = wc_format_sale_price( $cart_item['data']->get_regular_price(), $cart_item['custom_price'] );
       }else{
       $product_price = wc_format_sale_price( $cart_item['data']->get_regular_price(), $cart_item['data']->get_sale_price() );
       }
       }
       return $product_price;
       }
   
       Upon removing this snippet, the issue is fixed. However, the functionality where it displays the regular price AND sales price on the checkout page is gone. 
   
       How can we modify this snippet so it won't create any issues, but still displays the sales and regular price?
   
       Any help is much appreciated. 
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dear Flipbook - PDF Flipbook, 3D Flipbook, PDF embed, PDF viewer] PDF loosing quality after uploading](https://wordpress.org/support/topic/pdf-loosing-quality-after-uploading/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/pdf-loosing-quality-after-uploading/#post-16811448)
 * Well noted. We use Safari.
 * / Victor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dear Flipbook - PDF Flipbook, 3D Flipbook, PDF embed, PDF viewer] PDF loosing quality after uploading](https://wordpress.org/support/topic/pdf-loosing-quality-after-uploading/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/pdf-loosing-quality-after-uploading/#post-16811362)
 * Hi, 
   The PDF is displaying correctly when viewing in a web PDF reader.Any workarounds
   to this? The lines making up the images cannot be enlarged, unfortunately.
 * Thanks.
 * / Victor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Cloudflare and WebP?](https://wordpress.org/support/topic/cloudflare-and-webp/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [3 years ago](https://wordpress.org/support/topic/cloudflare-and-webp/#post-16727216)
 * Thanks for your reply. 
   I wasn’t aware of the fact that a CDN has to warm up.
   Anyway, I contacted Cloudflare regarding this issue, and they believe it could
   be because the JS WebP Rewriting and Picture WebP Rewriting rules are both enabled.
   They mentioned, that the JS WebP Rewriting mostly applies to older IOS devices,
   and that the rule would add a small base64 image and a not so small JS code to
   every HTML page of my website, even pages without any pictures on them. They 
   advise us to reconsider the use of the JS WebP Rewriting rule.
 * Does your plugin work well with Cloudflare if both rules are disabled, and are
   we still able to cache WebP images via Cloudflare? What is your advice here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Cloudflare free plan with Converter for Media](https://wordpress.org/support/topic/cloudflare-free-plan-with-converter-for-media/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [3 years ago](https://wordpress.org/support/topic/cloudflare-free-plan-with-converter-for-media/#post-16722301)
 * Hello there,
 * Thanks for your prompt answer. 
   As far as I can understand from your answer, 
   your plugin is probably not the best in our case. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Configure with Cloudflare](https://wordpress.org/support/topic/configure-with-cloudflare/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/configure-with-cloudflare/#post-16653407)
 * Hello again, 
   The problem was solved by changing the port to 587.
 * Thanks. 
   – Victor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CURCY - Multi Currency for WooCommerce - Smoothly on WooCommerce 9.x] Multi currency product feed](https://wordpress.org/support/topic/multi-currency-product-feed/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/multi-currency-product-feed/#post-15979248)
 * Hi!
 * Thanks for your message.
    This suggest that we do it manually, right?’
 * Are there ay feed-plugins that are compatible with your plugin, and able to make
   the product feeds with the correct currency automatically?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CURCY - Multi Currency for WooCommerce - Smoothly on WooCommerce 9.x] Update fails](https://wordpress.org/support/topic/update-fails-21/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/update-fails-21/#post-15827626)
 * Hi,
 * We have checked, and we have no other plugins by this name.
    We have tried to
   remove the plugin, and installing the new, but we receive the same message.
 * How can we update the plugin?
 * Any help is much appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Pre-order multiple products](https://wordpress.org/support/topic/pre-order-multiple-products/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/pre-order-multiple-products/#post-13730514)
 * Hi there,
 * Thank you for your quick reply.
 * Well, it does not make much sense in my opinion, and I will gladly vote for this
   to become a feature.
 * Anyway, I will try to find a custom workaround.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Plugin causing wrong display of Social Media icons](https://wordpress.org/support/topic/plugin-causing-wrong-display-of-social-media-icons/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/plugin-causing-wrong-display-of-social-media-icons/#post-13730335)
 * Hi again,
 * All right, I will contact the hosting support.
 * Thanks for your help so far.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Plugin causing wrong display of Social Media icons](https://wordpress.org/support/topic/plugin-causing-wrong-display-of-social-media-icons/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/plugin-causing-wrong-display-of-social-media-icons/#post-13726110)
 * Hi again,
 * All right, I see.
 * Anyway, it seems like I can’t change to HTML Tidy minification. Is it a paid 
   feature?
 * Take a look: [https://prnt.sc/vsxuvm](https://prnt.sc/vsxuvm)
 * Kind regards,
    Victor
    -  This reply was modified 5 years, 5 months ago by [huusmann](https://wordpress.org/support/users/huusmann/).
    -  This reply was modified 5 years, 5 months ago by [huusmann](https://wordpress.org/support/users/huusmann/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Plugin causing wrong display of Social Media icons](https://wordpress.org/support/topic/plugin-causing-wrong-display-of-social-media-icons/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/plugin-causing-wrong-display-of-social-media-icons/#post-13725453)
 * Hi again,
 * Thanks for helping me out on this matter.
 * It looks like the HTML minify is causing the issue. I have disabled HTML minify
   for now. Any chance that you might fix this in your next update, so I can enable
   html minify again?
 * Kind regards,
    Victor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Plugin causing wrong display of Social Media icons](https://wordpress.org/support/topic/plugin-causing-wrong-display-of-social-media-icons/)
 *  Thread Starter [huusmann](https://wordpress.org/support/users/huusmann/)
 * (@huusmann)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/plugin-causing-wrong-display-of-social-media-icons/#post-13721999)
 * Here are some screenshots:
 * Plugin active:
    [https://prnt.sc/vs93ys ](https://prnt.sc/vs93ys)
 * Plugin deactivated (displaying correctly):
    [https://prnt.sc/vs952q ](https://prnt.sc/vs952q)

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/huusmann/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/huusmann/replies/page/2/?output_format=md)