Gallery large title won't change

Phoca Gallery - image gallery extension
SEOserpent
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 14 Apr 2009, 18:06

Gallery large title won't change

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Gallery large title won't change

Post 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 ??? :(
If you find Phoca extensions useful, please support the project
SEOserpent
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 14 Apr 2009, 18:06

Re: Gallery large title won't change

Post 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?
Post Reply