TOPIC: Problems with petshop template with Firefox and Internet Explorer

Problems with petshop template with Firefox and Internet Explorer 10 years 6 months ago #2133

  • cleon
  • cleon's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Hi,

I have been using Petshop template for Joomla 2.5 with Google Chrome without any problems but today I test it with Firefox and Internet Explorer and found that some parts are completely misaligned, especially with internet explorer (I'm using the latest versions on all browsers).
When possible please check this link: www.reinodosanimais.pt/index.php/gatos

You can also note that in Chrome the categories have a big space between the image and the name of the product. When possible I appreciate your help as I need to open the store ASAP. Thank you.

Cleon
The administrator has disabled public write access.

Re: Problems with petshop template with Firefox and Internet Explorer 10 years 6 months ago #2137

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello Cleon,

Did you edit any virtuemart template files ? maybe it missed some div tag.

Thanks
The administrator has disabled public write access.

Re: Problems with petshop template with Firefox and Internet Explorer 10 years 6 months ago #2144

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
You can also note that in Chrome the categories have a big space between the image and the name of the product.
Please remove this code or min-height in this code (file layout.css):
.ot-cat-sub .proimg-wrap {
    min-height: 200px;
}

and add this code to customs.css:
.category-view .category .spacer {
    margin-bottom: 10px;
}

Also, please make sure you did not miss any closing tag when edit files. The number of categories per row is 2 or 3 is good.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last Edit: 10 years 6 months ago by linh_omg.
The administrator has disabled public write access.

Re: Problems with petshop template with Firefox and Internet Explorer 10 years 6 months ago #2155

  • cleon
  • cleon's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Hello trungdt,

The space problem is solved. Thank you.
I'm going to check if there's any missing tag and let you know.

Regards,
Cleon
The administrator has disabled public write access.

Re: Problems with petshop template with Firefox and Internet Explorer 10 years 6 months ago #2159

  • cleon
  • cleon's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Hello trungdt.

I have checked all files that I have modified (very few) and couldn't find any missing div tag. O have also compared to the original files and no luck. I remember that I installed the full package and upgraded the template to the latest version, could this be the problem? What else can I do to fix this? Thank you very much.

Cleon
The administrator has disabled public write access.

Re: Problems with petshop template with Firefox and Internet Explorer 10 years 6 months ago #2166

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
I found error end div tag of your code (<div class="">Alimentação), check your source code below:
<h2>
<a href="/index.php/gatos/alimentacao2012-07-27-00-10-52" title="Alimentação" class="ot-cat-sub">
<span>
      <div class="proimg-wrap">
            <img src="/images/stories/virtuemart/category/resized/comendo3_200x160_200x160.jpg" alt="comendo3_200x160"  />
      </div>
      <br />
     <div class="">Alimentação
</span>
</a>
</h2>

and it shoulds
<div class="product_title_here">Alimentação</div>
Last Edit: 10 years 6 months ago by trungdt.
The administrator has disabled public write access.
The following user(s) said Thank You: cleon

Re: Problems with petshop template with Firefox and Internet Explorer 10 years 5 months ago #2650

  • rodimus
  • rodimus's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hi!
I have similar problem too. Can you help me?
As i understand the problem is here \components\com_virtuemart\views\category\tmpl\default.php at the line 114. Or i think so.
The </div> doesn't added after all.
Can you help to resolve the matter?

The solution was found - while creating category you can specify (sorry if i translated wrong) a category page view. There are 3 options. It was set "default" from the very beginning. I've set it to "default1" and the problem had gone away ^)
Last Edit: 10 years 5 months ago by rodimus. Reason: solved
The administrator has disabled public write access.
Time to create page: 0.108 seconds