imogen Posted March 23, 2015 Share Posted March 23, 2015 2 pytanka: 1. jak usunąć zdjęcia podkategorii? (czyli te małe kwadraciki ) 2. jak usunąć zdjęcie podkategorii, jak już się w nią wejdzie (czyli ten prostokąt) lecz aby tylko zdjęcie nie było widoczne a opis tak? Link to comment Share on other sites More sharing options...
imogen Posted March 24, 2015 Author Share Posted March 24, 2015 (edited) Próbowałam usunąć w pliku category kod: <!-- Category image --> <div class="content_scene_cat_bg"{if $category->id_image} style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) right center no-repeat; background-size:cover; min-height:{$categorySize.height}px;"{/if}> Niestety dalej się zdjęcie wyświetla.. Czy moge prosic o podpowiedz Edited March 30, 2015 by imogen (see edit history) Link to comment Share on other sites More sharing options...
Yabber Posted March 24, 2015 Share Posted March 24, 2015 <div class="subcategory-image"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> Lepiej kodu nie kasować tylko go zakomentować, jak przyjdzie ochota przywrócić daną funkcjonalność, to tylko wyrzucasz komentarze i już. Link to comment Share on other sites More sharing options...
Krystian Podemski Posted March 24, 2015 Share Posted March 24, 2015 Wrzuć kod podany wyżej przez Yabbera w znaczniki {* i na koniec *} albo użyj takiego kodu CSS gdzieś: .subcategory-image { display: none; } Link to comment Share on other sites More sharing options...
imogen Posted March 24, 2015 Author Share Posted March 24, 2015 Coś mi nie działa Dokładnie chodzi mi to zdjęcie: chciałabym zachować opis tylko usunąć zdjęcie Link to comment Share on other sites More sharing options...
Krystian Podemski Posted March 24, 2015 Share Posted March 24, 2015 To może po prostu idź do edycji danej kategorii i usuń zdjęcie? Link to comment Share on other sites More sharing options...
imogen Posted March 24, 2015 Author Share Posted March 24, 2015 ale wtedy w kategorii pokazuje się brak zdjęć .. więc tak nie mogę Jakiś pomysł jaki kawałek kodu usunąć? 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