Forums

Home » Liferay Portal » English » 2. Using Liferay » General

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
How can i remove the liferay logo and company name Ziggy © July 5, 2009 7:23 AM
RE: How can i remove the liferay logo and company name Mazhar Anwar July 5, 2009 8:26 AM
RE: How can i remove the liferay logo and company name Ziggy © July 5, 2009 8:39 AM
RE: How can i remove the liferay logo and company name Parul Seth July 5, 2009 10:55 AM
RE: How can i remove the liferay logo and company name Ziggy © July 5, 2009 2:33 PM
RE: How can i remove the liferay logo and company name Parul Seth July 5, 2009 11:22 PM
RE: How can i remove the liferay logo and company name bhavana deepthi p December 9, 2009 5:46 AM
RE: How can i remove the liferay logo and company name Juan Fernández December 9, 2009 11:39 PM
RE: How can i remove the liferay logo and company name Matthew Ropp December 9, 2009 8:20 AM
RE: How can i remove the liferay logo and company name bhavana deepthi p December 9, 2009 8:51 PM
RE: How can i remove the liferay logo and company name Gnaniyar Zubair December 9, 2009 10:17 PM
RE: How can i remove the liferay logo and company name Dhrutika Vyas December 9, 2009 11:23 PM
RE: How can i remove the liferay logo and company name Juan Fernández December 9, 2009 11:38 PM
RE: How can i remove the liferay logo and company name bhavana deepthi p December 10, 2009 3:38 AM
RE: How can i remove the liferay logo and company name Rajendra Mhetre September 27, 2010 7:11 AM
RE: How can i remove the liferay logo and company name Hitoshi Ozawa September 28, 2010 10:31 PM
RE: How can i remove the liferay logo and company name Jignesh Vachhani December 9, 2009 10:20 PM
RE: How can i remove the liferay logo and company name Stephen Danseglio December 30, 2011 11:31 AM
RE: How can i remove the liferay logo and company name himanshu jain January 2, 2012 11:20 PM
Ziggy ©
How can i remove the liferay logo and company name
July 5, 2009 7:23 AM
Answer

Ziggy ©

Rank: Expert

Posts: 293

Join Date: June 8, 2008

Recent Posts

How do i remove the liferay logo on the classic theme (liferay.ico) and the company name text as well?
I know it can be changed from controlpanel>settings>displaysettings but this setting only allow changing the logo. I want to completely remove it i.e. not display.

any clues?

--
Ta
Mazhar Anwar
RE: How can i remove the liferay logo and company name
July 5, 2009 8:26 AM
Answer

Mazhar Anwar

Rank: New Member

Posts: 3

Join Date: June 22, 2007

Recent Posts

By changing the following property in portal.properties/portal-ext.properties file with new icon .ico file for your theme. Make sure the changed icon is present in your theme's /images folder.

#
# Set the theme's shorcut icon.
#
theme.shortcut.icon=liferay.ico

and company name can be changed from enterprise admin portlet, Setting tab.
It will change the company name for all the communities.


Hope it will help emoticon

Mazhar
Ziggy ©
RE: How can i remove the liferay logo and company name
July 5, 2009 8:39 AM
Answer

Ziggy ©

Rank: Expert

Posts: 293

Join Date: June 8, 2008

Recent Posts

Hi Mazhar,

I didnt want to change the logo to a different logo. What i wanted to do is remove the logo completely from the theme.

Thank
Parul Seth
RE: How can i remove the liferay logo and company name
July 5, 2009 10:55 AM
Answer

Parul Seth

Rank: Junior Member

Posts: 83

Join Date: December 18, 2008

Recent Posts

Hi Ziggy

For removing the logo from the theme you need to modify portal_normal.vm inside the templates folder of your theme:

To do so replace display:block with display:none in the following code :
 1#if ($company_logo != "")
 2        <style type="text/css">
 3            /* <![CDATA[ */
 4                #banner .logo a {
 5                    background: url($company_logo) no-repeat;
 6                    display: block;
 7                    font-size: 0;
 8                    height: ${company_logo_height}px;
 9                    text-indent: -9999em;
10                    width: ${company_logo_width}px;
11                }
12
13                #ie6_png_fix()
14            /* ]]> */
15        </style>
16    #end


Also you can remove the following code:

1<h1 class="logo">
2            <a class="png" href="$company_url">$company_name</a>
3
4            <span class="current-community">
5                $community_name
6            </span>
7        </h1>


HTH

Parul Seth
Impetus Infotech (India) Pvt. Ltd.
Ziggy ©
RE: How can i remove the liferay logo and company name
July 5, 2009 2:33 PM
Answer

Ziggy ©

Rank: Expert

Posts: 293

Join Date: June 8, 2008

Recent Posts

Thanks parul.. the second option did the trick.
I dont have that "#banner .logo a" stylesheet in my theme. Im using the classic theme. Is that as you would expect? Or does that mean im using an older version of the classic theme?
Parul Seth
RE: How can i remove the liferay logo and company name
July 5, 2009 11:22 PM
Answer

Parul Seth

Rank: Junior Member

Posts: 83

Join Date: December 18, 2008

Recent Posts

Hi Ziggy

That was from 5.2.1. So if you are using a higher version its very much possible that this has been re-factored. emoticon

And its better to do it with the second option I gave, because if you don't want the logo to be there its better to remove it.

Just remember that you need to port these changes manually when you upgrade.

HTH

Thanks & Regards
Parul Seth
Impetus Infotech (India) Pvt. Ltd.
bhavana deepthi p
RE: How can i remove the liferay logo and company name
December 9, 2009 5:46 AM
Answer

bhavana deepthi p

Rank: New Member

Posts: 11

Join Date: December 9, 2009

Recent Posts

I changed property in portal.properties/portal-ext.properties file with new icon .ico file for your theme.
#
# Set the theme's shorcut icon.
#
theme.shortcut.icon=tomcat.ico

but the Liferay icon is not changed.........
I want to change the Logo of the Liferay and upload my own Logo there.....
Juan Fernández
RE: How can i remove the liferay logo and company name
December 9, 2009 11:39 PM
Answer

Juan Fernández

LIFERAY STAFF

Rank: Liferay Legend

Posts: 1192

Join Date: October 2, 2008

Recent Posts

Try this:

in "Control panel" -> "Settings" -> "Display settings" you have a place to edit your logo
Regards
Juan Fernández
Matthew Ropp
RE: How can i remove the liferay logo and company name
December 9, 2009 8:20 AM
Answer

Matthew Ropp

Rank: Junior Member

Posts: 76

Join Date: August 5, 2009

Recent Posts

To replace the liferay icon with the icon of your choice you should deploy a custom theme and replace docroot/_diffs/images/liferay.ico with your preferred icon.

Matthew
bhavana deepthi p
RE: How can i remove the liferay logo and company name
December 9, 2009 8:51 PM
Answer

bhavana deepthi p

Rank: New Member

Posts: 11

Join Date: December 9, 2009

Recent Posts

hi,
I am new to liferay.i could not find confirugation in control_panel.can you please give me detail info about how to change the logo of the Liferay.
Gnaniyar Zubair
RE: How can i remove the liferay logo and company name
December 9, 2009 10:17 PM
Answer

Gnaniyar Zubair

Rank: Liferay Master

Posts: 558

Join Date: December 19, 2007

Recent Posts

HI,


Go to Control Panel - Settings - Display Settings ( left side) - change Logo


- Gnaniyar Zubair
Jignesh Vachhani
RE: How can i remove the liferay logo and company name
December 9, 2009 10:20 PM
Answer

Jignesh Vachhani

Rank: Liferay Master

Posts: 755

Join Date: March 10, 2008

Recent Posts

Hi Ziggy,

Go to the control panel and upload 1px image instead of liferay logo.
Your problem has been solved through this.

Jigs
Dhrutika Vyas
RE: How can i remove the liferay logo and company name
December 9, 2009 11:23 PM
Answer

Dhrutika Vyas

Rank: Expert

Posts: 330

Join Date: February 9, 2009

Recent Posts

bhavana deepthi p:
hi,
I am new to liferay.i could not find confirugation in control_panel.can you please give me detail info about how to change the logo of the Liferay.


Hi,
Go to control panel->Settings->Display Settings->And there you can change your logo.

Thanks,
Dhrutika Parekh
Cignex Technologies
Juan Fernández
RE: How can i remove the liferay logo and company name
December 9, 2009 11:38 PM
Answer

Juan Fernández

LIFERAY STAFF

Rank: Liferay Legend

Posts: 1192

Join Date: October 2, 2008

Recent Posts

bhavana deepthi p:
hi,
I am new to liferay.i could not find confirugation in control_panel.


Hi:
I'm sorry but I translate this word wrong. It isn't "configuration", but "settings".
So you have to go to control panel, in the "portal" section, click on "settings", then "display settings"
That's all
Regards
Juan Fernández
bhavana deepthi p
RE: How can i remove the liferay logo and company name
December 10, 2009 3:38 AM
Answer

bhavana deepthi p

Rank: New Member

Posts: 11

Join Date: December 9, 2009

Recent Posts

Thanks for the information.
Done.
Rajendra Mhetre
RE: How can i remove the liferay logo and company name
September 27, 2010 7:11 AM
Answer

Rajendra Mhetre

Rank: New Member

Posts: 5

Join Date: February 17, 2010

Recent Posts

Hi Matthew,

I am using liferay 6.0.4 and have created my own theme but I could not find the file docroot/_diffs/images/liferay.ico anymore. I need to change the liferay logo using theme only.

Thanks in advance.
Hitoshi Ozawa
RE: How can i remove the liferay logo and company name
September 28, 2010 10:31 PM
Answer

Hitoshi Ozawa

Rank: Liferay Legend

Posts: 8000

Join Date: March 23, 2010

Recent Posts

Take a look at the page below:

http://www.liferay.com/community/forums/-/message_boards/message/4534070#_19_message_4562408
Stephen Danseglio
RE: How can i remove the liferay logo and company name
December 30, 2011 11:31 AM
Answer

Stephen Danseglio

Rank: New Member

Posts: 1

Join Date: December 30, 2011

Recent Posts

This is not directly related to the subject but I didnt notice how to start a new discussion. In any case, is there some way to change the company logo to a STATIC image so that when you change it to a new logo, the image is NOT clickable? Right now no matter what logo you change it to, it is click-able and directs you to another page, e.g., /web/guest page. I just want it to be static.

Steve
himanshu jain
RE: How can i remove the liferay logo and company name
January 2, 2012 11:20 PM
Answer

himanshu jain

Rank: Junior Member

Posts: 34

Join Date: October 25, 2011

Recent Posts

if u want to change logo just go to control panel u can change logo for your community.


If u want to change the default liferay logo which appeared in the url than go to unstyled theme .u find images folder .search for favicon.in and replace it with the desired icon which has same size nd keep the name same....restart the server change get reflect in the url tab.