Can Memiş Posted September 9, 2015 Share Posted September 9, 2015 (edited) Merhaba, arkadaşlar default temayı çok seviyorum sadece yapmak istediğim bir deiğişiklik mevcut. Prestashop default ile birlikte gelen footer alanının üzerindeki resimleri 2'şer li olacak şekilde yukarıdan aşağıya sıralamak istiyorum fakat uğraşmama rağmen yapamadım. css dosyalarında oynama yaptım bu seferde footer alanı komple genişledi sadece resimleri genişletmek için hangi dosyaya müdahele etmeliyim ? Edited September 9, 2015 by Can Memiş (see edit history) Link to comment Share on other sites More sharing options...
bera_ramazan Posted September 9, 2015 Share Posted September 9, 2015 ftp den themes - > default tema -> product-list.tpl yi açın orada <li tagında col-sm-3 yazıyor onu 6 yapın sorun çözülür. tabi bunu css den de beslemeniz lazım Link to comment Share on other sites More sharing options...
Can Memiş Posted September 9, 2015 Author Share Posted September 9, 2015 Ramazan bey, şimdi col-sm-3 yazan yeri col-sm-6 mı yapacağım ve bunu yaptıktan sonrada css den yapmak istediğim şekile getireceğim doğru mu anladım ? Link to comment Share on other sites More sharing options...
Can Memiş Posted September 9, 2015 Author Share Posted September 9, 2015 (edited) Ramazan bey dediğiniz kodu bulamadım col-sm-3 yerine col-md-3 kodunu buldum ? bunuda 6 ile değiştirdim ama sonuç alamadım .modules/themeconfigurator/views/templates/hook/hook.tpl dosyasında ki class="htmlcontent-item-1 col-xs-4" ile ilgili bir düzenleme yapılması gerekmez mi? product-list.tpl dosyası bu şekilde. <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-4{/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}"> <div class="product-container" itemscope itemtype="http://schema.org/Product"> <div class="left-block"> Edited September 9, 2015 by Can Memiş (see edit history) Link to comment Share on other sites More sharing options...
bera_ramazan Posted September 10, 2015 Share Posted September 10, 2015 şimdi yaptıklarınızı geri alın şu kodları ekleyin ul.product_list.grid > li.ajax_block_product {width:50% !important} /*** Mobilde Sıkıntı vermesin diye ***/ @media (max-width: 768px) { ul.product_list.grid > li.ajax_block_product {width:100% !important} } bu kodları global.css veya product-list.css ye yazın sıkıntı çıkmaz Link to comment Share on other sites More sharing options...
Can Memiş Posted September 11, 2015 Author Share Posted September 11, 2015 (edited) Hocam Allah sizden razı olsun forumda sormadığım ülkenin destek bölümü kalmadı. duyarlılığınız için teşekkürler hocam. peki Ramazan Bey, Fakat istediğim görünüme kavuşturamadım şuanda orantılı şekilde büyümüyor bannerler ve alttaki 2 adet bannder ne yaparsam yapım dikey olarka genişlemedi ince kaldı. yapmak istediğim olay bu . Rabbim Yar ve Yardımcınız Olsun. Büyük Bir Derdime Derman Oldunuz. Allah'ta sizin zor zamanınızda yanınızda olur inşallah. Edited September 11, 2015 by Can Memiş (see edit history) Link to comment Share on other sites More sharing options...
Can Memiş Posted September 12, 2015 Author Share Posted September 12, 2015 (edited) Tema editlenememiştir Konu hâla aktiftir. Yapılmak istenen işlem aşağıda ki resimde kırmızı alanlar ile çizilmiş yerlere banner yerleştirebilmektir. Ne hikmetse çözemedik bir türlü Edited September 12, 2015 by Can Memiş (see edit history) Link to comment Share on other sites More sharing options...
barisbilgili Posted October 6, 2015 Share Posted October 6, 2015 Hocam sorunu çözdünüz mü ? Çözdü iseniz burada paylaşabilirmisiniz ? Link to comment Share on other sites More sharing options...
Can Memiş Posted October 7, 2015 Author Share Posted October 7, 2015 Hocam sorunu tpl dosyalarında duzenleme yaparak çözemedim fakat bir modül yardımı ile çözdük. Link to comment Share on other sites More sharing options...
bynovita Posted October 8, 2015 Share Posted October 8, 2015 şimdi yaptıklarınızı geri alın şu kodları ekleyin ul.product_list.grid > li.ajax_block_product {width:50% !important} /*** Mobilde Sıkıntı vermesin diye ***/ @media (max-width: 768px) { ul.product_list.grid > li.ajax_block_product {width:100% !important} } bu kodları global.css veya product-list.css ye yazın sıkıntı çıkmaz ramazan bey sorunu nasıl çözdünüz bende bu şekilde yapmak istiyorum Link to comment Share on other sites More sharing options...
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