Viewing 7 replies - 1 through 7 (of 7 total)
  • I have same problem. With the last update on last verison of WP PVC does not count views anymore… ??

    Thread Starter skeeterz71

    (@skeeterz71)

    I ended up getting it to work by going in to the settings > post views count > check the box “Will be displayed in bottom of content.”

    Because I only want to view the count in the admin area and not on the front-end I included this CSS:

    /**Baw Post Views**/
    .bawpvc-ajax-counter {
    display: none;
    }

    Apparently the developer changed something. I’ve been using BAW for a couple of years and until the updates that occurred this month, I never had any issues and never needed to go in to the settings.

    I have 2 sites this happened on with 2 different themes, so I don’t think it is a theme issue.

    Keele

    (@keele)

    Sorry skeeterz71, i edited your CSS code as below for better.

    /**Baw Post Views**/
    .bawpvc-ajax-counter{
    display: none !important
    }

    This should solve haft the problem because the counter still appears in some places.

    Thread Starter skeeterz71

    (@skeeterz71)

    Great!. I didn’t think to add !important because my 2 themes didn’t require it. Some themes may require it though.

    Using the above example don’t forget to add the closing ;

    The poster forgot to include it in his example.

    Keele

    (@keele)

    I got the final working solution:

    1. To enable the counter, working as usual:
    Dashboard/ Settings/ Post View Counts
    Tick Display counter in post content box.

    2. Add the custom CSS as below to hide the counter appear in post content:
    (thanks to skeeterz71)

    /**Baw Post Views**/
    .bawpvc-ajax-counter{
    display: none !important;
    }

    3. To somebody the counter still appear in excerpt or widget:

    Go to Dashboard/ Settings/ Post View Counts/
    Leave the Count Format field box BLANK

    If you like my work, like my page @ https://www.facebook.com/OxiForYou or https://www.oxi4u.com . I build this for nonprofit.

    JohnnieGR

    (@johnniegr)

    Keele, it work but now it turn my posts to empty white pages.

    I am not very good with code. Would someone be willing to help me het my counters back? I can issue a temporary password so our my page can be accessed. TY!

    umtr2me.org

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Post view count quit working’ is closed to new replies.