Problems in Internet explorer 7 with right column

October 08 Joomla Templates
GK User
Sat Oct 01, 2011 8:31 am
Hi!

My problem with this template is in right column when displaying it in internet explorer 7. Right colum is displayed at the bottom of the page, not on right side. I have create a new subdomain, installed joomla 1.7 clean, and only the template. Then, I have created a 2 simple modules, (visitors module), and placed it one in right bottom and the other in left bottom.

The demo site in IE8 is fine, not in IE7:
I enclose screenshoots of both, IE7 and IE8.

I need to have both columns in real side working in IE. What can be happening? do you know how to solve it? I like very much this template, and I would like to use it in my site. By the moment my site is waiting for solve this. It's urgent because IE7 is requiered, because main users that will access this page will connect from his work using this browser-

I enclose admin and password for test site:
http://test2.ugtelemadrid.org
admin: admin password: test

Thank you for your help!
User avatar
Junior Boarder

GK User
Thu Nov 17, 2011 8:10 pm
Did we get an answer to this problem. I'm having the same issue with the Black & White template
User avatar
Fresh Boarder

GK User
Fri Nov 18, 2011 1:09 am
I have too this problem and not only in Internet Exploler in Chrome too, with Black and White...
But maybe i can help to admins, look i have one "pirate archive" of template Blank and White where this problem don't exit, but there many other problems :) if you need the archiv i can give you, here i put 2 screens with my problem and link: _http://immomagnolia.com/index.php/catalog?view=property&id=1

Please help...
User avatar
Fresh Boarder

GK User
Fri Nov 18, 2011 8:43 am
Yes, Technical service sent me a few lines to add in override.css

This solved some issues. Other issues were due to conflicts between plugins and modules. I still have the site in construction, due to lack of time.

The code I added is:
#gkLeft,
.gkPaddingR{
padding-right: 6px !important;
}

But I don't know if your template have this position ...

I joomla 1.7 I noticed there are a lot of modules and plugins that have problems with IE 7, IE8, and IE9. I hadn't this problem with joomla 1.5. As Always use legal versions, with the help of technical support for each module, I solved this problem, usually dued to conflicts.

Also, I found that inserting this in the header, it solves a lot of issues with modules:

<meta http-equiv="X-UA-Compatible" content="IE=Emulate8" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<?php if($this->getParam("chrome_frame_support", '0') == '1') : ?>
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
<?php endif; ?>

In the top of the header.
Hope it can help you.
Kind regareds!
User avatar
Junior Boarder


cron