• Resolved tiffont

    (@tiffont)


    I had this problem before and after the update. When ever a post is viewed on my site (www.skatorade.com) the counter jumps up various increments whether I refresh the page or go back to the home page. Ir doesn’t correctly ad 1 view per 1 post view. I’m not sure if its something that I did or if the coding is acting weird. I really wanna use this plugin but its useless to me if it doesn’t count properly.

    https://www.ads-software.com/plugins/page-views-count/

Viewing 7 replies - 1 through 7 (of 7 total)
  • I have the samme problem, it count twice for every click???

    I have the same problem. Every hit counts twice on all posts.

    Plugin Author Steve Truman

    (@a3rev)

    Hello

    Need your help to solve this issue – we use the plugin on over 100 client sites and have never seen the issue of double counts – so do not know what the bug is and obviously can’t know what it is in your install that causes it?

    Need wp-admin and ftp access to a site that is having the issue to be able to fix it. If you would like to help out please set me up a temp wp-admin access to you install and a ftp access account and use the Contact Us Page form on the a3rev site to send those creds to us – here is the link https://a3rev.com/contact-us-page/

    Look forward to working with you to solve this issue – thanks – Steve

    Plugin Author Steve Truman

    (@a3rev)

    Hello

    Thank you very much for the wp-admin and ftp access to your site – It has enabled us to find and fixed the bug.

    In a recent update to the WordPress SEO plugin they have added this code which causes Page View Count to register duplicate Counts when no meta data is entered – in other words when the WordPress SEO plus auto gets the Meta from the content

    // og:description is still blank so grab it from get_the_excerpt()
    if ( !$ogdesc )
        $ogdesc = strip_tags( get_the_excerpt() );

    We have created a workaround and released in version 1.0.4.1 – please run the update when you see it in your wp-updates so that you have this code in your plugin.

    add_filter( 'wpseo_opengraph_desc', array( 'A3_PVC', 'fixed_wordpress_seo_plugin' ) );

    Thank you for your help in fixing this issue. Please be sure to delete the access accounts you set up for us – or at least change the password – that is just good security protocol.

    All the best – Steve

    Hi Steve

    Wow you guys are fast ??

    Thanks that works like a charm. Great.

    Cheers
    Klaus

    Plugin Author Steve Truman

    (@a3rev)

    Hi Kluas

    Yes thanks to your help it was possible to find and fix the bug quickly – all the best. Steve

    HI Steve

    it counts pages perfectly
    it doesn t count postes at all

    settings ar both equal and should work, installed today 30 minutes ago.

    what can I do?

    thx best regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Counter adds 2 views for every one actual post view’ is closed to new replies.