eld3k Posted August 23, 2013 Share Posted August 23, 2013 Witam, Chciałbym wyłączyć wyświetlanie obrazków kategorii. Jeśli nie uploaduje obrazków, to pokazuje mi, że brak obrazka, da się wyłączyć to w ogóle, żeby tylko było pole tekstowe? http://presta.twojetrendy.pl/index.php?id_category=4&controller=category&id_lang=1 Link to comment Share on other sites More sharing options...
0 vekia Posted August 23, 2013 Share Posted August 23, 2013 o czym w tym przypadku mowa? o: obrazach subkategorii? obrazach produktów? Link to comment Share on other sites More sharing options...
0 eld3k Posted August 23, 2013 Author Share Posted August 23, 2013 Chodzi o obrazy subkategorii. Link to comment Share on other sites More sharing options...
0 vekia Posted August 23, 2013 Share Posted August 23, 2013 ze względu na fakt, że korzystasz z zewnętrznej (nie standardowej) templatki, kod może się nieznacznie różnić, jednak sens zostaje zachowany. w pliku category.tpl który zlokalizowany jest w katalogu z szablonem masz taki kod: {foreach from=$subcategories item=subcategory} <li class="clearfix"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> {if $subcategory.description} <p class="cat_desc">{$subcategory.description}</p> {/if} </li> {/foreach} usuwasz fragment odpowiedzialny za wyświetlanie się obrazu: <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> 1 Link to comment Share on other sites More sharing options...
0 eld3k Posted August 26, 2013 Author Share Posted August 26, 2013 Dziękuję bardzo, jak się chwilę nad tym posiedzi to wszystko już jest prostsze, linki i caly blok podkategorii też udało się usunąć. Trzeba wiedzieć tylko gdzie szukać 1 Link to comment Share on other sites More sharing options...
0 dave.pl Posted February 26, 2014 Share Posted February 26, 2014 Ja również dziękuję bardzo, za wskazówki dotyczące wyświetlania zdjęć podkategorii. Po dwóch nocach spędzonych na forum nareszcie udało mi się "żółtodziobowi" zmienić kod odpowiadający za wyświetlanie obrazów podkategorii . Jedna mała modyfikacja i wszystko gra. Dzięki Link to comment Share on other sites More sharing options...
0 JanuszA Posted August 3, 2015 Share Posted August 3, 2015 A jak to będzie w 1.6.1, bo usunięcie tego kodu nie daje rezultatu. Link to comment Share on other sites More sharing options...
0 paplo22 Posted August 4, 2015 Share Posted August 4, 2015 (edited) div#subcategories{ display: none; } dodaj gdzieś w global.css a jak chcesz tylko obrazki wyłączyć i żeby zostały podkategorie do klikania to: .subcategory-image{ display: none; } i jeszcze: twojSzablon/css/category.css linika 50 - #subcategories ul li -> "height: 202px" usuwasz albo zmieniasz na na okolo ~~30px (to juz mozesz sobie dostosowac) Edited August 4, 2015 by paplo22 (see edit history) Link to comment Share on other sites More sharing options...
0 JanuszA Posted August 5, 2015 Share Posted August 5, 2015 Hm, mnie chodziło o coś innego, może się nie wysłowiłem, to że są obrazki podkategorii to ok, ale po wejściu w listing kategorii na górze jest obrazek kategorii, który chcę usunąć, tak by nie zostało po nim puste miejsce. Link to comment Share on other sites More sharing options...
Question
eld3k
Witam,
Chciałbym wyłączyć wyświetlanie obrazków kategorii.
Jeśli nie uploaduje obrazków, to pokazuje mi, że brak obrazka, da się wyłączyć to w ogóle, żeby tylko było pole tekstowe?
http://presta.twojetrendy.pl/index.php?id_category=4&controller=category&id_lang=1
Link to comment
Share on other sites
8 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