I need a Wordpress expert who can help me with a small problem!

gh0st_0

Senior Member
Joined
Mar 3, 2015
Messages
879
Reaction score
565
Ok so on one of the theme that i have on my WP site (Theme: Flex Mag) the feat-info-views ( the thing that shows how many visitors saw that post. I will put a picture as well) is not showing the right number. Any of you guys know how to update this so the feature start showing the right views? It was fine few months ago but than i had some problem with my hositng and it got messed up, but im not sure it it is because of that. If there is anything that i can put into the php files so i can update it that would be great. This is the code that i found in some of the theme php files.

Untitled.png


class="feat-info-views">
<i class="fa fa-eye fa-2">
</i> <span class="feat-info-text"><?php mvp_post_views(); ?></span>
</div><!--feat-info-views-->

Thanks in advance!
 
Do you have a cache cleaner plugin installed? If not I suggest w3cache.

Saw the following online, see if this does it.

Code:
http://themeforest.net/item/flex-mag-responsive-wordpress-news-theme/12772303/comments?utf8=%E2%9C%93&term=info+views&from_buyers_and_authors_only=0

This is not a question but a solution for those who are working with wp-supercache and the views .. go to advanced and switch of ‘cache hits to this website for quick acces' i did this and now the views are correct counting.
 
Do you have a cache cleaner plugin installed? If not I suggest w3cache.

Saw the following online, see if this does it.

Code:
http://themeforest.net/item/flex-mag-responsive-wordpress-news-theme/12772303/comments?utf8=%E2%9C%93&term=info+views&from_buyers_and_authors_only=0

This is not a question but a solution for those who are working with wp-supercache and the views .. go to advanced and switch of ‘cache hits to this website for quick acces' i did this and now the views are correct counting.

I think this did the trick dude THANKS A LOT!
 
Back
Top