Forums de discussion

Doc bar is not getting displaying for admin

thumbnail
Naresh Reddy Kallamadi, modifié il y a 7 années.

Doc bar is not getting displaying for admin

Regular Member Publications: 120 Date d'inscription: 09/07/14 Publications récentes
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.

Pièces jointes:

thumbnail
Olaf Kock, modifié il y a 7 années.

RE: Doc bar is not getting displaying for admin

Liferay Legend Publications: 6403 Date d'inscription: 23/09/08 Publications récentes
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
Naresh Reddy Kallamadi, modifié il y a 7 années.

RE: Doc bar is not getting displaying for admin

Regular Member Publications: 120 Date d'inscription: 09/07/14 Publications récentes
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
Olaf Kock, modifié il y a 7 années.

RE: Doc bar is not getting displaying for admin

Liferay Legend Publications: 6403 Date d'inscription: 23/09/08 Publications récentes
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.