Forum Replies Created
-
AuthorPosts
-
greencodeSpectator
Ah ha. Thanks for this. Okay, just checked and here’s what it comes back with (I’ve replaced the API key and List ID with XXX
[01/28/2012 12:03 AM] – SUCCESS :Subscribing to MailChimp… Name: John Doe Email: myemail@myemail.com
[01/28/2012 12:03 AM] – FAILURE :Unable to load listSubscribe()!
[01/28/2012 12:03 AM] – FAILURE : Error Code=250
[01/28/2012 12:03 AM] – FAILURE : Error Msg=NAME must be provided – Please enter a value
[01/28/2012 12:03 AM] – SUCCESS :Mailchimp email address to signup:myemail@myemail.com
[01/28/2012 12:03 AM] – SUCCESS :Mailchimp list to signup to:My Newsletter
[01/28/2012 12:03 AM] – SUCCESS :Mailchimp signup operation performed. returned value:
[01/28/2012 12:03 AM] – SUCCESS :End of membership level specific autoresponder signup.
[01/28/2012 12:03 AM] – SUCCESS :Performing global autoresponder signup if specified.
[01/28/2012 12:03 AM] – SUCCESS :Creating a new API object using the API Key specified in the settings: XXXXXXXXXXXXXXXXXXXXXXXXXXX
[01/28/2012 12:03 AM] – SUCCESS :Found a match for the list name on MailChimp. List ID :XXXXXXXXXXX
[01/28/2012 12:03 AM] – SUCCESS :Subscribing to MailChimp… Name: John Doe Email: myemail@myemail.com
[01/28/2012 12:03 AM] – FAILURE :Unable to load listSubscribe()!
[01/28/2012 12:03 AM] – FAILURE : Error Code=250
[01/28/2012 12:03 AM] – FAILURE : Error Msg=NAME must be provided – Please enter a value
[01/28/2012 12:03 AM] – SUCCESS :Mailchimp email address to signup:myemail@myemail.com
[01/28/2012 12:03 AM] – SUCCESS :Mailchimp list to signup to:Dare to Think Newsletter
[01/28/2012 12:03 AM] – SUCCESS :Mailchimp signup operation performed. returned value:
[01/28/2012 12:03 AM] – SUCCESS :End of global autoresponder signup.
greencodeSpectatorThanks for replying. I tested both my theme and plugins and they were all working okay and the shortcode still wasn’t so I then opened the “wp_eStore1.php” file changed:
add_filter(‘the_content’, ‘do_shortcode’,11);
to this
add_filter(‘the_content’, ‘do_shortcode’);
as instructed here:
eStore – Shortcode Inside Another Shortcode (Shortcode Nesting) Not Working
and that appears to have done the trick. Can you please explain exactly what that is doing though and whether by changing that code whether it will affect any other part of the eStore plugin?
Also, is there any way of actually having a text download link so I can a) style that link and b) change the text on that link?
greencodeSpectatorUmm, upon further investigation this is now what I’m finding … I have the following code
[wp_eStore_download_now_button id=1] to display the download link – which works well on any page but if I then have the following code:
[emember_protected]
[wp_eStore_download_now_button id=1]
[/emember_protected]
The download button then doesn’t show and only the shortcode becomes visible to logged in users.
-
AuthorPosts