Reply To: Own theme – only [newsletter] instead of the form
Hi, first I have done it with get_the_content(), later with the_content(). My single page is domain.com/blog/newsletter-abonnieren, and I have tried: if (strpos($_SERVER['SCRIPT_FILENAME'],...
View ArticleReply To: Own theme – only [newsletter] instead of the form
Oh my… of course it doesn’t work. with $_SERVER['SCRIPT_FILENAME'] the result is always false, because it is always “path/index.php”. With $_SERVER['REQUEST_URI'] it works. Sorry…
View ArticleReply To: Own theme – only [newsletter] instead of the form
But this way you’re blocking all plugin which have short codes. In your get content use the do_shortcode().
View ArticleReply To: mandrill smtp config
So, what’s the difference between mandrill plugin and SMTP tab already present in the free version??
View ArticleReply To: Already sended user list
If you just paused the newsletter going out, in the database there is a value for this newsletter which is the “last_id” of the last user processed. See the wp_newsletter_emails table.
View ArticleReply To: Own theme – only [newsletter] instead of the form
Hello Stefano, thank you very much for your great support. I use WordPress only in a very clean and small scenario, but thank you! With my solution, I think I will have no problem with your plugin,...
View ArticleLogo won't upload & how to arrange posts?
Hi Stefano, I have just installed Newsletter and I have two issues. When I attempt to upload my logo I get an error message and it doesn’t upload. The articles in the newsletter are automatically...
View Articlebox not visible
Hi, in my site the box is not visible what do I have to do? example http://psicologaonlinesalerno.it/anoressia/
View ArticleReply To: box not visible
p.s. my theme is free here http://www.yourinspirationweb.com/2011/05/19/beauty-and-clean-un-tema-minimal-per-wordpress-in-regalo-per-te/
View ArticleReply To: {profile_form} for logged in users
I get: Fatal error: Call to undefined method NewsletterSubscription::profile_form()
View ArticleReply To: {profile_form} for logged in users
The subscription form and the profile form is almost identical. Are you sure the one display IS NOT the profile form? With profile form I mean the Newsletter set of subscriber data.
View ArticleReply To: Logo won't upload & how to arrange posts?
The arrangement of posts can be only chronological, other ordering can be obtained creating custom theme and (probably) complex configuration panels. About the logo, which error do you get?
View ArticleInsert into facebook fan page
Hello, I love your plugin so far. I just have one question is it possible to add the subscribe email box into my Facebook fan page. I have tried the html code for the form and I can see the form but...
View ArticleReply To: Important notes to be read
Ciao, the Basic Newsletter module worked very well for me, a great plugin. So, I bought the subscription package because I wanted the detailed statistics. I have downloaded the reports extension,...
View ArticleReply To: Insert into facebook fan page
The form code should work, check if the “form” tag has an action attribute that point to your site. Probably is due to a javascript error, you can try to remove the javascript and the onsubmit...
View ArticleReply To: question about config forms
Very strange, nothing appear of the tag is displayed?
View ArticleReply To: Insert into facebook fan page
Here is my code can you tell what I am missing that would be a huge help!! <div class=”newsletter newsletter-subscription”> <form method=”post”...
View Article