padipaolo
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Language problem WordPress 6.7.1mi hanno risposto con una giusta soluzione nel forum di complianz.io . Per chi usa Complianz Privacy Suite (GDPR/CCPA) premium vs. 7.3.0 può risolvere il problema scaricando e installando la nuova versione del plugin versione 7.3.1. da questo link: https://filetransfer.io/data-package/M3Ze8i3H#link Buon fortuna
Is this fix also available for the premium Complianz Privacy Suite (GDPR/CCPA) plugin? Can you tell me where to download it? I can’t find it in complianz.io either
here is the alert message that appears after uploading an image
“NetworkError: 500 Internal Server Error – http://www.mysite.it/blog/wp-admin/async-upload.php”I partially solved by changing the file functions.php
the codereturn ( is_single() || is_page() ) ? $event : $content;
in
return ( is_single() ) ? $event : $content;
but in doing so the div is deleted on all pages of the site
and is only shown in the file single.phpI hope for a better solution, thanks