Jump to content

1.6 Podkategorie


imogen

Recommended Posts

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

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 by imogen (see edit history)
Link to comment
Share on other sites

<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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...