giller Posted July 20, 2010 Report Share Posted July 20, 2010 Das Thickbox Projekt wurde wohl eingestellt alternativ gibt es die ColorBox - customizable lightbox plugin for jQuery 1.3 & 1.4 aber wie integriert man diese? Link to comment Share on other sites More sharing options...
dremax Posted July 20, 2010 Report Share Posted July 20, 2010 Testen wir auch gerade. ;-) ich geb dir pm Bescheid . Link to comment Share on other sites More sharing options...
dukie6666 Posted July 21, 2010 Report Share Posted July 21, 2010 das baue ich schon eine ganze Zeit als Alternative in meine Templates. Is echt gut das Teil und lässt sich schön anpassen. Link to comment Share on other sites More sharing options...
dragon_0000 Posted September 14, 2010 Report Share Posted September 14, 2010 Hab nun die Colorbox erfolgreich eingebaut und kann auch bei klicken auf das Bild zum nächsten springen. Jetzt würde ich noch gerne alle (nachfolgenden) Bilder unterhalb des Bildes einblenden, hat da jemand eine Idee? Link to comment Share on other sites More sharing options...
giller Posted March 4, 2011 Author Report Share Posted March 4, 2011 dragon da Du grade on air bist kannst du mir mal ein codesnipe zeigen vom colorbox einbau irgendwie fnktioniert es nicht mit der fancybox hatte ich nicht das problem Link to comment Share on other sites More sharing options...
dragon_0000 Posted March 4, 2011 Report Share Posted March 4, 2011 Hallo Giller, sorry hab die colorbox gar nicht mehr im Einsatz Gruß Alois Link to comment Share on other sites More sharing options...
giller Posted March 4, 2011 Author Report Share Posted March 4, 2011 Habs grad gefunden wie immer syntax fehler was nutzt jetzt Fancybox hatte ich vorher wollte jetzt aber die color nehmen da da die navigation wie erwartet unten liegt Link to comment Share on other sites More sharing options...
shakedealer Posted August 8, 2011 Report Share Posted August 8, 2011 Kann mir vielleicht jemadn sagen, wie ich die Thickbox durch die Colorbox ersetze? Danke im Voraus! Link to comment Share on other sites More sharing options...
giller Posted August 9, 2011 Author Report Share Posted August 9, 2011 Kurz knapp 1. Colorbox Runterladen 2. in die xtFramwork entpacken 3. in deinem Template im ordner javasript das sript einbinden von der colorbox 4. die css formatireung würde ich direkt in deine style.css packen zwecks performance. 5. template anpassen damit die box auch wies welche bilder mit ihr geöfnet werden sollen Es währe schön wenn du dich jetzt selber reinkniest und erstmal probierst alls lehrn efect Link to comment Share on other sites More sharing options...
shakedealer Posted August 9, 2011 Report Share Posted August 9, 2011 Danke aber das klappt so nicht. Habe es so versucht. 1. das komplette colorbox Verzeichnis ins xtFramework/libraries hochgeladen. 2. in der js.js meines Templates habe ich folgendes hinzugefügt: <script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/colorbox/colorbox/jquery.colorbox-min.js"></script> 3. im Template product.html class="thickbox" durch class="colorbox" ersetzt. Leider klappt es so nicht. Wenn ich nun versuche Bilder im Shop zu öffnen, erscheinen diese ganz normal - als neues Internet Tab. Wäre super, wenn Du mich auf die richtige Spur führen wrüdest :-) Link to comment Share on other sites More sharing options...
timmey123 Posted August 12, 2011 Report Share Posted August 12, 2011 schätze deine library wird nicht richtig geladen ... <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> hast du auch das in deiner js.php bedacht? Link to comment Share on other sites More sharing options...
shakedealer Posted August 20, 2011 Report Share Posted August 20, 2011 schätze deine library wird nicht richtig geladen ... <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> hast du auch das in deiner js.php bedacht? Ja, Eintrag in der js.php wie folgt: <script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/jquery/jquery-1.2.6.min.js"></script>[/CODE] Keiner sonst eine Idee? :-( Link to comment Share on other sites More sharing options...
timmey123 Posted August 22, 2011 Report Share Posted August 22, 2011 Kommentiere <script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/jquery/jquery-1.2.6.min.js"></script> mal aus und füge einfach stattdessen <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> ein. Der Unterschied liegt in der Version der library - das könnte zumindest der Fehler sein ... Link to comment Share on other sites More sharing options...
giller Posted August 22, 2011 Author Report Share Posted August 22, 2011 Danke aber das klappt so nicht. 3. im Template product.html class="thickbox" durch class="colorbox" ersetzt. Leider klappt es so nicht. Wenn ich nun versuche Bilder im Shop zu öffnen, erscheinen diese ganz normal - als neues Internet Tab. Wäre super, wenn Du mich auf die richtige Spur führen wrüdest :-) rel=colorbox Link to comment Share on other sites More sharing options...
NilsK Posted August 22, 2011 Report Share Posted August 22, 2011 Hallo, in der .14 ist die colorbox schon mit drin. Herzliche Grüße Nils Link to comment Share on other sites More sharing options...
optimizer Posted September 6, 2011 Report Share Posted September 6, 2011 Nein ist in der .14 version nicht mit drin, musst sleber einbauen! Link to comment Share on other sites More sharing options...
Fr3d Posted December 8, 2011 Report Share Posted December 8, 2011 Habe das selbe problem, das bild wird in einer neuen seite angezeigt. <a href="{img img=$products_image type=m_popup path_only=true}" class="colorbox" rel="colorbox" rel="prod_gallery">{img img=$products_image type=m_info alt=$products_name|escape:"html"}</a>[/HTML] Link to comment Share on other sites More sharing options...
timmey123 Posted December 8, 2011 Report Share Posted December 8, 2011 hast du die daten in der js.php auch richtig implementiert? Link to comment Share on other sites More sharing options...
Fr3d Posted December 8, 2011 Report Share Posted December 8, 2011 Hoffe ich doch. Link to comment Share on other sites More sharing options...
timmey123 Posted December 8, 2011 Report Share Posted December 8, 2011 poste mal den codeauszug aus der /javascript/js.php Link to comment Share on other sites More sharing options...
Fr3d Posted December 8, 2011 Report Share Posted December 8, 2011 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.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/jquery.colorbox-min.js"></script>[/HTML] Link to comment Share on other sites More sharing options...
timmey123 Posted December 8, 2011 Report Share Posted December 8, 2011 kommentiere mal die thickbox aus, kann sein, dass sich die zwei nicht vertragen, brauchst du ja eh nicht, sofern du die colorbox nutzen willst. die "jquery.colorbox-min.js" liegt auch in dem besagten ordner? Link to comment Share on other sites More sharing options...
Fr3d Posted December 8, 2011 Report Share Posted December 8, 2011 thickbox ist draßen und der pfad für colorbox stimmt auch. Hier mal meine product.html, vielleicht habe ich etwas übersehen. {socialbookmark url=$products_link title=$products_name} {if $date_available!=''} <ul class="info_info"> <li class="infoInfo">{txt key=TEXT_PRODUCT_AVAILABLE} {$date_available|date_format:"%A, %B %e, %Y"}</li> </ul> <br /> {/if} <div id="productinfowrap"> {if $products_image!=''} <div class="image"> <div id="productinfoimages"> <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> </div> {/if} </div> {if $products_image!=''}<div id="productinfopricewithimages">{else}<div id="productinfopricewithoutimages">{/if} <div id="productinfoprice"> <h1>{$products_name}</h1> {if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1'} {if $products_weight > 0}<p class="taxandshippinginfo">{txt key=TEXT_PRODUCTS_WEIGHT}: {$products_weight|number_format:2:",":"."} KG</p>{/if} {if $stock_image} <p class="stockimage">{img img=$stock_image.image type=t_img_stockrules alt=$stock_image.name}</p> <p class="stockimagetext">{$stock_image.name}</p> {/if} {if $review_stars_rating} <div class="reviews_rating_light"><div class="reviews_rating_dark" style="width:{$review_stars_rating}%"></div></div> <p class="reviews_text">{if $products_rating_count}{$products_rating_count}{else}0{/if} <a href="{$link_reviews_list}">{txt key=TEXT_XT_REVIEWS_INFO}</a> | <a href="{$link_reviews_write}" rel="nofollow">{txt key=TEXT_XT_REVIEWS_WRITE}</a></p> {/if} <div class="price_box"> <p class="productprice">{$products_price.formated}</p> <p class="taxandshippinginfo">{$products_tax_info.tax_desc}{if $products_shipping_link}<br /><a href="{$products_shipping_link}" target="_blank" rel="nofollow">{txt key=TEXT_EXCL_SHIPPING}</a>{/if}</p> {price_table} {/if} {if $base_price}{$base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$base_price.vpe.name}{/if} {if $products_discount!=''}{$products_discount}{/if} {if $products_model!=''}{txt key=TEXT_PRODUCTS_MODEL}: {$products_model}{/if} {if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1'}{if $link_priceinquiry}<p><a href="{$link_priceinquiry}">{txt key=TEXT_XT_PRICEINQUIRY_ASK}</a></p>{/if}{/if} {if $shipping_status}<p class="shippingtime">{txt key=TEXT_SHIPPING_STATUS} {$shipping_status}</p>{/if} {hook key=product_info_tpl_before_cart} {if $allow_add_cart eq 'true'} {form type=form name=product action='dynamic' link_params=getParams method=post} {form type=hidden name=action value=add_product} {form type=hidden name=product value=$products_id} <div style="clear:both;"></div> <div class="addtobasket"> <table border="0" cellspacing="0" cellpadding="2"> <tr><td colspan="2">{$products_information}</td></tr> <tr> <td style="width:100%">{form type=text name=qty value=1 style='width:50px;'}</td> <td>{button text=$smarty.const.BUTTON_ADD_CART file='button_in_cart.gif' type='form' btn_template='tpl_button_2.gif' space_left='25'}</td> </tr> </table> </div> {form type=formend} {/if} {hook key=product_info_tpl_cart} </div> </div> </div> {hook key=product_info_tpl_before_cart} {if $allow_add_cart eq 'true'} {form type=form name=product action='dynamic' link_params=getParams method=post} {form type=hidden name=action value=add_product} {form type=hidden name=product value=$products_id} <div style="clear:both;"></div> {if $products_fsk18=='1'} <ul class="info_error"> <li class="infoError">{txt key=TEXT_PRODUCTS_FSK18_NOTE}</li> </ul> {/if} <div id="more_image"> {if $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="prod_gallery"><div class="small_image">{img img=$img_data.file type=m_thumb alt=$products_name}</div></a> {/foreach} {/if} {box name=xt_cliplister type=user} {if $media_files !=''} <br /> {include file="$selected_template/xtCore/pages/files/product_public_files.html"} {/if} </div> <div style="clear:both;"></div> {form type=formend} {/if} {hook key=product_info_tpl_cart} </div> <div style="clear:both;"></div> <br /> <div id="productinfodetail"> {if $products_description !=''} <div id="productinfo_desc"> <h2>{txt key=TEXT_PRODUCTS_DESCRIPTION}</h2> {$products_description} </div> {/if} </div> <br> <div id="socialshareprivacy"></div> <div class="line"></div> {hook key=product_info_tpl} <div class="line"></div> [/HTML] Link to comment Share on other sites More sharing options...
timmey123 Posted December 8, 2011 Report Share Posted December 8, 2011 Mh, sprichst du in deiner js.php die colorbox auch mit colorbox an? Also so wie hier: <script> $(document).ready(function(){ $(".colorbox").colorbox({rel:'prod_gallery'}); }); </script> [/HTML] Link to comment Share on other sites More sharing options...
Fr3d Posted December 8, 2011 Report Share Posted December 8, 2011 Genau das wars -.- Tausend dank Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.