Francisco Cano

Results 16 comments of Francisco Cano

I was able to disable this for my site by calling this script in the footer of my theme, before calling `wp_footer()`. ``` html // Solves issue https://github.com/elementor/elementor/issues/7151 // localStorage.clear()...

You would call it immediately before the line that says ``` ``` Between line 47 and 48 **Edit:** Just noticed you are overwriting the Twenty Seventeen theme's files. Just be...

Also please notice this script disables the global access to the localStorage and sessionStorage interfaces, which means it could potentially break other plug-ins that also want to register this type...

I'm no expert but I think it's enough. In my case, I didn't considered necessary to keep the cookie since my site doesn't use any cookie at all, so I...

Change line 292 of `PicoEditor.php` ``` $file = basename(strip_tags($file_url)); ``` into ``` $file = substr(strip_tags($file_url), 1); ``` `basename()`was removing the sub-folder, aditionaly, the urls where being requested with double slash...

In a similar fashion, you can open the spotify web player and start any music. You can then control the web player from within VS Code. Please note, if you...