where is the site logo control?

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
10/13/2009 4:23:23 PM
Gravatar
Total Posts 69

where is the site logo control?

 Sorry if this has been discussed, but I haven't found an easy way to search the forums for topics.

I am trying to activate the site logo control and followed the recommended steps from the creating skins documentation on "Where the Site Logo".

I am trying to add a logo to the skin stylevantage.  I added the <portal:SiteLogo runat="server"></portal:SiteLogo> to the Layout.Master and also commented out the code in the style.css:

<!--

.logolist,.pageicons,.skiplink {

display:none;

}

-->

but I don't seem to get the logo control to show up in site settings. I am using version 2.3.1.9.

Any help would be appreciated!

 

10/13/2009 6:53:30 PM
Gravatar
Total Posts 2239

Re: where is the site logo control?

To comment CSS use /* */ HTH, Joe D.
10/13/2009 7:12:22 PM
Gravatar
Total Posts 69

Re: where is the site logo control?

Thanks Joe,

I guess I just wasn't paying attention to what I was doing.

 

10/13/2009 7:29:19 PM
Gravatar
Total Posts 69

Re: where is the site logo control?

Ok, so I commented the style.css file the appropriate way and I still don't have the logo control in the site settings.

Any other ideas?

Thanks

10/14/2009 9:43:22 AM
Gravatar
Total Posts 2239

Re: where is the site logo control?

Do you have the following set in your user.config file?

<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />

If not, set them and then touch the web.config (open it and then save it).

You can set these to true after you have completed your skin changes.

HTH,
Joe

10/14/2009 12:41:22 PM
Gravatar
Total Posts 69

Re: where is the site logo control?

Ok, added the suggested code to the user.config file.  opened and saved the web.cofig file.  Still no logo in the site settings.

Any other suggestions?

Thanks!

10/14/2009 12:59:06 PM
Gravatar
Total Posts 18439

Re: where is the site logo control?

After changing those cache settings you may still need to clear the browser cache one time. Visit a different site, clear the browser cache then come back to your site.

Hope it helps,

Joe

10/14/2009 1:10:04 PM
Gravatar
Total Posts 69

Re: where is the site logo control?

Went to yahoo.com, cleaned everything out by deleting history via internet tools (ie8).  Closed down the browser completely.  New browser, still not logo control in site settings.  I imagine, its something simple I am doing wrong, thanks for your patience with me.

Any other thoughts?

10/14/2009 1:16:55 PM
Gravatar
Total Posts 18439

Re: where is the site logo control?

Instead of commenting out that css try changing it to this:

.skiplink {display:none;}

Note, make sure the style.css file you are editing is the one located in /Data/Sites/1/skins/skinname folder not in /Data/skins/skinname, the later is just the skin catalog, when new sites are created skins are copied from there to the /Data/Sites/[SiteID]/skins folder and those are the skins used by the site.

Hope it helps,

Joe

10/14/2009 1:35:28 PM
Gravatar
Total Posts 69

Re: where is the site logo control?

Ok, progress.  Your suspicion was correct, I was editing the style.css in the wrong fold.

Now, I look in the /Data/Sites/1/skins/skinname folder and I don't have a style.css file?

Should I just copy it from the catalog folder?

10/14/2009 1:40:33 PM
Gravatar
Total Posts 18439

Re: where is the site logo control?

Yes, if you upgraded from 2.3.1 version we have re-organized the skin files to make it easier to find things since then so copy all skins form /Data/skins to /Data/Sites/1/skins since you haven't yet implemented a custom skin. Another change is that we are using text links by default now for admin links as aggregate feedback has shown the icons to be less friendly. 

If you prefer the icons you can keep the existing skins in /Data/Sites/1/skins/, but the files are organized differently so its probably stylelayout.css that has the main css.

Hope it helps,

Joe

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