Pi Zi
Forum Replies Created
-
Shortcodes in widgets is not by default supported in WordPress. EEB contains an option to support this, but it should be checked.
It seems to work on your site…
OK good to hear!
Actually this workaround doesn’t work anymore.
What’s the real problem you try to fix?
Sorry, you’re right. I meant the template function:
echo eeb_email_filter($content);For one, you could install the plugin.
It depends on where the email address is being shown on the site. If it’s in your posts, reactions or text widgets it should work out of the box.You could use the template function:
echo eeb_email($emailaddress, 'Mail Me');N
<code>could be removed.Yes just use this template function:
eeb_email($emailaddress, 'Mail Me');No, those scripts are encapsulated parts which don’t interfere which each other.
The problem could be caused when using the same
<span id="..">. The ID should be unique on the page (and correspond to the one used within the script).Need more details. Do you have an online example?
Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] Not workingI need more details.
But it seems to be working now, right?That’s correct.
The excerpt strips all html tags, like email links. To keep your email addresses protected it’s replaced by the noscript-text.It was tested in wp 4.4.2 successfully.
Can you show me the example?By default it only encodes in your posts, reactions and text widgets.
To make it work on other widgets you could use the shortcode and check the options “also use shortcode in widgets”.
To make it work on other parts of your theme, you should use the template function.If you want a plugin that scans your whole page, you could use my other plugin “WP Mailto Links”.
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Fatal Error on updateWhat version of PHP is installed on the server?
You could try to replace
__DIR__withdirname(__FILE__)Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Newest update broke wordpressWhich version of PHP is installed on the server?