Please enable JavaScript to use file uploader.
on our home page we have a stock ticker and Twitter feed. They were displaying fine yesterday, today the ticker is not displaying at all and the Twitter widget isn't loading properly. Can you suggest a fix? Thanks
Hi Meichiel,
We applied a fix for the stock ticker. Could you check whether you can see it now?
We're looking into a fix for the Twitter feed.
Grace
We applied a fix for the Twitter feed as well. Are both widgets displaying for you now?
yes, it is displaying correctly now. If this happens again in the future, will i need to contact you to fix? or is there something i can do to fix? Thanks!
We updated your site's content security policy setting at the request of your IT VP. This setting affects which sites can be embedded on the site. We added a rule to allow Twitter and the stock ticker, so this shouldn't happen again in the future for these two widgets.
However, if you want to embed content from other sites in the future, you'll need to contact us to update this setting.
Great, thanks!
one more question. Is there any way of fixing the way communifire displays if the user logs on using Internet Explorer?
IE is not a supported browser for Communifire. People should use one of the supported browsers: Edge, Chrome, Firefox, or Safari.
is there a way of adding a pop up screen if they use IE letting them know to use Edge, Chrome, Firefox, or Safari?
Would you like the pop up to dominate the page or appear somewhere that doesn't affect access to the page? Examples below.
And would you like the popup to appear on all pages or specific pages, like the homepage?
I would like the first option (banner style) on home page only. Thanks!
could you send me directions on how to add that banner to homepage? thanks!
I added a Raw HTML widget on your homepage to add the banner. This is how the homepage looks now in IE:
Let me know if you'd like to customize the banner's text, color, or anything else.
Below is the code in the widget.
<script> msieversion(); function msieversion() { var ua = window.navigator.userAgent; var msie = ua.indexOf("MSIE "); if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) // If Internet Explorer { var message = '<div id="message-box-wrapper" style=""><table class="message-box" cellpadding="0" cellspacing="0">' message += '<tbody><tr><td><div class="message-content"><span class="message-content-inner">'; message += 'Notice: Please use Edge, Chrome, Firefox, or Safari.'; message += '</span><span class="message-content-options"></span>'; message += '</div></td></tr></tbody></table> </div>'; document.getElementById("idNavbar").innerHTML += message; $("#message-box-wrapper").css("position", "static"); $(".message-content").css("background", "#fc0"); } return false; } </script>
Choose a location
Forum :