Osclass Support Forums

Osclass plugin support => Other => Topic started by: Marius on October 31, 2021, 12:47:29 PM

Title: Cookie Consent Plugin
Post by: Marius on October 31, 2021, 12:47:29 PM
I think another url box would be perfect
I don't think it's a bad idea
 8)

Title: Re: Cookie Consent Plugin
Post by: MB Themes on October 31, 2021, 02:32:09 PM
What would be reason for that? You want to make cookies bar as simple as possible ideally in generalized layout to make customer quickly click on it and be OK. Nost probably noone will even click on existing link... Why would anyone do it? Noone cares  :-X
Title: Re: Cookie Consent Plugin
Post by: Marius on October 31, 2021, 09:25:40 PM
Now understand ?
please do it for me ;D

Title: Re: Cookie Consent Plugin
Post by: MB Themes on November 01, 2021, 01:07:13 PM
 :'( ::) :-[
Title: Re: Cookie Consent Plugin
Post by: Marius on November 01, 2021, 05:15:11 PM
yes or yes?
Title: Re: Cookie Consent Plugin
Post by: MB Themes on November 02, 2021, 08:29:08 AM
@Marius
We do not plan adding another links, it is irrelevant.
You may update in functions.php this line:
Code: [Select]
"message": "<?php echo osc_esc_html(ckc_param('content_message') <> '' ckc_param('content_message') : __('This website uses cookies to ensure you get the best experience on our website.''cookie_consent')); ?>",

And add there custom link or custom HTML code, but honestly I have not tested if HTML will be accepted here or not.
Title: Re: Cookie Consent Plugin
Post by: Marius on November 02, 2021, 11:42:24 PM
thanks again!