Jump to content
thirty bees forum

Remove sub category images


AndyC

Recommended Posts

Hi can someone help please .. I have finally managed to get the new default theme working on my site and now it's just a case of sorting out a few issues. I have done them before but just can't remember how I did it. 

1 How can I remove the images from a category page which has more than 1 sub category.

2 How can I remove the tiny triangle from category when it is on the left column  

 

 

Capture.JPG

Capture.JPG

Link to comment
Share on other sites

point 1

i comment out my images
example:

themes / niara / category.tpl

<!--
                                {if $subcategory.id_image}
                                    <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}"
                                       title="{$subcategory.name|escape:'html':'UTF-8'}">
                                        <img class="replace-2x img-responsive"
                                             src="{Link::getGenericImageLink(
                                                 'categories',
                                                 $subcategory.id_image,
                                                 'medium',
                                                 (ImageManager::retinaSupport()) ? '2x' : ''
                                             )|escape:'htmlall':'UTF-8'}"
                                             alt="{$subcategory.name|escape:'html':'UTF-8'}"
                                             title="{$subcategory.name|escape:'html':'UTF-8'}"
                                             width="{getWidthSize|intval type='medium'}"
                                             height="{getHeightSize|intval type='medium'}"
                                        >
                                    </a>
                                {/if}
-->

 

second point i dont know - its disabled on my store
i think blockcategories modul

  • Like 1
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...