|
|||
|
Hallo!
Habe versucht cloud zoom einzubauen. Habe es so gemacht: Code:
<!-- Load the Cloud Zoom CSS file --> <link href="../shop/css/cloud-zoom.css" rel="stylesheet" type="text/css" /> <!-- You can load the jQuery library from the Google Content Network. Probably better than from your own server. --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <!-- Load the Cloud Zoom JavaScript file --> <script type="text/JavaScript" src="../js/cloud-zoom.1.0.2.min.js"></script> Laut Beschreibung: Code:
<!--
An anchor with class of 'cloud-zoom' should surround the small image.
The anchor's href should point to the big zoom image.
Any options can be specified in the rel attribute of the anchor.
Options should be specified in regular JavaScript object format,
but without the braces.
-->
<a href='/images/zoomengine/bigimage00.jpg' class = 'cloud-zoom' id='zoom1'
rel="adjustX: 10, adjustY:-4">
<img src="/images/zoomengine/smallimage.jpg" alt='' title="Optional title display" />
</a>
Code:
{if $PRODUCTS_IMAGE!=''}<a href="{$PRODUCTS_POPUP_LINK}" class = 'cloud-zoom' id='zoom1'
rel="adjustX: 10, adjustY:-4"><img src="{$PRODUCTS_IMAGE}" alt="{$PRODUCTS_NAME}" /><img src="{$tpl_path}img/lupe.gif" border="0" alt="" />Vergrößern</a>{/if}
Wo kann ich den Fehler haben? In einem Anderen Shop funktionierts und in meinen 2 anderen eben nicht. |
![]() |
| Lesezeichen |
| Stichworte |
| cloud, zoom |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Tag Cloud Plugin positiv oder negativ für SEO? | DaCommi | Fragen zur Software | 4 | 26.07.2010 07:28 |
| Zoom funktion auf Product info | Meijestic | Shopbereich | 2 | 20.08.2008 13:52 |