I have an email in my inbox, created by MailPoet on my website, which begins with the text “In de week t/m zondag 4 oktober 2020 zijn op de XYZ-website de onderstaande berichten gepubliceerd.”
This is in Dutch, I know, but that does not matter; just look at the date in the text: Sunday October 4th, 2020. This date is correct; it is when the message was sent.
However, if I open that same message today in a browser, using the link in the message ‘View this message in your browser’ (made with shortcode [link:newsletter_view_in_browser_url]), then I see the date of TODAY: “In de week t/m donderdag 22 oktober 2020 zijn…”.
This looks like a bug. Unpleasant because it will be really confusing for the reader. Or am I overlooking something?
Best regards,
Henk
Now it looks not for a full screen in Firefox and IE. Before this problem was in Chrome only.
How to fix it?
I have a little problem… The plugin works well, but I click the “view on the browser” link, I show the newsletter but the post content doesn’t match with the email… We use the WPML plugin…
There is a problem with this plugin?
https://www.ads-software.com/plugins/newsletters-lite/
]]>If anyone could please help me, i would be so grateful.
I have only just started playing around with code, so im not always sure what I’m doing. below is the CSS code i put in and the html i entered in the specific page.
CSS
{ width: 100%; text-align: center; }?
/*GROW*/
.grow img {
height: 300px;
width: 300px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.grow img:hover {
width: 350px;
height: 350px;
}
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
}
html
<h2>We have over 200 fragrances, please select one of the options below to see our collection:</h2>
<div class="grow pic">
<p align="left"><a href="https://www.kreativefragrance.co.za/index.php/womans-fragrance/"><img style="padding-left: 54px; padding-right: 54px;" src="https://www.kreativefragrance.co.za/wp-content/uploads/2015/08/Woman-Fragrance.png" alt="" align="centre"/></a><a href="https://www.kreativefragrance.co.za/index.php/mens-fragrances/"><img src="https://www.kreativefragrance.co.za/wp-content/uploads/2015/08/mens-fragrance2.png" alt="" /></a><a href="https://www.kreativefragrance.co.za/index.php/unisex-fragrances/"><img style="padding-left: 54px; padding-right: 54px;" src="https://www.kreativefragrance.co.za/wp-content/uploads/2015/08/mens-fragrance.png" alt="" /></a></p>
</div>
my site is: https://www.kreativefragrance.co.za/index.php/our-fragrances/
Thanks in advance
]]>There are heaps of these blocks in the ‘pickup’ sort of page:
// Render mobile site if Opera mini
case ( eregi('opera mini', $_SERVER['HTTP_USER_AGENT']) && ! mopr_convert_to_bool(mopr_get_option('iswebbrowser_operamini', 1)) );
$this->browser = "operam";
$this->activated = TRUE;
$this->theme = mopr_get_option('operamtheme',1);
break;
and
// Render mobile site if Windows Mobile
case ( eregi('Windows CE', $_SERVER['HTTP_USER_AGENT']) && ! mopr_convert_to_bool(mopr_get_option('iswebbrowser_windows',1)) );
$this->browser = "msce";
$this->activated = TRUE;
$this->theme = mopr_get_option('windowstheme',1);
break;
What do I need to modify in the above code for IE6?
Many thanks,
Kenneth Watt