Reply To: Gravatar images are broken

Home Forums Support Gravatar images are broken Reply To: Gravatar images are broken

Home Forums Support Gravatar images are broken Reply To: Gravatar images are broken

#183945
Ryan

Thanks for the tip about letting WordPress handle the jQuery version.
Tom, I really get the feeling that it’s the GP theme that is the problem. ON your generatepress.com website you don’t actually appear to be using the GTM code to collect stats – rather the older GA code:

		<script>
			(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
			(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
			m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
			})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

			
			ga('create', 'UA-1096958-12', 'auto');

			
			ga('send', 'pageview');
			ga('require', 'ec');

			
		</script>

Can you use some GTM code to test your theme out or can another forum user shed some light on it by telling me what they have done and if anyone has experienced similar issues?