Message Boards

Can't Hide Site name

João Carneiro de Melo, modified 4 Years ago.

Can't Hide Site name

New Member Posts: 13 Join Date: 12/6/19 Recent Posts
Hello, i am using liferay dxp 7.2.10 ga1. I am trying to hide the site name in public pages configuration but my log shows the following error message:

2020-03-20 12:53:23.618 ERROR [ajp-nio-8019-exec-9][PortletServlet:119] javax.portlet.PortletException: com.liferay.portal.kernel.exception.LocaleException
javax.portlet.PortletException: com.liferay.portal.kernel.exception.LocaleException
        at com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand.processAction(BaseMVCActionCommand.java:69)

I performed this action both with the classic theme and a custom theme.What should I do?
thumbnail
Olaf Kock, modified 4 Years ago.

RE: Can't Hide Site name

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts
João Carneiro de Melo:

Hello, i am using liferay dxp 7.2.10 ga1. I am trying to hide the site name in public pages configuration but my log shows the following error message: ...

How are you trying to hide the site name? If that's the only change, thus the cause for your problem, it'd be interesting to know what you changed
João Carneiro de Melo, modified 4 Years ago.

RE: Can't Hide Site name

New Member Posts: 13 Join Date: 12/6/19 Recent Posts
Hey Olaf, i am trying to hide the site name in a traditional way. So, I go to My_Site>Site Builder>Pages>Public Pages> Configure. And change the option to "show site name" to No. But I got the error:
ERROR [ajp-nio-8019-exec-9][PortletServlet:119] javax.portlet.PortletException: com.liferay.portal.kernel.exception.LocaleException
javax.portlet.PortletException: com.liferay.portal.kernel.exception.LocaleException
at com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand.processAction(BaseMVCActionCommand.java:69)
I am doing this with the classic theme.
Jannik Jost, modified 2 Years ago.

RE: Can't Hide Site name

New Member Post: 1 Join Date: 10/14/19 Recent Posts

Hi guys.

This is exactly the problem I have with Liferay CE 7.3.5 GA 6. Did you find a solution yet?

Best regards,
​​​​​​​Jannik

thumbnail
Olaf Kock, modified 2 Years ago.

RE: RE: Can't Hide Site name

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts

I seem to have missed the previous reply to my answer.

What you always can do as a quickfix is to include some CSS (display:none;) on your pages/in your theme. Other than that, can you provide some steps to reproduce? E.g. does it require special configuration like nonstandard set of locales etc?