The Easy Cookie Law plugin is supposed to create a popup bar. Can’t get the pop up bar to show up on any page. I checked and have removed all cookies.
]]>On version 3.0, it seems like there’s a bug in Javascript when you call the following line:
ecl_scripts.innerHTML = <?php echo $this->printGtmHeader(); ?>;
This results in an error in Javascript, due to an unexpected ;
:
ecl_scripts.innerHTML = ;
I think this is because printGtmHeader
is using gtm_header
, whereas everything else is using ecl_gtm_header
.
Is it compatible with WPML?
Cheers,
Miquel
]]>Hi,
I love this plugin but I would like to know something… How can I center the text?
]]>