Viewing 7 replies - 1 through 7 (of 7 total)
  • same problem for me… I have two sites running it. One runs W3 and the other does not. I installed v3.02 on the one without caching, as it is the site that means less to me, and it stopped counting views… I will wait on the other site until this is fixed.

    Thanks for this awesome plugin. I wish you had a paid version or even a donate button. I bet we would all contribute! and I understand time to dev so i will wait but hope it’s not too long! 🙂

    Thanks so much!!

    It’s a little bit of a database work.
    The plugin stores the counter in post_meta under ‘_count-views_’.

    There are different ways…
    If you can find out what is the key for the new plugin and if it stores the counter the same way, you can just update this value everywhere in the table and you have the data.

    If you want to be more precise you can add the original value and the new plugin value into the new record.

    Do not forget to remove the duplications if there is any…

    When you doesn’t display the counter, it doesn’t work
    I solve it temporarily by adding this snippet in the template
    <div class="bawpvc-ajax-counter" data-id="<?php echo get_the_id();?>" style="display:none;"></div>

    Julio, how about we beg a bit 😉

    …or just let us know you are working to fix it. It is the silence that is killing me. I had a backup so I’m just fine but I really want the caching support added in v3.

    BUT, I can’t complain either, it is free after all… but just let us know so we can plan on what to do with our sites 😉 My theme has built-in support so your plugin is really a requirement for me… but I have also always found it to be very solid…

    THANK YOU! I hope you have a fix soon. This is such a staple plugin in the WordPress community! So sad it is having a bit of troubles.

    Same thing here. All posts are now zero views. Using TrueMag Video theme from Envato and my Trending Videos widget is also blank now because it thinks none of the videos have any traffic.

    Cool, I’m using the same theme. 😉 TrueMag is a VERY nice theme! One of the questions I had was is this a problem we are ALL having or is it unique to a theme or config…

    counter shows twice after update

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Not counting anymore?’ is closed to new replies.