Page 1 of 1
Hi, wondering if you
Posted: 07 Apr 2008, 15:24
by dbach
Hi, wondering if you can help. Couple of questions. Is it possible to enter some intro text so that it appears above a category list?
Also, the text links for my categories seem to be ignoring my site CSS rules and are in default blue, is it possible to change these??
Cheers,
Hi,Yes -
Posted: 07 Apr 2008, 20:56
by Jan
Hi,
Yes - in category edit, you have an editor and there you can paste the description which will be displayed above the category
Text link in categories view should get CSS from template. There is no definition for it...
Jan
Hi, thanks for your
Posted: 08 Apr 2008, 18:09
by dbach
Hi, thanks for your response.
To get around the intro text in categories view I hard coded that into:
views-categories-tmpl-default.php
As for the text links in categories view, in the same php file (line 138) I entered some heading tags <h5>></h5> then changed my template css. That worked to a certain extent for text size and decoration but has not fixed the link colour.
Any suggestions??
The site in question is
www.work-art.co.uk so you can see what is happening.
Thanks for any help on this.
Hi, try to use more
Posted: 08 Apr 2008, 20:57
by Jan
Hi, try to use more columns in categories view (only tip)
Add the following CSS code into:
#phocagallery a {color:#fc0000;}
e.g.
components\com_phocagallery\assets\phocagallery.css
but before it upgrade to 1.6.6 (I have added the link to this CSS file in categories view)
Cheers Jan, that has
Posted: 09 Apr 2008, 11:58
by dbach
Cheers Jan, that has fixed the problem,
thanks
Posted: 09 Apr 2008, 12:05
by Jan
Re: Category Heading and Link CSS
Posted: 18 Aug 2010, 19:54
by smartino
I would also like to put some introduction text BEFORE listing all of the categories below, can anyone tell me what was edited in the below default.php file to make this happen? Or is their another way?
thanks
Steve
* Report this post
* Reply with quote
Hi, thanks for your
Postby dbach on 08 Apr 2008, 12:09
Hi, thanks for your response.
To get around the intro text in categories view I hard coded that into:
views-categories-tmpl-default.php
As for the text links in categories view, in the same php file (line 138) I entered some heading tags <h5>></h5> then changed my template css. That worked to a certain extent for text size and decoration but has not fixed the link colour.
Any suggestions??
The site in question is
www.work-art.co.uk so you can see what is happening.
Thanks for any help on this.
dbach
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Apr 2008, 09:19
Re: Category Heading and Link CSS
Posted: 21 Aug 2010, 17:18
by Jan
Hi, this will work in Joomla! 1.6 for now this must be customized in default.php - but it depends on you where you want to display the description - it is a html code, so you need to place it where you need it.
Jan