Jump to content
xt:Commerce Community Forum

Carousel Flash Anleitung


Landixus

Recommended Posts

  • Replies 51
  • Created
  • Last Reply

mh habe das selbe problem wie dragon vorher...bei mir bewegt sich einfach nix, die js.php beinhaltet aber (scheinbar im gegensatz zum zeitpunkt wo dragon das problem hatte) lediglich einmal die jquery einbindung

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


<script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/jquery/cloud-carousel.1.0.4.min.js">


$(document).ready(function(){


	// This initialises carousels on the container elements specified, in this case, carousel1.

	$("#carousel1").CloudCarousel(		

		{			

			xPos: 128,

			yPos: 32,

			autoRotate: 'left', 

			buttonLeft: $("#left-but"),

			buttonRight: $("#right-but"),

			altBox: $("#alt-text"),

			titleBox: $("#title-text")

		}

	);

});


</script>


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


mehr is nich drin, habe auch schritt für schritt nach anleitung gearbeitet, funktionieren tut es trotzdem nicht :/

Link to comment
Share on other sites

mh habe das selbe problem wie dragon vorher...bei mir bewegt sich einfach nix, die js.php beinhaltet aber (scheinbar im gegensatz zum zeitpunkt wo dragon das problem hatte) lediglich einmal die jquery einbindung

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


<script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/jquery/cloud-carousel.1.0.4.min.js">


$(document).ready(function(){


	// This initialises carousels on the container elements specified, in this case, carousel1.

	$("#carousel1").CloudCarousel(		

		{			

			xPos: 128,

			yPos: 32,

			autoRotate: 'left', 

			buttonLeft: $("#left-but"),

			buttonRight: $("#right-but"),

			altBox: $("#alt-text"),

			titleBox: $("#title-text")

		}

	);

});


</script>


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


mehr is nich drin, habe auch schritt für schritt nach anleitung gearbeitet, funktionieren tut es trotzdem nicht :/

Ich vermute bereits ein ähnliches Problem wie bei mir.

Gibt mal die letzte Zeile (also wo du die thickbox eibindest) nach oben zu den anderen (ich hatte auch unter der Konfig eine Einbindung und ich denke das gefällt ihm nicht)

Ansonsten kannst du noch in der Konfig die beiden Zeilen hinzufügen damit es sich von selbst dreht.


speed: 0.01,
autoRotateDelay: 1500,[/PHP]

Link to comment
Share on other sites

Du musst in der Produkt Listing unbedingt die Klasse cloudcarousel zuweisen

<a href="{$module_data.products_link}" title="{$module_data.products_name|replace:'"':'"'}">{img img=$module_data.products_image type=m_info class=cloudcarousel alt=$module_data.products_name|replace:'"':'"' title=$module_data.products_name|replace:'"':'"'}</a>[/HTML]

Ansonsten sieht aus meiner Sicht alles gut aus (wenn du das cloud carousel im jquery ordner ist)

Link to comment
Share on other sites

  • 2 weeks later...

na definiert wir er in der productlisting (das was fett ist).

<a href="{$module_data.products_link}" title="{$module_data.products_name|replace:'"':'"'}">{img img=$module_data.products_image type=m_info class=cloudcarousel alt=$module_data.products_name|replace:'"':'"' title=$module_data.products_name|replace:'"':'"'}</a>

vieleicht hast du hier was doppelt?

Link to comment
Share on other sites

na definiert wir er in der productlisting (das was fett ist).

<a href="{$module_data.products_link}" title="{$module_data.products_name|replace:'"':'"'}">{img img=$module_data.products_image type=m_info class=cloudcarousel alt=$module_data.products_name|replace:'"':'"' title=$module_data.products_name|replace:'"':'"'}</a>

vieleicht hast du hier was doppelt?

danke sams, genau das wars.

du hast mir das Wochenende gerettet ;-)

Link to comment
Share on other sites

  • 4 weeks later...

Vielen Dank an Alle hat primma geklappt !!!!

Super das es nun geklappt hat.

Bei mir funktioniert nun auch alles nur hab ich gemerkt wenn ich beim ersten bild rechts klicke bleibt der Text vom ersten Bild immer stehen.

Erst wenn ich zurück/links rotiere und beim ersten Bild vorbei bin aktualisiert er den Text.

Hat jemand ein ähnliches Problem mit dem rechts Button / rotieren ?

Link to comment
Share on other sites

  • 2 months later...

Hallo zusammen,

habe leider (auch nach allen Anregungen und Korrekturen, die ich hier gefunden habe) immer noch das Problem, dass sich bei mir gar nichts tut. Habe die (bisher ausgewählten) Bilder auch nur unten auf meiner Startseite als 2D nebeneinander.

Bewegung ist auch nicht vorhanden.

Was mir bei meinem Template aufgefallen ist:

Wenn ich die product_listing_start3d.html in den Ordner product_listing spiele kann ich diese Variante nicht

- im Backend,

- beim Artikel,

- im Reiter Template,

- im Punkt Artikellisting Template

finden. Dort Eintragen bringt auch nichts, da beim nächsten Aufruf wieder alles leer ist.

Spiele ich die Datei aber unter product_list kann ich sie auswählen.

In jedem Fall läuft bei mir nichts.

Hoffe auf Eure Hilfe.

Link to comment
Share on other sites

Meine js.php:

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

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

<script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/jquery/cloud-carousel.1.0.4.min.js"></script>

<script language="JavaScript" type="text/javascript">

$(document).ready(function(){

$("#carousel1").CloudCarousel(

{

speed: 0.01,

autoRotateDelay: 1500,

autoRotate: 'left',

xPos: 300,

yPos: 20,

altBox: $("#alt-text"),

titleBox: $("#title-text"),

reflHeight: 40,

reflGap: 3,

reflOpacity: 0.5,

yRadius: 10,

}

);

});

</script>

Link to comment
Share on other sites

  • 3 weeks later...

soo habe das carousell komplett intigriert ^^ soo nun habe ich aber ein kleines problem unzwar sind meine Artikelbilder an sich sehr groß^^ und genauso werden sie auch im carousell angezeigt ist es möglich die größe der Bilder speziell fürs carousell zu ändern??

MfG

erstell dir ein neuen Bildtyp - anschließend noch Imageprocessing -> Done

Link to comment
Share on other sites

Archived

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


×
  • Create New...