Valerio Vaz
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Are e-mails tracked?Hi!
Yes, you can track statistics with MailPoet, such as Opens, clicks, and unsubscribes.
Please read our blog post here about stats – https://www.mailpoet.com/good-open-rate-percentage-know-your-newsletter-stats/
Thanks for the update.
So, how did you install exactly MailPoet? Did you download the .zip file from wordpress.org?Hi, do you have any security plugins enabled in your website?
Can you please check if you can access wp-admin/admin-ajax.php on your website? It should return a “0” if it’s ok.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Is there an API?Hi,
Yes, it’s possible. When you drag the block of Automatic Latest content to the visual editor, you can select which post type you want to include, as well as categories.
Cheers
ValérioForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] QuestionsHi Duke,
1) If you have the free plan at SendGrid, you can send 400 emails per day. It does not matter if you send 1 email to all of your subscribers, or 400 for just one subscriber. The limit is 400 emails per day.
2) All of your subscribers will be kept in your WordPress installation, not in SendGrid.
3) Emails are sent in batches. You can set the sending frequency in MailPoet > Settings > Send With… You’ll need to setup your own cron if you want to send faster. Read more in https://support.mailpoet.com/knowledgebase/wp-cron-batch-emails-sending-frequency/
4) MailPoet can track stats, but you’ll get a better experience and knowledge of your opens & clicks if you have the Premium licence. You can read more about it here mailpoet.com/premium
Valério
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Problems links posts in newsletter.Hello!
Are you using any security plugins and blocking long URLs?
Let us know, normally this is the culprit.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Test emailHi Henk,
This seems to be an issue with your current sending method.
Can you please test the Spam Score of your newsletter by following this guide?
http://support.mailpoet.com/knowledgebase/test-your-newsletter-for-spam-score-with-spamassassin/If the email can’t reach mail-tester.com then you have SMTP ports blocked in your server, and you should contact your hosting provider.
Please contact us at support.mailpoet.com for further assistance!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] French translation's customizationHi Pierre,
In our Transifex page you can download the .MO files.
Click the language that you want to download, and you’ll see a link to download the .MO.You can view more info here – http://support.mailpoet.com/knowledgebase/translations-in-your-language/
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Accent problem with media linkThis issue has been solved at Support.MailPoet.com. Remember to contact us there for faster support!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Add image to Confirmation EmailHello!
You can just add the HTML <img> tag to that message.
Example:<img src=”http://domain.com/wp-content/uploads/2015/04/image.jpg” />
Same problem. Where I can get 5.2.4?
Forum: Themes and Templates
In reply to: [Bearded] Portfolio Template Page problemIt’s not that!
My home page is my latest articles.
When I have the default permalink structure it works. (when the URL is something like this: domain.com/?page_id=28 it works)When I change to /%postname%/ it breaks and display the portfolio posts as blog posts (1 per line) and not in columns
Forum: Fixing WordPress
In reply to: wp_list_pages html problemdamm sorry… the code that HTML gives me is:
<span><li class="page_item page-item-2"><a href="http://exemple.com/">home</a></li> </span>and i want it to be:
<li class="page_item page-item-2"><a href="http://exemple.com/"><span>home</span></a></li> </span>Forum: Themes and Templates
In reply to: Good theme for artists and illustrators?you could try to work with nextgen gallery (pluggin), or code your theme, like i’m doing.. you get more freedom this way 🙂
Forum: Fixing WordPress
In reply to: remove circles from category listsit worked, but differently thanks 🙂
.sidebar li { list-style-type: none; }