Dixon2211
Forum Replies Created
-
Have this fixed yet? I’m having the same issue.
Thanks for the reply but it is not working. Does it need to be AJAX?
Thank you Daniel. Please let me know the proper way to include the footer function.
Hi Daniel
This is the website
https://baabaablacksheep.myHi Daniel,
Have you found the solution of this? I need this urgently.
Thank you
Hi Danieliser,
Please let me know once you find out. Appreciate
Does it work on MailChimp free version?
Thanks for your reply.
I added the code below to my function.php but it is not working, I also follow the instruction how to add custom js into wordpress and it is not working either. Can you please correct me if I done anything wrong?
<?php add_action( 'wp_footer', 'my_custom_popup_scripts', 500 ); function my_custom_popup_scripts() { ?> <script type="text/javascript"> (function ($) { jQuery(document).on('subscribe.mc4wp','.popmake-content .mc4wp-form', function() { var $popup = jQuery(this).parents('.popmake:first'); $popup.trigger('popmakeSetCookie'); setTimeout(function () { $popup.popmake('close'); }, 5000); // 5 seconds }); }(jQuery)) </script><?php }
Sorry, I am a newbie, please correct me.
https://www.ads-software.com/plugins/mailchimp-for-wp/
This is the plugin and they provide the shortcode.
Yes that’s what I meant.
I’m adding it by using this shortcode
[mc4wp_form]
that provided from mailchimp into popup maker.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] subscribers did not receive welcome emailHi all,
I have updated MailChimp plugin to the latest version but it is still not working for me. I am using contact form 7 with hidden subscribe button.
<p><font style="font-size:13px">Your Name*<br /> [text* your-name] </font></p> <p><font style="font-size:13px">Your Email* <br /> [email* mc4wp-EMAIL] </font></p> <input type="hidden" name="mc4wp-subscribe" value="1" /> <p>[submit "Join"]</p>
User details will store into MailChimp database but it will not send out the Welcome Message from MailChimp. I disabled Double opt-in and enabled Send Welcome Message. Can anyone help please? I need to solve this asap.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Pending text not workinghow do I add a photo into this post?
Forum: Fixing WordPress
In reply to: Accidentally deleted wordpressThanks Gyanendra! It was actually a plugin crashed.
Forum: Plugins
In reply to: [WooCommerce] Variation products – add to cart button always visibleThank you. Solved it!
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Pending text not workingHI James,
I’m using the Woocommerce version 2.4.6. My products are variable products, each of my products have few variables but each variable only have 1 stock. Basically when user A place the order into his cart, user B will receive the pending text if I’m not mistaken, correct me if I am wrong.
I’m getting “Item no longer available” instead of the pending text that I written. How do I get the pending text instead of Woocommerce text?