tapiokansleri
Forum Replies Created
-
Forum: Plugins
In reply to: [Kansleri Cookie Consent] How to remove cookie categoryI’m going to close this
Thank you!
You’re right, and it’s now fixed in version 1.6.2
The “Close” button text is now a proper customizable setting in Settings → Cookie Consent → General, right next to the other button labels (Accept all, Reject all, Customize, Save preferences).
For your multilingual setup (Catalan / Spanish / English) it works the same way as the other banner texts: switch the language in the WordPress admin bar using Polylang’s language filter, and set the Close label per language. Empty fields fall back to the default-language value.
If you’d prefer not to type a custom label, the string is also available for translation via the plugin’s
.pofiles, so any community translation on translate.ww.wp.xz.cn will pick it up automatically too.Let me know if anything’s still missing after you update and thanks again for using the plugin!
Forum: Plugins
In reply to: [Kansleri Cookie Consent] How to remove cookie categoryHi! Good point.
I just made an update that will let you hide (or disable) the categories that are not in use in the website.

- This reply was modified 1 week, 6 days ago by tapiokansleri.
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Cron infoI’m gonna mark it resolved unless you have more questions
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Cron infoHeyy sorry for the long delay. I missed this message for some reason.
Yes, the plugin registers a real scheduled job. The “Next check: …” timestamp is read directly from that schedule.
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Banner style settingsHi! You’re right, the border wasn’t really needed (it was just inside the Customize view).
I’ve released a minor update that removes the border and makes all the elements customizable.
You can also find a CSS template under the Documentation tab if you’d like to customize the banner even further
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Banner style settingsI have just made a new update. Now you can edit the banner with color pickers in the back end.
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Banner style settingsHi! Thank you for using it 🙂
I’m making the CSS editing easier in the next update but for now you can change the colors by modifying these classes::root {
--kncc-primary: #d8232a; /* primary color (Accept button, links, floating button) /
--kncc-primary-hover: #b91c22; / hover state /
--kncc-primary-text: #fff; / primary button text color /
--kncc-secondary: #f3f4f6; / Decline button background /
--kncc-secondary-hover:#e5e7eb;
--kncc-secondary-text: #374151;
--kncc-banner-bg: #fff; / banner background /
--kncc-heading: #1f2937; / heading color (Plugin style only) /
--kncc-body: #4b5563; / description text color /
--kncc-border: #e5e7eb; / top border of the details section */
}