Support Forum

Images in posts not enlarging

66 Answers

New Answer

MA max99
max99
Member

Most means anything that could mess with the URL, I did not turn off jetpack and sitemaps plugins.

{edit} I’m also confused by the URL being messed up. I know you both are referring to this, but I don’t see it. Just looked at the page source again and I can’t see anything wrong with the URL. Where do you see this?

 

Tonight, I can PM you ftp + wordpress access and turn off plugins, plus activate wp default theme. Does that work?

MA max99
max99
Member

Ok, believe it or not, it seems to be fixed:

Issue was the following google analytics code (from yoast, very surprised this caused the problem, but maybe helpful for you guys going forward). Is it possible it was the “onclick tracking”?

<script type=”text/javascript”>//<![CDATA[
// Google Analytics for WordPress by Yoast v4.3.3 | http://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-23777736-3’]);
_gaq.push([‘_setCustomVar’,1,’logged-in’,’administrator’,1],[‘_trackPageview’]);
(function () {
var ga = document.createElement(‘script’);
ga.type = ‘text/javascript’;
ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;

var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(ga, s);
})();
//]]></script>

MP Mr Papa
Mr Papa
Member

since it was a link corruption (which you click) could be…  but have not heard any other reports like this… definitely appreciate the information…  nothing in the snippet because the ‘real’ work occurs elsewhere…

MA max99
max99
Member

That makes sense, it really was the last thing I looked at and glad it fixed it for me.

Final question on all of my jquery issues you’ve described. I obviously would love to fix those. Is there an easy way to know if everything’s working as it should? I don’t even know where to begin.

Thanks

YS Yellow Swordfish
Yellow Swordfish
Member

Use a browser like firefox. Open the error console from the tools > developer menu. Clear it out. Run a page and then look at the errors tab of the console. if all is well there will be nothing reported. (JUST the errors tab. You WILL get warnings)

MA max99
max99
Member

Great, thanks for the tips, I will try and fix any issues.