Since a couple of weeks item views are not adding views..... if there is 0 views it remains 0 -- 66 views remain 66 views and so on.....
In header.php code to display is correct i think but where is the code located that adds view counts to database located... I thought it is in loop.php but i cannot find it....
Code in header:
<div class="bread-stats views" title="<?php _e('Shows how many times was listing viewed', 'veronika'); ?>">
<img src="<?php echo osc_current_web_theme_url(); ?>images/item-stat-views.png"/>
<div class="block">
<div class="top"><?php echo osc_item_views(); ?>x</div>
<div class="bottom"><?php _e('views', 'veronika'); ?></div>
</div>
</div>
<?php } ?>