Thank you!
Posts made by Phil
-
GDPR violation when using Google Fonts
Hello all,
There is a data protection warning wave going on in Germany right now because of the integration of Google Fonts. I, as an Appdrag user, have also received mail from a lawyer and now have to pay a fine. Apparently, when using Google fonts, the IP address is sent to Google, which is a data protection violation.
As a possible solution: is it possible to change the Google Fonts to local fonts?
Thanks in advance for your help.
-
RE: How to set up Google analytics IP anonymization
Thanks Joseph for your help!
For other user, that might be interested in this topic as well:
I have included following script at the very top of the global header section of my project (see Josephs link) :<!-- IP anonymization with gtag.js - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxxxx"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-xxxxxx', { 'anonymize_ip': true }); </script>
Hope that works...
-
How to set up Google analytics IP anonymization
Hi guys,
due to GDPR reasons in Europe I have to setup Google Analytics with IP anonymization.
I could get GA up and running here:But how do I disable IP tracking? As far as I know I have to add some lines to existing code. But where do I find the source code for GA?
Thanks a lot!
Phil -
RE: SEO: What does "Use at least one keyword in the heading mean?"
Hi Wassim,
thx! Where do I define these "keywords"?
I would like to add one of the three words as keyword, but I don't know where. -
SEO: What does "Use at least one keyword in the heading mean?"
Hello everyone, quick question.
What does this entry in the SEO settings mean:Where do I set these keywords? Which headings?
Thanks in advance!
-
RE: How to add an icon in header (top menu) that opens a new page in same tab
Thank you!
My last question, I hope... : the icon gets not shown in mobile view in the navigation pane. How do I achieve, that it is selectable there as well? Translation icon is visible though. -
RE: How to add an icon in header (top menu) that opens a new page in same tab
Thanks Wassim,
so actually it is only a kind of "limited functionality" of the preview window. It cannot show links in the same tab. When published it will work as planned, do I get it right?
-
RE: How to add an icon in header (top menu) that opens a new page in same tab
Page is not pulished yet. I have sent you the link via Chat.
There is no link on a parent, so thats not it.
I can open the link in new tab though, but not in same window. -
How to add an icon in header (top menu) that opens a new page in same tab
Hi guys,
I am stuck and need your help please.
I've been trying for hours to add a link to the following icon in the header (additional column in top menu),which should lead to the following page:
I've made following settings for the icon:
But as soon as I click on the icon in the preview, nothing happens. What am I doing wrong?
Thanks in advance!
-
RE: How install GDPR cookie system?
Hi Steven, thanks for that short manual.
Maybe a stupid question, but I am not a web developer: what happens next? When a user presses DECLINE, are all cookies on the site automatically disabled or do I have to write extra code for it?Thanks in advance!