You need to Register for free and Login to post a message in the forum.

Forum

Nav Menu v2 for DotNetNuke v5 - Issue 52
Last Post 2011-03-15 11:43 PM by Joseph Craig. 24 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 1 of 212 > >>
Author Messages
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2010-01-06 07:49 AM
    Add any comments or questions regarding the Nav Menu v2 for DotNetNuke v5 tutorial from Issue 52
    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
    KyleUser is Offline
    Nuker
    Nuker
    Posts:12

    --
    2010-03-16 04:50 AM
    What are the advantages of setting the RenderMode to UnorderedList for the Nav Menu? How can this be done?
    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9299
    Avatar

    --
    2010-03-16 08:39 PM
    Here is a nice little blog entry on the subject.

    (Basically, though, this gives you a nice and clean way to start styling the menu ... perhaps at the expense of some complexity and a learning curve.)

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2010-03-17 12:00 PM
    To be honest if you wish to use an unordered list menu I would look at snapsis.com menu, I much prefer their CSS menu to using the NAV menu in unordered list mode - I find the code in snapsis is cleaner.
    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
    TailoUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:4

    --
    2010-04-02 02:31 AM
    First of all I like the tutorials and the way the are presented, especially for someone who never used cms or dnn.
    My question is, I usedd the image nav tutorial,
    it works on local install but once i trensferred the files to godaddy hosting the menu looks weird (its the same dnn install on both local and remote dnn 05.02.02). basically you cant see any other images except the home and admin and host use the 2nd menu image after home, i also uploaded your files
    to test on both servers and same thing, any idea what it could be causing it, maybe some dnn option


    remote host mode
    http://img87.imageshack.us/img87/1361/ex1w.jpg

    local host mode
    http://img101.imageshack.us/img101/2847/ex2k.jpg
    TailoUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:4

    --
    2010-04-02 03:33 AM
    Never mind my previous question, i didnt create pages in the remote install. oops
    chrisoUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:30

    --
    2010-06-03 06:01 AM
    Hi guys,

    Does anyone know of a way to configure the Nav Menu so that an item(s) at the Root level are section headers/labels (i.e. they aren't links to a page). When rolled over, these simply expose the sub menu beneath them?

    You see this fairly commonly. As an example http://www.bunac.org/usa. The white tabs across the top do not link to a page, but are just section headers for the sub menu beneath. The exception is the first tab (USA Home) that links back to the home page. This is the type of arrangement I'm trying to replicate.

    Is this possible with the Nav menu? If not, is there a different navigation control that anyone knows of that might work better.

    Thanks,
    ~Chris

    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9299
    Avatar

    --
    2010-06-04 12:26 PM
    For those items you want to use as "section headers" create the pages but mark them as disabled in the advanced section of page settings.  They will appear in the menu with their descendants, but they won't do anything else.

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    chrisoUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:30

    --
    2010-06-07 07:54 AM
    Hi Joe,

    Thanks!  That works great.  

    Do you happen to know if that would affect SEO at all?  I'm just wondering if those "section headers" pages are disabled if Google or other search engines will be able to index the content in the sub menus?

    Thanks again,
    ~Chris
    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9299
    Avatar

    --
    2010-06-07 11:26 AM
    That won't have any effect on indexing your site.

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    chrisoUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:30

    --
    2010-06-08 05:20 AM
    Great. Thanks again, Joe.
    ~Chris
    letoUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:2

    --
    2010-06-17 06:00 AM
    Hi!

    I am using two Nav menus horizontal in my skin. When I go from a page in the mainmenu to a page in the submenu the first item in that menu is getting a hover effect, even if I am not clicking that one. It just happens when switching from main to sub menu and the opposite way.

    The css class that affects it is .subMenu .hov and .mainMenu .hov

    As I can see, it is the same problem in the DNNC_Simple_Skin_NAVMenu2_i52_code. Anyone
    knows how to get around this problem?

    Thanks
    !
    JernejUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:8

    --
    2010-09-05 10:28 AM
    I can't make menu centerd on page, can somebody help me?
    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9299
    Avatar

    --
    2010-09-05 01:29 PM
    You can do something like this:

    < div class="myMenu">
           < div class="myMenu1">
                  < dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU1" />
           < /div>
    < /div>

    Then, style myMenu1 to be less in width than myMenu, and also set it to margin:auto.  That will center myMenu1 in myMenu.  You may need to play with padding to get the left side of the menu exactly where you want it.  Remember that adding menu items will require changing the style.  You may also find that setting the display mode to inline may make some styling easier.

    Hopefully, someone has a better suggestion.

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    Martin PetersenUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:4

    --
    2011-01-23 02:53 PM

    I have just worked my way through the tut's regarding the Nav Menu Provider - excellent tut's

    Now, I have implemented ALL that's been shown in the tuts, but the 2 things that WASN'T covvered, seems to be the 2 thing's I am having problems with...

    Root menu Items works like a charm - no problems there.

    Sub menu items also works excellent...

    My problem is .first and .last - Oh, and those WERE covered - the uncovered items I'll get back to later....

    When setting a background image to those 2 items, I get a second cell for those menu-items, which also shows the background image, and that messes up the menu-design - I expect it to be ShowChildren cell for the submenues, since the cells appear to the right of the menu item itself.

    So Question : How do I hide those cells for those 2 menu-items?

    Next, the things, that wasn't covered :

    BREAK and ICN.

    I cannot seem to get a menu-break into my menu... I've set the .break class to show a background image, but it wont show...it doesn't even show the 1px solid red - border, that i've set (as per recommendation in the tut's)
    The break-class is set on the .m class and the .mi class (like this : .m .break and .mi.break td)

    Secondly, I really want the ICN class hidden - througout the Menu - and also the Indicate-children cell (which I suspect is causing the problem mentioned in regards with .first and .last classes)

    So, I really need some guidance.... or just spin me around and point me in the correct direction

    Kinde regards,

    Martin Moesby

    Martin PetersenUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:4

    --
    2011-01-24 10:51 AM
    A tiny update on this question: I've managed to get the menu look as designed, by NOT padding the ".menu .m" class, instead the I've padded the ".menu .m .txt" class and setting the background image for the ".menu .mi td" class... But I still have an issue with the ".break" class.. When setting a background on the ".menu .m" class, the seperator defined in the ".menu tr.mi" class shows up...., but if the backgound images is defined in the ".menu .mi" class, the seperator is not visible - I guess it's being overridden by the ".menu .mi td" class... So, if anyone's gor some kind og direction I should turn, I'd be really appreciative
    Martin PetersenUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:4

    --
    2011-01-24 03:00 PM
    Problem solved.!
    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9299
    Avatar

    --
    2011-01-24 05:45 PM
    Great!  What was the secret?

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    Martin PetersenUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:4

    --
    2011-01-24 11:19 PM
    Hehe, yeah, that's a little complicated, but I will try to answer the best i can.

    First, I have to explain, what caused the issue in the first place:

    Every .mi item consists of 3 td cells : 1 for the icon, 1 for the menu text and 1 for the child indicator.

    the 1st cell is hidden using menu .m .icn { display:none; } - so that wasn't difficult
    2nd cell - well, that's gotta be there
    3rd cell is hidden  using the "IndicateChildren=False" on the Nav SkinObject.

    BUT - and this caused me many hours of grief - when padding the .menu .mi class, the 3rd cell becomes visible again - with the same width that .menu .mi is padded with (i.e. padding:15px caused the 3rd cell to be 15px wide) ... and if the .menu .mi  class also has a background-image definition, that definition applies to all 3 cells in the .mi class - and thus the image will also be shown in cell 3, and that can sometimes mess up the menu-design..

    Everybody with me so far??

    So, I solved this my NOT padding the .menu .mi class - which of course made the menu text appear directly along the left side og my menu - not nice.

    Instead I padded the .menu .m .txt class....
    Problem solved

    Now, about the seperator...., well I just added the seprator graphics to the bottom image and fixed the other seperator images by using the .menu tr.mi class...
    Another problem solved....

    I hope everyone understands this, since it's the best explanation I can come up with.

    But I have to mention that:

    1) I am used to style the SolpartMenu, and have never used the Provider system
    2) The namespace/class styling of the NavigationProvider is a hell of a lot easier than the "Old School" styling, and I would never have figured it out, if it hadn't been for issue 52

    You can se the preliminary design at dev.hifi4all.dk - issues with Browsers other than IE - the top Menu item doesn't show correctly (even though it did on one of my develpment PC's)...

    That design calls for a First and Last menu item that's styled differently than the middle menu items...


    I'll post my entire Menu stylesheet, if anyone want's to see it....

    Regards,

    Martin Moesby
    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9299
    Avatar

    --
    2011-01-25 02:29 PM
    Thanks for the explanation!

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    You are not authorized to post a reply.
    Page 1 of 212 > >>


    Active Forums 4.3

    Latest Forum Posts

    Rename or move site from domain name to subdomain name by Bill Quinn
    Hi, I have an old DNN site on a a TLD like this: websitename.com I have created a portal on
    RE: Deploying dnn by Sameer
    Thanks joeseph glad with your answer it means i can use CE for my site if the traffic are not
    Unable to Create Skin Package by schilders
    Hi, I'm trying to create the skin package and manifest for my new skin. I created the new skin e
    RE: user adding images by Joseph Craig
    I think that you will need to go to the File Manager and give the user and/or security group file up
    RE: lightroom effect for skin by Joseph Craig
    There are modules available that do this. On the commercial side, I've used Mandeeps' Live Conten
    RE: Creating structured page content by Joseph Craig
    Take a look at Ventrian's News Articles module. While commercial, it has a very modest price! Th
    Creating structured page content by Stephen Bugden
    Hi, Can anyone recommend a module for creating and managing page content? The kind of thing I'
    lightroom effect for skin by everett31
    I’m looking for a way to add the lightbox effect to a skin file. I would like the end user to have
    RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
    According to my web searching, @font-face references cause crashing in IE7 and IE8 with css3-mediaqu
    user adding images by rod lloyd
    I have set up permissions for certain users to edit a module, but when they log-on and enter Edit Co
    RE: Deploying dnn by Joseph Craig
    The free Community Edition of DotNetNuke is perfectly fine for creating "world class" websites. Whi
    RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
    any idea what approach I should take - IE completely locks up. The only cause is the combo of the
    RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by Joseph Craig
    If you're up to doing some debugging, you might be able to figure out where the problem lies. That'
    RE: Deploying dnn by Sameer
    Hi Joe Thanks for your reply i am planning to create my own DNN site so for that i have chec
    RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
    Thanks for the response, but I was hoping it was something I could fix with some skin tweaks - one i
    RE: Changing Search text by Joseph Craig
    You will want to look here for references about the DotNetNuke skin objects. The document written b
    Changing Search text by Abraham Tameru
    Hi, Instead of having "Search" text near the search text box, I wanted to replace it by an image
    RE: Strange issue with file manager on sub domain (sperate portal) by Web Services
    Just sent it.
    RE: Not able to load my dotnetnuke website on Internet Explorer though it is working fine with other browsers by Joseph Craig
    Did you get this fixed? (Apologies for not getting to this sooner...)
    RE: Web Design Company London by Johnny Gregory
    Hello I am a Manager here at PowerDNN and I would like to see if you are still looking to get the wo
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds