momo-fr
Forum Replies Created
-
Hi, I just ran the test and I don’t have this problem. Tested on Android 16 with Firefox and Chrome on this page.
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Support Polylang?Hi, I successfully created the wpml-config.xml file using the WPML Tools so that PPOM is recognized by Polylang.
Once the file was placed in a “polylang” subfolder within wp-content and the previously created options were saved, all the text strings to be translated appeared in the Polylang translation strings.
Problem solved!! 😀
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Support Polylang?Hi, I contact the Polylang support to help me.
It seems there’s a tool to make a plugin translatable, but it’s actually from within WPML.
Here’s a list of resources found on the site.
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Support Polylang?Hi, I migrated from WPML to Polylang PRO + Polylang for WooCommerce yesterday and I notice that the PPOM plugin is not present in the list of resources found.
I am very disappointed by this situation.
Great!!!!!!!!!!!!!! 😉
Forum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] Outdated templatesHi @fizanzvai, thank you for your response.
Regards.
JeanForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Add support Woocommerce 10.5.0This plugin works perfectly for me; other plugins don’t. The names are similar, so be careful.
It has to be said that the editor’s evolution is off to a bad start; the complete loss of familiar interface will put off many users, myself included. I have a good idea of ​​my productivity with Elementor, but with version 4 I’m wasting a lot of time and can’t access certain functions with just two clicks (z-index, for example). The loss of the text widget with TinyMCE is also a mistake in my opinion.
Forum: Plugins
In reply to: [WooCommerce] Add to cart not work!!!Yes, I see that not work with PPOM plugin and 2 plugins for variations.
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Support Polylang?Thank you @rodicaelena, nice!!
A @webmat: great news!!
Hi, the tests and newsletters arrived 2 hours late, is that normal?
Forum: Plugins
In reply to: [Cloudflare] Home page only displays a loading wheelFalse alarm, we managed to connect the account. Sorry.
Hi Dimitry, thank you for your respond, It’s work fine.
Forum: Themes and Templates
In reply to: [OceanWP] Disable Zoom from productsHi, in your child theme, add the following function to the functions.php file:
function wc_remove_image_effect_support() {
remove_theme_support( ‘wc-product-gallery-zoom’ );
remove_theme_support( ‘wc-product-gallery-lightbox’ );
remove_theme_support( ‘wc-product-gallery-slider’ );
}
add_action( ‘after_setup_theme’, ‘wc_remove_image_effect_support’, 100 );