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?
Headline is toooo small
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
components\com_p
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
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
If you find Phoca extensions useful, please support the project