Home icon

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.
6/21/2013 10:37:41 AM
kok
Gravatar
Total Posts 47

Home icon

Hi there,

How can to hide or remove the home icon at home menu?

Thanks.

6/21/2013 12:41:44 PM
Gravatar
Total Posts 18439

Re: Home icon

Look in your theme.skin file in the skin folder

<portal:mojoTreeView runat="server" SkinID="SiteMenu"
    ContainerCssClass=""
    RootUlCssClass="art-hmenu"
    RenderLiCssClasses="true"
    RenderAnchorCss="true"
    LiCssClass=""
    LiRootExpandableCssClass=""
    LiRootNonExpandableCssClass=""
    LiNonRootExpnadableCssClass=""
    LiSelectedCssClass="active"
    LiChildSelectedCssClass="active"
    LiParentSelectedCssClass=""
    AnchorCssClass=""
    AnchorSelectedCssClass="active"
    ExpandDepth="-1"
    ShowExpandCollapse="false"
    PopulateNodesFromClient="false"
    SuppressCornerDivs="true"
    MaxDataBindDepth="-1"
    SuppressImages="true"
    />
        
<portal:mojoMenu runat="server" SkinID="SiteMenu"
    RenderContainerCssClass="true"
    RenderImages="false"
    UseMenuTooltipForCustomCss="true"
    RenderCustomClassOnLi="true"
    RenderCustomClassOnAnchor="false"
    RenderLiSelectedCss="false"
    RenderAnchorSelectedCss="true"
    UlCssClass="art-hmenu"
    LiCssClassWithChildren=""
    LiCssClassWithoutChildren=""
    LiSelectedCssClassWithChildren=""
    LiSelectedCssClassWithoutChildren=""
    LiChildSelectedCssClass=""
    LiParentSelectedCssClass=""
    AnchorCssClass=""
    AnchorSelectedCssClassWithChildren="active"
    AnchorSelectedCssClassWithoutChildren="active"
    AnchorChildSelectedCssClass=""
    AnchorParentSelectedCssClass=""
        
    />

 

Set the bold properties as shown.

Hope that helps,

Joe

6/23/2013 10:01:31 PM
kok
Gravatar
Total Posts 47

Re: Home icon

hi Joe,

in theme.skin I can find RenderImages="false",

but cannot find SuppressImages="true". why?

thanks.
 

6/24/2013 2:29:37 AM
kok
Gravatar
Total Posts 47

Re: Home icon

hi Joe,

I m face another problem,

my website created on 2.3.4.3 version, now I try to upgrade to 2.3.7.0,

after upgrade, the feature Image Gallery cannot function, this link: http://mojo.hanventure.com/2012-asia-pacific-international-brand-summit.aspx.

then the logo list on site settings also not appears. I have set logolist {display:none; } on stylemojo.css. how to solve?

thanks.

6/24/2013 10:11:33 AM
Gravatar
Total Posts 18439

Re: Home icon

theme.skin does not always have every possible setting, you can add what you need if it is not already there. typically only need settings there that you want to override default values.

To solve the gallery and other issues you need to apply all the changes for versions between your previous one and the latest one that are listed on the Important Skin Changes page.

 

6/25/2013 4:25:26 AM
kok
Gravatar
Total Posts 47

Re: Home icon

Hi Joe,

Thank you so much, the gallery problem solve.

But the logo list still cannot appears, any suggestion?

thanks.

6/26/2013 12:27:04 PM
Gravatar
Total Posts 18439

Re: Home icon

" I have set .logolist {display:none; } "

If you have that in css you need to remove it, that is what hides it, remove it or change it to display:block; to make it visible

 

6/26/2013 11:24:27 PM
kok
Gravatar
Total Posts 47

Re: Home icon

Hi Joe,

OK, I try to remove it.

About gallery problem solve, but when want to upload file,

click bulk upload just can select 1 photo, cannot select more than 1 like last time. Any suggestion?

thanks.

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