Have you used your browser’s “view source” feature and confirmed that the email address appears in the HTML code?
Yes, I just viewed it and I see:
<a
href=”mailto:[email protected]”>[email protected]
Which is the same as what I have..
Yes that seems like it should work just fine. It’s odd that it doesn’t.
Do you have any other rules? If yes, are they working? If not, could you try replacing a word? Something that doesn’t have symbols or punctuation.
No, no other rules… can you give me an example of something to try?
Try changing Address to Location. It appears just once on the contact page and won’t look odd to anyone that sees the word Location instead of Address.
Good. That means the plugin is working.
The only thing I can think of is that the email rule has a typo or maybe an unintended space inserted at the beginning or end of it.
I am copying it directly from the source code… =/
So is there nothing else I can do?
I can’t think of anything else. To my plugin a word is no different than a full email address i.e. finding and replacing works the same regardless of what’s being replaced.
If you’re “viewing source” (not using the inspect feature) along with copying and pasting from the source that’s displayed, you’re doing everything correctly.
I’m sure there’s some small detail we’re overlooking, but from my side I can’t tell what that is.