Using company logo in the JqueryUI theme

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/20/2010 6:32:32 AM
Gravatar
Total Posts 76

Using company logo in the JqueryUI theme

Hello,

How do I show my company logo instead of the Title in the Jquery UI theme?

I checked out this  and followed it's instructions, but, it doesn't appear on my theme.

Please help..

Thanks

12/21/2010 8:18:33 AM
Gravatar
Total Posts 18439

Re: Using company logo in the JqueryUI theme

The link has the correct information but don't take it completely literally as far as what the css you are looking for is, in jqueryui-1 skin it is like this:

.logolist,.pageicons,.skiplink { display:none; }

so change it like this:

.pageicons,.skiplink { display:none; }

and make sure you don't have the css caching

Then in site settings you will see where you can pick the logo, if you have a custom logo put it in /Data/Sites/1/logos folder to make it show up as a choice.

Hope it helps,

Joe

12/21/2010 9:35:16 AM
Gravatar
Total Posts 76

Re: Using company logo in the JqueryUI theme

Hi Joe,

Thanks for the reply...

The logo appears but now It appears somewhere in the middle of the page..

Any ideas on how I can move it to the side?

Thanks

 

12/21/2010 10:20:00 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Using company logo in the JqueryUI theme

You'll want to experiment with the "align" and "float" directives in your CSS. Try FireBug if you're not using it--that way you can play around with the CSS and see the results in real time.

12/23/2010 2:12:54 AM
Gravatar
Total Posts 4

Re: Using company logo in the JqueryUI theme

I'm using firebug...but It would be easier if you could point me to the CSS file that contains the style for the logo..

 

Thanks...

12/23/2010 3:41:12 AM
Gravatar
Total Posts 5

Re: Using company logo in the JqueryUI theme

Did you try to upload the file in the library first (save it as a jpg) and then inserted it into the blog page or the blog post?

12/23/2010 3:56:40 AM
Gravatar
Total Posts 76

Re: Using company logo in the JqueryUI theme

I'm just trying to use the default images that come with mojo portal before I use my own image.

The images which are already in the list itself don't work properly :(

12/23/2010 6:06:30 AM
Gravatar
Total Posts 18439

Re: Using company logo in the JqueryUI theme

Did you put this in the layout.master file of your skin as indicated in the documentation?

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

there is no css for it but there is a class name that will be applied to the logo, it renders like this:

<a href='/' title='mojoPortal'><img class='sitelogo' alt='mojoPortal' src='/Data/Sites/1/logos/mojoguidetogalaxy.png' /></a>

so you can style or position the logo using

.sitelogo {}

you should compare your skin to jsavard-mojoportal which does already use the logo and it works correctly.

Hope it helps,

Joe
 

1/8/2011 4:26:37 AM
Gravatar
Total Posts 1

Re: Using company logo in the JqueryUI theme

Hello,

try to upload the file in library (save it as a jpg)
 

Sarah Johnson

Logo Designs Services

 

 

 



 

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