imddev
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Error while reading line from the serverSo, I managed to stabilize the situation for the time being.
Note: I haven’t had any prior issues with the plugin nor my hosting regarding Redis up until now. I’ve used this setup for over half an year until problems arose now.I attempted changing Redis server’s capacity, countless restarts and config resets, plugin resets – and no success.
What I did to stabilize the situation and clear all timeouts: simply downgraded to 2.6.3
I’ve gone from multiple timeouts in an hour, to total of 2 timeouts for 3 days.I’ll check the situation with my provider and try v2.6.5 again sometime.
Forum: Plugins
In reply to: [Redis Object Cache] Error while reading line from the serverHm…
Runningredis-cliin the WP root is calling is calling the wrong port. It doesn’t read thewp-config.phpit seems like. It times out calling the default:6379I can’t seem to find such thing as a
redis.logfile anywhere either.I tried running redis plugin CLI commands through the WP-CLI as so
wp-cli redis status, but some Dokan module isn’t happy and ends this attempt in a fatal error. Note: my beautiful hosting works with “wp-cli” commands, not jut “wp“. I don’t know if there’s a difference.Forum: Plugins
In reply to: [W3 Total Cache] W3TC lazy loading + Filter Everything ProP.S: when I copy the script from /w3tc/pub/js/lazyload.min.js and paste it in to the browser console – lazy loading works as expected.
Reopened π
Moving conversation to the plugin’s CodeCanyon support page. Marking as resolved here.
Hey, apologies for the delay in responding back to you @maybellyne . This is indeed a CPT, and this particular post at https://parichka.bg/contest/moyataparichka-ese/submission/34123/ is categorized under the term
ese2024and none others.
Perhaps my understanding of the hook is wrong? I want every post that is contained in the excluded term to be excluded for listing in the sitemap. So – posts X, Y and Z with the same CPT (contest_submission) are in 3 different term_ids in the taxonomysubmission_category, I want every term in the taxonomy to be listen on the sitemap, with the exception of the term with an id66.
How can I accomplish that?Versions:
WP – 6.4.3
Yoast – 22.6Edit: error is caused because Yoast relies on REST API to change the logos and the entire WordPress’ REST API was disabled on my site from the plugin W3TC.
TLDR; people check if your REST API isn’t disabled by a plugin or a snippet in your child theme or elsewhere. You can safely disable it again after changing the logo – or at least I think so, as I haven’t found any other unwanted or buggy behavior.
To the Yoast SEO team – Why?
W3TC has an extension for Yoast SEO that does whatever it does, but it doesn’t account nor notify for the unwanted inability to change your organization or site’s SEO logo. Please collaborate with them or further develop your plugin to check if REST is disabled, and provide real and useful information on how that affects your plugin. Scary warnings and factless messages that discourage the user from disabling their REST API are bad (please pass to your dev team).
So, what else that Yoast does, relies on the REST API and might be broken?Hey, thanks for suggesting a solution! I didn’t get to test it, as I realized that the approach I’ve had taken was wrong.
I will be on the task of conflict testing, will get back to you shortly…