Pi Zi
Forum Replies Created
-
Thanks for reporting. Should be fixed in version 1.2.2.
True….this is still a bug. I will fix that in the next release.
<![CDATA[video]]>
Probably the WordPress shortcode filter acts like[video]is a shortcode, but in this case it’s not.In your case I recommend to disable the option.
Only disabling the option does not work, I have to fix that first.Thanks GermanKiwi!
Groeten 😉
Shortcodes will not replaced in RSS feeds by default and shown as code, f.e.
[eeb_email email="myname@test.nl"]or[eeb_form].Enable this option and these shortcodes will be removed.
v1.0.1 supports PHP 5.2.4+ (just like WordPress).
You are right.
The shortcode filter for (text) widgets are now optional. Please check the option “Use shortcodes in widgets” (under “Advanced Settings”).Default it’s turned off, except when upgrading from v0.80. It should have been turned on.
I tested it on 5.3.13. Cannot test it on 5.3.10 at the moment.
In the footer you could use the template function:
if (function_exists('eeb_email')) { echo eeb_email('info@somedomain.com'); }Another email protection plugin with a different approach is WP Mailto Links. It works on the whole site.
Could you check if it appears under the menu “Settings”?
Should be fixed in version 1.0.0.
Bytegrapics, probably the old URL-encode is also encoded by the plugin. That’s why the “successfully encoded” was shown.
The message is shown for automatically encoded emails and mailto links. When you manually create a mailto link (f.e. with the encoder form) the message is not shown.
Exactly, this can be solved by using the template function.
I will add it to the FAQ.Thanks Lariza and Bridget!
Hello Muerta,
That’s kind of strange, because Google says they don’t index javascript generated content (and that’s wath this plugin actually does).
https://support.google.com/customsearch/answer/72366?hl=enDid you already published the emailaddresses before installing the plugin?
Or are the emailaddresses also published on other sites?Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Not working in iOS/iPhoneHi Gaj, thanks for your solution. I will test it for implementation in the next release.