NeedHelpWithThat
Forum Replies Created
-
Very understandable @ironikus, thanks!
Thanks @ballou for your post here, I have the same concerns about the lack of support of this plugin and its vulnerabilities.
I guess I’d better install another plugin but I just don’t know which one to pick. I’m keen to pay for it, I just want to make sure the email address on my website is really obfuscated.
Does anyone have one to recommend?Thanks for letting us know @aztopdavid
Forum: Everything else WordPress
In reply to: What email protection plugin?Thanks @threadi: I already mentioned the issue on the developer support forum here: https://ww.wp.xz.cn/support/topic/wpemailencoder-com-is-down/#post-17212853
In the meantime a user told me how to check the source code before javascript get executed, and when I do so, I’m not able to see the email address anymore, which means the plugin still does a great job at obfuscating the email address.
So I will stick with this plugin for now and see how it goes in the future.
If it appears to be not updated, I will take action and choose another one but for now, it’s ok I guess.Thanks a lot @alexanderbailey: when I look at the actual source code, I can’t see the email address anymore, meaning the plugin still does a good job.
Anyway, their webpage still returns a 500 error which is not reassuring.Forum: Everything else WordPress
In reply to: What email protection plugin?The thing is I want to have my email address visible on the footer.
Can you recommend me any good, free WordPress plugin to obfuscate it?Forum: Everything else WordPress
In reply to: What email protection plugin?Thanks for your answer.
I already use WPForm for my contact page. And this is the page I can see the email address in clear text when looking at the HTML code by pressing F12 in Chrome browser.
And I can see the email address in clear text when I inspect other pages of my website as well, as the email address is in the footer of all pages.I run WordPress 6.4.1 with 2.1.9 email encoder plugin.
I have the feeling this plugin doesn’t work anymore: when I inspect the HTML code of the contact page of my website, I can see the email is not obfuscated anymore.
I will look for another plugin.Hi,
I have the same error when I want to check if the plugin works fine at protecting the email addresses of my WordPress installation: wpemailencoder.com isn’t working. I have the following error:“There has been a critical error on this website.”
How can I check the plugin is correctly doing its job?
Thanks in advance for your help, much appreciated,
Forum: Fixing WordPress
In reply to: Past-due actions on staging siteThanks a lot, I found the culprit: when I deactivate the All in One SEO plugin the warning disappear π
I will leave this plugin deactivated for the moment as I don’t it for the staging site, and I will activate it when I will have pushed the staging site to replace the live one.
Thanks a lot
Forum: Fixing WordPress
In reply to: Home page video resolution?Hey,
Thanks a lot for your answer, makes sense.
I will follow your advice πForum: Fixing WordPress
In reply to: How to create a non clickable menu?Maaaagic!
Thank you so much sir πForum: Fixing WordPress
In reply to: Nice and easy redirection to the new site?Hi again,
With the advice afore mentioned, the redirection works when landing on the home page of my website, that’s fine.
But it doesn’t work for other page: say I go to ‘MyOldWebsite/page_1’, I still land on ‘MyOldWebsite/page_1’ not on the new domain.
Does anybody know how can I achieve that?
Forum: Fixing WordPress
In reply to: Nice and easy redirection to the new site?Thank you, I rewrote the .htaccess with these lines but it doesn’t work unfortunately.
When I click on βMyOldWebsite/Page-1″ I still land on the old website, but the overall look of the page is not the original one, it looks like all formating is gone, I’m not sure what’s happening.
Also, after I clicked few links on the old website, Wordfence triggered the following alert:“Your access to this service has been limited. (HTTP response code 503)
If you think you have been blocked in error, contact the owner of this site for assistance.”And
“Block Reason: Exceeded the maximum number of page not found errors per minute for humans.”
Worth mentioning this alert has been triggered by the new website.
- This reply was modified 3 years, 6 months ago by NeedHelpWithThat.
- This reply was modified 3 years, 6 months ago by NeedHelpWithThat.
Forum: Fixing WordPress
In reply to: Nice and easy redirection to the new site?Thank you very much for your help.
Yes my old website is WordPress too.
I didn’t think about redirecting via the hosting provider but, yes, it makes sense.
So this is what I did, just by adding the line:
Redirect 301 / https://MyNewDomain.com/
at the end of my .htaccess file and it works really good, except one thing.
On Google search, when I type the name of my old website, several results appear.
Let’s say my old website is “MyOldWebsite”. If I click on “MyOldWebsite” on Google search, the redirection works just fine. But if I click on “MyOldWebsite/Page-1” for example, instead of being redirected to “MyNewWebsite”, I am redirected to “MyNewWebsite/Page-1” which may not exist, hence returning an error (but at least the visitor landed on the new website which is good though).Is there a way to have ALL possible old URLs to always redirect to the home page of my new website (“MyNewWebsite”)?
PS: I followed this tutorial: https://www.hostwinds.com/tutorials/set-permanent-301-redirect-using-htaccess
Thank you very much for you help,
- This reply was modified 3 years, 6 months ago by NeedHelpWithThat.