Torsten
Forum Replies Created
-
Forum: Plugins
In reply to: [Statify] Statify und WP-Optimize@stklcode Nein, geht leider nach einiger Zeit nicht mehr. Sobald ich das Plugin deinstalliere (und dann den Cache l?sche) z?hlt Statify wieder. Wenn der Cache nicht gel?scht wird, dann z?hlt Statify auch nicht.
Forum: Plugins
In reply to: [Statify] Statify und WP-Optimize@stklcode Habe es nun nochmal mit leerem Cache ausprobiert und es scheint zu klappen ?? Habe die Cache Dauer nun mal testweise auf 20 Stunden gestellt und werde es beobachten. Melde mich, sollte es auf Dauer nicht funktionieren. Danke schon mal.
Forum: Plugins
In reply to: [Statify] Statify und WP-Optimize@stklcode Hi, ich habe meine (feste) IP-Adresse filtern lassen. Das hat auch immer gut funktioniert, bis eben vor ein paar Tagen. Dein Plugin gibt’s in der aktuellen Version ja schon etwas l?nger und auch Statify lief, wie geschrieben, schon ein paar Tage ohne Auff?lligkeiten. Weil ich nicht wusste, was ich machen k?nnte, habe ich einfach mal dein Plugin deaktiviert und die Statistik hat sich wieder gefüllt. Zur Cache Dauer: habe Cache Enabler so eingestellt, dass der Cache nie verf?llt, au?er bei neuen Kommentaren, neuen Artikeln oder Pluginupdates.
Forum: Plugins
In reply to: [Statify] Statify und WP-OptimizeWas ich bisher rausgefunden habe: Wenn ich das Plugin Statify Blacklist deaktiviere, dann z?hlt Statify wieder (alle Aufrufe, natürlich auch meine eigenen)… Scheinbar kollidieren die beiden miteinander. Wundere mich dann allerdings immer noch, wieso dann nicht direkt nach dem Update von Statify dieser Fehler auftrat.
Forum: Plugins
In reply to: [Statify] Statify und WP-OptimizeHi,
bei mir z?hlt Statify seit dem 23.06. keine Aufrufe mehr. Das letzte Statify Update wurde am 17.06. gemacht. Liegt also nicht unbedingt an dieser Version, da ja dann noch 6 Tage aufgezeichnet wurde.
Ich nutze Cache Enabler und Statify ist auf Tracking via JavaScript eingestellt.
Grü?e
TorstenForum: Plugins
In reply to: [Statify] Disregard certain IP addressesArgh! There is a plugin called “Statify Blacklist” that does exactly what I want (and has even more options to filter out unwanted database entries).
Life can be so easy ??
ATB
TorstenForum: Plugins
In reply to: [Statify] Disregard certain IP addressesHi @zodiac1978,
thanks for helping.
Unfortunately, I found out that the code I posted above doesn’t work correctly. If I remove the “” from the $my_ip variable it doesn’t count anything and with the “” it counts all visits. Strange.
I reverted everything again and will now delete the entries in the database manually if I have to check anything without being logged in.
ATB
TorstenForum: Plugins
In reply to: [Statify] Disregard certain IP addressesHi Torsten,
I added this to the functions.php of my child theme and it works. Is this the fastest solution or is there a way to speed it up?
$statify_ip = $_SERVER["REMOTE_ADDR"]; $my_ip = "::ffff:xxx.xxx.xxx.xxx"; add_filter( 'statify__skip_tracking', function() { if ( $statify_ip === $my_ip ) { return true; } return false; } );
ATB
TorstenForum: Plugins
In reply to: [Gallery Manager] Slideshow breaks when using .webp imagesIt seems that the lightbox doesn’t work anymore for people using Internet Explorer. I don’t think that this is a big issue, because not many people are using IE anymore, but just in case you could look into that. It worked in the past, as far as I remember.
Forum: Plugins
In reply to: [Gallery Manager] Slideshow breaks when using .webp imagesWorks perfectly! Thanks!
Hi,
yes, the cookie gets only deleted when I visit the admin area.
Yes, in preview mode, the banner only gets displayed on the settings page and not on any other page. That’s not my problem. I disabled the preview mode as soon as I was satisfied with the displayed banner. That’s all OK.
The cookieconsent_status cookie (and only this one) gets only deleted while switching from the frontend to the backend area using the admin toolbar (that one on top of the screen) of WordPress. I run the latest version (5.2.2) of WordPress.
I’ll send you an email in a minute with a list of my other installed WordPress plugins (don’t like to have them all displayed in this public thread).
All the best
TorstenForum: Plugins
In reply to: [Companion Auto Update] Clear Cache after updating PluginsOK thanks, I’ll report back if that shouldn’t work.
ATB
TorstenForum: Plugins
In reply to: [Comments - wpDiscuz] Import existing subscriptions / adding them manuallyHi,
I found a solution. I added a subscription myself and looked at the DB entry. Then I cloned it and changed the values for email, subscription_id, post_id and activation_key for any of the old subscriptions. Seems to work ??
All the best
TorstenForum: Plugins
In reply to: [Comments - wpDiscuz] Import existing subscriptions / adding them manuallyHi,
no, I use your plugin since a few days and wanted to import the old subscriptions from the other plugin I used before. In the Tools tab in your plugin there is an option to import subscriptions from ‘Subscribe to comments reloaded’ plugin. But I used another plugin which is similar but not the same.
I think exporting the db tables from the old plugin and importing it to your db table won’t work as there probably differ in its structure.
All the best
Torsten