gomilky
Forum Replies Created
-
Thanks @adthegates this solved my issue as well. Had to move folder outside public html then login, then moved it back and went to settings to change to curl.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Has been removed?It’s back now. and there are security fixes. so you guys need to update!
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Has been removed?I think it is a security issue which is probably why they don’t talk about it. not that this is a good idea, as hackers can also look for themselves. I checked the plugin github and I noticed the recent code added seemed to me like a security patch. wordpress can take sometime to approve changes. my advice is to disable the plugin, then copy the files outside public html until an update released.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Has been removed?I also want to know this. It’s weird how WordPress can be vague on such important matter. I guess I have to check the code myself. I’ll post here if I find something.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amp added to urls that have ampSorry for late reply.
I added this line in class-url-converter.php approx. line 156:
$url = str_replace("/amp/","/",$url);
I think what can amp plugin do to avoid this problem. is to remove any instance of /amp/ in url before adding another /amp. amp for wp can check if /amp without slash present at the end or /amp/ present somewhere in the url.
Forum: Plugins
In reply to: [W3 Total Cache] Removing quote from HTMLI also would like an answer on this. didn’t notice same issue. but noticed quotes being removed when minity html enabled. is there any reason quotes being removed? we should have option as it can be problematic if something goes wrong and they barely take few bytes.
Thanks. I sent email. but now I understood what you meant by the Google cache. I check my site directly not from google search engine. So I assume amp for wp doesn’t have any cache system.
I think the issue still there, but since you’re hopefully adding it as an option, then that would be helpful.. thanks
Forum: Plugins
In reply to: [WPS Hide Login] I’m getting cookies are disabled by your browser errorsure no problem. but can you first please confirm you have varnish installed on your server? if you have shell root access. you can check if you have /etc/varnish path or you can run which varnishd and see if you get result.
if you don’t have varnish, then unlikely to be the same case. if you are not sure and you don’t have root access. you can contact your host. and ask them if there is varnish installed and if so to allow your new login page to set cookies.
Forum: Plugins
In reply to: [WPS Hide Login] I’m getting cookies are disabled by your browser errorok problem solved. I apologize for confusion. it was a configuration on my server related to varnish.
thanks for the help.
Forum: Reviews
In reply to: [WPS Hide Login] It works as intendedSorry, I’m the same person. I’ll revise my review once the issue solved. I mistakenly thought you gave up on the issue after 3 days. will continue there and change this review.
Forum: Plugins
In reply to: [WPS Hide Login] I’m getting cookies are disabled by your browser errorI think I checked the logs didn’t notice an issue. But I’ll check again. I’ll also test with 7.0 and 5.6. Will report back.
Forum: Plugins
In reply to: [WPS Hide Login] I’m getting cookies are disabled by your browser errorI disabled all plugins which were just 3. Yes i have the latest version always. I could help debugging this issue. Do you have an area in thecode you suggest to look at? I’d lovd to find out why.
Does it work for you with twenty seventeen theme?
Forum: Plugins
In reply to: [WPS Hide Login] I’m getting cookies are disabled by your browser errorI did refresh permalinks by saving it from admin
I don’t have htccess, I’m on nginx. Standard wordpress rewrite rules are set corrextly . Does your plugin edit htaccess? If so we can add them to nginx conf.
[removed it and going to post as new thread, sorry]
- This reply was modified 6 years, 5 months ago by gomilky.