ateg Posted October 4, 2013 Share Posted October 4, 2013 (edited) Witam serdecznie, Mam problem, ponieważ na stronie produktu widnieje tylko 1 miniaturka produktu (mimo, że zdjęć wgranych jest więcej). W załączniku zdjęcie, wersja ps:1.5.2.0 pozdrawiam, Edited October 4, 2013 by ateg (see edit history) Link to comment Share on other sites More sharing options...
0 presta4you.com Posted October 4, 2013 Share Posted October 4, 2013 Możesz podać linka do strony? Bez tego ciężko coś ustalić. Link to comment Share on other sites More sharing options...
0 ateg Posted October 4, 2013 Author Share Posted October 4, 2013 http://manwear.pl/41-koszulka-real-madryt.html Link to comment Share on other sites More sharing options...
0 presta4you.com Posted October 4, 2013 Share Posted October 4, 2013 Widzę, że w tym produkcie są 2 zdjęcia, ale szerokość bloku ul#thumbs_list_frame jest źle liczona. Można to poprawić w pliku themes/twoj_szablon/product.tpl. Tam musisz znaleźć blok z id 'thumbs_list_frame' i zmienić jego szerokość. Link to comment Share on other sites More sharing options...
0 ateg Posted October 5, 2013 Author Share Posted October 5, 2013 wielkie dzięki za odpowiedź, w pliku tpl. mam następujące dane: <ul id="thumbs_list_frame"> {if isset($images)} {foreach from=$images item=image name=thumbnails} {assign var=imageIds value="`$product->id`-`$image.id_image`"} <li id="thumbnail_{$image.id_image}"> <a href="{$link->getImageLink($product->link_rewrite, $imageIds, thickbox_default)}" rel="other-views" class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}"> <img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')}" alt="{$image.legend|htmlspecialchars}" height="{$mediumSize.height}" width="{$mediumSize.width}" /> </a> </li> {/foreach} {/if} </ul> </div> {if isset($images) && count($images) > 3}<a id="view_scroll_right" title="{l s='Other views'}" href="javascript:{ldelim}{rdelim}">{l s='Next'}</a>{/if} </div> {/if} {if isset($images) && count($images) > 1}<p class="resetimg clear"><span id="wrapResetImages" style="display: none;"><img src="{$img_dir}icon/cancel_11x13.gif" alt="{l s='Cancel'}" width="11" height="13"/> <a id="resetImages" href="{$link->getProductLink($product)}" onclick="$('span#wrapResetImages').hide('slow');return (false);">{l s='Display all pictures'}</a></span></p>{/if} Czy zmienić powinieniem :<img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')}" alt="{$image.legend|htmlspecialchars}" height="{$mediumSize.height}" width="{$mediumSize.width}" /> np. na largesize? Link to comment Share on other sites More sharing options...
0 ateg Posted October 5, 2013 Author Share Posted October 5, 2013 Ok, poradziłem sobie > Rozwiązanie: W pliku product.js zmieniłem linijke: $('#thumbs_list_frame').width((parseInt((thumb_width)* i) + 3) + 'px'); +3 zmieniłem na +6 pozdrawiam Link to comment Share on other sites More sharing options...
Question
ateg
Witam serdecznie,
Mam problem, ponieważ na stronie produktu widnieje tylko 1 miniaturka produktu (mimo, że zdjęć wgranych jest więcej). W załączniku zdjęcie,
wersja ps:1.5.2.0
pozdrawiam,
Edited by ateg (see edit history)
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now