PascalBajorat
Forum Replies Created
-
Forum: Plugins
In reply to: [PB MailCrypt - AntiSpam Email Encryption] Is my email being obscured?Hey, if you use the developer tools of your browser they will only show you the code after rendering and not before.
Check the source but not within the developer tools!
Hey,
ohne den Refresh wird der erste Aufruf definitiv nicht gezählt. Springt der Besucher also nach der ersten Seite ab, würde dieser ohne den Refresh nicht gezählt werden.
Der Refresh kann über die Funktion aber auch ohne die GET Parameter durchgeführt werden:
add_filter('gag-onstatuschange', function(){ return 'function(){ window.location.reload(); }'; });No, it’s not a JS file, Google Analytics will be placed in your wp_head function after user opt-in.
Hey,
do you have a caching plugin or other GA tool at your website?
GA Germanized works fine (if settings correct) and mostly the reason for problems like that is another analytics plugin or caching software.kind regards
PascalNot really sorry, sounds strange. It’s no typical problem.
Maybe you can modify or fix that especially for your site with the hook above.it does not reloads randomly, it reloads the same site the user is currently on.
It’s a simple window.location.reload() command with a hash to prevent caching, nothing special.Yes, that will turn off the page load, GA will not be disabled or enabled immediately. instead it will change their state with the next page load (e.g. user is clicking on a new link or reload the page.)
You can disable that behaviour with a filter:
add_filter('gag-onstatuschange', function(){ return 'function(){}'; });The function is to prevent caching.
- This reply was modified 6 years, 2 months ago by PascalBajorat.
The Cookie banner is for Google Analytics and all custom scripts you’ve added within GA Germanized plugin.
Change it to opt-in and setup your banner, this will use GA with opt-in.
- This reply was modified 6 years, 2 months ago by PascalBajorat.
Forum: Plugins
In reply to: [PB SEO Friendly Images] BUG With ACFHey,
I’ve heard about this, but can’t reproduce it in my test and dev system.
Could you please give me some more details on how to reproduce the bug?Related to: https://wordpress.org/support/topic/conflicts-with-acf-pro-wysiwyg-textarea/
kind regards
PascalAnd a 1-star rating is the right way instead of opening a support request and help to solve problems?
This is a free plugin and we do not earn a dime with it. But we actively maintain this plugin and help in the support forum. Acting like this is really frustrating for every developer of open-source plugins.
Update: Please note that we’ve removed the banner from the dashboard and limited to the plugin.
Please be fair and update your rating.
Dear fformat,
it’s really inappropriate to send a bad rating for open source software instead of using the support forum and try to help with improvements!
It’s also really unlikely that this plugin conflicts with your scripts because this plugins has only one simple and pure script in the frontend and we have no reported issues from any other user regarding script conflicts.
Please play fair and remove or update this.
Hallo Torsten,
vielen Dank für den Tipp und Link, super.
War mir tatsächlich nicht bekannt, dass 5.3 automatisch auch 5.3.x einschließt.Ich hätte fast geschworen, dass das mal anders war, also super Hinweis 👍
Beste Grüße
PascalForum: Plugins
In reply to: [PB SEO Friendly Images] Conflicts with ACF Pro (WYSIWYG / Textarea)Hey,
I’ve checked different versions of fields with the latest ACF and a WP standard theme.
I can’t find any problems, fields have their content and empty fields are empty.Could you help me to reproduce the bug?
I will add a function to prevent empty fields to be processed, but I’m not sure if this really solves the problem, because I can’t reproduce it with test installations.