<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Removing Script for Mailchimp Popup &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 23:54:58 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-159274</guid>
					<title><![CDATA[Removing Script for Mailchimp Popup]]></title>
					<link>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-159274</link>
					<pubDate>Sat, 06 Dec 2014 02:24:51 +0000</pubDate>
					<dc:creator>essenelight</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have created a popup form in my mailchimp account and I cannot get it to show up on my site. I am assuming I need to plug in the script code mailchimp gave me into the javascript box in the X customizer. However, I notice that it says not to include the script tags in the code. The code mailchimp gave me is:</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js&#8221; data-dojo-config=&#8221;usePlainJson: true, isDebug: false&#8221;&gt;&lt;/script&gt;&lt;script type=&#8221;text/javascript&#8221;&gt;require([&#8220;mojo/signup-forms/Loader&#8221;], function(L) { L.start({&#8220;baseUrl&#8221;:&#8221;mc.us9.list-manage.com&#8221;,&#8221;uuid&#8221;:&#8221;41b37b8eb6c2ec26fa20f7b80&#8243;,&#8221;lid&#8221;:&#8221;15a85cdfa1&#8243;}) })&lt;/script&gt;</p>
<p>How do I adjust this code to work in the Javascript box in the X customizer?</p>
<p>My site URL is <a href="http://www.shalvah.com" rel="nofollow">http://www.shalvah.com</a>, but is currently not live. Let me know what other info you need from me to solve this issue.</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-159556</guid>
					<title><![CDATA[Reply To: Removing Script for Mailchimp Popup]]></title>
					<link>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-159556</link>
					<pubDate>Sat, 06 Dec 2014 22:21:35 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for posting in.</p>
<p>Not possible for customizer, but you can try this.</p>
<p>Because this requires a template change, I&#8217;d advise that you setup a <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" title="Child Themes" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won&#8217;t be overwritten when an <strong>X</strong> update is released. After your child theme is setup, please review how we recommend making template changes in <a href="http://theme.co/x/member/kb/customization-best-practices/" rel="nofollow">Customization Best Practices</a>.</p>
<p>Add this code at your child theme&#8217;s functions.php</p>
<pre><code>add_action(&#039;wp_footer&#039;, &#039;the_mail_chimp_code&#039;, 9999 );

function the_mail_chimp_code () { ?&gt;

&lt;script type=&quot;text/javascript&quot; src=&quot;//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js&quot; data-dojo-config=&quot;usePlainJson: true, isDebug: false&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;require([&quot;mojo/signup-forms/Loader&quot;], function(L) { L.start({&quot;baseUrl&quot;:&quot;mc.us9.list-manage.com&quot;,&quot;uuid&quot;:&quot;41b37b8eb6c2ec26fa20f7b80&quot;,&quot;lid&quot;:&quot;15a85cdfa1&quot;}) })&lt;/script&gt;

&lt;?php }</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-168254</guid>
					<title><![CDATA[Reply To: Removing Script for Mailchimp Popup]]></title>
					<link>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-168254</link>
					<pubDate>Sun, 21 Dec 2014 05:37:30 +0000</pubDate>
					<dc:creator>jeromekang</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I have the same dilemma. I have the same kind of code (subscriber pop-up) from mailchimp. I added the code you suggested but it isn&#8217;t popping up. And how do you limit these to only happen once for visit?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-168255</guid>
					<title><![CDATA[Reply To: Removing Script for Mailchimp Popup]]></title>
					<link>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-168255</link>
					<pubDate>Sun, 21 Dec 2014 05:43:02 +0000</pubDate>
					<dc:creator>jeromekang</dc:creator>

					<description>
						<![CDATA[
						<p>Update:</p>
<p>So It Already Pops Up. But yeah..it pops up on all the pages. AND.. it cannot be seen fully as the nav bar is blocking it. Please refer to the picture below. Site is <a href="http://www.uddo.ph" rel="nofollow">http://www.uddo.ph</a></p>
<p><img decoding="async" src="http://www.uddo.ph/wp-content/uploads/2014/12/error.png" alt="Fail in Displaying Popup Properly" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-168613</guid>
					<title><![CDATA[Reply To: Removing Script for Mailchimp Popup]]></title>
					<link>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-168613</link>
					<pubDate>Mon, 22 Dec 2014 07:22:42 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in,</p>
<p>Your issue is because you have fixed navigation, you need to use static navigation so it won&#8217;t cover the pop-up, Regarding about limiting the pop-up to only show once, you need to integrate it using cookie with custom javascript. Unfortunately, this is beyond the support we can offer.</p>
<p>Have a great day</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-169524</guid>
					<title><![CDATA[Reply To: Removing Script for Mailchimp Popup]]></title>
					<link>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-169524</link>
					<pubDate>Tue, 23 Dec 2014 05:42:42 +0000</pubDate>
					<dc:creator>jeromekang</dc:creator>

					<description>
						<![CDATA[
						<p>I see. Thanks! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-169727</guid>
					<title><![CDATA[Reply To: Removing Script for Mailchimp Popup]]></title>
					<link>https://theme.co/archive/forums/topic/removing-script-for-mailchimp-popup/#post-169727</link>
					<pubDate>Tue, 23 Dec 2014 10:48:02 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

