掲示板

Doc bar is not getting displaying for admin

thumbnail
7年前 に Naresh Reddy Kallamadi によって更新されました。

Doc bar is not getting displaying for admin

Regular Member 投稿: 120 参加年月日: 14/07/09 最新の投稿
Hi All,

I have my custom theme with liferay 6.2.10 EE, I could not able to get docbar it is giving screen like in attached file i.e docbar.png
Is there any configuration do I need work?
Note: When I redirect to control panel everything looks good to me.
Thanks,
Naresh.

添付ファイル:

thumbnail
7年前 に Olaf Kock によって更新されました。

RE: Doc bar is not getting displaying for admin

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
Naresh Reddy Kallamadi:
I have my custom theme with liferay 6.2.10 EE, I could not able to get docbar...


If it works in the default theme, there's a good probability that your custom theme needs some extra styling. As we don't know the changes you made in your custom theme, this is all the answer you could get here, unless you post your theme's code somewhere
thumbnail
7年前 に Naresh Reddy Kallamadi によって更新されました。

RE: Doc bar is not getting displaying for admin

Regular Member 投稿: 120 参加年月日: 14/07/09 最新の投稿
Thanks Olaf Kock,

That is what I tought, but when check in inspect element there is no docbar css renders for docbar,Css for docbar loading from my custom theme.
What can I do to make render docbar css for docbar instead of my custom css.

Note: Default theme is working as expected.
thumbnail
7年前 に Olaf Kock によって更新されました。

RE: Doc bar is not getting displaying for admin

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
Naresh Reddy Kallamadi:
What can I do to make render docbar css for docbar instead of my custom css.


dockbar.css is not rendered instead of your custom.css, but in addition. And it's typically there by default. Do you have your theme's code available on github? The css should be included by default, unless you've removed/changed/disabled it explicitly. This can't be answered in detail without looking at your theme's code.