A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating 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
Just copy SiteLogo from one of the skins that does have it.
<portal:SiteLogo id="SiteLogo" runat="server"></portal:SiteLogo>
Hope it helps,
Joe
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.
Hi joe
Ok.
A.Samarian
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
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.