Gennady Kovshenin
Forum Replies Created
-
FYI this was fixed in L&L since version 3.1.2. Latest version is 3.2.9.
Forum: Plugins
In reply to: [Pageviews] Как обнулить счётчикДобрый день. Можно воспользоваться API https://pv.pjtsu.com/ и вызывать /set/ на каждый пост, где вы хотите сбросить счетчик.
Forum: Plugins
In reply to: [Pageviews] Ajax call for page view count?The plugin requires jQuery 1.9.0+
Your theme is loading 1.8.3 a very old jQuery version.
Forum: Plugins
In reply to: [Pageviews] Plugin does not display view numbersThe theme that you’re using is loading jQuery 1.8.3 (8 years old).
https://api.jquery.com/jquery.ajax/ the method parameter that Pageviews is using was introduced in 1.9.0+
Please make sure your theme is loading the WordPress-bundled version of jQuery.
Update the theme.
- This reply was modified 4 years, 1 month ago by Gennady Kovshenin.
Forum: Plugins
In reply to: [Pageviews] Plugin does not display view numbersAre you using some a privacy plugin like uBlock Origin, Privacy Badger, etc.? Can you try to disable it and reinstall the plugin?
What’s the error now?
Forum: Plugins
In reply to: [Pageviews] Ajax call for page view count?Thanks for your support request. The script is open-source and can be seen here: https://github.com/pressjitsu/pageviews/blob/master/pageviews.js
As far as I remember lazy-loading will trigger pageview count displays. Hard to say why it wasn’t doing that for you. I don’t see the counts right now. Please let us know what the latest URL is where we can test this.
Thanks!
Forum: Plugins
In reply to: [Pageviews] Pageviews plugin not workingDuplicate of a later request. Please install the plugin and contact us once more so that we can see what the errors are in your latest ticket. Thanks.
Forum: Plugins
In reply to: [Pageviews] Plugin does not show view numbersHey there!
Looks like the plugin has been removed from your site. When you reenable it can you please open the Chrome DevTools (F12) and send a screenshot of the errors that you’re seeing?
Forum: Reviews
In reply to: [Pageviews] Best Javascript based page view countsThanks for the 5 stars ??
1. The plugin was created to improve website performance, not degrade it! By never storing data in your database or making any calculations we are doing the hard work on dedicated hardware.
https://pressjitsu.com/blog/pageviews-wordpress-plugin/
If you’re seeing degraded performance in any way please contact [email protected] with your website URL.
2. This can either be done by contacting support, or by using the API https://pv.pjtsu.com/ by calling set with 0 values with all post IDs that you need it reset for.
Hope this helps. Again, thanks for the 5 stars!
Forum: Plugins
In reply to: [Pageviews] Too big icon on amp pages!Hello, the issue https://github.com/pressjitsu/pageviews/issues/9 is still open. You are free to contribute a patch.
Forum: Plugins
In reply to: [Pageviews] Отобразить статистику в админкеПо своей философии и структуре и функционалу плагин не изменился.
Многим это удалось сделать в админке, совсем не проблема (необходимо включить скрипты, стили) и вызвать ::placeholder.
Сортировку по-идеи можно включить даже, если делать (и кэшировать) вызовы к API (pv.pjtsu.com) для всех постов и добавить колонку нативными средствами в WordPress. Такое мы видели один раз.
Forum: Plugins
In reply to: [Pageviews] pageview issueWithout looking further at your setup it’s impossible to tell.
Can you please email [email protected] with further details?
Thanks.
Forum: Plugins
In reply to: [Pageviews] pageview issuedo_action(‘pageviews’) only outputs a placeholder for the views.
You will need to enqueue the scripts and make sure that some crucial JavaScript is running on the page.
PageViews relies on this to both increment the counter and display it.Have you added add_action( ‘after_setup_theme’, function() {
add_theme_support( ‘pageviews’ );
}); to the theme? This will very probably add everything that is needed in terms of CSS and JS.Forum: Plugins
In reply to: [Pageviews] Too big icon on amp pages!Thank you, we’ve opened an issue on our GitHub and will update the plugin soon.
Forum: Plugins
In reply to: [Pageviews] Dayli CounterHi, thanks for your feedback.
Pageviews does not store daily statistics. All we keep track of is a total count. This makes us fast, simple and reliable, but not as flexible as some of the heavier page hit counters for WordPress out there.