Website does not display correctly in Firefox. It does with IE though.
When accessing URL: http://www.legacy.com/obituaries/oklahoman/obituary.aspx?n=ernest-mcbride&pid=172460380&fhid=27832
through Firefox, it cuts the text off after 'with a donation to the .'
whereas on IE, it displays the full text: with a donation to the 'charity of your choice'
(with link)
- if (!aa) var aa = { iframes : new Array(), random : function() { return Math.round(Math.random() * 10000000000); }, pageNum : Math.round(Math.random() * 10000000000), refresh : function(iframeId) { if (typeof(iframeId) != 'undefined') { var iframe = document.getElementById(iframeId); if (iframe) { iframe.name = iframeId; var oldSrc = iframe.src || iframe.getAttribute('data-src'); var newSrc = oldSrc.replace(/misc=[0-9]+/, 'misc=' + aa.random()); if (newSrc!=undefined) { var newFrame = document.createElement('iframe'); newFrame.id = iframe.getAttribute('id'); newFrame.width = iframe.getAttribute('width'); newFrame.height = iframe.getAttribute('height'); newFrame.setAttribute('noresize',iframe.getAttribute('noresize')); newFrame.scrolling=iframe.getAttribute('scrolling'); newFrame.setAttribute('frameborder',iframe.getAttribute('frameborder')); newFrame.setAttribute('hspace',iframe.getAttribute('hspace')); newFrame.setAttribute('vspace',iframe.getAttribute('vspace')); newFrame.setAttribute('marginheight',iframe.getAttribute('marginheight')); newFrame.setAttribute('marginwidth',iframe.getAttribute('marginwidth')); newFrame.setAttribute('allowtransparency',iframe.getAttribute('allowtransparency')); newFrame.src = newSrc; var parent = iframe.parentNode; parent.replaceChild(newFrame, iframe); } } } else { for (var i in this.iframes) this.refresh(this.iframes[i]); } } }; //no AJAX refresh for inline ads aa.adServer = 'http://media2.legacy.com/'; aa.target = + '/3.0'+ '/5306.1'+ '/1400071'+ '/0'+ '/-1/size=30x1'+ '/adtech;'+ 'alias=legacy.oklahoman.lifestory.30x1.1.1;'+ 'target=_blank;'+ 'key=' + escape('COYCACS') + ';'+ 'kvopenextapp=' + escape('1') +';'+ 'kvcobrand=' + escape('oklahoman') +';'+ 'kvpersonid=' + escape('172460380') +';'+ 'sub1=' + escape('charity of your choice') + ';'+ 'sub2=' + escape('http://www.legacy.com/obituaries/oklahoman/condolences-charities.aspx?keyword=coycacs&pid=172460380') + ';'; if (typeof aa !== 'undefined' && typeof aa.kvscreenwidth !== 'undefined') aa.target += 'kvscreenwidth=' + escape(aa.kvscreenwidth()) + ';'; if (typeof aa !== 'undefined' && typeof aa.criteo !== 'undefined') aa.target += aa.criteo; aa.src = aa.adServer + 'addyn' + aa.target + 'grp=' + aa.pageNum +';misc=' + aa.random(); document.write("<\/div>"); charity of your choice . - See more at: http://www.legacy.com/obituaries/oklahoman/obituary.aspx?n=ernest-mcbride&pid=172460380&fhid=27832#sthash.r7Q65erp.dpuf
被采纳的解决方案
Good work!
定位到答案原位置 👍 0所有回复 (6)
Firefox will show the link if nothing is blocking it...
In case an ad blocker, script blocker, or another extension is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: Diagnose Firefox issues using Troubleshoot Mode.
You can restart Firefox in Safe Mode using either:
- "3-bar" menu button > "?" button > Restart with Add-ons Disabled
- Help menu > Restart with Add-ons Disabled
Not all add-ons are disabled: Flash and other plugins still run
After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (not Reset).
Any difference?
I went to the site. It looks okay to me.
I had to disable my add-blocker to see the donation add.
In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see How do I create a screenshot of my problem?
Once you've done this, attach the saved screenshot file to your forum post by clicking the Browse... button below the Post your reply box. This will help us to visualize the problem.
Thank you!
Yep, safe mode worked. Thanks all. Very much appreciated!
Okay. The problem may be one of your add-ons.
Open your add-ons manager. Disable a few add-ons, then Restart Firefox. If the problem continues, disable some more (restarting FF). Continue until the problem is gone. After, you know what group is causing the issue. Re-enable the last group ONE AT A TIME (restarting FF) until the problem returns.
Once you think you found the problem, disable that and re-enable all the others, then restart again. Let us know who the suspect is detective.
Some added toolbar and anti-virus add-ons are known to cause Firefox issues. Open the Add-ons Manager <Control><Shift> A and disable All of them.
It was an add-on causing the problem for me on this obituary site. The add-on was Videoconverter 4.0.0 by Wondershare.
选择的解决方案
Good work!