Register
Login
 

Support House of Nuke

  

 House of Nuke Forums  
Subject: problems with v1.4
Prev Next
You are not authorized to post a reply.

Author Messages
L SykesUser is Offline
Novice
Novice
Posts:5

06/07/2007 5:32 AM Alert 

Hi Tim,

I've used your v1.3 module on the Simple Red Leaf skin and it's worked great, however when I apply v1.4 to the skin a few problems occur.

The first is that padding is applied to the #HouseMenuNav class - this is ok I can zero out the padding. - But why is padding applied in the first place?

The second problem occurs when adding sub pages, in the ul they are not listed in the page source, so if you add a sub menu to the home page it is not presented in the page source.

If I add a second page without a parent page and add a sub page, this page is added but it is no longer indented.

Other sub pages are also not displaying, it all seems a bit random. - Have you seen this before?

You can download the source code of the skin from here:

http://www.dnncreative.com/FreeRedLeafCSSSkin/tabid/238/Default.aspx


Is there any chance in making v1.3 available for download? - Or do you know what is causing this in the skin?

Thanks,

Lee

L SykesUser is Offline
Novice
Novice
Posts:5

06/07/2007 9:45 AM Alert 

Very interesting, I've solved the problems.

In v4.5.3 if you go to Site Settings / advanced / page management - Home page has the Home Page selected.

When this is set it will not display any sub menu items for the home page in v1.3 or v1.4 of the housemenu.

However, if you select 'none specified' the sub menus will display for the Home page.

The indents can be reapplied: In my CSS code I had:

#HouseMenuNav ul ul
{
    /* second level menu items */
    margin-left: 12px;
}

Change this to:

#HouseMenuNav ul li
{
    /* second level menu items */
    margin-left: 12px;
}

and it works

Tim RolandsUser is Offline
Your Host
Professional
Professional
Posts:97


06/07/2007 3:29 PM Alert 

Lee,

Glad you got that working.

I have been developing the new version that takes advantage of newer DNN API, and it's coming along nicely. This new version should bypass many of the issues simply by using the newer DNN code.

Tim


avastonetechnologies.com
writergear.com
timrolands.com
You are not authorized to post a reply.
Forums > House Modules > HouseMenu 1.x > problems with v1.4



ActiveForums 3.6
  

Terms Of Use  |  Privacy Statement
Copyright © 2006-2008 by Avastone Technologies. All rights reserved.