kihers Posted November 20, 2015 Share Posted November 20, 2015 Witam Chciałbym zrobić by w linii były 4 produkty a nie 3 (na stronie głównej bestsellerblock, newproductblock i w kategoriach). Co zmienić w product-list.css product-list.tpl ??? http://vinccionline.pl/ Z góry dziękuję za pomoc Link to comment Share on other sites More sharing options...
0 endriu107 Posted November 20, 2015 Share Posted November 20, 2015 W pierwszej kolejności popraw sobie klasy Bootstrapa bo widzę że masz w nich namieszane, a to głównie one decydują o ilości produktów w jednym rzędzie. Link to comment Share on other sites More sharing options...
0 kihers Posted November 20, 2015 Author Share Posted November 20, 2015 Endriu107 dzięki, ale czy możesz coś więcej powiedzieć co jest dokładnie namieszane? Nie ja składałem stronę, dlatego jakbym był kumaty w tych sprawach nie prosiłbym o pomoc. Link to comment Share on other sites More sharing options...
0 endriu107 Posted November 20, 2015 Share Posted November 20, 2015 Klasy Bootstrap posiadają pewne wartości w zależności od zdeklarowanej klasy i tak np. col-sm-6 oznacza 50% szerokości, jeśli chcesz mieć 100% to nie zmieniasz tego w css tylko w tpl. U ciebie klasa która odpowiada za 25% została zmieniona na 30% więc należy zacząć od poprawy tych deklaracji. Ktoś kto ci robił szablon dorobił ci kłopotów przez takie coś, po zmianie nie wiadomo co się sypnie w szablonie. Link to comment Share on other sites More sharing options...
0 kihers Posted November 20, 2015 Author Share Posted November 20, 2015 Ok mówimy o: <li class="ajax_block_product{if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-3{else} col-xs-12 col-sm-6 col-md-3{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLine == 0} last-in-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLine == 1} first-in-line{/if}{if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModulo)} last-line{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLineTablet == 0} last-item-of-tablet-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLineTablet == 1} first-item-of-tablet-line{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLineMobile == 0} last-item-of-mobile-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLineMobile == 1} first-item-of-mobile-line{/if}{if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModuloMobile)} last-mobile-line{/if}"> ??? Link to comment Share on other sites More sharing options...
0 endriu107 Posted November 20, 2015 Share Posted November 20, 2015 Chyba tak. Link to comment Share on other sites More sharing options...
Question
kihers
Witam
Chciałbym zrobić by w linii były 4 produkty a nie 3 (na stronie głównej bestsellerblock, newproductblock i w kategoriach).
Co zmienić w product-list.css product-list.tpl ???
http://vinccionline.pl/
Z góry dziękuję za pomoc
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