mahtabpi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Conflict of WPML plugin with Contact Form 7 pluginNo, I have problem yet and it doesn’t solve . I don’t know what should I do ?
- This reply was modified 8 years, 7 months ago by mahtabpi.
Forum: Plugins
In reply to: [Contact Form 7] Conflict of WPML plugin with Contact Form 7 pluginIt’s problem of your plugin ! I don’t access to seller of WPML plugin . Please resolve my problem !
ThanksForum: Plugins
In reply to: [Contact Form 7] Conflict of WPML plugin with Contact Form 7 pluginHi Takayuki Miyoshi
I need WPML plugin for my website ! I cant disable it because of my website is multi language ! Now What should I do for this problem ?
Regards
Hi Jeroen
I have this problem too ! And I checked this file : “wp-conditions.(min.)js” script that loaded on my page . But this problem is there .
Regards
Forum: Plugins
In reply to: [WooCommerce] update cart button on cart page disabled after updateHi
I have the problem of Inactive of update button on cart page that return to plus and minus sign , in quantity part . when I reduce or increase count of product with plus and minus sign , update button will be disable and when I manually enter count , button will be enabled .
I use 2.6.14 woocommerce and kanta theme and I can’t update theme , What should I do for this ?Regards
- This reply was modified 9 years, 3 months ago by mahtabpi.
And lorro I can’t update theme unfortunately !!!
Hi lorro
Thanks from your guidance , but How can I switch it to the Storefront theme ?
Oh I’m so sorry beacause of writing false kanat word . The true is kanta with this url :
kantaRegards
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Change location of compare yith in product pageHi pepecz
If you mean version of compare yith , I use free now , too !
Rregards
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Change location of compare yith in product pageHi pepecz
See : I first go to setting of compare yith in admin and in setting tab , disable option of : “Show button in single product page”
like this pic :
: And then I add this code in functions.php in my template :
function yith_wcwl_move_compare(){ echo do_shortcode( '[yith_compare_button]' ); } add_action( 'woocommerce_single_product_summary', 'yith_wcwl_move_compare', 55 );I hope it works for you !
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Change location of compare yith in product pageI find it .Thanks a lot !
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Change location of compare yith in product pageHi
So Thanks . Please see this code :
function yith_wcwl_move_compare(){ echo do_shortcode( '[yith_compare_button]' ); } add_action( 'woocommerce_single_product_summary', 'yith_wcwl_move_compare', 55 );I use this code in functions.php in my template . It works perfect and show aompare link in bottom but I don’t know where is standard compare button in my product page directly that I disable it . Can you tell me ?
Thanks
Hi
My problem solved . but I couldn’t change place of compare link yet ! Can you help me ?
So ThanksHi
Thanks from your guidance , all of work that you say I did , but it been hidden . I don’t know Where is it ? see please this link
So thanksHi
okay , I don’t choose auto detect option and just use this code :
add_action( ‘wpcf7_enqueue_scripts’, ‘custom_recaptcha_enqueue_scripts’, 11 );
function custom_recaptcha_enqueue_scripts() {
wp_deregister_script( ‘google-recaptcha’ );$url = ‘https://www.google.com/recaptcha/api.js’;
$url = add_query_arg( array(
‘onload’ => ‘recaptchaCallback’,
‘render’ => ‘explicit’,
‘hl’ => ‘fa’ ), $url );wp_register_script( ‘google-recaptcha’, $url, array(), ‘2.0’, true );
}but this code not work for me , too . Now what do I do for it ?
- This reply was modified 9 years, 6 months ago by mahtabpi.