Page 1 of 1

Gallery large title won't change

Posted: 06 May 2009, 22:04
by SEOserpent
Okay, so I have a gallery created and no matter what the gallery is called, the .componentheader which is the larger page title on most other components, articles, etc in Joomla is showing as "Photo Essay" which is what I have called the Top-level category that all my photo essay galleries are going into. I'd like it though to be the name of the active gallery category, not the parent category.

Also, the code behind is like this-

Code: Select all

<div class="componentheading">Photo Essays</div>

//It'd be better if that <div> was an <h1> like other components and throughout Joomla it is--
<h1 class="componentheading">Photo Essays</h1>
I've tried editing all the instances of <div class="componentheading"> in the component but it doesn't change on the page, it still shows as a <div> so I'm not sure why it won't change although it doesn't look like the component specific code (identifier div) is being called into the page either...?

So how do I get the below #2 to have the same content as #1?

Image

Re: Gallery large title won't change

Posted: 06 May 2009, 22:54
by Jan
Hi, the value in the breadcrumbs should be opened category, so it means the active category, I am testing it now and get the active category there ??? :(

Re: Gallery large title won't change

Posted: 06 May 2009, 23:05
by SEOserpent
Yes, that's working fine, the breadcrumbs are great. I want the big text (#2) to be the SAME as the bread crumbs, ie: the open category. Does that make sense?