Pi Zi
Forum Replies Created
-
Can you send me a message through my contactform? I will reply on that.
You could also use another plugin WP Mailto Links, which doesn’t use javascript blocks inside html.
Fixed in version 1.3.0
It is possible to activate a debug log in WP. You need to add some code to your config.php.
It could be some setting. I cannot tell.
It might be the same issue as:
https://wordpress.org/support/topic/double-encodingWhat’s the url? So I see it live.
Need more details. Cannot reproduce the 404 error and tested with:
– WP v4.1.0
– AIOWPS v3.8.9
– EEB v1.2.1Hi Aball, if you go directly to the url /impressum-2/ everything is fine.
When navigating through the menu, only the content that changes is loaded with the Ajax method. Somehow the email, USt.IdNr and Registergericht are not being shown. Maybe it’s the javascript.
You could test by changing the protection method to “Html Encode” and see if that works.Which plugin handles the button shortcode?
You could try:
[eeb_content] [button link="mailto:address@email.com" type="icon" icon="mail"]Send Email[/button] [/eeb_content]But I’m not sure if it works.
Good point. It’s on the list.
You’re right. That will be solved in version 1.3.0.
It depends on the way it’s implemented.
But in your case all mails are encoded correctly.Header and footer are usually part of your theme. The template functions could be used in the theme files, f.e.:
<?php if (function_exists('eeb_email')) { echo eeb_email('info@*****.org', '', 'Mail me'); } ?>Although in your case, I think WP Mailto Links is a better option. This will scan your whole page and automatically encrypt your email links.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Plugin Has Stopped WorkingHope, I don’t know. What are your settings?
How you know it didn’t work?