raywjohnson
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Request for adding nocache_headers functionGreetings all,
I wanted to follow up and make sure that I let everyone know that in all my testing. I could not find a fault in WPS Hide Login plugin. As in, it was always some other plugin or theme that ended up being the cause of the 404 errors.
Embarrassingly, the main culprit was a child theme of my own design. Which is why I kept seeing the issue on more that a few sites I work on. I absolutely proved that it was my theme as the main cause.I realize it is a pain to disable each plugin, test, repeat. Then switch the theme and test. But here is the key to success.
If the 404 is the 404 page set in the Hide Login settings for the plugin (default is /404/). That is either the Hide Login plugin, but can be cause by other plugins or the theme. If it is any other page /wp-admin/index(or options or plugins or posts).php?page=pagename, that is not the Hide Login plugin. Which is what I was seeing and not realizing it.
I did not spot this fact until after many many (many) tests.
–RayJ
Forum: Plugins
In reply to: [WPS Hide Login] Request for adding nocache_headers functionI have not done that yet. I will give it a go when I have time.
Forum: Plugins
In reply to: [WPS Hide Login] Request for adding nocache_headers functionI cannot change plugins. I tested a few, non compare. The other plugins I tested all seems to have some odd issue. When I tested WPS Hide Login, it just did what is said it would do.
I may have narrowed this issue down a bit, and it might not be WPS Hide Login as the primary cause. It might be WP itself. I am still testing.
This link format seems to be the culprit:
https://example.com/{HIDDEN-LOGIN}/?redirect_to=https%3A%2F%2Fexample.com%2Fwp-admin%2F&reauth=1
Starting there, I checked the console, and /wp-admin/ was cached. Logged in, logged out, tried the plan domaind/{HIDDEN-LOGIN} and got the 404. It replicate this I used clean browser profile with all cookies and cache clear.
Forum: Plugins
In reply to: [WPS Hide Login] Request for adding nocache_headers functionYep. The browser is caching the 302. If I disable cache in the tools, that fixes it while disabled.
I never use caching plugins. They cause more issues than they solve.
Forum: Plugins
In reply to: [WPS Hide Login] Request for adding nocache_headers functionKeep up the good work! I am not certain at all. I was attempting to figure out, and pinpoint, where the issue was in the code. I fully suspect another plugin might be part of the issue. I have this happen on several sites. But it seems very random. I could not reproduce the issue intentionally. I tried for an hour or so the get the browser to cache the redirect. It would not. System worked as expected. Intermittent issues are the worst.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Multisite Setup on Subsite onlyI am embarrassed. Yep. LearnDash not LearnPress.
Sorry about that.
Forum: Everything else WordPress
In reply to: Add categories and tags to pages. Is this a good idea?Hi @davros20 ,
Many thanks. I am almost certain it will break the site. It is highly customized.
And thank for the SEO tip. That may be enough to change my clients mind.
–RayJ
Forum: Reviews
In reply to: [Broken Link Checker] Beware the Bait and Switch BLC2 ScamGreetings @lukobe
Thanks for the follow up.
Anyone reading the responses will note they all read like a commercial. Instead of actually replying to the initial review, they are just spouting how wonderful there overpriced product is.
Forum: Reviews
In reply to: [Broken Link Checker] Beware the Bait and Switch BLC2 ScamToo bad. You had the opportunity to understand what caused the bad review. You just cannot or will not accept it. If you even acknowledged what my concerns were about, I may have removed my review.
I will not be using any plugins by WP MU Dev in the future. There is always another plugin.
Forum: Reviews
In reply to: [Broken Link Checker] Beware the Bait and Switch BLC2 ScamThe issue is misunderstanding. Yours. The information on the plugin is misleading. It does not specify that the currently installed (old) plugin is free and that BLC2 is NOT free.
The oldest marketing trick. Just get them to click via the deception of NOT providing all the information. Then up sell.
Forum: Plugins
In reply to: [Memcached Object Cache] Install ErrorExcellent. Thank you!
- This reply was modified 2 years, 11 months ago by raywjohnson. Reason: Mark as resolved
Forum: Plugins
In reply to: [Wordpress PDF Light Viewer Plugin] Critical ErrorTemporary fix:
In file:
/wp-content/plugins/pdf-light-viewer/vendor/webdevstudios/cmb2/init.php
On (or about) line 151
Change this:
require_once '/bootstrap.php';To this:
require_once __DIR__ . '/bootstrap.php';This change will be overwritten if pdf-light-viewer ever updates.
No worries. Plugin works fine.
This error occurred when I clicked on a button in an alert box. Something like “never show again”.
My apologies. I usually do better at reporting issues. With screen shots etc.
I checked the site again, the alert box did not return.
Forum: Plugins
In reply to: [Co-Authors Plus] Import + LinkResolved
Forum: Plugins
In reply to: [Co-Authors Plus] Import + LinkAlrighty then!
Never mind. I have discovered the wp-cli subcommands.
I think I can make it work.
–RayJ