johnbarrdear
Forum Replies Created
-
Forum: Plugins
In reply to: wordpress stats wrong?In case anybody looks at old, unresolved issues …
I seem to have been experiencing the same trouble as the people in this thread.
Following the suggestion from that thread by Otto42 to remove the “Recent Posts” widget, my problem has indeed fixed itself.
So, there you go: Get rid of your “Recent Posts” widget until they fix it.
Forum: Plugins
In reply to: wordpress stats wrong?Anyone?
Forum: Plugins
In reply to: wordpress stats wrong?Update: I am almost certain that it is putting hits against the wrong posts. Evidence (proof?):
This post is number 113. As proof, here is an image of the edit form – note the address at the top.
But when I view the source for that page (a full text here), I see that it is putting the hit against post number 96. This is the final section:
<script src=”https://stats.wordpress.com/e-200806.js” type=”text/javascript”></script>
<script type=”text/javascript”>
st_go({blog:’1094985′,v:’ext’,post:’96’});
var load_cmc = function(){linktracker_init(1094985,96,2);};
if ( typeof addLoadEvent != ‘undefined’ ) addLoadEvent(load_cmc);
else load_cmc();
</script></body>
</html>When I go to my stats on wordpress.com, it is indeed only post number 96 that got the hit. In this image, I had my mouse hovering over the graph button for “Bankers’ pay”, which is post 96 as you can see in the status bar at the bottom.
Forum: Plugins
In reply to: stats bug since 2.3 (with wp-stats and SlimStats)Can somebody confirm a) whether this has been fixed and b) in which version of WP it is (or will be) released in?
I have a suspiciously similar problem occurring at the moment. See: https://www.ads-software.com/support/topic/155879?replies=2&post-689973
Forum: Plugins
In reply to: wordpress stats wrong?Just to pre-empt a question or two:
- I currently have installed WP v2.3.2 (but with xml-rpc.php updated), K2 RC4 and wordpress.com stats v1.1.1
- I have already confirmed that I have
<?php wp_footer(); ?>
in my footer.php just before</body>
. - I have confirmed that I am getting the little smiley at the base of the the entire page, both on the home page and for each post
- What I am experiencing seems very similar to this post, but if I’m reading it correctly, it was already fixed?
- My blog is here: https://barrdear.com/john
Thanks,
John B.
Forum: Fixing WordPress
In reply to: tinyMCE not rendering properly on Firefox?I tried ye olde ctrl-F5 as well as rebooting and manually clearing out all the temp directories on my PC.
I found the problem, though: Ad Blocker Plus + Filterset.G Updater were combining to shut the images out. The simple solution was to whitelist my own site.
If anybody out there writes documentation / readmes for WP, it might be worth noting.
Thanks for the help, HandySolo.