Hi @sumapress,
My client is using qTranslate XT to translate the content of their multilingual site.
Today I added your wonderful plugin but found that the SCC Customizer strings where not translatable.
I had a look at your plugin PHP code and noticed that you start running your plugin directly instead of on the init event.
This prevents any translation plugin to do its magic.
This simple change solved the problem:
function run_simple_cookie_control() {
$plugin = new Simple_Cookie_Control();
$plugin->run();
}
add_action('init', 'run_simple_cookie_control');
//run_simple_cookie_control();
Could you please put this in your next release?
Thanks.
Cheers,
Benny
Hi,
I’m using your plugin and I notice Google Recaptcha is blocked. I would like this one to remain even though cookies are rejected. Can you please provide some guidance on how I can achieve this as I have no idea based upon the documentation.
Thank you in advance and looking forward to hearing from you.
]]>LiteSpeed Cache keeps Simple Cookie Control from working correctly. Any tips on how to solve this?
Thank you!
I like this plugin very much (i test many) its easy to handle and works fine, but i dont know how to set the attributes to the shortcodes. For example to show the message button which allow the users to accept cookies.
Best regards, Rene
]]>