Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marco Steinbrecher

    (@macsteini)

    Looks good to me. Uninstall and reinstall the plugin and try again. Maybe it interferes with another plugin you’re using…

    Thread Starter teamvolta

    (@teamvolta)

    I altered the version number for IE and it seems to have fixed it ??

    Does it only show on the home page of a website or can you have it display on all pages?

    Thanks.

    Hi,

    I was facing the same issue for any version of IE.

    I added the following snippet as a workaround and seems like it’s working fine.

    <script type="text/javascript">
    	if (window.navigator.userAgent.indexOf("MSIE") > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {
    		if (window.location.href.indexOf("#ignorecookie-bu")<0){
    			window.location.href = window.location.href+ "#ignorecookie-bu"
    			}
    	}
    </script>
    • This reply was modified 4 years, 3 months ago by antoppn.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Message not showing in IE’ is closed to new replies.