VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Watto on January 10, 2012, 04:27:52 AM

Title: Find "Top Category" text (breadcrumbs)
Post by: Watto on January 10, 2012, 04:27:52 AM
Hi guys,

If you have a look here:

http://www.ulcomedical.com/2012/joomla/index.php

...you'll see that I'm using all small letters at my client's request.  Top Category in the breadcrumbs is the only bit which is still using capital letters, and I'm not sure where to find it!

Does anyone have any ideas?

Cheers!

Watto :)
Title: Re: Find "Top Category" text (breadcrumbs)
Post by: JtouchMobile.com on January 10, 2012, 05:23:00 AM
Check the menu item which link to VM. I think there it is..
Title: Re: Find "Top Category" text (breadcrumbs)
Post by: Watto on January 10, 2012, 05:52:39 AM
Hmmm, doesn't seem to be  ???

Mod edit:  bump message removed.
Title: Re: Find "Top Category" text (breadcrumbs)
Post by: PRO on January 11, 2012, 11:09:20 AM
do you have a "category" link that does not have a category selected?

You should create a link to vmart default layout. That will also show categories

Title: Re: Find "Top Category" text (breadcrumbs)
Post by: Watto on January 11, 2012, 17:18:18 PM
That's fixed the breadcrumbs, but now I have the title on the page (Categories) - where do I get rid of that?

Thanks very much for your help :)
Title: Re: Find "Top Category" text (breadcrumbs)
Post by: PRO on January 11, 2012, 17:42:22 PM
http://forum.virtuemart.net/index.php?topic=90935.0

in the categories template
Title: Re: Find "Top Category" text (breadcrumbs)
Post by: Watto on January 12, 2012, 02:44:41 AM
It was over my head, so I ended up using h4 {display:none;} for componentheading in my css :)

Thanks :)
Title: Re: Find "Top Category" text (breadcrumbs)
Post by: Watto on January 12, 2012, 10:01:43 AM
I decided to go with .category-view h4{display:none;} in the vmsite-ltr.css (assets/css), because that won't break all my h4 headings if I choose to use them :)