Boberka Posted August 31, 2017 Share Posted August 31, 2017 Witam w którym miejscu w pliku category.tpl dokonać zmiany, żeby pozbyć się w ogóle obrazków z podkategorii Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 31, 2017 Share Posted August 31, 2017 Zazwyczaj taki kod odpowiada za zdjecia podkategorii: <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="{$subcategory.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="{$subcategory.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> Link to comment Share on other sites More sharing options...
0 Boberka Posted September 1, 2017 Author Share Posted September 1, 2017 Usunęłam cały ten kod i obrazki nie zniknęły, czy powinnam zrobić coś jeszcze? jeśli tak to gdzie? Link to comment Share on other sites More sharing options...
0 Boberka Posted September 1, 2017 Author Share Posted September 1, 2017 Chodzi konkretnie o te obrazki: http://i.imgur.com/aV6xIcU.jpg Link to comment Share on other sites More sharing options...
0 endriu107 Posted September 1, 2017 Share Posted September 1, 2017 Skompiluj szablon i wyczyść cache. Link to comment Share on other sites More sharing options...
0 Werka Posted September 3, 2017 Share Posted September 3, 2017 Czy może mi ktoś dokładnie wyjaśnić jak kompiluje się szablon i czyści cache? Link to comment Share on other sites More sharing options...
0 ateg Posted September 3, 2017 Share Posted September 3, 2017 zaawansowane > wydajność 1. Skompiluj ponownie szablony jeżeli pliki zostały zaktualizowane 2. Wyczyść pamięć podręczną Link to comment Share on other sites More sharing options...
0 Boberka Posted September 4, 2017 Author Share Posted September 4, 2017 Obrazki udało się usunąć, została jednak pusta przestrzeń, czyli pytanie gdzie ją zmniejszyć? Link to comment Share on other sites More sharing options...
0 endriu107 Posted September 4, 2017 Share Posted September 4, 2017 W css to musisz zmienić odpowiada za to: #subcategories ul li { i tam masz prawdopodobnie podane height: 202px; stąd taka wysokość. Link to comment Share on other sites More sharing options...
0 Boberka Posted September 4, 2017 Author Share Posted September 4, 2017 i teraz jest pięknie, dzięki Link to comment Share on other sites More sharing options...
Question
Boberka
Witam
w którym miejscu w pliku category.tpl dokonać zmiany, żeby pozbyć się w ogóle obrazków z podkategorii
Link to comment
Share on other sites
9 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