toxicum
Forum Replies Created
-
Why is this set resolved? I still got the same problem.
I created a new Gallery right now.
Then I change into the page editor, add a “FooGallery” and try to select the new Gallery. It is not visible. The last one is still the one from Feb/22. All newer ones are not shown in the Gallery selector.Well, refresh button on the page does not help. Also, closing the editor, going back into the editor, adding a FooGallery block, does not help. The last gallery shown is one from Jan/22
The approx 5 newer galleries are not shown.
As said, as a workaround I select one of the visible galleries, change to code editor and exchange the gallery ID with the one I need.
Very annoying.- This reply was modified 3 years, 10 months ago by toxicum.
No. If I‘m in the page Block Editor, add a FooGallery block and want to select the Gallery, not all Galleries are shown. The newest ones are missing. So I need to go into the Gallery on the FooGallery list page, note the id and add it in the block editor manually using the code editor
+1
Also, the right pane event list shows the new iconised template layout which wastes lots of space even when in preview mode (for normal, non-admin users!).
I was able to disable this by setting “Enable Theme Styling?” to off, but then the new search pane displays completely unstyled (all search fields visible).I also miss an option to have the old single search input field visible (which is way enough for my users to find events) and nothing else. We do not need all these new fancy search options.
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstats Removal & Critical ErrorOut of curiosity:
Why do you use FTP to remove the plugin and not the Admin Plugin page deactivate / remove feature?
If you remove the plugin by FTP, you only remove the files, but not the DB tables.
So better upload the plugin files again, and remove using the Plugins page.
Download and unzip the ZIP file to your desktop, and then upload the contained files to your servers wp-content/plugins/wp-slimstat dir using your favourite FTP client.Note: If you want to remove all Slimstat DB tables and use Slimstat >= 4.8.8.2, you must set the option to do so in the Slimstat settings, as beginning with this version, Slimstat DB tables are not removed by default on uninstall.
- This reply was modified 3 years, 12 months ago by toxicum.
Forum: Plugins
In reply to: [SlimStat Analytics] slimstat cookie managementI use Complianz for Cookie management and got it integrated with Slimstat.
So Slimstat tracking cookie is only set when user consents to it, and is automatically removed when user denies consent, later.Maybe this gives you a hint how it works:
In Slimstat, I set these settings:
Opt-Out-Cookies:
cmplz_statistics=deny
complianz_consent_status=denyOpt-In Cookies: cmplz_statistics=allow
Additionally, I also added a mu-plugin to automatically reload the page on cookie consent: https://github.com/Really-Simple-Plugins/complianz-integrations/blob/master/reload-after-consent.php
Check if CookieYes sets similiar cookies and adapt the cookie names and values accordingly.
- This reply was modified 3 years, 12 months ago by toxicum.
I made em-docs.php fully translatable. Is there a repo where I can provide a PR?
Thanks, but I’m talking about the help page itself.
Events > Help which only got the minority of texts localized, even when the wp plugin localization page states 100% translated (eg. german)
Forum: Plugins
In reply to: [SlimStat Analytics] Welcome back Jason!Welcome back @coolmann!
Glad you are back.
I heard some rumors about you the last years, so I tried the best to fix important issues in the meantime. If you need my help to maintain the plugin, give me a note. I’m specialized in Groovy, Kotlin, Java normally, but do some PHP stuff also in my private time.
Hope my PRs were helpful and code quality was ok for you.Forum: Plugins
In reply to: [SlimStat Analytics] slimstat sinking pagespeed scoresI tested here on 2 websites.
Lighthouse mobile performance score is always between 82-89 whether Slimstat is enabled or not.I currently also use the WP-Matomo plugin. When switching off WP-Matomo and Slimstat, the performance is stable at 85, so I do not think Slimstat has any impact on the performance here.
I use Autooptimize with the following settings:
– Javascript code optimisations
– Merge JS-Files
– CSS optimisations
– HTML optimisations
– No CDN (for GDPR reasons)
– Minimize excluded CSS and JS filesAnd is use the WP-Supercache plugin:
– Simple caching
– Compress pages
– 304-Browser-Caching
– Extra Startpage checks
– CDN disabled (for GDPR reasons)
– Preload pages every 600 seconds
– No pluginsHope this helps.
Forum: Plugins
In reply to: [SlimStat Analytics] slimstat sinking pagespeed scores@newsarena Any news when the WP repo will be updated so we can install the new version from the WP-Directory?
Forum: Plugins
In reply to: [SlimStat Analytics] slimstat sinking pagespeed scoresDo you archive old entries from db? That was essential on my side. If too many entries are in the table, inserts slow down.
I re-saved the custom css and cleared the cache. This resolved the issue.
The save button in the admin page btw. is partly overlayed by the sample cookiebanner, so it was hard to see.
Thanks for your help.Forum: Plugins
In reply to: [SlimStat Analytics] slimstat sinking pagespeed scoresAt least pending PRs were merged today. Hope we get a new version, soon.
Forum: Plugins
In reply to: [SlimStat Analytics] Trouble with cookie user consentYes, it is possible.
Turn off slimstat cookie consent and set the Opt-Out / Opt-On cookie settings accordinghly in slimstat.
I use the Complianz | GDPR/CCPA Cookie Consent plugin, and have set the following opt-out settings in slimstat:Opt-Out Cookies settings: “cmplz_stats=deny” and “complianz_consent_status=deny”
Opt-In Cookies settings: “cmplz_stats=allow”.But note bug #13 (which is resolved in the still-not-yet-released version 4.8.8.2):
https://github.com/slimstat/wp-slimstat/issues/13- This reply was modified 4 years, 9 months ago by toxicum.