Pi Zi
Forum Replies Created
-
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] PHP Fatal errorHello Tobias,
This error was given by phpQuery, a third party component I previously used as an experiment. The message means that the markup of your page/site cannot be parsed by phpQuery.
Could you just turn phpQuery off?Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Not Working with WP 4.2.2What isn’t working? Do you get an error message?
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Links in excerptHi Ageibert,
An update, I took a better look in the code and tested.
(1) When
"All contents"is checked at"Options have effect on"the whole page will be scanned and all mailto will be replaced. This means the excerpt parts cannot be skipped.
But because the replacements are done, afterwards, the mailto links should work properly.(2) If instead of
"All contents"is unchecked, but"Post contents"is checked, in my case the excerpt contains unreadable emailaddresses. This is not fixed easily. I would recommend to keep"All contents"checked.According to your post, I think you have
"All contents"checked, but the link is cut off. Do you maybe have a live example?Mass, Morton,
Do you still experience this issue after the latest updates of the plugin?Hello Stryker, the word-wrap does work differently on emails (with this plugin). In the source code of the page (html) the email is written backwards (and some extra code, to make it difficult for spambots). The styling (css) flips the reading direction so you can read the email normally.
But because in the source it’s written backwards, the word-wrap acts differently.That’s the explanation, and now the solution: I don’t know 🙂
In a future release I could try to make the encryption parts configurable, so that you could turn off the “backwards-flip” part.At the moment your emails are not encoded and readable in the page source (html).
Is this still the case?
When I try f.e.Label: some@domain.comthe space is still there.Fixed in version 1.4.1
You can remove the wildcard and it should work.
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] gravity fromI try to add this feature it in the next release,
Good question. Google is able to read the content generated by javascript, so I asume also the obfuscated content (which is done by using javascript).
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] gravity fromThat’s a good idea, to make email encoding in form fields optional.
Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] encode footerNo I cannot.
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Links in excerptThe excerpt should not contain mailto links, but emails do need to get removed or replaced by the protection text. It will be fixed asap.
Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] encode footerCan I see it live?