Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Liferay Icons are disappeared in my custom theme. Am I missing anything
Hello Everybody , In my custom theme Liferay Icons(close icon etc,) are disappeared. I don't know whether I am missing to include something. If you people can guide me.
Attachments:
You might have overrriden any of the id or class from the button tag
<
Please verify...
<
button id="closethick" class="aui-buttonitem-content yui3-widget aui-component aui-buttonitem aui-state-default aui-buttonitem-icon-only aui-toolbar-first aui-toolbar-last aui-toolbar-item aui-buttonitem-focused" type="button" title="Close dialog" aria-controls="aui_3_4_0_1_1742">Please verify...
Please check your portlet.vm file in custom theme , may be this options are not there
$theme.iconOptions()
$theme.iconMinimize()
$theme.iconMaximize()
$theme.iconClose()
$theme.iconOptions()
$theme.iconMinimize()
$theme.iconMaximize()
$theme.iconClose()
Thank you both for giving me reply, I have checked things that you both have suggested me .. But everything looks fine & still its not working
though I doubt that as priyanka said something has been overridden..
though I doubt that as priyanka said something has been overridden..
you can use firebug to trace problem. if its css issue you can easily trace using firebug
Regards
Manish Yadav
Regards
Manish Yadav