Remove
< link rel="stylesheet" type="text/css" href="/cookieconsent.min.css" />
< script src="/cookieconsent.min.js" >< /script >
in Backend > Admintools > Cookie Message
=> In the template, add the following php code:
$css[] = "css/responsee.css"; /* EXAMPLE: the template stylesheet */
$css[] = WB_PATH."/modules/wunderblock/aos/aos.css";
$css[] = WB_PATH."/modules/cookie_message/cookieconsent.min.css";
$css[] = WB_PATH."/modules/colorbox/1/colorbox.css";
$js[] = "js/jquery-1.8.3.min.js";
$js[] = "js/jquery-ui.min.js";
$js[] = "js/responsee.js"; /* EXAMPLE: the template javascript file */
$js[] = WB_PATH."/modules/cookie_message/cookieconsent.min.js";
$js[] = WB_PATH."/modules/colorbox/js/jquery.colorbox-min.js";
$js[] = WB_PATH."/modules/wunderblock/aos/aos.js";
minify_css();
minify_js();