Nikodemsky
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] wp-config in migration?This file is static or is overriden on every plugin update?
Second question – if i move db credentials to another file and use require_once in wp-config.php, then plugin probably won’t recognize that i presume?
Forum: Plugins
In reply to: [Pressidium Cookie Consent] Cookie scan helpComplianz does this. So, say I detect the cookies manually, how the heck do I know which way to categorize them in Pressidium settings? Necessary, Analytics, Preferences etc.
As many others, but most of them needs to connect to external tool and still messes up the scanning, identify them properly or even have proper translations – i.e. there’s no 100% perfect scanning tool, it’s just not how it works.
In my humble opinion you have two options:
1. Switch to other plugin, like Complianz or CookieYes – the latter have 25k max views for free(the most among plugins that offer cookie management for free with scanning tools, and everything “almost” automated), with that you will have less headaches, i mean it.
2. Open browser devtools just like i mentioned and confront list of available cookies with scanners you have tried, then categorize them and translate if needed – the one i have provided gives categories and translations afaik.By the way is there a proper documentation for this plugin?
https://github.com/pressidium/pressidium-cookie-consent/wiki/Configuration
What is the ‘Regex’ toggle option in settings?
Regular expression. It’s for patterns in url’s. Check the “blocked script” section in wiki for more info.
One of the most hard plugins to setup.
From my understanding Pressidium is more like platform for people, who prefer to manage those things manually – it’s not for everyone and have it’s own problems, but it’s 100% free and works as cookie management system.
Hope it helps.
Forum: Plugins
In reply to: [Pressidium Cookie Consent] Cookie scan helpTo be honest if you want to be most thorough you can simply use chrome built-in tool from DevTools: F12 -> Application > Cookies > Domain; just be sure to open it in Incognito mode, so all the cookies will be loaded properly.
It’s more “technical” way of doing it but this way you won’t miss any cookies, that some random scanning tool would miss.From what i know Firefox and Safari have those too.
Forum: Plugins
In reply to: [Pressidium Cookie Consent] Can’t block _gcl_au cookieI have moved the gtm script after wp_head and now it works, thanks!
Forum: Plugins
In reply to: [Pressidium Cookie Consent] Cookie scan helpI have used this one last time:
https://www.cookieserve.com/Forum: Plugins
In reply to: [Pressidium Cookie Consent] Language detectionOk so that explains a lot, it’s kind of confusing tho imo – any chance that you can add iso codes like [de] or [de-DE] before language name in dropdown?
Forum: Plugins
In reply to: [Pressidium Cookie Consent] Few problems and suggestionsI 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.That explains a lot, thanks ?? Inline attribute is cool idea too, if it’s not too much of a work.
What kind of regular expressions do you have in mind? Could you provide any examples of default regex definitions you have to copy frequently?
Just the usual ones for GA, GTM, Google Ads, facebook, and linkedin – i think those are most commonly used and would save a lot of future questions about “how to do it” from new users.
But template with example could be too. i.e.:Main domain regex: ^(?:https?:)?\/\/(?:www\.)?website\.com Subdomain regex: ^(?:https?:)?\/\/(?:www\.)?sub\.website\.com Example: ^(?:https?:)?\/\/(?:www\.)?google-analytics\.com
Do you think any kind of filtering/categorization would benefit those stats?
For starters just basic percentage overall Accepted/Declined – because that’s what is most important for analysts, for the rest i just replied in github thread ??
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?
Sure, i mean this one:
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?
No, i was actually not aware about the confirmation dialog. Still it’s kinda too close – remember that misclicks are not exclusively limited to just one click ?? Thing is that once you will delete those logs they are gone for good, if someone didn’t made a backup.
__________
Appreciate the quick response, have a good day!Forum: Plugins
In reply to: [Pressidium Cookie Consent] Consent Mode V2Any possible ETA for implementation? Git for plugin is kinda silent for past few weeks :\
Thanks!
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Exclude for some pages?Thanks! I really appreciate it!
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Exclude for some pages?I have some pages inside existing website i want to load as fast as possibile, without any additional scripts. including GA/GMT, so i guess for maintenance/general/performance purposes? ??
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Exclude for some pages?Just the container but frontend functionality would work too i think.
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_spam and RecaptchaThat doesn’t really anwser my question, Recaptcha could work independently from core antispam, there’s no single word about that in documentation.
I am developer, but custom modifications in plugin’s code are not update-proof and simple thing as that should be considered in options or as filter.
So i can expect any help in that matter or should i just look on my own or switch plugin?Forum: Plugins
In reply to: [Post My CF7 Form] Submission doesn’t work?Thanks!