Keith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slow DB access after updating to 6.6After the update, from site health tool, I have WP warning that autoloaded options can affect the performance w/ following link as a reference
This becomes a recommended step to look on, if object cache does not work properly, isn’t it?
@pkra Thank you for the quick feedback.
This is an example live page that you can take a look.
Regarding MathJax.typeset(), by this doc, Typesetting and Converting Mathematics — MathJax 3.2 documentation, it seems like the process should be automatic, but somehow on my website, another process blocks the MathJax JS to be called (or loaded) properly.
Forum: Plugins
In reply to: [Custom Post Type UI] See CPT posts on admin’s users menuyour second guess is right about my intention. after applying the code snippet, I can see a list of post types for each user, but the number of post is not clickable anymore. If clickable, I guess I can see the author’s posts in that particular custom post type’s edit.php. It’s like I got one (counts for more than ordinary post), but I lose another (clickability).
I have tried to make it clickable, but I guess I need to learn more about WP’s internal structure. If there is an easy code snippet, plz share me. Otherwise, I don’t mind you putting this request at the bottom of your to do list.
Again, thank you so much for your help.
Forum: Plugins
In reply to: [Custom Post Type UI] See CPT posts on admin’s users menuThanks bunch!.
The pluginize’s code snippet worked smoothly. I can now see posts by author from the front-end.
The issues on users.php is not still completely resolved that your team may put some effort on it later. I can now see number of CPTs assigned by each author on /admin/users.php, but I no longer can click the number to be directed to admin view for all posts assigned to the author.
Forum: Plugins
In reply to: [Custom Post Type UI] See CPT posts on admin’s users menu@tw2113 yes and yes. the first one seems to be resolved by the code snippet and the php file you linked. i will do the mod for my own cpt.
what about the second part? is there a solution for the integrated author archive page?
Forum: Fixing WordPress
In reply to: Custom post type’s category does not reflect new post typeI fixed it by making the CPT searchable. Still don’t know why searchability is connected to customization options.
Forum: Fixing WordPress
In reply to: Time mismatch between frontend and backendjust added ‘- 3600*5’ to $orig_time value
@erania-pinnera , sorry for the delayed feedback. It worked smoothly. I do not have the warning msg anymore. Thx guys!
Forum: Networking WordPress
In reply to: Multisite with sub-domain and sub-directory- Installed WP for multisite + subdomain version
- Nginx setting – two tracks
- Mainsite+subdirectory : Use sub-directory configuration
- Subdomains: Use sub-domain configuration
I have recently added sub-directory websites to the mainsite, with the help of WP Multi Network plugin, but it doesn’t seem it was needed. Just add more subsites, and change the domain name accordingly.
There are a number of hiccups that I experience daily, so not sure if it will work with others though. For example, in this morning, I had trouble accessing admin’s editing pages due to some unknown error. After hours of searching, I found that it was due to missing Nginx configuration for ‘location ~ /wp-json’. For sub-domain, I had months of configuration update, and seems like I have to do the same for subdirectories.
Hope this helps.
Forum: Networking WordPress
In reply to: Multisite with sub-domain and sub-directoryDue to complication in Nginx configuration for the subdirectory-only multisite, I ended up with a single WP installation with WP Multi Network.
I have initially added all subdirectory pages to the 2nd multisite network, and separated Nginx configuration for main+subdirectories and subdomains. Once done, I deactivated the 2nd network. There are a few hiccups, but this set up works for me now.
I have been using the multi network plugin for about half a year with many networks. At first, I thought I could combine all my websites into one giant network, but it turned out that user overlap and incompatibility with a few caching plugins were a little too much to handle. I broke the giant network into pieces. And even with a smaller network, I still find the incompatibilities block the way I use WP, so I only use WP Multi Network when it is needed for specific purposes.
A single WP network with admin.example.com, main domain, 2 subdomains, and 3 subdirectories work for me. A few multidomain supporting plugins do not seem to fit well, but I create code snippets to handle them. Should be fine, after a few days of fine-tuning.
Forum: Networking WordPress
In reply to: Multisite with sub-domain and sub-directoryThank you for the quick feedback!
I am currently using that plugin for many of my multisites, but all of them are under subdomain. I’ve also checked the plugin’s code the other day, and I feel it is safe to use the old version until WP’s PHP ver 7.4 is deprecated. There are a few hiccups, like incompatibility with Redis Object Cache, but I still keep it for many purposes of website control.
Anyways, I’ve looked into your suggestion, but it seems like I really prefer to separate user base from subdomains and subdirectories. Is there a way to do this by two WP installations, while keeping the main domain separate from subdirectories? i.e. WP installation only for subdirectories?
- This reply was modified 2 years, 2 months ago by Keith.
Forum: Plugins
In reply to: [Multisite Multidomain Single Sign On] works w/ WP 6.4.2 + PHP 8.3I wish I can help, but I don’t have any other specialty in my settings. I now have WP 6.5.2 + PHP 8.2.18, and I have multiple multisites on my single server. No issues like that.
For once, I had an issue with WPO365’s login as my browser is auto logged into MS365. Other than that, MM SSO helped me tons of time so far.
Forum: Fixing WordPress
In reply to: Images are loaded extremely slowlyI do nearly daily purging on Cloudflare cache. I found that Cloudflare APO + tiered cache are sometimes incompatible with my setting. Hope this helps @frank10co
Forum: Networking WordPress
In reply to: Redirect to main site’s sign-up for a renamed subdomainRe-installed WP and it doesn’t redirect me anymore
Forum: Plugins
In reply to: [Performant Translations] Not as great as advertised@swisspidy
I may have offended you, and I am sorry for that. I really didn’t expect PHP update can solve the issue.