footer is npt displaying in joomla - footer

I am facing a problem for my website, The Footer of my website is not displaying in internet explorer except home page, My website is built in Joomla, although it is displaying fine in all other browsers, kindly help me my website is www.gautampolymers.com
Sandeep Kumar

The footer is visible (and looks good) on Firefox 24, Internet Explorer 9 and 8 (I tested with Windows 7 32-Bit). I also looked at the 'code', there isn't anything (like Javascript accesses or CSS properties) that would hide the footer.
Here's the proof that it works on Internet Explorer 8:
http://i.stack.imgur.com/IJSYo.png

Related

Browser compatibility issues with Bootstrap

I am using Bootstrap in my MVC 5 application. The problem is that it works well on Firefox 35 an above but the UI gets disturbed when I open on IE 9 and IE 10.
Also, button colors that I am using appear as white on IE.
I want to make the application compatible to all the browsers.
Is this the problem with Bootstrap or CSS? What changes to make to make site work well on all browsers?
You can check the Browser and device support for bootstrap for supported and not supported features.
Additionaly Wall of browser bugs for some more information of known browser bugs.

Report is not displaying IE 10 and above

I've designed an SSRS report in SQL Server 2008 R2. I'm displaying the report in an MVC application using the ReportViewer control.
It is working fine in Firefox and Chrome and below IE10 browsers. However, in IE 10 the report is not getting displayed.
If I changed browser mode to IE10 Compat View in the IE Developer Tools (F12), it is working fine. Please check the attached images:
I have gone through several forum's posts, most of them suggesting to keep an meta tag in master file:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIEX">
where X is the IE Version. Some other forum threads suggests to install Service Pack 2 for SQL Server, which I tried but still no luck.
We can not suggest to end user (some of whom may be non-technical) to change the browser mode in Developer Tools.
Please help me display the report in latest IE browsers (IE10 or above) by default.
I've had a similar problem plaguing me for awhile now, and I've never truly been able to get IE10+ to display a report without using compatibility mode. I did discover a workaround though.
Instead of displaying the report in the Report Viewer, I set the display mode to open the report in another program. It appears that your report could be exported to Excel, so I would set the report to open in Excel.
In c# it would look something like this:
rp.ReportDisplayMode = "Excel";

Rails, iframe login doesn't work IE9

I am using Rails 2.3.5
What I am trying to do is, by using iframe, I am embedding another website's log in screen into my own website.
Problem is starting when I try to "log in" the website inside the iframe. It is working perfectly fine in Chrome and Mozilla bu not in IE (what a surprise).
To be clear: I am able to see the website inside the iframe only thing that I couldn't do is logging in.
Possible problem: I made an extensive research and I learned because the IE doesn't remember my session (doesn't set cookies) I am not able to log in the site inside the iframe.
p.s : using divs probably won't work for me because if I use div and then log in (hit submit button of that website) then I will end up the website inside my div (inside my iframe right now). I need to stay in my own website.
I am going to band my head against the wall, so waiting for you comments.
(please comment if you need to see some code source or sth. else)
Thanks.
That's worked for me:
"Internet Explorer > Settings > Internet Options > Privacy > Sites" and then I added the name of the website inside my iframe, done.

Uploadify not clickable in JQuery UI's Dialog and Firefox 17

This is a really weird issue. I've first read the answer from Maayan Glikser on this question which looked similar : Uploadify inside Jquery UI Dialog => Chrome & Opera bugs
It didn't work at all. Let me explain my problem.
I have 3 different Uplodify (Flash version) controls on my website (not on the same pages), only one of them doesn't work and it's the one that is inside a JQuery UI Dialog. Basically, the button is visible but not clickable. The problem occurs only for this particular control, the others behave normally.
So I tried adjusting the z-index inside the javascript, it didn't change anything. Then I tried adding manually (through firebug's "edit html" feature) a <br /> at the beginning of the container generated by uploadify and bam, the button became clickable
I then tried adding the <br /> on page load with $("#fmuploader").prepend('<br />') and nothing happened, the line break was added but the button wasn't clickable. When I added manually a blank space it became clickable again.
I believe there is some kind of paint event that gets triggered when you manually edit the page from firebug which makes the button suddenly become clickable, but I'm really wondering if I can make it finally work as intended without asking all my firefox-using visitors to install firebug :)
It is really hard to explain so I have setup a small test page at this address : deleted (edit: the test page is now offline on the production environment and is no longer reachable)
This reproduces exactly the problem I have.
Load the page, click the link to open the popup, open firebug, find the uploader's container <div id="fmuploader" class="uploadify" style="height: 30px; width: 120px;"> and just add a blank space after the opening tag. The button becomes clickable.
The problem occurs on Firefox 17 with no add-ons except firebug and Flash 11. The problem does not occur on IE 7/8/9 and Chrome on the same machine.
Update: I tested it with Firefox 15 and wasn't able to reproduce the bug.
I had a similar issue, but found that updating Firebug to version 1.11 sorted it.
It was only seemed to be the issue in verstion 1.10.
Looks like a change in the Firefox 17 security model means that minified version of jQuery breaks when using Firebug. Plenty of jQuery based stuff has stopped working for me in Firefox 17 unless I disable Firebug.
https://blog.mozilla.org/addons/2012/08/20/exposing-objects-to-content-safely/
https://developer.mozilla.org/en-US/docs/XPConnect_wrappers

IIS6 with IE8 not loading ASP.NET MVC site properly

This is odd, and I hope I explain it correctly.
When I debug locally with VS2008, IE8 looks like FF and Chrome (minus the obvious). It works well, and I'm happy.
When I use IE8 with our IIS6 box (Win2003) or Cassini, buttons aren't aligned, javascript errors occur, and some other CSS anomolies occur: Table cells missing colored borders, div elements having different dimensions by 2-3pixels.
If anyone has come across this, please let me know - It's completely baffling me
IE8 runs in different modes depending on if it's visiting a site running on localhost vs another server. It's weird, I know. I've run across this issue before as well. Use the developer tools (F12) and check which mode (Quirks, IE7 Standard, IE8 Standard, IE8 Compatibility) the browser is running in.
Could it be an old CSS file that is cached on the client?

Resources