Hey, @nikodemsky!
We’re pleased to hear that you find our plugin valuable and intend to use it for your projects, going the extra mile to localize it for Polish users.
I’ll do my best to address all your questions and suggestions:
data-cc=”c-settings” doesn’t really do anything, it’s from wiki so i thought it should work – i need to append pressidiumCookieConsent.showSettings() to element anyway, so it kinda defeats the idea of inline attribute
I think you’re trying to open the settings modal by clicking on an element that’s outside of the consent modal. The data-cc="c-settings"
attribute only works when added to a link or button that’s inside the consent modal. For example, you could append <button type="button" data-cc="c-settings" class="cc-link">Cookie Settings</button>
to your consent modal’s description.
For elements outside of the consent modal, you’ll have to call the pressidiumCookieConsent.showSettings()
method, like you mentioned.
The wording in the documentation could be improved. I just updated the wiki to clarify the distinction.
Possibility to translate Cookie descriptions/expiration dates.
That’s a great suggestion! I just opened this as an issue on the plugin’s GitHub repository. You can stay up-to-date on the progress of that feature, by checking #54.
Cookie categories should hide if there’s no cookies inside – not all the websites using targeting or preference cookies
That’s a valid point. I just opened this as an issue as well. Tracking in #55.
Floating button as mentioned in #24
This is already on our radar. We’re tracking its progress in #24, like you mentioned. It’ll be included in a future iteration.
Add default regex definitions in Blocked Scripts tab instructions, it’s kinda pain to copy them everytime
What kind of regular expressions do you have in mind? Could you provide any examples of default regex definitions you have to copy frequently?
Add textarea for ALL category descriptions with autop(auto break-line) in admin area
This could also be a nice QoL improvement. Opened this in #56.
Simple percentage statistic for accepted/denied in consent records would be nice – no need for for any kind of UI, jus raw data.
Do you think any kind of filtering/categorization would benefit those stats?
Something like:
- Percentage per region
- Percentage per category
- Filtering a specific date range
- etc.
Opened this in #57 — since this is somewhat technical, we could continue the discussion there, if that’s okay with you.
“Stay on the safe side” banner”(or block?) is messed up, hides too much to the left in footer.
I’m sorry, I’m not entirely clear on what you’re referring to with “Stay on the safe side banner”. Could you please provide additional context?
“Clear records” is WAY too close to “Export to CSV”, it’s too easy here for misclick.
I believe misclicks aren’t particularly risky as there’s a confirmation dialog before any records are cleared.
Were you aware of the confirmation dialog? Despite having a confirmation, do you think it’s still an issue?
I’ll keep this topic open, and I’ll regularly provide updates as we tackle the various GitHub issues.
In the meantime, if you come across any other issues, feel free to create a new topic or open an issue on GitHub.