<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: MailChimp - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/mailchimp</link>
		<description>Support Forum - Tag: MailChimp - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:20:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/mailchimp" rel="self" type="application/rss+xml" />

		<item>
			<title>angelodc on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-113049</link>
			<pubDate>Wed, 22 May 2013 18:41:38 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">113049@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!  Will do, Nick.  By remove plugins, do you mean deactivate or delete?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-110641</link>
			<pubDate>Sun, 12 May 2013 05:59:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;(Read what Peter wrote above first)&#60;/p&#62;
&#60;p&#62; I did a trace on the message you quoted and its a 1 year old forum post( &#60;a href=&#34;http://wordpress.org/support/topic/plugin-lightbox-plusinline&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/plugin-lightbox-plusinline&#60;/a&#62; )  by the developer of the plugin, but since that time there are quite a few other posts, including video tutorials &#60;a href=&#34;http://philipgledhill.co.uk/lightbox-plus-video-guide/&#34; rel=&#34;nofollow&#34;&#62;http://philipgledhill.co.uk/lightbox-plus-video-guide/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;But first things first. Remove Jetpack. Also remove all plugins except mailchimp and that lightbox. ALL of them. &#60;/p&#62;
&#60;p&#62;Then you need to upgrade the theme. I can see you are not using the latest framework version and there were lots of changes. when you finish updating, and only have mailchimp and the lightbox on, let me know. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-110640</link>
			<pubDate>Sun, 12 May 2013 05:58:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">110640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately this won't work because prettyphoto won't load the jquery script and can't execute the js code. You can try to create a separate html file for the mailchimp form and then use the iframe feature (see prettyphoto demo page (external sites): &#60;a href=&#34;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#34; rel=&#34;nofollow&#34;&#62;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#60;/a&#62; ) to display it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelodc on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-110624</link>
			<pubDate>Sun, 12 May 2013 03:36:41 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">110624@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My apologies for not being clear and thank you for editing the code.  It didn't solve my issue.  At my site:  &#60;a href=&#34;http://dailyvitamoves.com&#34; rel=&#34;nofollow&#34;&#62;http://dailyvitamoves.com&#60;/a&#62; I'd like to have an image that when clicked on opens a lightbox that has my Mailchimp form and then shows &#34;success&#34; message after clicking &#34;Subscribe.&#34;&#60;/p&#62;
&#60;p&#62;I'm using Mailchimp and trying to put their supplied form embed code into a lightbox.  I'm using a lightbox plugin called Lightbox Plus Colorbox and they suggest to add code the following way where &#34;Inline Content Goes Here&#34; I placed the Mailchimp embed code:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;The following example shows how to setup content for display in a lightbox. You will need to create a link to the content that contains a class that has the same value as the Link Class for the inline lightbox you are using.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;#&#34;&#62;Inline HTML Link Name&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will also need to set up a div element to contain you content. The div element that contains the content must contains have and id with a value of the Content ID for the inline light box you are using. Finally if you want the content to be hidden until the visitor clicks the link, wrap the content div with another div and set the value for style to display:none or assign a class that has display:none for a property&#60;/p&#62;
&#60;p&#62;&#38;lt;div style=&#34;display:none&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;lbp-inline-href-1&#34; style=&#34;padding: 10px;background: #fff&#34;&#38;gt;&#60;br /&#62;
        Inline Content Goes Here&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Is there more info. that you need?  I really appreciate your help!&#60;/p&#62;
&#60;p&#62;Thank you very much!&#60;br /&#62;
Angelo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-110006</link>
			<pubDate>Thu, 09 May 2013 08:08:16 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry , I don't understand. You said you are not using mailchimp but you took their code? Ok.&#60;/p&#62;
&#60;p&#62;What I can tell you is that there are errors coming from your code , and one of the places in fact is that block you posted above from the function mce_success_cb(resp) where you are using the $ shortcut within that function without a .ready( handler ) , which is breaking your code and preventing your form from submitting. There are a number of other errors as well. &#60;/p&#62;
&#60;p&#62;You have a popup lightbox with a form on it, the submit button doesn't work (due to the errors on the page). I don't know where you got this block of code you pasted into the page. Where did you read instructions to do that, at least show me a page so I can figure out what's going on here. So lets start from what you are trying to do, and where you read about the plan of action you are currently following.&#60;/p&#62;
&#60;p&#62;*I edited the code you pasted above, try sticking it back in and see if it works.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelodc on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-109966</link>
			<pubDate>Thu, 09 May 2013 02:55:51 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">109966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not using a mailchimp plugin.  I'm using a lightbox plugin that displays the form.  I embedded the code below in a widget.  I took the code from the mailchimp site that generates the code.  I don't notice any jquery/javascript code in the beginning like your example.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- Begin MailChimp Signup Form --&#38;gt;
&#38;lt;link href=&#38;quot;http://cdn-images.mailchimp.com/embedcode/classic-081711.css&#38;quot; rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot;&#38;gt;
&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
&#38;lt;/style&#38;gt;
&#38;lt;div id=&#38;quot;mc_embed_signup&#38;quot;&#38;gt;
&#38;lt;form action=&#38;quot;http://dailyvitamoves.us4.list-manage.com/subscribe/post?u=81588f280f78f6324481f7323&#38;amp;id=14b41b56e4&#38;quot; method=&#38;quot;post&#38;quot; id=&#38;quot;mc-embedded-subscribe-form&#38;quot; name=&#38;quot;mc-embedded-subscribe-form&#38;quot; class=&#38;quot;validate&#38;quot; target=&#38;quot;_blank&#38;quot; novalidate&#38;gt;
	&#38;lt;h2&#38;gt;Get VitMoves Every Week&#38;lt;/h2&#38;gt;
&#38;lt;div class=&#38;quot;indicates-required&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;asterisk&#38;quot;&#38;gt;*&#38;lt;/span&#38;gt; indicates required&#38;lt;/div&#38;gt;
&#38;lt;div class=&#38;quot;mc-field-group&#38;quot;&#38;gt;
	&#38;lt;label for=&#38;quot;mce-FNAME&#38;quot;&#38;gt;First Name  &#38;lt;span class=&#38;quot;asterisk&#38;quot;&#38;gt;*&#38;lt;/span&#38;gt;
&#38;lt;/label&#38;gt;
	&#38;lt;input type=&#38;quot;text&#38;quot; value=&#38;quot;&#38;quot; name=&#38;quot;FNAME&#38;quot; class=&#38;quot;required&#38;quot; id=&#38;quot;mce-FNAME&#38;quot;&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;div class=&#38;quot;mc-field-group&#38;quot;&#38;gt;
	&#38;lt;label for=&#38;quot;mce-LNAME&#38;quot;&#38;gt;Last Name  &#38;lt;span class=&#38;quot;asterisk&#38;quot;&#38;gt;*&#38;lt;/span&#38;gt;
&#38;lt;/label&#38;gt;
	&#38;lt;input type=&#38;quot;text&#38;quot; value=&#38;quot;&#38;quot; name=&#38;quot;LNAME&#38;quot; class=&#38;quot;required&#38;quot; id=&#38;quot;mce-LNAME&#38;quot;&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;div class=&#38;quot;mc-field-group&#38;quot;&#38;gt;
	&#38;lt;label for=&#38;quot;mce-EMAIL&#38;quot;&#38;gt;Email Address  &#38;lt;span class=&#38;quot;asterisk&#38;quot;&#38;gt;*&#38;lt;/span&#38;gt;
&#38;lt;/label&#38;gt;
	&#38;lt;input type=&#38;quot;email&#38;quot; value=&#38;quot;&#38;quot; name=&#38;quot;EMAIL&#38;quot; class=&#38;quot;required email&#38;quot; id=&#38;quot;mce-EMAIL&#38;quot;&#38;gt;
&#38;lt;/div&#38;gt;
	&#38;lt;div id=&#38;quot;mce-responses&#38;quot; class=&#38;quot;clear&#38;quot;&#38;gt;
		&#38;lt;div class=&#38;quot;response&#38;quot; id=&#38;quot;mce-error-response&#38;quot; style=&#38;quot;display:none&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
		&#38;lt;div class=&#38;quot;response&#38;quot; id=&#38;quot;mce-success-response&#38;quot; style=&#38;quot;display:none&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
	&#38;lt;/div&#38;gt;	&#38;lt;div class=&#38;quot;clear&#38;quot;&#38;gt;&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Subscribe&#38;quot; name=&#38;quot;subscribe&#38;quot; id=&#38;quot;mc-embedded-subscribe&#38;quot; class=&#38;quot;button&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/form&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
var fnames = new Array();var ftypes = new Array();fnames[1]=&#38;#39;FNAME&#38;#39;;ftypes[1]=&#38;#39;text&#38;#39;;fnames[2]=&#38;#39;LNAME&#38;#39;;ftypes[2]=&#38;#39;text&#38;#39;;fnames[0]=&#38;#39;EMAIL&#38;#39;;ftypes[0]=&#38;#39;email&#38;#39;;
try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}
var head= document.getElementsByTagName(&#38;#39;head&#38;#39;)[0];
if (!jqueryLoaded) {
    var script = document.createElement(&#38;#39;script&#38;#39;);
    script.type = &#38;#39;text/javascript&#38;#39;;
    script.src = &#38;#39;http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js&#38;#39;;
    head.appendChild(script);
    if (script.readyState &#38;amp;&#38;amp; script.onload!==null){
        script.onreadystatechange= function () {
              if (this.readyState == &#38;#39;complete&#38;#39;) mce_preload_check();
        }
    }
}
var script = document.createElement(&#38;#39;script&#38;#39;);
script.type = &#38;#39;text/javascript&#38;#39;;
script.src = &#38;#39;http://downloads.mailchimp.com/js/jquery.form-n-validate.js&#38;#39;;
head.appendChild(script);
var err_style = &#38;#39;&#38;#39;;
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = &#38;#39;#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}&#38;#39;;
}
var head= document.getElementsByTagName(&#38;#39;head&#38;#39;)[0];
var style= document.createElement(&#38;#39;style&#38;#39;);
style.type= &#38;#39;text/css&#38;#39;;
if (style.styleSheet) {
  style.styleSheet.cssText = err_style;
} else {
  style.appendChild(document.createTextNode(err_style));
}
head.appendChild(style);
setTimeout(&#38;#39;mce_preload_check();&#38;#39;, 250);

var mce_preload_checks = 0;
function mce_preload_check(){
    if (mce_preload_checks&#38;gt;40) return;
    mce_preload_checks++;
    try {
        var jqueryLoaded=jQuery;
    } catch(err) {
        setTimeout(&#38;#39;mce_preload_check();&#38;#39;, 250);
        return;
    }
    try {
        var validatorLoaded=jQuery(&#38;quot;#fake-form&#38;quot;).validate({});
    } catch(err) {
        setTimeout(&#38;#39;mce_preload_check();&#38;#39;, 250);
        return;
    }
    mce_init_form();
}
function mce_init_form(){
    jQuery(document).ready( function($) {
      var options = { errorClass: &#38;#39;mce_inline_error&#38;#39;, errorElement: &#38;#39;div&#38;#39;, onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
      var mce_validator = $(&#38;quot;#mc-embedded-subscribe-form&#38;quot;).validate(options);
      $(&#38;quot;#mc-embedded-subscribe-form&#38;quot;).unbind(&#38;#39;submit&#38;#39;);//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
      options = { url: &#38;#39;http://dailyvitamoves.us4.list-manage.com/subscribe/post-json?u=81588f280f78f6324481f7323&#38;amp;id=14b41b56e4&#38;amp;c=?&#38;#39;, type: &#38;#39;GET&#38;#39;, dataType: &#38;#39;json&#38;#39;, contentType: &#38;quot;application/json; charset=utf-8&#38;quot;,
                    beforeSubmit: function(){
                        $(&#38;#39;#mce_tmp_error_msg&#38;#39;).remove();
                        $(&#38;#39;.datefield&#38;#39;,&#38;#39;#mc_embed_signup&#38;#39;).each(
                            function(){
                                var txt = &#38;#39;filled&#38;#39;;
                                var fields = new Array();
                                var i = 0;
                                $(&#38;#39;:text&#38;#39;, this).each(
                                    function(){
                                        fields[i] = this;
                                        i++;
                                    });
                                $(&#38;#39;:hidden&#38;#39;, this).each(
                                    function(){
                                        var bday = false;
                                        if (fields.length == 2){
                                            bday = true;
                                            fields[2] = {&#38;#39;value&#38;#39;:1970};//trick birthdays into having years
                                        }
                                    	if ( fields[0].value==&#38;#39;MM&#38;#39; &#38;amp;&#38;amp; fields[1].value==&#38;#39;DD&#38;#39; &#38;amp;&#38;amp; (fields[2].value==&#38;#39;YYYY&#38;#39; &#124;&#124; (bday &#38;amp;&#38;amp; fields[2].value==1970) ) ){
                                    		this.value = &#38;#39;&#38;#39;;
									    } else if ( fields[0].value==&#38;#39;&#38;#39; &#38;amp;&#38;amp; fields[1].value==&#38;#39;&#38;#39; &#38;amp;&#38;amp; (fields[2].value==&#38;#39;&#38;#39; &#124;&#124; (bday &#38;amp;&#38;amp; fields[2].value==1970) ) ){
                                    		this.value = &#38;#39;&#38;#39;;
									    } else {
									        if (/\[day\]/.test(fields[0].name)){
    	                                        this.value = fields[1].value+&#38;#39;/&#38;#39;+fields[0].value+&#38;#39;/&#38;#39;+fields[2].value;
									        } else {
    	                                        this.value = fields[0].value+&#38;#39;/&#38;#39;+fields[1].value+&#38;#39;/&#38;#39;+fields[2].value;
	                                        }
	                                    }
                                    });
                            });
                        return mce_validator.form();
                    },
                    success: mce_success_cb
                };
      $(&#38;#39;#mc-embedded-subscribe-form&#38;#39;).ajaxForm(options);

    });
}
function mce_success_cb(resp){
jQuery(document).ready( function($) {
    $(&#38;#39;#mce-success-response&#38;#39;).hide();
    $(&#38;#39;#mce-error-response&#38;#39;).hide();
    if (resp.result==&#38;quot;success&#38;quot;){
        $(&#38;#39;#mce-&#38;#39;+resp.result+&#38;#39;-response&#38;#39;).show();
        $(&#38;#39;#mce-&#38;#39;+resp.result+&#38;#39;-response&#38;#39;).html(resp.msg);
        $(&#38;#39;#mc-embedded-subscribe-form&#38;#39;).each(function(){
            this.reset();
    	});
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(&#38;#39; - &#38;#39;,2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                $(&#38;#39;#mce-&#38;#39;+resp.result+&#38;#39;-response&#38;#39;).show();
                $(&#38;#39;#mce-&#38;#39;+resp.result+&#38;#39;-response&#38;#39;).html(msg);
            } else {
                err_id = &#38;#39;mce_tmp_error_msg&#38;#39;;
                html = &#38;#39;&#38;lt;div id=&#38;quot;&#38;#39;+err_id+&#38;#39;&#38;quot; style=&#38;quot;&#38;#39;+err_style+&#38;#39;&#38;quot;&#38;gt; &#38;#39;+msg+&#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;

                var input_id = &#38;#39;#mc_embed_signup&#38;#39;;
                var f = $(input_id);
                if (ftypes[index]==&#38;#39;address&#38;#39;){
                    input_id = &#38;#39;#mce-&#38;#39;+fnames[index]+&#38;#39;-addr1&#38;#39;;
                    f = $(input_id).parent().parent().get(0);
                } else if (ftypes[index]==&#38;#39;date&#38;#39;){
                    input_id = &#38;#39;#mce-&#38;#39;+fnames[index]+&#38;#39;-month&#38;#39;;
                    f = $(input_id).parent().parent().get(0);
                } else {
                    input_id = &#38;#39;#mce-&#38;#39;+fnames[index];
                    f = $().parent(input_id).get(0);
                }
                if (f){
                    $(f).append(html);
                    $(input_id).focus();
                } else {
                    $(&#38;#39;#mce-&#38;#39;+resp.result+&#38;#39;-response&#38;#39;).show();
                    $(&#38;#39;#mce-&#38;#39;+resp.result+&#38;#39;-response&#38;#39;).html(msg);
                }
            }
        } catch(e){
            $(&#38;#39;#mce-&#38;#39;+resp.result+&#38;#39;-response&#38;#39;).show();
            $(&#38;#39;#mce-&#38;#39;+resp.result+&#38;#39;-response&#38;#39;).html(msg);
        }
    }
 });
}

&#38;lt;/script&#38;gt;
&#38;lt;!--End mc_embed_signup--&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nick on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-109891</link>
			<pubDate>Wed, 08 May 2013 21:59:30 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">109891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;Well there is a whole conclave of errors on your page &#60;a href=&#34;http://i.imgur.com/uAns145.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/uAns145.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Some of the errors make me suspect that the jquerry code you added to the page is not correct.&#60;/p&#62;
&#60;p&#62;There should be something that looks like the code below surrounding the block of code..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function ($) {

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I see something like that in this sample mailchimp code .. &#60;a href=&#34;http://wpbarista.com/wp-content/uploads/2011/10/newsletter.txt&#34; rel=&#34;nofollow&#34;&#62;http://wpbarista.com/wp-content/uploads/2011/10/newsletter.txt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Have you double checked with Mail Chimp on their support forum as to whether you are installing their plugin correctly?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelodc on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-109616</link>
			<pubDate>Wed, 08 May 2013 03:54:13 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">109616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is the code I put in header.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link href=&#38;quot;http://cdn-images.mailchimp.com/embedcode/classic-081711.css&#38;quot; rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot;&#38;gt;
&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:400px;}
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
&#38;lt;/style&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>angelodc on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-109583</link>
			<pubDate>Tue, 07 May 2013 23:00:19 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">109583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I meant in the &#38;lt;head&#38;gt; section of header.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelodc on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-109578</link>
			<pubDate>Tue, 07 May 2013 22:52:41 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">109578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I pasted the code into the sidebar and &#34;top portion&#34; that Mailchimp recommended to post into header.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Mailchimp Subscribe in Header o"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-subscribe-in-header-o#post-109173</link>
			<pubDate>Mon, 06 May 2013 06:34:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">109173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gianmarizzi,&#60;/p&#62;
&#60;p&#62;You would need to look into a freelance developer for that kind of customization as it will take a good bit of adjustment once you've widgetized the header.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gianmarizzi on "Mailchimp Subscribe in Header o"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-subscribe-in-header-o#post-108919</link>
			<pubDate>Sat, 04 May 2013 20:34:09 +0000</pubDate>
			<dc:creator>gianmarizzi</dc:creator>
			<guid isPermaLink="false">108919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all, same request: I surely can use the MailChimp plugin but I'd like to have it in my top menu not in the sidebar. The same for Reserved Area. How can I add widgets to my top menu?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-108571</link>
			<pubDate>Fri, 03 May 2013 01:09:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How is the mailchimp form added in? Is it with a plugin or did you add in some code to the header?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelodc on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-108569</link>
			<pubDate>Fri, 03 May 2013 01:05:50 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">108569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, Devin for your reply.&#60;/p&#62;
&#60;p&#62;I looked through the resource you provided, but I can't make too much sense of it.  I'm not a coder, so I've been searching all day for laymen explanations on how to exactly enclose in a &#34;no-conflict wrapper&#34; and looking for other solutions.&#60;/p&#62;
&#60;p&#62;You mentioned that there are other solutions to this.  I know how to access my php files and eit them.  Is there something simple that I can do or do I need to hire a javascript person?&#60;/p&#62;
&#60;p&#62;Angelo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-108429</link>
			<pubDate>Thu, 02 May 2013 14:27:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108429@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Angelo,&#60;/p&#62;
&#60;p&#62;Strange that they would say that. Its a very very common issue with wordpress and adding in your own javascript snippets. The mailchimp script needs to be enclosed in a no-conflict wrapper.&#60;/p&#62;
&#60;p&#62;Did you add in the javascript for the pop up to your header.php or was it done with a plugin? There are a number of solutions for this but all are addressed here in the wordpress codex: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelodc on "Mailchimp - No &#34;successfully subscribed&#34; message"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-no-successfully-subscribed-message#post-108305</link>
			<pubDate>Thu, 02 May 2013 00:30:16 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">108305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;When I click &#34;Subscribe&#34; on my Mailchimp opt-in (in a lightbox), the form is stagnant and does not reveal the &#34;successfully subscribed/ confirm&#34; message.  &#60;a href=&#34;http://dailyvitamoves&#34; rel=&#34;nofollow&#34;&#62;http://dailyvitamoves&#60;/a&#62;  - click on first &#34;Get VitaMoves Every Week&#34; in right sidebar&#60;/p&#62;
&#60;p&#62;I was told by Mailchimp support that there was probably some javascript in my theme that was preventing this from happening.  Could this be true?  If so, what can I do about it?  Is it possible for it to appear in my lightbox?&#60;/p&#62;
&#60;p&#62;I appreciate your help.&#60;/p&#62;
&#60;p&#62;Angelo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "MailChimp Submit Button"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-submit-button#post-107913</link>
			<pubDate>Tue, 30 Apr 2013 04:54:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Great, glad I could help you. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelodc on "MailChimp Submit Button"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-submit-button#post-107716</link>
			<pubDate>Mon, 29 Apr 2013 01:37:24 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">107716@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;THANKS A BUNCH!!  It worked.&#60;/p&#62;
&#60;p&#62;You rock.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "MailChimp Submit Button"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-submit-button#post-107683</link>
			<pubDate>Sun, 28 Apr 2013 18:07:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Insert following code into the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#mc_embed_signup .clear {
display: block;
visibility: visible;
height: auto;
width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelodc on "MailChimp Submit Button"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-submit-button#post-107615</link>
			<pubDate>Sat, 27 Apr 2013 21:36:35 +0000</pubDate>
			<dc:creator>angelodc</dc:creator>
			<guid isPermaLink="false">107615@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello. I did as recommended in discussion - &#60;a href=&#34;http://www.kriesi.at/support/topic/mailchip-sign-in-form#post-91285&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/mailchip-sign-in-form#post-91285&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For some reason, it has not worked for me.  I have also tried placing following code in &#38;lt;head&#38;gt; file as recommended by Mailchimp: &#60;/p&#62;
&#60;p&#62;&#38;lt;link href=&#34;http://cdn-images.mailchimp.com/embedcode/classic-081711.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34;&#38;gt;&#60;br /&#62;
&#38;lt;style type=&#34;text/css&#34;&#38;gt;&#60;br /&#62;
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }&#60;br /&#62;
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.&#60;br /&#62;
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */&#60;br /&#62;
&#38;lt;/style&#38;gt;&#60;/p&#62;
&#60;p&#62;Is it because I'm using the code in a widget?&#60;/p&#62;
&#60;p&#62;My site is at &#60;a href=&#34;http://dailyvitamoves.com&#34; rel=&#34;nofollow&#34;&#62;http://dailyvitamoves.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help.&#60;br /&#62;
Angelo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Mailchip sign in form"</title>
			<link>http://www.kriesi.at/support/topic/mailchip-sign-in-form#post-91285</link>
			<pubDate>Sat, 12 Jan 2013 18:55:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other issues or questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rsn8 on "Mailchip sign in form"</title>
			<link>http://www.kriesi.at/support/topic/mailchip-sign-in-form#post-91284</link>
			<pubDate>Sat, 12 Jan 2013 18:44:50 +0000</pubDate>
			<dc:creator>rsn8</dc:creator>
			<guid isPermaLink="false">91284@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome.  Worked perfectly.  I've really been appreciating the support for this theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Mailchip sign in form"</title>
			<link>http://www.kriesi.at/support/topic/mailchip-sign-in-form#post-91243</link>
			<pubDate>Sat, 12 Jan 2013 07:13:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91243@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi rsn8,&#60;/p&#62;
&#60;p&#62;The mailchip plugin uses the same clear class as the theme. The theme however hides the clear class and the mailchip version needs to be set to visible. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#mc_embed_signup .clear {
visibility: visible;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rsn8 on "Mailchip sign in form"</title>
			<link>http://www.kriesi.at/support/topic/mailchip-sign-in-form#post-91175</link>
			<pubDate>Fri, 11 Jan 2013 18:17:43 +0000</pubDate>
			<dc:creator>rsn8</dc:creator>
			<guid isPermaLink="false">91175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello.  I've embedded a Mailchimp mailing list sign up form on my site here:&#60;br /&#62;
&#60;a href=&#34;http://www.nemogould.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.nemogould.com/contact/&#60;/a&#62;&#60;br /&#62;
I've also embedded a tiny version in the footer site wide.  For some reason the prominent grey &#34;Submit&#34; button is not appearing in either instance.  Is anyone aware of a fix to allow this code to display properly?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change the look of Mailchimp Widget bar and button"</title>
			<link>http://www.kriesi.at/support/topic/change-the-look-of-mailchimp-widget-bar-and-button#post-67688</link>
			<pubDate>Thu, 26 Jul 2012 05:58:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Add this code to css/custom.css or the quick css field. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ffn on "Change the look of Mailchimp Widget bar and button"</title>
			<link>http://www.kriesi.at/support/topic/change-the-look-of-mailchimp-widget-bar-and-button#post-67678</link>
			<pubDate>Thu, 26 Jul 2012 03:32:12 +0000</pubDate>
			<dc:creator>ffn</dc:creator>
			<guid isPermaLink="false">67678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where would I put this or find this?? When i put it in the CSS feed, nothing changed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Change the look of Mailchimp Widget bar and button"</title>
			<link>http://www.kriesi.at/support/topic/change-the-look-of-mailchimp-widget-bar-and-button#post-67312</link>
			<pubDate>Tue, 24 Jul 2012 05:41:46 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">67312@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ffn,&#60;/p&#62;
&#60;p&#62;Not entirely sure how much customization you can do with the form itself. CSS wise though the following should work:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.ns_widget_mailchimp_form-2 #ns_widget_mailchimp-email-2 {
background: #FFFFFF;
border: 1px solid #E1E1E1;
height: 44px;
position: relative;
width: 99%;
}

.ns_widget_mailchimp_form-2 .#top .button, #top #submit {
background: #FFFFFF;
border: 1px solid #E1E1E1;
color: #999999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ffn on "Change the look of Mailchimp Widget bar and button"</title>
			<link>http://www.kriesi.at/support/topic/change-the-look-of-mailchimp-widget-bar-and-button#post-67135</link>
			<pubDate>Mon, 23 Jul 2012 07:08:58 +0000</pubDate>
			<dc:creator>ffn</dc:creator>
			<guid isPermaLink="false">67135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I'd like to have my mailchimp signup widget look more like the search box (located further down on the side bar) and to have no button, but instead you press enter or the same little arrow like the search box. &#60;/p&#62;
&#60;p&#62;Suggestions on this or how to make it look better?!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slider not working"</title>
			<link>http://www.kriesi.at/support/topic/slider-not-working-4#post-59109</link>
			<pubDate>Wed, 06 Jun 2012 19:49:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">59109@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad I could help :)&#60;/p&#62;
&#60;p&#62;Plugins, while amazing, can sometimes not play nice with the theme files. Hopefully you can find a suitable alternative to that plugin.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nandeza on "Slider not working"</title>
			<link>http://www.kriesi.at/support/topic/slider-not-working-4#post-59055</link>
			<pubDate>Wed, 06 Jun 2012 12:18:42 +0000</pubDate>
			<dc:creator>nandeza</dc:creator>
			<guid isPermaLink="false">59055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You were dead right! It was the 'Import users to MailChimp' Plugin. Thanks for the help Devin.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
