Hello, is there anyway to get this to work with WPML or maybe some other way to get to work with a multilingual site. I noticed that you hardcoded the popup title in eu-cookie-notice-public.js on line 123
$( “.ca_open_dialogbox” ).dialog({modal: true, title: ‘EU Cookie Notice’, zIndex: 10000, autoOpen: true,width: ‘600’,height:’200′, resizable: true,});
Another question, is there a way to escape quotes i’m getting things like this
we\\\’ll
thanks again
]]>There is a problem on mobile devices – the notice wrapper is 50px height, which hides butttons.
It’s also almost impossible to change it, because style is added dynamically via inline style. It should be styled via normal css classes.
]]>