toxicum
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Some loggedin user is not displayed | #266Maybe this user has tracking disabled in the browser?
Forum: Plugins
In reply to: [SlimStat Analytics] anyone know what has happened to creator of this app?Yes. Glad he is ok.
Forum: Plugins
In reply to: [SlimStat Analytics] anyone know what has happened to creator of this app?He appeared again some weeks ago on GitHub.
At least he merged the important pull requests #9 and #14 into master some weeks ago, but didn’t build a new release, yet.I use the security-headers plugin for now.
https://wordpress.org/plugins/security-headers/- This reply was modified 5 years, 4 months ago by toxicum.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Anrede in Cookie-Richtlinien@aahulsebos I know this is marked as resolved, but problem is still there, especially with german. Problem in german is that some admins want to have the non-formal version in the backend, and formal in the frontend. As normally the frontend text is fully under control of the admin, this isn’t an issue, but as your plugin generates the policies, this does not meet these admins requirements.
So a setting to control the policy text formal / non-formal form might be a solution (or a mu-plugin?).Great support!
With the reload-after-consent.php mu-plugin it works. Thanks for your quick help!
I’m using autooptimize, so there is no static js url.
Forum: Plugins
In reply to: [SlimStat Analytics] city and country not showing upHave you tried my version of the plugin? Just install it manually. You wont loose data when installing this one manually without deinstalling the originally one. It performs an upgrade. See the PR comments
This change in wp-events.php is what I use:
/** * Yoast SEO friendly short circuit, fixes issues in Yoast 14 update by changing the $sep function into the actual separator. * @param $title * @param string|mixed $sep * @param string $seplocation * @return string */ function em_content_wpseo_title($title, $sep = '', $seplocation = ''){ if( function_exists('YoastSEO') && method_exists('\Yoast\WP\SEO\Helpers\Options_Helper', 'get_title_separator') ){ // YoastSEO >= 15.2 $sep = YoastSEO()->helpers->options->get_title_separator(); }elseif( class_exists('WPSEO_Utils') && method_exists('WPSEO_Utils', 'get_title_separator') ){ // YoastSEO < 15.2 $sep = WPSEO_Utils::get_title_separator(); }elseif( !is_string( $sep ) ){ $sep = ''; } if( !is_string($seplocation) ){ $seplocation = ''; } return em_content_wp_title( $title, $sep, $seplocation = '' ); }- This reply was modified 5 years, 6 months ago by toxicum.
Same I noticed since a while.
Code should be upgraded to use
YoastSEO()->helpers->options->get_title_separator()
directly.Unfortunately, I didn’t find a GitHub / GitLab repo of the plugin, so I couldn’t send a pull request which fixes this.
Forum: Plugins
In reply to: [SlimStat Analytics] Is this plugin still being actively maintained?The maintainer / owner of the project has not responded to anything since then. Even not on Slack…
Forum: Reviews
In reply to: [SlimStat Analytics] What happened to support?Forum: Plugins
In reply to: [SlimStat Analytics] Prospect OneHere are my settings:
CDN: disabled
Set Cookie: on.
Private Mode: on.
GeoLocation: City
Relative Ajax: offForum: Plugins
In reply to: [SlimStat Analytics] Prospect OneNot that I know of or that is any evidence of in the source code. (https://github.com/slimstat/wp-slimstat/search?q=prospect)
When testing my sites, it only states that a hidden canvas is drawn, which is ok for finger printing.
No evidence of “Prospect One” here. Are you using any additional (commercial) Slimstat plugins in your website?