Jump to content

wbmnfktr

Members
  • Posts

    2,183
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by wbmnfktr

  1. The easiest answer: you upgraded your local environment a few weeks ago. The more complicated answer: well... yes... don't know. Never had this kind of issue with ProcessWire itself.
  2. Brave might block the whole script actually - and I like it. This "Sorry, changed my mind" thing appears top/left or bottom/right after clicking "Ok... got it!". You have to look for it actually. I almost always miss it.
  3. Well... I guess we just have to push @OrganizedFellow back to his Linux roots. ? Just kidding...
  4. The demo at https://cookieconsent.osano.com/ gets actually blocked from most (of my installed) adblockers in their default settings. Which is quite interesting. Maybe that's the reason why I don't see those banners that often anymore. But back to your question... you already found the link to trigger the cookie management tab/banner. You can place it whereever you want and whenever you feel the need for it. So your idea of a slide button already exists - somehow. You have to style it anyway for each project. It's just another link - or whatever you want it to be. I personally place it on my privacy page at a some places with various labels (disable Google, disable cookies, revoke cookie decision, and so on...). <a href="#cookies" class="js-pwcmb-notice-toggle">Change cookie settings / revoke decision</a> Your Silktide example shows it's "Sorry, changed my mind" banner only once, right after accepting or denying cookies. At least in all demos I found. You or a developer you work with could check if the cookie is either set or has a defined value to enable the above mentioned link - there are a few ways to do so. Another option would be a fork of the module and changing the lifetime of your cookies to day or a week.
  5. The VS Code live server and live sass is a good choice for smaller projects. Just keep the amount of .scss includes to a minimum. In regards to Koala... latest version is from 2017. At least the website is telling so.
  6. Can't confirm that issue here. Looks pretty normal to me.
  7. Ok, I thought this was a newer version of the previous one. So you are absolutely right... there was no .webp support or anything similar. ? Still a great job!
  8. I'd support @bernhard's recommendation.
  9. That's great! ? Have you thought about using .webp support to speed the site up even more?
  10. Thanks @dynweb! Looks good so far. Will give it a try the next days and see if there are any issues with that fix.
  11. Prepros is awesome and lifts a ton of work.
  12. @cosmo backup your project, grab the latest master release and make a downgrade. A quick fix for the time being. It's the same I did. ?
  13. You shall not distrohop! ? Fingers crossed for the next time.
  14. Does that machine still exist? Tried using another git client another OS?
  15. Short update: I dumped a new database copy into my setup and by now it looks like it's working 99% of the time. The errors I see now are in the templates only. As far as I can tell there was something wrong with the admin user or the guest role in my previous try. At least the guest role didn't show up (as additional role) in it's profile and I wasn't able to set or remove it.
  16. Looks like there is something wrong with your entire encoding. At least this looks like missing UTF-8 support. Did you move the folder, upgraded the webserver, changed the PHP version or something of that kind?
  17. What exact consent do you want to save/document/store? Cookie banner? Newsletter signup/opt-in/double-opt-in? Marketing / Re-Targeting opt-in? I'm not a lawyer by any means so I don't want you to follow my approach but this is the way I do it and my legal advisors don't scream in total panic when I tell them about it. Cookie banner Client side cookie (simple true/false) if true: cookies were set and the banner doesn't pop up again if false: no cookies at all (besides session cookies) cookie banner pops up every time Newsletter most of the time I use Mailchimp as I have a GDPR/DPA contract with them to handle everything - they store and document all opt-ins and opt-outs and are responsible for it. Users have to tick up to two checkboxes in order to signup for the newsletter - the first a common privacy checkbox, the second is a detailed explanation that the newsletter is handled by a third party. I will receive a sign-up notification via email I can archive, print or whatever. Related database entries will be deleted a few days later. Mailchimp uses double-opt-in in all cases and documents these. Unconfirmed signups will be deleted once a week. Marketing / Re-Targeting I stopped using it as my marketing budget isn't that high to pay even more lawyers. ?
  18. It's not my site or a project I did work on in the past... so some details aren't available at the moment. But I'll get those soon. The database backup was done via Site Profile Exporter - I will try a real mysql dump soon and will see if this helps. There are no stuck sessions around, caches look fine in all areas. I played already with custom .sql files but this doesn't get the job done either. Log files don't tell anythings special beside that error mentioned above. I guess there is something broken with the database backup or a settings that doesn't play well in my environment. I will try to match all settings to the previous setup. That is good idea I haven't thought about, yet. Thanks for pushing my thoughts in new directions!
  19. Running into this issue right now with a quite large site I look into for performance reasons. Installation was quite tricky with a 420 MB database, lots of template, fields and even more pages. Anyone any idea how to fix this or where to look first?
  20. Just threw some wallpapers at it and... well... really like the result so far. Great tip!
  21. wbmnfktr

    Html-templates

    There is still Theme Forest and some other good commercial sites. In case of commercial themes you have to read through the license agreements carefully if you plan to provide the site profile afterwards or in case of free themes you want to ask the creator first.
  22. Can't wait to get my hands dirty with the upcoming FormBuilder v40. But there is one thing I'm asking myself now: How about saving those re-used forms into pages? Will there be still the need for all kinds of fields for templates?
  23. Those are? It's in the cookie. Saving it server-side would open even more gates therefore some solutions are not GDPR-safe as they save it on their servers. Where is that quote from? By now I have a solution on some of my personal projects that are approved by lawyers to be GDPR-safe and those could collect tons of data... just by one cookie and one click. I paid lots of money to be safe ... so your sources would be really nice as I could get some money back - maybe.
  24. After each session? I really doubt it but where did you get this info? Didn't find that session thing on eRecht24, WBS, JanoLaw and others. I source for that would be awesome! If that's the case some parts of the module/script need some changes to reduce cookie lifetime. Right now the cookies live quite a long time - as the user opted-in or out.
  25. So... I installed it and... maybe @ryan wants to take a closer look at it. I don't know if this is correct in any way. Maybe it's both at the same time... somehow. Don't know.
×
×
  • Create New...