Viewer counter not work

Posted in: Newspaper
Post count: 2

Hello developer of Newspaper8, Your theme is nice but i purchase it new and my first problem is the viewer in my webpages are not show its stop. all time 3 or 5 viewer show in my web post counter where 300 to 400 hundred viewer are come in the post. Please solve it and help me to solve the counting option.

Thanks

Post count: 20688

Hi,

From what I understand there is a problem with the post page view counter, it is not displaying accurate values. This could happen if you are using caching. If that is the case, please enable this setting from the theme panel
https://forum.tagdiv.com/ajax-view-count/
Clear all caching after enabling the option.

Thanks

Post count: 8

Hi,
I want to display view counter different place, how to ?
For example in blocks after the dates, after the author names etc.

Post count: 8

for example after dates I want to set view count :
https://forum.tagdiv.com/wp-content/uploads/2015/05/thumbnails_disabled.png

Post count: 20688

Hi,

Modules are no supposed to display the view counts. Each module is predefined as to what information to show. If you want a module to display post view counts it will require modifications to the theme files. There is a solution in this topic if you want to try
https://forum.tagdiv.com/topic/post_views_count/

Thanks

Post count: 8

I could not adjust codes shown as above. I need a step by step guide that I used template at my webpage.
my page is ” teksir . net “

  • This reply was modified 8 years by ozgur.
Post count: 20688

I have tested this and the solution works. Enter the code that is provided in that topic here in this file
https://www.screencast.com/t/PXvipAgOl
Then the views have to be called in each module file that you are using> example for module 1
https://www.screencast.com/t/8UMPo2c8n

<?php echo $this->get_views();?>

The views will show in the module – https://www.screencast.com/t/CeuSAQ4J
Now apply some styling, the one provided in that topic will make the views look like this
https://www.screencast.com/t/qHYMP4GLP
But you can style them further with CSS code if needed
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Post count: 8

Hi Simion, you are realy great man, you saved my designs 😀
You are a man who have a 5 stars.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.