Jump to content

Product image thumbnials problem.


Recommended Posts

Hi,

I am using 1.4.7. I have a slight problem with my product thumb nails. They are not showing correctly. Neither is the product image zoom working correctly.

You can see here: http://site.footballamerica.co.uk/store/helmets/18-xenith-x2.html

 

I think i know whats causing the problem, i just dont know how to fix it.

 

I have a drop down menu on the first 2 tabs of my top menu which needs these scripts in the <head> of the page (in this case header.tpl).

 

<link rel="stylesheet" type="text/css" href="http://footballamerica.co.uk/dropmenu/ddmegamenu.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="http://footballamerica.co.uk/dropmenu/ddmegamenu.js"></script>
<script>
ddmegamenu.docinit({
menuid:'menuhelmets',
dur:200 //<--no comma after last setting
})
ddmegamenu.docinit({
menuid:'menupads',
dur:200,
easing:'easeInOutCirc' //<--no comma after last setting
})
</script>

 

When this code is removed, all works well. But I need this drop down menu to work also.

 

 

If anyone could help that would be great!

 

Thanks

Link to comment
Share on other sites

Hi,

 

used this code :

 

<link rel="stylesheet" type="text/css" href="http://footballamerica.co.uk/dropmenu/ddmegamenu.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="http://footballamerica.co.uk/dropmenu/ddmegamenu.js"></script>
<script>
{literal}
ddmegamenu.docinit({
menuid:'menuhelmets',
dur:200 //<--no comma after last setting
})
ddmegamenu.docinit({
menuid:'menupads',
dur:200,
easing:'easeInOutCirc' //<--no comma after last setting
})
{/literal}
</script>

Link to comment
Share on other sites

×
×
  • Create New...