Jump to content

how to clean up subcategories area... any ideas?


Recommended Posts

hi I've made my own icons for my subcategories however I think they would look better if they were all centre justified. Does anyone know where the code to change this is?

Or on another note. Does anyone have any ideas on how I can make this area of my site look better. I don;t really need to use the icons if there is a better solution.

see attached

Thx
Wayne

40603_GryCj45EqCZS6RZdm0Co_t

Link to comment
Share on other sites

  • 2 weeks later...
Yeah, I don't care for those icons either (from a customer point of view).
Then again, I don't appreciate 5cm tall header images that treat me like a dumbass
(hi stupid. Guess what? You are shopping in an ONLINE STORE !)
and necessitate extra scrolling on every pageview.

how do I turn it completely off?


Let's hide it.
Ready, set, GO!

edit your category.tpl

<!-- Subcategories -->

<div id="subcategories" style="display:none">

done !


Awsome, thank you!
Link to comment
Share on other sites

Any time you make changes to layout:

delete all cached tpl files in the tools/smarty/compile directory
- or -
visit your backoffice } Preferences } Performance page
and set
Force compile: Yes
(return it to No after you've verified the changes are now visible in frontend pages)


Thank you for your pieces of wisdom! Thank you!
Link to comment
Share on other sites

  • 1 month later...

:cheese:

@ angora

_____________________________

edit your category.tpl






_____________________________

I am using the 1.4 theme. I can't see the code you mentioned above. Please could you tell me where to delete the subcategories links like shown in attached image? Thanks.

44415_fCVkNXx2wmulSBlswgvI_t

Link to comment
Share on other sites

in v1.4 delete the following from category.tpl

                        {if $subcategory.id_image}
getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" />
                       {else}

                       {/if}

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...