nudnavda
Forum Replies Created
-
Well, it’s a pity.
I have reverted the Koko-settings to non-public viewing.
Would be great if you find a way to implement the above feature in a next upgrade.Thanks and best wishes,
adHi Danny, I’m afraid I’ve been premature in my enthousisam.
Things don’t work out the way we intended, it seems:1 – I adjusted the IP-address in the script (see above).
2 – Installed the code in my regular Snippets plugin, and activated it.
3 – Activated on my desktop Proton VP to change IP address
4 – Purged caches (WP admin, local Chrome)
5 – Public version of Koko-analytics appears in Chrome (in stead of homepage).Now, I don’t know if you want to further investigate.
If so, I can mail you a screenshot of the Koko settings, showing the two different IP addresses: the one excluded from analysing, and the actual Vpn address.Please let me know.
Thanks and greetings,
ad👍 Thanks for following up and completing this functionality!
A reassuring addition.Best wishes,
adHi Danny,
sorry for continuing this thread – I think it is indeed related to my initial question.
And the plugins I found did not help in this specific case.
I’ll try to explain.Koko uses an url for standalone view: https://YOUR-DOMAIN/?koko-analytics-dashboard=1
This is a useful option which can be viewed (or not) publicly.
It would be nice to have an option to restrict the viewing to my own IP-address.
So my question was: would this be possible?On Stackexchange I found the following code (but I’m afraid it only works for pages, not for a query like your settings page url):
function page_ip_restriction() {
if(is_page('yourpage'))
{
// Whitelist
$whitelist = array(
'x.x.x.x',
);
// Check if current user IP is out of the whitelist, then redirect to home
if(!in_array($_SERVER['REMOTE_ADDR'], $whitelist))
{
wp_redirect(home_url(), 403); // 403 -> Forbiden access
exit();
}
}
}
add_action('init', 'page_ip_restriction', 10);Maybe this illustrates what I’m looking for.
Hope it’s not too much of a hassle ;-(
Thanks again!Yes, I understand.
Found a plugin that does this.Thanks,
adHi Peter,
just a message to ask if you could extract any useful information from the diagnostic or if it’s still being investigated?
This could be quite relevant for the GP-developpers.
Kind regards.Hi Danny,
After adjusting the settings in Koko plugin, I wonder if the settings page could be extended by adding an extra option: The publicly accessible version is only accessible for this(these) IP address(es)…
It feels somewhat awkward to just publically use the Koko dashboard address.Hope this simple question would not involve too much brain crushing work 😉
Or maybe there’s a simple (but secure) plugin that takes care of this.Excuses if this suggestion should be posted elsewhere.
Thanks for your commitment!Greetings,
adGreat – thanks for the direct reply!
Best wishes,
adThanks a lot, Peter!
I did create a Diagnostics report and sent it to you via my site.
Looking forward to the result,
kind regards.Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] rss info in source pageThanks so much, Sybre, for your support!
I integrated your filter on the site, so the comments-message has been cleared.
Then, I concentrated on delivering a working rss-link – which for most rss- and podcast-readers should be fine now, I hope 😉I really appreciate your help!
All the best,
adForum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] rss info in source pageThanks for the precise reply.
- I have a page with audio files, presented as a playlist (via plugin Cue):
https://gedel.nl/vuurvocht/
My podcast client Podcast Addict has no problem with the standard feed of this url. But regular Feed apps like Feeder or Feedbro cannot handle it. - There seems to be stuff (‘comments’) that blocks the WordPress function for producing feeds. I tried to find left over items of previous plugins, but no success. And I deactivated comments in WordPress, as I don’t use them on this site. So it would be nice if this could be cleared somehow – and I turned to you as a potential option for help 🙂
Thanks again!
Listen, Deepak,, I find this annoying, quite frankly: you make this unnecessarily complicating.
I gave you my feedback as a potential, moderately experienced client who indicates a substantial objection against your inbuilt procedure for installing this plugin.Don’t ask me to sharpen and refine my reading abilities – just prevent me from getting into troubles. Simply put: make your intentions and its possible consequences MUCH clearer, please. Insert a button, add a ribbon: warn me!
Hope this helps 😉
Thanks.I never met the terms ‘AIO SEO’ during setup. So I recommand you do this more openly and visibly. At the least I would expect the possibility to choose for something like this.
And also, there’s a real risk of users not noticing all this and ending up with several SEO instruments, potentially corrupting there setup.Forum: Plugins
In reply to: [Koko Analytics - Privacy Friendly Statistics for WordPress] Empty UIThanks for reminding me 😉
Forum: Plugins
In reply to: [Koko Analytics - Privacy Friendly Statistics for WordPress] Empty UI
Hope this helps.
- I have a page with audio files, presented as a playlist (via plugin Cue):