Tom Clarke
Tom Clarke
I have spoken with Github support about this issue. Dependabot is running on Composer 2. So the issue is that Wpackagist isn't supporting composer 2 yet. Or if it doesn't,...
I can confirm that the above is the case. Wpackagist should support Composer 2. But as this is down to individual packages, it should look at heavily encouraging all packages...
Hi @NoelLH thank you for your reply. I am still in discussions with Dependabot/Github Support regarding this. I am going to begin tests with Composer 2 to try and narrow...
You could try this: ``` document.ontouchstart = function(evt) { if (document.getElementById("messageBox") != null) { document.getElementById("messageBox").style.visibility="hidden"; } }; ```
Is there any movement on this? Are there any hooks for modifying the blocksJSON response so this could be added in that way?
Hi @rilrom - I have upgrade my local site to 3.1.1 as that is the latest and can confirm that I am no longer getting the issue I was getting...
We are not running Enterprise so ESI option is not enabled. Is there no other way to disable for specific endpoints?
That worked perfectly. Thank you.