Reg:ModuleTitle
Last Post 04/06/2009 3:42 PM by Lee Sykes. 6 Replies.
Author Messages
chaitanya
Nuke Newbie
Nuke Newbie
Posts:2


--
03/20/2009 3:51 AM
    Hi ,

     i develpoed a custom skin for the application,u can visit at  http://www.scientific-concepts.net/...fault.aspx

    if i want to to any modifications to the exisiting module and if i click on the module title menu bar...i am not able to see the menuitems exactly down to the menubar or the menucontainer it is coming some where...

    i am not able to track the code where exactly  it is......

    give me some suggestions or ideas...

    Thanks in advance.....
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    03/20/2009 8:38 AM
    Are you also using a custom container? The module's menu is actually part of the container.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    03/20/2009 5:21 PM
    As a quick test, use one of the default containers that comes with DotNetNuke and see if the problem disappears, if it does then compare your code in your custom container to the code from the default container and from there you should be able to work out the problem.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    chaitanya
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    03/23/2009 12:19 AM
    I did'nt used any custom container,i am using the default containers only...


    .ModuleTitle_SubMenu
    {
    border:1px solid #C0D6E5;
    }

    html{
    margin:0;
    padding:0;
    height:100%;
    border:none;

    }
    .leftPanel .mid dl
    {
    font-size: 16px;
    position: absolute;
    top: 115px;
    left: 5px;
    }

    body{
    margin:0px;
    padding:0px;
    border:none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: "Tahoma" ,Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    }
    body /* Mozilla Firefox alignment */
    {
    text-align: -moz-center;
    }

    #efteraarstop .header
    {
    background: url(images/header_efteraarstop.jpg) top left no-repeat;
    }

    #efteraarstop .leftPanel .top
    {
    background: url(images/left_panel_top_efteraarsbar.png) top left no-repeat;
    }
    #efteraarstop .leftPanel .mid
    {
    background: url(images/left_panel_mid_efteraarsbar.png) top left repeat-y;
    }
    #efteraarstop .leftPanel .bottom
    {
    background: url(images/left_panel_bottom_efteraarsbar.png) bottom left no-repeat;
    }

    .headerNav a
    {
    color: #665b5b;
    background: url(images/seperator.jpg) right bottom no-repeat;
    }
    .headerNav a.last
    {
    background: none;
    }

    .header h1
    {
    color: #FFFFFF;
    }

    .txt, .headerTxt
    {
    border: solid 1px #c9c9ca;
    }
    .headerBtn
    {
    border: solid 1px #c9c9ca;
    }
    .leftPanel #logo
    {
    background: url(images/logo.png) center no-repeat;
    }
    .container
    {
    width: 980px;
    margin:30px auto auto auto;
    position:relative;
    }


    .headerNav a
    {
    color: #665b5b;
    background: url(images/seperator.jpg) right bottom no-repeat;
    }
    .headerNav a.last
    {
    background: none;
    }

    .header h1
    {
    color: #FFFFFF;
    }
    span.cat
    {
    background: url(images/cat.png) top left no-repeat;
    }

    a
    {
    text-decoration: none;
    }
    a:hover
    {
    text-decoration: underline;
    }
    .floatLeft
    {
    float: left;
    clear: right;
    }
    .floatRight
    {
    float: right;
    clear: left;
    }
    .clear
    {
    clear: both;
    }
    .txt, .headerTxt
    {
    height: 18px;
    line-height: 18px;
    padding: 0px 2px 0 2px;
    }
    .headerTxt
    {
    width: 100px;
    margin: 0px 3px 0px 30px;
    }
    .headerBtn
    {
    cursor: pointer;
    }
    .headerNav
    {
    position: absolute;
    right: 0px;
    width: 744px;
    top: 10px;
    text-align:left;
    }
    .headerNav a
    {
    padding: 0px 5px 0px 5px;
    }
    .headerNav a.last
    {
    background: none;
    }

    .header
    {
    width: 977px;
    height: 159px;
    position: absolute;
    top: 40px;
    text-align:left;

    }
    .header h1
    {
    font-size: 55px;
    line-height: 159px;
    margin-left: 235px;
    font-weight: normal;
    }
    span.cat
    {
    display: block;
    width: 232px;
    height: 256px;
    position: absolute;
    right: 0px;
    top: -58px;
    }

    .leftPanel
    {
    width: 196px;
    position: absolute;
    z-index: 1;
    left: 10px;
    }
    .leftPanel #logo
    {
    display: block;
    width: 196px;
    height: 96px;
    }
    .leftPanel .top
    {
    position:absolute;
    height: 96px;
    height:auto;
    width: 198px;
    }

    .leftPanel .mid{
    min-height:600px;
    }


    .leftPanel .bottom{
    height:29px;
    margin-bottom:30px;
    width:198px;
    }
    #HouseMenuNav .address
    {
    z-index: 1;
    left: 5px;
    color: White;
    top: 540px;
    position:absolute;
    text-align:left;
    left:20px;

    }

    /* Vertical Menu */
    #HouseMenuNav
    {
    /* menu wrapper div */
    list-style: none;
    left: 5px;
    width: 198px;
    top: 110px;
    height:600px;
    text-align:left;
    }

    #HouseMenuNav ul
    {
    /* all submenu lists */
    list-style: none;
    margin: 0px 0px 0px 0px;
    }

    #HouseMenuNav a
    {
    /* all links within the menu wrapper */
    list-style: none;
    }

    #HouseMenuNav li
    {
    margin: 9px 0px 0px 9px;
    }

    #HouseMenuNav li a:link, #HouseMenuNav li a:visited
    {
    /* main colour of the menu */
    list-style: none;
    font-size: 16px;
    color: White;
    }

    #HouseMenuNav li a:hover
    {
    color: Black;
    text-decoration: underline;
    }
    #HouseMenuNav ul ul
    {
    /* second level menu items */
    margin-left: 2px 0px 0px 2px;
    }
    #HouseMenuNav ul ul li
    {
    list-style: none;
    }
    #HouseMenuNav ul ul a:link, #HouseMenuNav ul ul a:visited
    {
    }
    #HouseMenuNav ul ul a:hover
    {
    color: Black;
    }
    .loginlinks
    {
    color: #c9c9ca;
    }

    .dataHolder
    {
    position: absolute;
    right: 0;
    top: 5px;
    width: 755px;
    text-align:left;
    }
    .dataHolder h2
    {
    font-size: 20px;
    font-weight: normal;
    }


    .content_home, .content_home2
    {
    margin-top:-10px;
    width: 362px;
    float: left;
    }

    .content_home h3, .content_home2 h3
    {
    font-size: 20px;
    font-weight: normal;
    }
    .content_home p, .content_home2 p
    {
    margin-top:5px;
    }
    .content_home p img, .content_home2 p img
    {
    float: right;
    margin: 5px 0px 5px 5px;
    }
    .content_home2
    {
    margin-left: 30px;
    }


    .leftSection
    {
    width: 252px;
    height: 252px;
    position: absolute;
    top: 207px;
    margin-bottom: 10px;
    text-align:left;
    }
    .leftSection h4
    {
    font-size: 14px;
    font-weight: bold;
    margin: 170px 0 26px 10px;
    }
    .leftSection p
    {
    margin: 0 0 0 10px;
    font-size: 14px;
    }



    .midSection1
    {
    width: 188px;
    height: 61px;
    position: absolute;
    left: 283px;
    top: 403px;
    }
    .midSection1 p a
    {
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin: 10px;
    }
    .midSection1 p span
    {
    display: block;
    }

    .rightSection
    {
    width: 256px;
    height: 256px;
    position: absolute;
    right: 0px;
    top: 207px;
    text-align:left;
    }
    .rightSection h4
    {
    font-size: 14px;
    font-weight: bold;
    margin: 170px 0 26px 10px;
    }
    .rightSection p
    {
    margin: 0 0 0 10px;
    font-size: 14px;
    }
    .rightSection span
    {
    font-weight: bold;
    }

    .midSection
    {
    top:195px;
    width: 187px;
    height: 218px;
    position: absolute;
    left: 283px;
    }
    .midSection p
    {
    font-size: 16px;
    line-height: 23px;
    margin: 164px 0 0 10px;
    }

    .clear
    {
    clear: both;
    }

    .dataHolder h2
    {
    color: #c10018;
    }

    .leftSection
    {
    /* background: url(/DotNetNuke/Portals/0/cat2.jpg) top left no-repeat; */
    background: url(images/cat2.jpg) top left no-repeat;
    }

    .midSection
    {
    /* background: url(/DotNetNuke/Portals/0/bag.jpg) top left no-repeat; */
    background: url(images/bag.jpg) top left no-repeat;
    }
    .midSection p
    {
    color: #8D8A62;
    }


    .midSection1
    {
    /* background: url(/DotNetNuke/Portals/0/shop.jpg) top left no-repeat; */
    background: url(images/shop.jpg) top left no-repeat;
    }
    .midSection1 p a
    {
    color: #FFFFFF;
    }

    .rightSection
    {
    /* background: url(/DotNetNuke/Portals/0/cat3.jpg) top left no-repeat; */
    background: url(images/cat3.jpg) top left no-repeat;
    }
    .rightSection
    {
    color: #fff;
    }

    .content
    {
    float:right;
    height:500px;
    width:790px;
    position:absolute;
    left:180px;
    top:200px;
    overflow-x:hidden;
    overflow-y:auto;
    scrollbar-arrow-color: black;
    scrollbar-face-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-shadow-color: #c9c9ca;
    scrollbar-highlight-color: #fff;
    scrollbar-3dlight-color: #c9c9ca;
    scrollbar-darkshadow-color: #fff;
    }

















































































































    this is the skin.css using for my custom skin,suggest me if any thing is wrong....

    Once again thanks in advance...
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    03/27/2009 7:32 AM
    Hello,

    Its hard to tell from just reading CSS - I need to login to your site as an admin to see why the module settings menu does not appear, if you want to set me up with access, please freel free to email me,

    Thanks,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    nagachaitu.net
    Nuke Active Member
    Nuke Active Member
    Posts:22


    --
    04/03/2009 12:17 AM

    Hi Lee,

     

    At last i got the solution for that,after these many days..it is very simple....

     

    we need to remove the settings in the container.xml file




      [ACTIONS]
      
       
        ProviderName
        DNNMenuNavigationProvider
       

       
        ExpandDepth
        1
       

       
        PopulateNodesFromClient
        True
       

      

     

    then it will work fine

    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    04/06/2009 3:42 PM
    hello,

    ok, glad you solved the problem, thanks for letting us know,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---