Logo not appears in some skins.

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
12/2/2007 2:30:29 AM
Gravatar
Total Posts 550

Logo not appears in some skins.

Hi all

In some skins(BusinessOne,techmania,...), logo image not appears.How I can add logo to my site when use these skins?

Thanks.

Asad

12/2/2007 6:48:18 AM
Gravatar
Total Posts 18439

Re: Logo not appears in some skins.

Just copy SiteLogo from one of the skins that does have it.

<portal:SiteLogo id="SiteLogo" runat="server"></portal:SiteLogo>

Hope it helps,

Joe

12/2/2007 6:51:24 AM
Gravatar
Total Posts 18439

Re: Logo not appears in some skins.

Also some of the skins that don't use the logo also hide it in Site Settings.

You can un-hide it by looking in stylelayout.css and you can find this:

.logolist {display:none; }

and remove it.

 

Hope it helps,

Joe

12/2/2007 1:37:57 PM
Gravatar
Total Posts 550

Re: Logo not appears in some skins.

Hi joe

Ok.

Thanks.

A.Samarian

3/20/2009 11:44:46 PM
Gravatar
Total Posts 20

Re: Logo not appears in some skins.

Joe -

I have followed this help forum string (and re-followed) just to make sure I have done it right and although I can get the logo to appear, I can not get the logo list selector field to show up.  I've tried logging out, closing out the browser, etc. and nothing seems to work.

I am in MySQL 4.0 and mojoPortal Version 2.2.9.2 MySQL.

Again, the default logo (mojomoonprint.jpg), but does not give the option to change the logo from a drop down in site settings once I have removed the .logolist {display:none; } in the stylelayout.css file

Any additional ideas? 

Brian

3/21/2009 7:46:40 AM
Gravatar
Total Posts 18439

Re: Logo not appears in some skins.

Hi Brian,

Assuming you are editing the correct css file, its not enough to close the browser. You have to clear the server cahce by recycling the app and you have to clear the browser cache. I would search for that in all the css files in the skin in case its in there in another place besides the one you removed. 

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.