Jump to content
xt:Commerce Community Forum

Thickbox durch Colorbox ersetzen


ador-design.de

Recommended Posts

Hallo,

bin eigentlich davon überzeugt, das ich alles richtig gemacht habe, es geht aber trotzdem nicht, leider.

Die Colorbox geht aber nicht, das Bild wird einfach im neuen Fenster geöffnet.

js.php:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

<script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/colorbox/jquery.colorbox.js"></script>

<script>

			$(document).ready(function(){

				$(".colorbox").colorbox({rel:'prod_gallery'});

			});

</script>
in product.html:
<a href="{img img=$products_image type=m_popup path_only=true}" class="colorbox" rel="prod_gallery">{img img=$products_image type=m_info alt=$products_name|escape:"html"}</a>[/code]

die css ist natürlich auch eingebunden.

Im Quellcode wird auch alles angezeigt und verlinkt auf das richtige.

Was stimmt nicht?

mfg

Link to comment
Share on other sites

Ich habe das so gemacht,

in die js.php


<script type="text/javascript" src="http://www.indigo-cosmetics.com/xtFramework/xtAdmin/colorbox/jquery.colorbox-min.js"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function(){$(".colorbox").colorbox({rel:'prod_gallery'});}); </script> [/HTML]

und in die css.php

[HTML]<link rel="stylesheet" type="text/css" href="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtAdmin/colorbox/colorbox.css" />[/HTML]

in den product.html´s habe ich einfach -class="thickbox"- gegen class="colorbox" ausgetauscht

scheint zu funktionieren, aber die Navigation fehlt, wenn das große Bild da ist, kann ich nicht zurück.

was kann das denn sein??

Grüße

Manfred

Link to comment
Share on other sites

Hallo Oldbear,

bei

rel="colorbox" bekomme ich eine 404 Meldung

bei

"rel="colorbox" gehts, aber die Navigation ist nach wie vor nicht da.

Hmm?

Gruß

Moin auch

in der product.html stehts so....

     {if $products_image!=''}
<div id="productinfoimages">
<a href="{img img=$products_image type=m_popup path_only=true} "rel="colorbox">{img img=$products_image type=m_info alt=$products_name|escape:"html"}</a>
</div>
{/if} [/html]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...