Egl
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] lazyloaded images never displayNot to my knowledge… I have a class named lazyload but i don’t think that’s the issue
And I also have this in functions.php: add_filter(‘wp_lazy_loading_enabled’, ‘__return_false’);
Forum: Plugins
In reply to: [LiteSpeed Cache] lazyloaded images never displayReport number: GGFDFHPG
Report date:?02/19/2025 19:05:45
LazyLoad is off for the above reason
- This reply was modified 1 month, 1 week ago by Egl.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] PayLater messages not displayingThat settles it.
In the link you provided I also saw that Venmo too is available only to US-based merchants.
Thank you for the clarification!
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] PayLater messages not displayingSure!
This is product link displayed with USD currency: https://tinyurl.com/USDproduct
I use a US ip through VPN in order to display the PayLater button and the PayLater messages.
Yes, the iframe is being generated on both product pages and cart but it is empty and I get error in the console (see image in original post)
I just tested on our staging site with the Storefront theme and the behavior is the same.
Got it! Thank you for your help!
Yes, we offer multiple currencies through a plugin called WooCommerce Price Based on Country Pro but it doesn’t have any settings to hide payment methods.
We need to hide it on checkout and also everywhere the PayPal buttons are configured (product pages & cart)
I’ve managed to hide it using the following code. Any suggestion or better solution is appreciated ??
add_filter( 'woocommerce_available_payment_gateways', 'hide_paypal_for_ron', 10, 1 );
function hide_paypal_for_ron( $available_gateways ) {
// Check if the current currency is RON
if ( 'RON' === get_woocommerce_currency() ) {
// Remove PayPal gateway
if ( isset( $available_gateways['ppcp'] ) ) {
unset( $available_gateways['ppcp'] );
}
}
return $available_gateways;
}Please disregards this topic. There seemed to be an issue with posting it so I started a new one.
Hi!
I’ve just updated to v7.3.8 and the issue is still valid: components are not displayed on secondary languages (Components display correctly for the default language)
Is there any way to solve this issue so that we can use the latest version of your plugin?
I’ve just updated to v7.3.6 and the issue is still valid: components are not displayed on secondary languages (Components display correctly for the default language)
I’ve had to rollback to v7.3.0
Hello!
We downgraded to v7.3.0 and so that the issue is not visible,
Here is the link to primary language product: https://shorturl.at/Gqscx
Here is the link to translated product: https://shorturl.at/M2Uca
Hi!
All the connections are there and are correct because when rolling back to 7.3.0 everything is displayed correctly. The issue is with the 7.3.4 version.
Forum: Plugins
In reply to: [LiteSpeed Cache] WebP replacementThank you very much for all your assistance. I now understand the issue and will close this thread.
Please anonymize the links containing the website name. Thank you!
- This reply was modified 11 months ago by Egl.
Forum: Plugins
In reply to: [LiteSpeed Cache] WebP replacementIt is a background image set by Javascript
Forum: Plugins
In reply to: [LiteSpeed Cache] WebP replacementOn the same browser, for other images the webp version is served.