mizzy Posted March 26, 2009 Report Share Posted March 26, 2009 Hallo, ich wollte mal fragen wie man bei mehreren Produktbilder bei den Pop Up Bildern blättern kann, so wie hier: http://www.xtcommerce-shop.com/product_info.php/info/p182_xt-Commerce-VEYTON-4---Basic.html Auch das der Bildname dort steht wäre toll Weiß zufällig jemand wie man das mit Veyton realisieren kann? Link to comment Share on other sites More sharing options...
stumpy666 Posted March 26, 2009 Report Share Posted March 26, 2009 Eigentlich sollte der Zusatz rel="gallery-plants" in den Links im template reichen. Also: <a href="{img img=$products_image type=m_popup path_only=true}" class="thickbox" rel="gallery-plants"> Klappt bei mir aber nicht... bleibt nur der Ladebalken hängen... Link to comment Share on other sites More sharing options...
mzanier Posted March 26, 2009 Report Share Posted March 26, 2009 dafür muss man nur im template den links einen rel tag mitgeben zb rel="gallery" und wenn der produktname dort stehen soll muss er als link title gesetzt sein. Link to comment Share on other sites More sharing options...
mizzy Posted March 26, 2009 Author Report Share Posted March 26, 2009 Wo im Template genau? oder in der .js Datei der Thickbox, die unter xtFramework\library\jquery dort gibt es: thickbox.css thickbox.js thickbox-compressed.js obwohl ich dort nur ungern etwa ändern möchte, wegen updatefähgkeit. würde es also lieber direkt im Template machen, nur leider weiß ich nicht wo ich anpacken soll. --- oh mario war schneller :-) gleich mal probieren. Danke Link to comment Share on other sites More sharing options...
mizzy Posted March 26, 2009 Author Report Share Posted March 26, 2009 dafür muss man nur im template den links einen rel tag mitgeben zb rel="gallery" und wenn der produktname dort stehen soll muss er als link title gesetzt sein. danke klappt super Link to comment Share on other sites More sharing options...
stumpy666 Posted March 26, 2009 Report Share Posted March 26, 2009 wie gesagt.. genauso hab ichs gemacht und dennoch seh ich nur den Ladebalken :-( Link to comment Share on other sites More sharing options...
mizzy Posted March 26, 2009 Author Report Share Posted March 26, 2009 wie gesagt.. genauso hab ichs gemacht und dennoch seh ich nur den Ladebalken :-( also ich habe in der product.html folgendes geändert: <a href="{img img=$products_image type=m_popup path_only=true}" class="thickbox">{img img=$products_image type=m_info alt=$products_name}</a> und <a href="{img img=$products_image type=m_popup path_only=true}" class="thickbox" rel="gallery">{img img=$products_image type=m_info alt=$products_name}</a> und <div id="more_images"> {foreach name=aussen item=img_data from=$more_images} <a href="{img img=$img_data.file type=m_popup path_only=true}" class="thickbox">{img img=$img_data.file type=m_thumb alt=$products_name}</a> {/foreach} </div>{/if} in <div id="more_images"> {foreach name=aussen item=img_data from=$more_images} <a href="{img img=$img_data.file type=m_popup path_only=true}" class="thickbox" rel="gallery">{img img=$img_data.file type=m_thumb alt=$products_name}</a> {/foreach} </div>{/if} das einzige was nicht so recht geht ist das mit Artikelnamen, wenn ich jetzt dort folgendes drauß mache kommt der Artikelname nicht. <a href="{img img=$products_image type=m_popup path_only=true}" class="thickbox" title=$products_name>{img img=$products_image type=m_info alt=$products_name}</a> Link to comment Share on other sites More sharing options...
stumpy666 Posted March 26, 2009 Report Share Posted March 26, 2009 jetzt gehts danke! Du hast die Klammern vergessen: title="{$products_name}" Link to comment Share on other sites More sharing options...
mizzy Posted March 26, 2009 Author Report Share Posted March 26, 2009 perfekt, dank dir v.g. micha Link to comment Share on other sites More sharing options...
Der_Beni Posted June 21, 2009 Report Share Posted June 21, 2009 ...ich versuche das mit dem "weiter klicken" immer noch, leider ohne Erfolg! Halte mich exact an euren Code, jedoch erscheint bei mir immer nur ein weißer Ladebalken.... ...allerding verwende ich jquery tabs...und rufe die Bilder erst in einem Reiter auf, kann es daran liegen...oder an den zusätzlichen jquery-scripts, die ich lade?! hat jemand dieses Problem mittlerweile schon gelöst?! Link to comment Share on other sites More sharing options...
Sigma Posted April 30, 2010 Report Share Posted April 30, 2010 Das klappt super, vielen Dank! Ich habe manchmal sehr hohe bilder, wie kann cih denn einstellen, dass das thickbox popup immer horizontal UND vertikal zentriert ist? vielen dank vorab Link to comment Share on other sites More sharing options...
nEmi76 Posted June 1, 2010 Report Share Posted June 1, 2010 Hey, Danke für die Tips, auch bei mir klappts super. Aber kann mir evtl jemand noch sagen, wo ich einstellen kann, dass wenn das Popup offen ist und ich auf das Bild klicke, es nicht zu geht, sondern das nächste kommt?! MFG Antje Link to comment Share on other sites More sharing options...
oldbear Posted June 2, 2010 Report Share Posted June 2, 2010 da müsstest Du dann schon den Quellcode der Thickbox ändern, reichen Dir die Pfeilchen zum nächsten/vorigen Bild nicht ? Grüsse Link to comment Share on other sites More sharing options...
nEmi76 Posted June 2, 2010 Report Share Posted June 2, 2010 Also falls es viel zu kompliziert ist, reicht es auch so, klar. Aber ich finde es einfach super angenehm, wenn man einfach iwo aufs Bild klicken kann und dann das nächste kommt. Mag ich einfach lieber. Ich schaue schon mal ob ich finde wo das geht, aber falls Du es mir sagen kannst würde ich mich sehr freuen Liebe Grüße Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.