Tagged: x
-
AuthorPosts
-
October 5, 2016 at 12:08 pm #1203704
hdarteagaParticipantHello!
Website: http://prostudiolive.com/blog/
Wordpress Version: Fully UpdatedI’m trying to add this pop up from mailchimp onto our blog but have not been able to do it. I’ve researched some topics within the forum but those attempts have been unsuccessful.
Here is the script they are asking me to add to the website:
<script type=”text/javascript” src=”//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us8.list-manage.com”,”uuid”:”2039372b78f9fdf2122513638″,”lid”:”294a1cf74e”}) })</script>
Could you please help with this? Thanks!
October 5, 2016 at 1:49 pm #1203855
Nabeel AModeratorHi there,
Thanks for writing in! Try adding the following code in your Child Theme’s functions.php file:
add_action('wp_head','mailchimp_script'); function mailchimp_script() { ?> <script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us8.list-manage.com","uuid":"2039372b78f9fdf2122513638","lid":"294a1cf74e"}) })</script> <?php }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
October 14, 2016 at 2:04 pm #1216502
hdarteagaParticipantThis reply has been marked as private.October 14, 2016 at 10:40 pm #1216976
Rue NelModeratorHello There,
Thanks for the updates! I am another staff checking on this thread! I have checked your page and it turns out that there is a JS error on the page generated by that script. Please see this: http://prntscr.com/cu0m0j
It sounds like you might be having an issue with a third party script. Regretfully, we cannot provide support for third scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Meanwhile, why don’t you try using ConnvertPlug + Mailchimp instead. You can install this plugin by going to X Addons > Extensions. To know more about this plugin, please check this out: https://community.theme.co/kb/integrated-plugins-convertplug/
To know how to integrate ConvertPlug with MailChimp, please check this out too!
Thank you for your understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1203704 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
