nbatteur
Forum Replies Created
-
I had roll-back to the 4.1.3 version and since then everything has been fine.
Forum: Plugins
In reply to: [Rearrange Products for WooCommerce] Conflict with Yoas SEO pluginHello @kriztjan,
Are you sure about that?
How did you find out?
Could you tell me more, because I also sometimes lose my categories.Thank you,
NicolasHi @dualcube,
Thank you for your quick response. We have found the reason of of this problem. This is a incompatibility with a third plugin.
Sorry and thanks again,
NicolasHi @sjoerdfarber,
No, the exact files to be modified are :
– /plugins/woocommerce-checkout-manager/includes/checkout-billing.php
and
– /plugins/woocommerce-checkout-manager/includes/checkout-shipping.phpFind (line 35) :
$fields[$key]['placeholder'] = ( isset( $btn['placeholder'] ) ? $btn['placeholder'] : '' );
and replace by :
$fields[$key]['placeholder'] = ( isset( $btn['placeholder'] ) ? wooccm_wpml_string( $btn['placeholder'] ) : '' );Nicolas
Forum: Plugins
In reply to: [WP FullCalendar] add_filter on wpfc_ajax_post ?Hi,
Can you share your solution, please?
thanks