• I’m not sure why it’s not appearing on Chrome, since it appears on Firefox and IE (haven’t checked other browsers). I tried changing the cookie version number in the plugin settings, clearing the browser cache, manually checking the cookies set in the browser… It still won’t show up on Chrome. The plugin’s CSS and JS are all being loaded, and the div appears at the bottom of the page when viewing the page source. The only thing that’s missing are the html classes:

    if(!catapultReadCookie("catAccCookies")){ // If the cookie has not been set then show the bar
    	$("html").addClass("has-cookie-bar");
    	$("html").addClass("cookie-bar-<?php echo $ctcc_styles_settings['position']; ?>");
    	$("html").addClass("cookie-bar-<?php echo $type; ?>");

    I would really appreciate help figuring this out. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Doesn’t Display on Chrome’ is closed to new replies.