James Nodws
James Nodws
Add this line right before the other IF statement `if (objectType === 'gridVideoRenderer') return false;`
try ``` var dataString = canvas.toDataURL("image/png"); var link = document.createElement("a"); link.download = 'image.png'; link.href = dataString; link.click(); ```
dont bother fixing it for php 8.3, ended up writing my own engine from scratch lol (more geared in the WP style, using a template instead of having html in...
`define('PODS_TABLELESS', true)` in wp-config fixed all the dumb pods meta update behaviour
So dumb and such appatty from devs. Workaround is to hide a link that triggers the popup, then check the location.href with JS and then call a click() event on...