Home Forums Themes Support Gecko YITH Woocommerce Popup has problem with Mailchimp

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #16158

      Hi,
      Iam posting this here as I got these plugins with Gecko theme and saw in the wordpress forum that janstudio reported there this problem but didnt get answer.

      I want to share with you the information that this problem dont came up when you are logged in as admin in WP.

      So maybe this helps to found out where the problem is located. Could be in admin-ajax.php file located?h

    • #16167

      Hi,

      Yes, our team report bug but didn’t get answer from plugin author

      Please follow this step to

      In file
      yith-woocommerce-popup/includes/newsletter-integration/Mailchimp.php
      change line 77

      from

      add_action( 'wp_ajax_ypop_nopriv_subscribe_mailchimp_user', array( $this, 'subscribe_mailchimp_user'));

      to

      add_action( 'wp_ajax_nopriv_ypop_subscribe_mailchimp_user', array( $this, 'subscribe_mailchimp_user'));

      (switch ypop and nopriv)

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #16202

      you are awesome, guys. Thanks!

Viewing 2 reply threads

You must be logged in to reply to this topic.