Where is that sucker coming from?

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.
4/29/2011 1:52:26 PM
Gravatar
Total Posts 114

Where is that sucker coming from?

Hi guys,

Just updated mojoPortal on my site from 2.3.2.9 to 2.3.6.6 (working with the source code). After doing the build according to instructions in VS2010, I installed my live skin built from one of the examples when 2.3.2.9 was current (have no idea which one I used, I built it 2 years ago).

Anyway, in my local test environment, everything is fine; however, on the live site, I'm finding that the asp.net horizontal menu is pulling  image home.gif from Data/SiteImages/FeatureIcons/ and sticking it next to the Home link in the menu, screwing up alignment of that element. As I said, I don't see it in the 2.3.6.6 local environment, just in the 2.3.6.6 live site.

Any idea where that icon is being called for, and how to get rid of it?

Thanks!

Duane Doutel

4/29/2011 2:00:35 PM
Gravatar
Total Posts 18439

Re: Where is that sucker coming from?

Hi Duane,

Try adding this to your theme.skin file:

<portal:mojoMenu runat="server" SkinID="SiteMenu"
   RenderImages="false"
  />

You might also try adding this to your CSS:

ul.AspNet-Menu li img { display:none; }

You will probably also want to review the sticky thread for Important Skin Changes, if you haven't already.

It might also be a good idea to compare your layout.master to one of the newer skins, make sure you have <portal:ScriptLoader and <portal:StyleSheetCombiner in there. You may also notice newer skins replaced the single google analytics control with 2 newer controls one at the top and one at the bottom.

Hope that helps,

Joe

4/29/2011 2:35:46 PM
Gravatar
Total Posts 114

Re: Where is that sucker coming from?

It does indeed help; many thanks, Joe!

Best,

Duane

 

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