Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Dark Knight skin: Disabled menu items invisible with megamenusDark Knight skin: Disabled menu items invisible with megamenus
Previous
 
Next
New Post
7/29/2011 5:27 PM
 
I have a few parent items that are "disabled" and simply serve as a link to hover over to get the menu below. In other words, they serve as more of a "category" to get child links below.  With the Mega Menu in Dark Knight, these pages do not show up.  There is an empty space where they should be.
 
New Post
7/29/2011 6:27 PM
 
Correction: It is visible, but difficult to see

I have a few parent items that are "disabled" and simply serve as a link to hover over to get the menu below. In other words, they serve as more of a "category" to get child links below. With the Mega Menu in Dark Knight, these tabs do not show up with the correct style or font color. There is an empty space where the background should be.

The styling is incorrect for disabled parent items and disabled child items.

http://support.dotnetnuke.com/issue/V...

 
New Post
7/29/2011 6:54 PM
 
Hi,

This issue is fixed for 6.0.1. http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=17221&PROJID=44

Thanks,

Jogi
 
New Post
8/16/2011 4:29 AM
 
We modified the DNNMega xslt file. There probably is a more gracious way to code it, but here is our solution. Depending on your inclination, you may want to make a copy, modify it and use it until the new version is released.

here is the entire 'choose' logic.  you can see that we added to an 'otherwise' branch.  Same exact logic, except that the href is #.


<xsl:choose>
        <xsl:when test="@enabled = 1">
          <a href="{@url}">
            <span>
                <xsl:if test="@icon">
                    <img src="{@icon}" class="mmIcon" />
                </xsl:if>
                <xsl:value-of select="@text" />
                <xsl:if test="node and $nodeType = 'root'">
                    <img src="{$ManifestPath}/Images/child-arrow.png" class="mmArrow" />
                </xsl:if>
            </span>
          </a>
        </xsl:when>
        <xsl:otherwise>
           <a href="#">
           <span>
              <xsl:if test="@icon">
                <img src="{@icon}" class="mmIcon" />
              </xsl:if>
            <xsl:value-of select="@text" />
              <xsl:if test="node and $nodeType = 'root'">
                    <img src="{$ManifestPath}/Images/child-arrow.png" class="mmArrow" />
                </xsl:if>
          </span>
         </a>
        </xsl:otherwise>
      </xsl:choose>

Bob
 
New Post
2/15/2012 4:24 PM
 

Thank you so much for sharing this Bob! Works perfectly for what I wanted.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Dark Knight skin: Disabled menu items invisible with megamenusDark Knight skin: Disabled menu items invisible with megamenus


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out