gruff578
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] NOT blocking search enginesYep same here – it started with the latest update of wordpress to 6.0 – this plugin is only compatible up to 5.9.3
I deleted the plugin and wait for the update.
Ces configurations ne sont qu’actuellement appliquees au navigateur
Mes configurataions
Guarder Mes Configurations
I hope this helps. The only term which I wasn’t sure about was the transalation of
browser – navigateur
but I think it’s correct.
Good luck
Forum: Reviews
In reply to: [Cookie Information | Free GDPR Consent Solution] So far: not so hotAgain, I am not related to the developer in any way.
Please change your review as this is plugin works great and the support for a free plugin is fantastic.
Other people will look at the rating and think there is something wrong, which simply is not the case.
So Please give these guys a break.Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] google analyticsYou are welcome.
I’m glad it worked.Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] google analyticsI have seo all in one, and I had to remove the tags from it, along with the account ifentifier.
This info is then in the scripts that you add.
Once the person has accepted it the code will run and then GA works.
If the user does not accept it is blocked.
If you want to test you just look at your account in GA “real Time” and you can see that if you don’t accept the pages that you visit are no longer shown in GA.
If you do accept you can watch your own movements accross your site with GA Real Time.I hope that helps – I am no expert and it took me a while to realise that it was all in one seo which was stopping things from working – I removed the meta tag and the GA account identiffier.
It does not affect the way the plugin does its seo work.
Gruff
Its working for me on total domestic too.
Thanks, that what I thought, and that’s what I did yesterday.
I had one other question or something to point out.I put a link into my primary nav menu and it all works very well and opens the “My Settings” as expected, on my desktop and laptop.
But when I use chrome inspector and I use the responsive setting it does not work on tablet or mobile. It doesn’t do anything at all except flicker. I don’t know if this is because I am using chrome dev tools, or not. I don’t have a tablet or a smart phone to check it, but I just thought I would tell you.
I am not going to use it in the menu after all but just wanted to tell youincase it is a real problem or not.
Thanks again for such a quick response and all the hard work.
GruffThe nice thing with this GA script is that you can really easily anonymise the IP addresses as well, by adding one tiny bit in the very last line of the snippet, and I checked it with your plugin and it is all working.
– so if people want to use the GA global gtag and anonymise the IP addresses they just have to do this script in the snippet window
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘UA-XXXXXXXXX-X’, { ‘anonymize_ip’: true });
and the bit you gave me for the functions.php –
add_action( ‘wp_footer’, ‘my_footer_scripts’ );
function my_footer_scripts(){
echo ‘<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXXX-1″></script>’;
}For beginners it’s easier than learning general tag manager and anonymising from the filters.
Maybe you could get people to send you the scripts they have that function well, and you could just have a list on your support page where people could come and find the scripts they need.
Anyhow it is working really well, so well done with all the great work.
GruffThanks a lot,
I took the top part and made a functional plugin with the top add_action, and then put the rest in the snippet window and all is working well.The tracking is on and off as per the settings.
Thanks a lot for you help.
Gruff- This reply was modified 6 years, 5 months ago by gruff578.
Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] Cookies Consent PanelThanks a lot Donny – didn’t expect a reply on the weekend.
Great plugin, and the setting page is very nice and can’t be missed !
Gruff578Forum: Plugins
In reply to: [WP Activity Log] Site visitors activityThanks Robert,
that was exactly what I was looking for, and very clear.Gruff578
Hi Cess,
Thanks for letting me know I have just pasted my last ticket into your new ticket.
Gareth
– I found it a bit hard to understand some of the set up – just because the descriptions of things don’t elaborate. It’s not a language issue at all, just maybe not enough description of what we have to do. But it is the best plugin I have found so far to do this and we can’t complain when it’s all free !
If you also want to add an automatic delete button for you sight users there is a plugin called delete me. I was going to try that as well – I haven’t yet done it. I have just taken 4 days to install my cookie notice ! Exhausting for novices !
I am also having the email issue.
When I enter an email address and press “send” I get email and IP addresses entered into the request log table with the date of the request all in the correct places. In the column “requests to process” it says “0”. In the column “expired” there is an “x”.
I have checked my emails and there is no confirmation sent – 5 different emails not associated with the installation. I have checked my spam boxes.
I am using v1.3.2.When I generated activated “request user data” it did make the page I had chosen “private” but I didn’t see the form anywhere so I added the shortcode myself – I add this just because I thought the fact that I added it manually may be part of the problem.
Thanks for all the good work