Hi.
It may be incompatible. I will check as soon as I am back from holidays. If it is not compatible I ll bring a real ease.
Cheers
Hi.
With the new release it should work now for fluent as well.
Unfortunately I cannot test it on my own. I would appreciate feedback.
Cheers, Matthias
I’ve tested your plugin. It seems to work. A test submission was blocked.
I figured one small issue since update:
The Icons in the backend settings page can nocht be loaded (error 404).
Missing URL is https://twemoji.maxcdn.com/
Thank you for your work!
Hi.
Thank you for the feedback!
The Icons in the backend settings page can nocht be loaded (error 404).
Missing URL is https://twemoji.maxcdn.com/
I wonder how that can happen, as I don’t use icons or pics. Those icons which you may see (Or even not?) are all simple unicode symbols.
Cheers, Matthias
Hi.
Don’t know what’s happening. Here is an example of how the html code of your settings page looks like.
<td class="recaptchaOptionLeft" style="font-size: 40px;"><b><img draggable="false" role="img" class="emoji" alt="⛔" src="https://twemoji.maxcdn.com/v/14.0.2/26d4.svg"></b></td>
May be some “wordpress magic”? On an other installation i do not see this problem. The html code here looks like this:
<td class="recaptchaOptionLeft" style="font-size: 40px;"><b><img draggable="false" role="img" class="emoji" alt="⛔" src="https://s.w.org/images/core/emoji/14.0.0/svg/26d4.svg"></b></td>
I use the same plugins and the same Theme on both sites. Strange.
Hi.
Yes WordPress is replacing unicode-emojis by SVGs. Here I’ve found something about it:
html – Why unicode emojis in wordpress displayed with <img> tag? – Stack Overflow
The replacement seems to be controlled from wordpress, therefore I guess the alternating URLs seem to be some kind of load-balancing.
Cheers, Matthias