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 Mega Menu disabled menu itemDark Knight Mega Menu disabled menu item
Previous
 
Next
New Post
1/30/2012 11:10 AM
 

I am modifying the Dark Knight mega menu to fit my skin. When I have a disabled parent menu item the font is smaller than any of the others (not disabled). How would I go about making disabled menu items (even in sub-categories) the same size font? I have tried adding an (a href = "#" and "void()") to the xslt but alls it does is make the lick clickable and I do not want that. Any Suggestions?  I am using Dnn 6.1.2.  Thanx

 
New Post
1/30/2012 11:48 AM
 
Surely all you need do is identify the css class given to such a beast, and set the font for that class?

Am I missing somthing?

Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
New Post
6/19/2012 1:05 PM
 

Once you navigate to the subpages, the "selected" class stops generating on the parent tab and there isn't a css class you can style.

I've been hunting for any kind of solution for this for weeks and can't find anything.

 
New Post
6/20/2012 4:13 AM
 

As an example in the DNNMega.xslt file that comes with the Darknight skin:

<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>
          <xsl:if test="@icon">
            <img src="{@icon}" />
          </xsl:if>
          <span>
            <xsl:attribute name="class">Disabled</xsl:attribute>
            <xsl:value-of select="@text" />
          </span>
        </xsl:otherwise>

      </xsl:choose>

 

The style using span.Disabled{}

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Dark Knight Mega Menu disabled menu itemDark Knight Mega Menu disabled menu item


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