Forum


HomeHomePublicPublicSkinningSkinningDark K Mobile - Sub MenusDark K Mobile - Sub Menus
Previous
 
Next
New Post
9/4/2012 11:52 PM
 

Hi Nokiko(?)

What I'm hoping to see is

Step1

Menu Button

Step 2

Menu Item 1

Menu Item 2 >

Menu Item 3

Step 3

Menu Item 1

Item 2 Child 1

Item 2 Child 2

Item 2 Child 3

Menu Item 3

That is each item expanding to it's next lowest level when you select it. And going to the page Item 2 Child 3 when I click it

Hope thst makes sense

What I have at the moment is Step 1, Step 2 Select Menu Item 2 which goes to my workaround page.

Do I understand you correctly ------>

Are you saying that if Menu Item 2 was disabled as a page that the menu would expand?

Thanks in advance 

 

 

 
New Post
9/5/2012 12:19 AM
 

UPDATE

I disabled the page.

In desktop browsers the page cannot be accessed but the sub menus can :-)

In DK Mobile the page is taken out of the menu :-(

 
New Post
9/16/2012 12:47 PM
 
Open the .xslt file and remove the condition xsl:when test="@enabled = 1"
 
New Post
9/17/2012 2:03 AM
 

Hi,

I have the same issue.

Which .xlst file are you refering to? The one in the DNNMobileNav or the DNNMobileSubNav directory or both?

Also, when you same remove the condition, do you mean replace:

<xsl:when test="@enabled = 1">
 <a href="{@url}">
  <span>
   <xsl:value-of select="@text" />
  </span>
 </a>
</xsl:when>

With:

 <a href="{@url}">
  <span>
  <xsl:value-of select="@text" />
  </span>
 </a>

In other words, I tried removing the <xsl:when test="@enabled = 1"> and corresponding </xsl:when> from each file but it didn't work for me.

Many thanks

Steve

 
New Post
9/17/2012 4:20 AM
 

Hi Steve,

Almost that. I would also remove the xsl:choose. So replace:

<xsl:choose>
            <xsl:when test="@enabled = 1">
              <a href="{@url}">
                <span>
                    <xsl:value-of select="@text" />                                                                        
                </span>
              </a>          
            </xsl:when>
          </xsl:choose>    

with:

<a href="{@url}">
                <span>
                    <xsl:value-of select="@text" />                                                                        
                </span>
              </a>          

Do that on the "DNNMobileNav".

Cheers,

 
Previous
 
Next
HomeHomePublicPublicSkinningSkinningDark K Mobile - Sub MenusDark K Mobile - Sub Menus



Try FREE
30 days money back guaranteed