Post by lukinhasb » Sun Mar 04, 2012 5:01 am

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 ;D

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Sun Mar 04, 2012 9:50 pm

Please, I really need help with this! ???

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Mon Mar 05, 2012 5:39 am

bump

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by danaidk » Mon Mar 05, 2012 6:14 pm

I think the problem is about css. Please check your css agian. (such as: margin:....)

Newbie

Posts

Joined
Fri Mar 02, 2012 1:25 pm

Post by grgr » Mon Mar 05, 2012 7:14 pm

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.

-
Image Image Image
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS


User avatar
Active Member

Posts

Joined
Mon Mar 28, 2011 4:08 pm
Location - UK

Post by lukinhasb » Mon Mar 05, 2012 10:14 pm

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

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Tue Mar 06, 2012 5:38 am

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?

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Tue Mar 06, 2012 11:08 am

It all works fine in Chrome and Firefox, only in IE it bugs Image

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Thu Mar 08, 2012 6:26 am

bump :-X

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Fri Mar 09, 2012 11:45 am

bump :/

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Sat Mar 10, 2012 12:35 am

ahh, come on guys... Please help me out with this one :-[

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Sat Mar 10, 2012 10:43 am

scott2012 wrote:ImageI 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

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Mon Mar 12, 2012 3:32 am

Image

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by lukinhasb » Wed Mar 14, 2012 2:01 am

bump

New member

Posts

Joined
Fri Sep 30, 2011 8:21 am

Post by marvmen21 » Wed Mar 14, 2012 5:48 am

Don't double post. It won't help in any way, and is against the forum rules. Check my recommendation in other thread.

You want to thank me for my time! :) Click here to donate


Active Member

Posts

Joined
Tue Nov 09, 2010 4:54 am

Post by JNeuhoff » Wed Mar 14, 2012 8:15 am

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?

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by rwalker » Tue Oct 23, 2012 4:25 am

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.

Discount Golf Clubs and Golf Equipment - Powered by Opencart


New member

Posts

Joined
Fri Jul 01, 2011 8:14 am
Who is online

Users browsing this forum: No registered users and 19 guests