Page 1 of 1
Broken layout with IE
Posted: Sun Mar 04, 2012 5:01 am
by lukinhasb
My site looks fine in all browsers, except for one. Guess who!?
Of course, Internet Explorer, it's always him.
What I've discovered so far:
It only bug in "Product" page.
When I disable "Category" it stops bugging.
It works normal in Home and other pages
Only bugs with Internet Explorer.
Here's my website:
http://rc1motos.web669.uni5.net
Already tried messing with products.tpl, category.tpl and stuff, but had no luck.
Any ideas?
Thanks

Re: Broken layout with IE
Posted: Sun Mar 04, 2012 9:50 pm
by lukinhasb
Please, I really need help with this!

Re: Broken layout with IE
Posted: Mon Mar 05, 2012 5:39 am
by lukinhasb
bump
Re: Broken layout with IE
Posted: Mon Mar 05, 2012 6:14 pm
by danaidk
I think the problem is about css. Please check your css agian. (such as: margin:....)
Re: Broken layout with IE
Posted: Mon Mar 05, 2012 7:14 pm
by grgr
You'll have to take that up with wherever you got the theme.
At a glance it looks like it might just be a misplaced/missing </div>, FF etc is very forgiving of such things but IE is not.
Re: Broken layout with IE
Posted: Mon Mar 05, 2012 10:14 pm
by lukinhasb
Ok, so.
I've been debugging, I disabled all modules to see what happens
Everything works fine if I disable Category module.
Just give me a clue where should I start, I've tried messing with some files but at random.
Here's a part of the source code for categories:
Code: Select all
<div id="column-left">
<div class="box">
<div class="box-heading">Categorias</div>
<div class="box-content">
<div class="box-category">
<ul>
<li>
<a href="http://rc1motos.web669.uni5.net/index.php?route=product/category&path=87">Acesórios/Diversos</a>
<ul style="display:block">
<li>
<a href="http://rc1motos.web669.uni5.net/index.php?route=product/category&path=87_93"> - Bandagem</a>
</li>
<li>
<a href="http://rc1motos.web669.uni5.net/index.php?route=product/category&path=87_94"> - DVD / VHS</a>
</li>
##AND SO ON##
Maybe a CSS glitch for ul and li? Maybe a div displacement? By the way things are bugged there, can anyone tell for sure?
Remembering this only happens in "Product" page, in Home and stuff categories and layout are displayed normally
Re: Broken layout with IE
Posted: Tue Mar 06, 2012 5:38 am
by lukinhasb
OMG this is so frustrating.
When I disable "Category" module in admin panel, it works normally
But if I simply delete "<?php echo $column_left; ?>" in product.tpl, category wont' show up but it will still be bugged.
Same happens if I clear all file "category.tpl". It doesn't appears, but still bugs.
What the f*** is happening?
Jeez, I hate microsoft.
Could someone support me trough teamviewer or something?
Re: Broken layout with IE
Posted: Tue Mar 06, 2012 11:08 am
by lukinhasb
It all works fine in Chrome and Firefox, only in IE it bugs

Re: Broken layout with IE
Posted: Thu Mar 08, 2012 6:26 am
by lukinhasb
bump

Re: Broken layout with IE
Posted: Fri Mar 09, 2012 11:45 am
by lukinhasb
bump :/
Re: Broken layout with IE
Posted: Sat Mar 10, 2012 12:35 am
by lukinhasb
ahh, come on guys... Please help me out with this one

Re: Broken layout with IE
Posted: Sat Mar 10, 2012 10:43 am
by lukinhasb
scott2012 wrote:
I think the problem is about css.
Man... This is killing me, you don't even imagine how...
Dude I'm feeling like blowing up Microsoft, it's so fucking crappy!!!!!!!!!!
I don't think it's a CSS issue,
WHY:
If I delete "<?php echo $column_left; ?>" from product.tpl, category won't show up, won't be in the source code, but it will still bug.
The only way to solve it is to disable
Category Module at
Product Page in
Admin Panel
So, that makes me think. There must be somewhere where it says "If category is enabled, then
do something that bugs", and I think it's not related to category.tpl, because as shown before, it bugs even when category isn't in source code.
So, this bug must be related with 3 files:
1 - product.tpl (file that render product's page. This bug only happens in Product Page, in Home it's normal)
2 - category.tpl (file that render category list, <ul>, <div> and stuff)
3 - some other file that I don't know
Re: Broken layout with IE
Posted: Mon Mar 12, 2012 3:32 am
by lukinhasb
Re: Broken layout with IE
Posted: Wed Mar 14, 2012 2:01 am
by lukinhasb
bump
Re: Broken layout with IE
Posted: Wed Mar 14, 2012 5:48 am
by marvmen21
Don't double post. It won't help in any way, and is against the forum rules. Check my recommendation in other thread.
Re: Broken layout with IE
Posted: Wed Mar 14, 2012 8:15 am
by JNeuhoff
lukinhasb wrote:Ok, so.
I've been debugging, I disabled all modules to see what happens
Everything works fine if I disable Category module.
Just give me a clue where should I start, I've tried messing with some files but at random.
Here's a part of the source code for categories:
Code: Select all
<div id="column-left">
<div class="box">
<div class="box-heading">Categorias</div>
<div class="box-content">
<div class="box-category">
<ul>
<li>
<a href="http://rc1motos.web669.uni5.net/index.php?route=product/category&path=87">Acesórios/Diversos</a>
<ul style="display:block">
<li>
<a href="http://rc1motos.web669.uni5.net/index.php?route=product/category&path=87_93"> - Bandagem</a>
</li>
<li>
<a href="http://rc1motos.web669.uni5.net/index.php?route=product/category&path=87_94"> - DVD / VHS</a>
</li>
##AND SO ON##
Maybe a CSS glitch for ul and li? Maybe a div displacement? By the way things are bugged there, can anyone tell for sure?
Remembering this only happens in "Product" page, in Home and stuff categories and layout are displayed normally
Compare your generated product page source code for both flavors: One where category module is dis-abled, the other where <?php echo $column_left; ?> is removed. Are there differences you can spot?
Re: Broken layout with IE
Posted: Tue Oct 23, 2012 4:25 am
by rwalker
Hi,
I don't know if you had gotten this cleared up. But I was having IE and Safari rendering issues also.
I used the W3 Css validate here:
http://jigsaw.w3.org/css-validator/
And my site works as it should in IE and Safari.