Awadea
Forum Replies Created
-
Forum: Reviews
In reply to: [Replace Google Fonts with Bunny Fonts] Misleading regarding GDPR / DSGVOThe Bunny Fonts declaration of use as GDPR / DSGVO compliant is correct. It is correct that the data transmission (such as the IP address) was warned as insecure. However, to third countries such as the USA, where the Google servers are located. Since Bunnyfonts is based in Slovakia (Europe) it is used in accordance with GDPR.
On Bunny.net:
Retake control of your user’s privacy. With a Zero Logging policy and strictly European-based systems, Bunny Fonts keeps your user’s PII data their own and helps you simplify development and achieve GDPR compliance.
German Lawsite (german language):
Andererseits werden Informationen, darunter auch die personenbezogene IP-Adresse, zumindest auch an Google-Server in den USA übertragen. Drittstaatentransfers sind aber datenschutzrechtlich nur nach den strengen Voraussetzungen der Art. 44 ff. DSGVO zul?ssig und aktuell für das Zielland USA allgemein nicht rechtskonform m?glich, weil es wegen weiter Datenzugriffsbefugnisse der US-Geheimdienste an einem hinreichenden Schutzniveau für personenbezogene Daten fehlt.
German Lawsite (english language):
On the other hand, information, including the personal IP address, is at least also transmitted to Google servers in the USA. Third-country transfers are, however, only subject to the strict requirements of Art. 44 et seq.
DSGVO permissible and currently not legally possible for the target country USA, because there is a lack of a sufficient level of protection for personal data due to the US secret services’ broad data access rights.
Source:
https://www.it-recht-kanzlei.de/google-fonts-forderung-schadensersatz-privatperson.htmlForum: Plugins
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] Gutenberg errorI had the same problem. Since no solution was found so far, I looked at the folder specified in the error. The error indicates that a language file is missed. The error is likely to occur only in WordPress versions that are not in English.
For me, I solved the error as follows:
There are three files in the post-snippets/tinymce/lang folder, en.js, en_en.js and en_US.js
Open en.js in a text editor. In it you will find the following line of code:
desc: 'Insert a Post Snippet'
Simply translate
Insert a Post Snippet
into your language and save the file with the abbreviations of your country.For Germany, de.js. For Spain es.js and so on. (The file named in the error…)
For me, the error has disappeared, the post-snippet button is visible again including all created snippets.