Shape 5

Joomla Templates => Clarity - Club => : cspgsl July 18, 2010, 02:03:24 PM



: article titles not showing on all pages
: cspgsl July 18, 2010, 02:03:24 PM
I have article titles set to show in global parameters as well as the menu parameters and article parameters but it wont show up on this page
http://golfgivesback.org/travel/usopen

Any thoughts?


: Re: article titles not showing on all pages
: jonahh July 19, 2010, 11:58:53 AM
Hello,

Its showing up its just white because of your highlight site color.  You can add the below in your template index.php file right above the   </style><body> tags:

.contentheading {
color:#000000;}




: Re: article titles not showing on all pages
: cspgsl July 19, 2010, 12:15:03 PM
I've opened the template's index.php file and pasted the suggested code as follows:
:
.contentheading {
color:#000000;}

</style>

</head>

<body style="background:#<?php echo $s5_backcolor?> url(<?php echo $s5_headerback?>) repeat;">

But the first word is still white


: Re: article titles not showing on all pages
: jonahh July 20, 2010, 08:19:31 PM
Try clearing your cache its showing for me now.


: Re: article titles not showing on all pages
: cspgsl July 21, 2010, 04:49:48 AM
Thanks for the fix on the page title however, the first word in the accordion menu is still a problem and now the IE6 plugin warning is misbehaving

Here are two screen shots from a different computer other than mine. This computer has never opened this site before

#1 shows the Shape 5 - IE 6 Browser Warning but as you can see, the browser is IE8. This machine is running XP Home, SP3 and was fully updated for my customer yesterday (I did it). I have disabled it but I figured that you would like to know

#2 shows that the first word (circled in red) is still white. Again, this is the first time the website has been loaded on this machine

I cleared the cache on my as well machines for all browsers (IE, Fx, Saf, Opera) and the first word is still white.



: Re: article titles not showing on all pages
: mikek July 21, 2010, 08:18:36 AM
Hello,

Edit the template's index.php file and search for:

body div h3 span.s5_h3_first, .s5_first, .contentheading, #s5_navv a span {

This is the area that controls the white font color. The specific class name for that h3 is body div h3 span.s5_h3_first. You can adjust the color in this section.


: Re: article titles not showing on all pages
: cspgsl July 21, 2010, 12:45:25 PM
Thanks Mike