Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove links from Category Landing Page

Remove links from Category Landing Page

Views: 958

Results 1 to 9 of 9
12 Mar 2013, 2:43 PM
#1
nickycarroll avatar

nickycarroll

New Zenner

Join Date:
Oct 2009
Posts:
26
Plugin Contributions:
0

Remove links from Category Landing Page

I want to customise the first level category landing page, but by default it adds links to the sub categories. I want to be able to add my own content/links/images to these pages (i know how to do this), but can not figure out how to remove the default sub category links.

Thanks

12 Mar 2013, 5:37 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove links from Category Landing Page

I want to be able to add my own content/links/images to these pages
Why would you not want links to your cats/sub-cats???
As far as content and images you can add these in the admin > catalog > cat/product setup area

12 Mar 2013, 6:03 PM
#3
nickycarroll avatar

nickycarroll

New Zenner

Join Date:
Oct 2009
Posts:
26
Plugin Contributions:
0

Re: Remove links from Category Landing Page

I do want links - but I want to be able to customise the landing page and how it is laid out. Perhaps if you take a look - I may not be explaining properly.

birthday++++creations.co.uk++++/party-bag-fillers-87/ (remove the ++++)

You can see I have added some text under the main heading, and it has automatically added links to the 7 sub categoriues under the text. I want to be able to customise the layout of where these links appear on the pade so thought it would be easier just to remove them and add my own.

Hope it makes more sense now.

12 Mar 2013, 6:44 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove links from Category Landing Page

In your admin > catalog > cats&products
Edit the cats/sub-cats like "Boys Party Bag Fillers" and add an image & text

12 Mar 2013, 7:52 PM
#5
nickycarroll avatar

nickycarroll

New Zenner

Join Date:
Oct 2009
Posts:
26
Plugin Contributions:
0

Re: Remove links from Category Landing Page

kobra:

In your admin > catalog > cats&products
Edit the cats/sub-cats like "Boys Party Bag Fillers" and add an image & text

I've tried this and I don't like the way it adds the image to the top of the sub category page.

I just want to make the category pages more "pleasing to the eye". By doing what your suggesting is not that attractive to look at.

Is it possible?

12 Mar 2013, 8:56 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove links from Category Landing Page

I do not see where you have added any images to the link your provided??

Pleasing to the eye is a very subjective statement

Care to describe what you want

13 Mar 2013, 2:29 AM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Remove links from Category Landing Page

Presumably you want some text/images below as well as above the subcat links... this allows that:

Short Description for Categories

If you want to scatter the subcats around, consider whether it will make it easier or harder for customers to quickly find and follow appropriate links.

14 Mar 2013, 12:36 PM
#8
lindasdd avatar

lindasdd

Zen Follower

Join Date:
Jun 2007
Posts:
474
Plugin Contributions:
0

Re: Remove links from Category Landing Page

NickyCarroll:

I want to customise the first level category landing page, but by default it adds links to the sub categories. I want to be able to add my own content/links/images to these pages (i know how to do this), but can not figure out how to remove the default sub category links.

Thanks

I could be wrong but it sounds like the other replies aren't understanding what you want. What I think you are saying is that you want the category/sub category page to look similar to the categories here(pipes, pipe tobacco,accessories): http://www.pipedivan.com/

They have removed the text links in favor of ONLY an image.

Confirm if correct and then someone can tell you how. My guess is to find that file and just remove the code that creates the link.

P.S. I like this look too, but haven't yet broken down to pay someone to make some worthy images.

14 Mar 2013, 1:08 PM
#9
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Remove links from Category Landing Page

You could do this in the stylesheet:

.categoryListBoxContents a {visibility: hidden;}

.categoryListBoxContents img {visibility: visible;}