Hi,
There is entries for ‘59707’ , this is one the post in that particular category in which we have issue, but the plugin works for this post as I told you for some of the posts in this category , plugin works! (Let say, 5% of posts in this category)
I believe some thing is wrong with ajax coding, because when we are deselecting the option for W3 cache, and the normal code is loading, plugin works fine! but as we have to use W3 cache we cannot keep deselecting that option.
Before I was using another plugin called “AJAX Hits Counter + Popular Posts Widget” and it was working very fine. this is the code which plugin was injecting to pages:
<script type="text/javascript">function ahc_getXmlHttp(){var e;try{e=new ActiveXObject("Msxml2.XMLHTTP")}catch(t){try{e=new ActiveXObject("Microsoft.XMLHTTP")}catch(n){e=false}}if(!e&&typeof XMLHttpRequest!="undefined"){e=new XMLHttpRequest}return e};var ahc_xmlhttp=ahc_getXmlHttp();ahc_xmlhttp.open("GET", "https://www.navahang.com/wp-admin/admin-ajax.php?action=ajax-hits-counter-increment&post_id=67551&t="+(parseInt(new Date().getTime()))+"&r="+(parseInt(Math.random()*100000)));ahc_xmlhttp.send(null);</script>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
anyway, thank you again for your kind help and attentions to this issue.