rmast
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Clash with slideshow 2.3.1 in WordPress 4.4So your hypothesis is right.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Clash with slideshow 2.3.1 in WordPress 4.4I did a diff between both home-pages, and there is a difference, the wrong one has .min.css at the end of the minified links and the right site only .css, so .min is missing. That’s probably a setting that somehow didn’t get copied well.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Clash with slideshow 2.3.1 in WordPress 4.4My (our) site is http://www.tekenbeetziekten.nl
I made a copy of the files and the database of wordpress back to the host that remarkably doesn’t show the issue between MMR 1.5.2 and slideshow 2.3.1.
Via an entry in the hosts file you can see an exact copy of the site which doesn’t show a picture quite in the middle of the site via slideshow 2.3.1. Instead you get some turning circle.
#pcextreme
109.72.85.5 tekenbeetziekten.nl http://www.tekenbeetziekten.nl
For some reason this forum puts http:// in front of the domain, you should delete that.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Clash with slideshow 2.3.1 in WordPress 4.4I’ll try to publish a site-shadowcopy with a hosts-entry to a specific IP-adress soon.
Strange enough our other host, which I upgraded to 4.4 to reproduce the issue, doesn’t show it yet. Next weekend I’ll move the whole site to the other host and take the site with the issue off-line, so I can put MMR on again and give you an IP-address for a hosts-entry.
There is a difference between the hosts: The current host is a cheap host with varnish cache, €25,- ex. VAT a year, the other is a dedicated ispconfig3-host with my own installation of varnish cache of €15,- ex. VAT a month. I’m curious whether we’ll find some low level hosting-configuration-issue.
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Microsoft Forefront marks 'track' as SPAMI activated the tracking pixel and uncommented the mentioned foreach.
The result is again spam:
CIP:?.?.?.?;CTRY:?;IPV:NLI;EFV:NLI;SFV:SPM;SFSIf I comment out the foreach again the mail arrives right.
So I’m afraid also the pixel-tracking modification of the URL’s is rejected by Microsoft’s Forefront.
Probably SPAMmers also use KNEWS, or some tired receivers of ‘wanted’ messages still reject their knews-message as SPAM, instead of unsubscribing.
For me too. As I am hosting a WordPress-site together with two other people who are less digitally interested and rather trustworthy I believe this row of stars would raise the security enough.
The row of stars in Dutch law would make reading the password a ‘hack’.
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Neutral confirmation linkThe new hyperlink is not functioning well in Outlook 2007.
Please add a slash to the generated path before the question mark:
knews.php line 336
if ($extra_params != ”) {
if (strpos($url_home, ‘?’)===false) {
$url_home .= ‘/?’ . $extra_params;
} else {
$url_home .= ‘&’ . $extra_params;
}
}