Fórum

Liferay Responsive Dockbar - hamburger menu

Smilelws2010 lwz, modificado 9 Anos atrás.

Liferay Responsive Dockbar - hamburger menu

Regular Member Postagens: 160 Data de Entrada: 16/12/10 Postagens Recentes
HI

How can you customize classic liferay theme to show only hamburger menu/pages when it goes mobile? Is it possible?

It can show dockbar as it is when it is in desktop view, but only want pages visible when going responsive.

Please share your insight, will be very helpful and regarded

Thanks
Smile
thumbnail
David H Nebinger, modificado 9 Anos atrás.

RE: Liferay Responsive Dockbar - hamburger menu

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Isn't this just a case of display:none on the hamburger when a larger size but display:block (or whatever) when the size is small? Or am I missing what you are trying to do here?
Smilelws2010 lwz, modificado 9 Anos atrás.

RE: Liferay Responsive Dockbar - hamburger menu

Regular Member Postagens: 160 Data de Entrada: 16/12/10 Postagens Recentes
Thanks David.

Where do you those css properties? Can you do that inside a theme or you have to write a hook for this? I am relatively new in developing a theme?
Could you override this property in theme cutsom.css or custom-responsive.css file?

Appreciate your help and thanks again.

Smile
thumbnail
David H Nebinger, modificado 9 Anos atrás.

RE: Liferay Responsive Dockbar - hamburger menu

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Start with a bootstrap theme and go through one of those. They'll help identify where the stuff goes.