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
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
for example after dates I want to set view count :
https://forum.tagdiv.com/wp-content/uploads/2015/05/thumbnails_disabled.png
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
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/