Hello, is anyone experiencing the same issue? It stopped working this week on our website. It does not count new views anymore. Could anyone help me please? I see the plugin has not been updated for years.
I have the latest version of WordPress and Post Views Count v3.0.2
How to display the counter on the author.php page?
Function if ( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count();
in to author.php page return 0
https://yadi.sk/i/b0vByNkT349hRG – settings
https://yadi.sk/i/7uJE4DA7349hkR – empty value
For the BAW Post Views Count plugin, the view counts do not update. The only way they do is by selecting “Will be displayed in bottom of content” in the plugin settings, then hiding this in the content by using custom CSS as follows:
.bawpvc-ajax-counter{
display: none !important
}
I’ve seen this as a common issue. I’m using the NewsTube theme by Cactus Themes. I’ve also notified the theme makers at https://themeforest.net/item/newstube-magazine-blog-video/12132780/comments.
Thanks,
Glenn
Hi,
since I have activated the Super Cache Plugin, the “BAW Post Views Count” Plugin did not count the visitors on my sites and posts. You descripte your plugin with “Support caching plugins”.
Do you know that problem?
Is there any way to “whitelist” the BAW Post Views Count or any workaround, that it will work again together with WP Super Cache?
]]>Hello Author, I am Using your Plugin. It’s Awesome. I need your Support. I want to get list post order by view with Query Post. And I dont know do it.
Hope reply.
Thank you.
Sorry but my English is so bad. ??
Hello Sir!,
i am using post views count v3.0.2. I updated it before 5days ago. Before 5day it was working properly. please suggest me .
all my post is stuck the views nothing don’t go up :/ plz help
]]>hello.. my new post don’t get views but the old post still count++ how to fix this for the news??
]]>Any idea why I’m getting No Views yet on this blog?
]]>Hello, can anyone tell what i need to change? Also, disabling this addon will broke site too.
]]>Broke my website. Isolated the problem to this plugin which has not been updated in many months.
]]>Does this plugin has the total views of all the post that I can display on the front-end?
thanks.
]]>Hello,
For the last week we have not gotten any count for daily and weekly posts. Is there something I could do to troubleshoot this problem?
Thanks,
Nick
]]>Hi,
your plugin does not work with the latest version of WPML. I can send you WPML for testing.
Regards,
]]>Hi,
I’ve noitced that this plugin only seems to work when ‘Display counter in post content’ is ticked to show on page. When it’s off the counter stays fixed. Any ideas or anything as to why?
Thanks
]]>Hi,
I have the problem with this code line:
return '<p class="bawpvc-ajax-counter" data-id="' . $id . '">' . $count . '</p>';
because it generates a paragraph.
I have the counter placed with a shortcode in a text like:
Photo Gallery (Visitors: 569)
Now it like
Photo Gallery (Visitors:
569
)
In version 2.19.13 the code was just
return $count;
Do I need the class and date-id in the code?
Or how can I define the first code that there is no <p> in it?
When including “<br/><br/>
” in the Count Format field within Settings, the Plugin will produce duplicate of the statement following these HTML calls.
Hi.
Can someone tell me where / how I modify my theme so that the View Count is automatically appended to my new posts?
Thanks.
]]>Bonjour Julio,
Merci pour ce plugin. Dans mon cas il ne comptait rien du tout, j’ai donc ajouté add_action('wp_head', 'bawpvc_main');
à la fin du fichier bawpv.php comme indiqué dans un autre post. Désormais, ?a compte, mais ?a ne compte que chaque fois que je purge le cache. j’utilise WP rocket.
Y a-t-il un e solution ? ou quelque chose qui m’échappe ?
Merc d’avance pour ton aide
from this code
return '<p class="bawpvc-ajax-counter" data-id="' . $id . '">' . $count . '</p>';
How about this code… by using span tag…
to this code
return '<span class="bawpvc-ajax-counter" data-id="' . $id . '">' . $count . '</span>';
its Valid HTML:
<div><span> </span><div>
<?php echo wp_strip_all_tags( do_shortcode("[post_view]"), $remove_breaks ); ?>
Hi,
Could you please implement a filter to change the output p
HTML https://plugins.trac.www.ads-software.com/browser/baw-post-views-count/trunk/bawpv.php#L68 ? This would be great as that would help theme authors not to invalidate their HTML.
Thanks and regards,
Oliver
]]>Hello!
Thanks for your plugin. We’re trying to use it and encountered a couple of issues:
1. After plugin installation, I added a “Most viewed posts” widget. In widget settings, I see a PHP notice about var $new_instance is not defined in bawpv.php:194.
It makes sense – there are no $new_instance var in form() method of the widget.
I fixed the problem by defining $order var like this:
$order = empty($instance['order']) ? 'DESC' : $instance['order'];
2. We’re definitely missing the feature to filter the markup of the most viewed posts list – both as a shortcode and a widget.
I’d suggest adding 3 filters for the markup:
* a couple of filters for a posts list beginning and ending (argument is a WP_Post objects array),
* one filter for a list element (it’s argument is a WP_Post object).
//added this line at the end of bawpv.php file
add_action('wp_head', 'bawpvc_main');
//added for custom position in single.php and content.php
<?php echo do_shortcode("[post_view]"); ?>
Hello,
Love your plugin btw, simple and lightweight. I’m having an issue with the post view count. The views display but they’ve been reset to zero. However if I toggle back to our old theme, the post count remains as it was. Is there a way for me to move those values over or point the plugin to those older values?
Your insight would be greatly appreciated!
]]>[post_view time=”day”] and [post_view time=”week”] display same number though I added this plugin more than one day.
My website which installed this plugin:https://khmerchina.com/
The number of [post_view time=”day”] displayed correctly ,but after 0.1second then this number will be replaced by the number from [post_view time=”week”]. So if I quote [post_view time=”day”] and [post_view time=”week”] at same time, then all these two numbers will be displayed the same as [post_view time=”week”].
If I only quote [post_view time=”day”], then the number of [post_view time=”day”] displayed correctly ,but after 0.1second then this number will be replaced by the number from [post_view time=”week”] eventhough I didn’t quote [post_view time=”week”].
Please help…Thanks again for the excellent free plugin.
]]>Hi!
I could use your module successfully, display on my site full of week view, followed these instructions;
https://www.ads-software.com/support/topic/wp-query-meta-key-_count-views_all-for-day-month
But this method has a problem when you start the week, the counters are reset. There is the possibility to display only the last 7 days?
Best Regards
]]>Hello,
I would like to suggest a new func., a checkbox like “exclude admin from count” but “exclude authors from count” so, exclude only counts from authors from pages and admins. Thank you for the plugin, it very nice
Hello…
I wonder how do I print on my widget to view the full week. I managed to make the total view in total using the _count-views_all string.
Another question,
I want to display the full number, don’t want to ‘crop’ with K or M. What line i edit to remove this from my plugin?
Best Regards
]]>