Page 1 of 1

Hi,i hav

Posted: 17 Feb 2008, 22:03
by br4bus
Hi,

i have a problem.
I installed phocagallery and linked it to Gallery at the menu.
When i browse to the gallery, the headline "Gallery" is smaller than the headline of all the other points (News, dates, ...).

The code says:
<div class="componentheading">Gallery </div>

The code of the news:
<h1 class="componentheading">Termine</h1>

So h1 is missing at the phocagallery code, but I dont know where to add it.

Can anybody help me?

components\com_p

Posted: 18 Feb 2008, 12:37
by Jan
components\com_phocagallery\views\category\tmpl\default.php ... row 16
components\com_phocagallery\views\categories\tmpl\default.php ... row 5

H1 is not missing in Phoca Gallery because original Joomla! components are using DIV, (see e.g. Weblinks, Newsfeeds, ...), so you must change it in all components

It depends on your template... maybe your template renderers some components with own HTML code (h1 instead of div), so you must change it in all other components...

Jan