Keith
Forum Replies Created
-
I will remove all WebP images and regenerate AVIF.
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomies as url slug does not workJust so you know, I have tried with a number of different values in naming category base.
Below are examplary cases.
- cpt_category
- cpt-category
- cptcategory
- cpt_cat
- cpt-cat
- cptcat
None of them worked. Just in case, I did link taxonomy and cpt from both ends. From Post Types, I checked the CPT Category in Taxonomies section (at the bottom of the settings), and from Taxonomies, I also chose the CPT in ‘Attach to Post Type’ setcion in Basic Settings.
It wasn’t a Nginx configuration issue. Was multisite that created the problem.
I bought the pro version, and I now see another problem. Msged your team with the plugin’s ‘Contact Us’ function. Hope that’s resolved quick.
I will close this thread.
It’s not sth super urgent, so plz take your time.
I’ve gone through your docs a few times by now, but I cannot find relevant information for my Nginx case. It seems like the doc was designed for users on hosting service. I am running my sites on my own server, just in case your dev need this info.
I was going to use Nginx’s alias (or proxy_pass), but your plugin seems offering a lot of functions that can help me to save time on Nginx custom configuration.
Forum: Plugins
In reply to: [Page As Subdomain Lite] How to customize mapped subdomain?I have a multisite with a number of subsites. For one subsite, it is practically a single page, so I would like to put that into the main site and just map the url to subsite.
I copy&pasted the subsite’s mainpage to main site, and removed the subsite.
Now, for the new page on the main site, I used your plugin to access it from subdomain url.
When I type that url to browser, I get to see the multisite’s default page, which appears when the target subsite is missing. The url of that default page looks like mainsite.com/network/xxx=subsite.com
In short, the subsite’s url is not matched to the main site’s new page.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] CPT categories/tags as filtersThis was also answered on the Envato Market. I am sorry to ask you redundant questions. So far, super like this quick and easy plugin!
Forum: Plugins
In reply to: [Glossary] Auto linking across multisite?Thx! that’s pretty much enough information prior to purchase, and I think I should refrain myself asking further about pro version on WP forum, given the rule for free version only.
Will get back to you in a month.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Multisite support?Contact Us – Ajax Search Pro for WordPress
sorry it was answered on the contact page. Thx!
@pkra Hello, after months of debugging, I finally come to an understanding that it is due to Ajax loading. The website’s template that I use as default relies on Ajax calls for seamless user experience, but unfortunately when it is loaded with Ajax, it does not load Simple Mathjax’s tex-chtml.js.
I turned off Ajax call on that plugin, so that the website calls for the compiler from //cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js.
Are one of the below CDN js files provide alternatives?
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.0/es5/tex-svg.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.0/es5/latest?tex-svg.js
Or is there any other modification needed to avoid Ajax overlaps?
Forum: Plugins
In reply to: [Glossary] Auto linking across multisite?Got it. I indeed need the feature, so I should buy your pro version once I am done basic design/content building.
How does this ‘per (sub)domain’ licence work, btw?
Let me give you one example case in my mind and you can help me out on this imaginary scenario.
- Subsite A: American Food recipe
- Subsite B: British Food recipe
- Subsite C: Chinese Food recipe
- Subsite D: Glossary for food ingredients
If I buy one license for subsite D, would the auto linking function work for all subsites on the same multisite installation? Like subsite A, B, and C? Or should I buy 4 licenses in this case?
What if I use sub-directory, instead of subdomain?
What happens if I have more than two installations of your pro version on the same multi-network? Say, there is Subsite E: Glossary for food-related infludencers list. Will both D and E work on subsite A? In this case, do I need two licences or five licenses?
Forum: Plugins
In reply to: [ElasticPress] Auto index update not working for new postswow @maximejobin
It is an honor to have a comment from the author of the single most important extension of my server.
I do have the cron running at Ubuntu level, but it sometimes shows incompatibilities with other WP plugins. Not sure Rocket-Nginx is the cause of Elasticpress’s indexing problem. I am just throwing bones.
Is the Elasticpress’s auto indexing dependent on WP cron (or real cron at Ubuntu level)?
Forum: Plugins
In reply to: [ElasticPress] Auto index update not working for new postsPotential cause of this behavior could be that I use Rocket-Nginx, which bypasses all PHP workload, once a cache file is created. You can find more details from here: GitHub – SatelliteWP/rocket-nginx: Rocket-Nginx is a Nginx configuration that makes WP-Rocket even faster by serving static pages directly without loading WordPress or PHP.
Forum: Plugins
In reply to: [Media Feed] Image feed by categoryResolved with the following plugin: WP Media Category Management – WordPress plugin | WordPress.org
Forum: Fixing WordPress
In reply to: Slow DB access after updating to 6.6rolled back to 6.5.5 and re-updated. now works fine. donno what happened, but I am happy with quiet fans.
Forum: Fixing WordPress
In reply to: Slow DB access after updating to 6.6From Ubuntu’s CPU resource monioring (by ‘top’), I can see that all my 36 cores are nearly 100% for php8.2-fpm. This wasn’t the case until last week.