Foros de discusión

Customize dock bar en responsive design

thumbnail
Soukaina HAJI, modificado hace 9 años.

Customize dock bar en responsive design

Regular Member Mensajes: 195 Fecha de incorporación: 17/06/14 Mensajes recientes
Hello,
I want to customize on responsive design and I need to find the jsp file concerned

Liferay-version: liferay-portal-6.2-ce-ga2
thank you
thumbnail
Tonu Sri, modificado hace 9 años.

RE: Customize dock bar en responsive design

Regular Member Mensajes: 197 Fecha de incorporación: 15/04/11 Mensajes recientes
Hi Soukaina,

What customization are you looking for in dockbar? Lot of customization are possible with portal-ext.properties.

You can refer /Tomcat/webapps/ROOT/html/portlet/dockbar/view.jsp for other changes.

Thanks:
Tonu
thumbnail
Soukaina HAJI, modificado hace 9 años.

RE: Customize dock bar en responsive design

Regular Member Mensajes: 195 Fecha de incorporación: 17/06/14 Mensajes recientes
Like adding buttons in the dock bar
thank you
thumbnail
Fady Hakim, modificado hace 9 años.

RE: Customize dock bar en responsive design

New Member Mensajes: 3 Fecha de incorporación: 18/02/14 Mensajes recientes
to make the dockbar not responsive:

in the custom_responsive.css & custom_responsive.portal.css I changed the code there with:

@include respond-to(phone, tablet) {

.navbar .container .nav-collapse {
display: inline;
}

}

now the dockbar is not responsive.