Foren

Positioning components in different versions of Liferay

Claus Lüthje, geändert vor 10 Jahren.

Positioning components in different versions of Liferay

New Member Beiträge: 10 Beitrittsdatum: 25.01.11 Neueste Beiträge
Hello
we are working on porting a web site from Liferay 6.0.6 to 6.1.1 GA2.
Almost everything worked fine, but Breadcrumb and Search are not at the right screen positions.
We have a .TPL-file defining
...
<nav id="breadcrumbs">
#breadcrumbs()
<div id="search" >
$theme.search()
</div>
</nav>
...

This triggers the generation of Breadcrumb and Search, but both code blocks are not inserted there. The generated code is inserted before the first line of the template.

Is there any config or properties file influencing the positioning of these components?

Thanks!

Regards,
Claus