Vertical Solpartmenu
Last Post 07/16/2009 5:58 AM by Lee Sykes. 7 Replies.
Author Messages
n@vv!nnn
Nuke Newbie
Nuke Newbie
Posts:5


--
07/08/2008 11:24 AM
    Hi Lee,
    I need ur help with the vertical solpartmenu. The vertical solpartmenu is supposed to show all the pages in the menu..and no problem abt that its working fine.
    But the problem is the gap between the menu items is too  much meaning to say for instance the gap between Admin and Host or Home page and the very next item in the menu is very large.
    I am not able to reduce the gap between them...I have gone thru the skin.xml and skin.css file completely. But to my wonder I didn't get any clue.
    I really need ur help.

    Thanks in Advance,
    Navvin
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    07/10/2008 1:54 PM
    do you have any URL we can look at?

     or could you zip and attach all of your skin files to this forum post?
    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
    n@vv!nnn
    Nuke Newbie
    Nuke Newbie
    Posts:5


    --
    07/10/2008 2:20 PM
    Hi Lee,
    Thanks a lot for your reply.
    I forgot to mention in the forum that I got solution to my problem.
    Actually it was resolved by removing the
    from the Separator setting of solpart menu.

    Anywayz thanx for replying back!!!

    --Navvin
    Umeed Kothavala
    Nuke Active Member
    Nuke Active Member
    Posts:26


    --
    04/24/2009 9:26 AM
    Hi, Can you please explain in brief that how you remove that gap between main menu and sub menu coz I m getting the same problem with vertical menu but can not get your replay how to resole this issue.
    rakesh
    Nuke Ace
    Nuke Ace
    Posts:52


    --
    07/13/2009 7:14 AM
    can you explain the css code for creating a vertical menu. In my all previous works it has horizontal menu, for my current design i need vertical menu. please help
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    07/13/2009 12:58 PM
    Are you using SolpartMenu or NavMenu?

    If you download the pdf docs avaialble on the dotnetnuke.com downloads page open the file: DotNetNuke Navigation Web Controls and look on page 17, this shows all the various attributes available.

    For SolPartMenu and NavMenu the attribute is:

    ControlOrientation

    and you can set this to Horizontal or Vertical



    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
    rakesh
    Nuke Ace
    Nuke Ace
    Posts:52


    --
    07/14/2009 7:49 AM
    For making my solpartmenu display as vertical i edit the file spmenu.js from solpartmenu folder in the dnn setup, but i didn't get any result after parsing. Please help me to move.
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    07/16/2009 5:58 AM
    you do not want to edit the js file directly. All you need to do is add in the attribute into the skin code, for example look at your skin.ascx file and the code for the SolpartMenu, there you will see several attributes, all you need to do is add the following attribute in that section.

    ControlOrientation = "Vertical"

    and you can set this to Horizontal or Vertical
    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


    ---