PascalBajorat
Forum Replies Created
-
That is not user specific, it’s to force a reload and prevent browsers and WP from using cached files (n=timestamp).
You can also disable this refresh by setting up the following code in your functions.php:
add_filter('gag-onstatuschange', function(){ return 'function(){}'; });Okay, cool, thank you for this update.
Hey,
ich schaue mal drüber, kann dir für einen Commit dann ggf. Zugang zum GIT geben.
Schaue mir die Änderungen in den kommenden Tagen an, thx für die Improvements.Beste Grüße
PascalHi Webwart,
danke für die Info.
Ich werde das einmal prüfen, hast du bitte einmal den Link für die Seite, um welche es geht?
LG
PascalThx @futtta for your support here.
I will close this ticket for the moment, if there is anything new, please reopen it.
Hi Mommesnheimer,
no, there are no dependencies for Google Analytics and the opt-out link.
The Opt-Out link is working generally and without.The cookie notice behaviour is a general use option that could also be activated for trackers that you place in the custom tracking codes, but all of this are additional functions and not directly relevant for the google analytics opt-out link.
It is not a second step it is an additional feature for more trackers like facebook pixel.
Hey,
could you please check if there is an unclosed in your theme.
The plugins uses some php functions that optimize the html code, but it will not automatically add something like . But if there is already an unclosed  , it is possible that this function could detect the & and convert this to &Hey,
thank your for this note.
We’ll check that and you’re right, this needs to be translatable.Thank you
PascalForum: Plugins
In reply to: [Analytics Germanized for Google Analytics (GDPR / DSGVO)] WPMLHallo Annamária,
so eine Meldung gibt es in unserem Plugin nicht. Ich weiß zwar nicht wo die her kommt, aber nicht aus diesem Plugin.
Beim Opt-out gibt es:
– Google Analytics Opt-out Cookie was set!
– Der Google Analytics Opt-out Cookie wurde gesetzt!Dein Text ist mir unbekannt und taucht nicht in unserem Plugin auf.
Hi,
no that is not possible, sorry.
Hallo,
wir können diese Fälle leider nicht im Rahmen des kostenlosen Supports debuggen.
Dafür fehlt uns leider die Zeit.Grundsätzliche vermute ich einen Plugin-Konflikt, kann es so und auch mit der Meldung jedoch nicht konkreter sagen.
Falls Interesse an einem individuellen Support besteht, kann dieses kostenpflichtige Angebot gerne hier genutzt werden:
https://www.pascal-bajorat.com/support/Beste Grüße
PascalHey,
you can simply ignore this url parameter in Analytics:
https://www.lunametrics.com/blog/2015/04/17/strip-query-parameters-google-analytics/Or you disable the refresh function via filter:
add_filter('gag-onstatuschange', function(){ return 'function(){}'; });Hi Thomas,
dieser Redirect bzw. Reload ist notwendig, damit Webseiten und Browser mit starkem Caching auch GA korrekt nachladen.
Du kannst aber in Analytics Seiten einfach zusammenfassen bzw. solche Parameter ignorieren. Einfach in den “Einstellungen zur Datenansicht” den URL Parameter bei “URL-Suchparameter ausschließen” eintragen.
Es macht Analytics also keineswegs nutzlos!
Oder die Funktion im Plugin einfach via Filter abschalten:
add_filter('gag-onstatuschange', function(){ return 'function(){}'; });Falls du sie nicht verwenden willst.
Forum: Plugins
In reply to: [PB SEO Friendly Images] Not restore to original after uninstall this plugin?The plugin does not change your code / content, it will optimize the pages with each request, based on a filter. If the plugin is disabled it is technically impossible that there is any impact from the plugin to your website.
Whatever cause you problem, it is not related to this plugin.
Forum: Plugins
In reply to: [PB SEO Friendly Images] Title tag is being removed from the imageHi George,
in some cases themes include images in a way that is not modificable.
If you disable the plugin and type in a title in the media library and this title is also not displayed, than this could be a problem in the theme.
Maybe you can send some more details after your test.
kind regards
Pascal