settore8
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Buongiorno, ci sono novità? Grazie
Confermo, potete proicedere alla risoluzione? grazie.
Forum: Plugins
In reply to: [Contact Form 7] Cloudflare Turnstyle errors in consoleHi,
plugins: Advanced Custom Field Pro, Classic Editor, WP Mail SMTP, Wp. Offload Media, Yoast SEO, Iubenda all in one compliance for GDPR.
Theme: i have a custom theme
POtrebbe essere sufficiente che aggiungiate nella function dove verificate l’indexOf di cdn.iubenda.com ecc che sia una stringa. Perchè l’svg use nel vostro script ritorna un object.
function t(t, o) {
const n = o ||
'src';
return e(t, n) && typeof t[n] === 'string' &&
(
- 1 !== t[n].indexOf('cdn.iubenda.com') ||
- 1 !== t[n].indexOf('www.iubenda.com') ||
- 1 !== t[n].indexOf('cs.iubenda.com')
)
}Vedo il thread risolto. E’ stato rilasciato un aggiornamento?
Dopo ore di debug ho capito che il problema si verifica con l’utilizzo di sistemi icone “Icon sprites”. Potete risolvere?
<svg>
<use xlink:href="#my-icon" x="40" y="40" />
</svg>
Viewing 6 replies - 1 through 6 (of 6 total)