gatsu1981
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Brasserie] Flexslider not appearingHello, I solved by setting that page template to “custom home page”.
PHP works fine with 7.2Forum: Plugins
In reply to: [Advanced Browser Check] Does not work with WP Fastest CacheProblem is, I am using Advanced browser check from a couple of years.
Never took it off, since our theme is very broken on safari due to an old THE-7 theme.
WP Fastest Cache is on from at least 4 month.
Some days ago, the check wasn’t working. WP FC clears some cache itself, after some expiry, or some post editing…
It’s very difficult for me to realize when the check is not on, and WP FC it’s now the best free HTML cache for wordpress (at least IMHO).
You should consider to check it well, all the others cache plugins are too old / not working for SSL / not creating real HTML / not playing good with PHP7.
WPFC is the one at the moment.Forum: Plugins
In reply to: [REST API Post Embeds] WPAPI not working, even if JSON is goodCan’t I just set the timeout on > 5000? It’s a wordpress, apache or plugin setting?
The website relies on the html cache for being speedy, WordPress is pretty heavy on the server.Forum: Plugins
In reply to: [REST API Post Embeds] WPAPI not working, even if JSON is goodHello,
It worked for a week.
Today my client mailed me and said that it’s returning:Error in the response. We cannot load blog data at this time.
Even on the first implementation, where lang code was not used.
[jeherve_post_embed url=”news.milanocard.it” wpapi=”true” number=”7″ headline=”” wrapper_class=”” include_credits=”false” lang=”de”]
https://www.milanocard.it/fr/
[jeherve_post_embed url=”news.milanocard.it” wpapi=”true” number=”7″ headline=”” wrapper_class=”” include_credits=”false” lang=”fr”]https://www.milanocard.it/
[jeherve_post_embed url=”https://news.milanocard.it” headline= wrapper_class=”” include_credits=false number=6]I totally disabled cache on news.milanocard.it, but it’s not working, even if https://news.milanocard.it/wp-json/wp/v2/posts is good and updated.
JSON seems OK:
https://news.milanocard.it/wp-json/wp/v2/posts
https://news.milanocard.it/wp-json/wp/v2/posts?lang=de
https://news.milanocard.it/wp-json/wp/v2/posts?lang=frWhat could be the problem?
Forum: Plugins
In reply to: [REST API Post Embeds] WPAPI not working, even if JSON is goodOK, it seems like a caching issue.
I added the rule to WPFC: if request url contains “json” then it will not be redirected to cached version.
This way I can keep the caching ON.Thank you my friend, you saved me a lot of time.
Forum: Plugins
In reply to: [REST API Post Embeds] WPAPI not working, even if JSON is goodWP REST over WMPL was already installed.
Caching is enabled on both sites, but it’s not causing any error on the main english page, where embed is used but not with WPREST but in JETPACK mode.
BTW, I cannot see any error like
`<!– html is corrupted –>
Here: https://news.milanocard.it/wp-json/wp/v2/posts?lang=de
It seemd JSON is perfectly good.
I’m trying to disable cache BTW.
Where should I disable, on the “receiving” site or on the “sending” site or both?Forum: Plugins
In reply to: [REST API Post Embeds] WPAPI not working, even if JSON is goodHello,
I added the code on your page inside my theme functions.php.
But even after that, this is the result: WPAPI it is just NEVER working.