• Resolved arijit14

    (@arijit14)


    Hi, I have issue with view count on cache pages. I want the page has cached by plugins but my view count should work same as Newspaper theme. How do I solved this please help. I tried with ajax but not working same as Newspaper theme. If I add loader it will works but don’t want to add loader. Want this feature https://forum.tagdiv.com/ajax-view-count/
    with out loader etc on cache pages.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    You want a theme feature, but you are not using that theme? The solution depends on how you are already counting views. An Ajax request that runs on page load needs to increment the counter. How to do so is specific to the counter implementation. You’d best ask whoever is responsible for developing your counter implementation.

    Thread Starter arijit14

    (@arijit14)

    Hii @bcworkz,
    Thank you for your reply. I’m the developer and the ajax count working fine if I added a loader after page reload. But client don’t want that loader. He wants same function like Newspaper theme does.I’m not using Newspaper theme but want to add that cache page view count function in my theme.

    Moderator bcworkz

    (@bcworkz)

    I’m not grasping why a loader is needed for cached pages. JavaScript from a cached source still executes client side. It’s basically how Google Analytics initializes itself.

    In fact, you might consider using Analytics to track page requests instead of your own method. The data gleaned is likely to be more accurate and useful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘View count in cache pages’ is closed to new replies.