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, ...Menu skinningMenu skinning
Previous
 
Next
New Post
12/17/2007 7:15 AM
 

I'm building a website and I want to skin my menu. I'm using the apollo mlmenu as a skinobject in my skins to displaying my MENU. There are some additional classes which I want to use to customise my Menu. So I have added these classes to my xml skin files:

<Object>
    <Token>[SOLPARTMENU]</Token>
    <Settings>
      <Setting>
        <Name>rootmenuitemactivecssclass</Name>
        <Value>MainMenu_RootMenuItemActive</Value>
      </Setting>
      <Setting>
        <Name>rootmenuitemcssclass</Name>
        <Value>MainMenu_RootMenuItem</Value>
      </Setting>
      <Setting>
        <Name>submenuitemactivecssclass</Name>
        <Value>MainMenu_SubMenuItemActive</Value>
      </Setting>
      <Setting>
        <Name>rootmenuitemselectedcssclass</Name>
        <Value>MainMenu_RootMenuItemSelected</Value>
      </Setting>
      <Setting>
        <Name>submenuitemselectedcssclass</Name>
        <Value>MainMenu_SubMenuItemSelected</Value>
      </Setting>
    </Settings>
  </Object>

I also used the same xml values by using the skinobject [MLMENU] in my skin xml and html files

<Object>
    <Token>[MLMENU]</Token>
    <Settings>
      <Setting>
        <Name>rootmenuitemactivecssclass</Name>
        <Value>MainMenu_RootMenuItemActive</Value>
      </Setting>
      <Setting>
        <Name>rootmenuitemcssclass</Name>
        <Value>MainMenu_RootMenuItem</Value>
      </Setting>
      <Setting>
        <Name>submenuitemactivecssclass</Name>
        <Value>MainMenu_SubMenuItemActive</Value>
      </Setting>
      <Setting>
        <Name>rootmenuitemselectedcssclass</Name>
        <Value>MainMenu_RootMenuItemSelected</Value>
      </Setting>
      <Setting>
        <Name>submenuitemselectedcssclass</Name>
        <Value>MainMenu_SubMenuItemSelected</Value>
      </Setting>
    </Settings>
  </Object>

I even copied the same code to my skin.xml file, but it doesn't effect my skins. I styled the classes in my default.css and also in my skin.css in my customised skin folder. It doesn't work. What have I done wrong?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Menu skinningMenu skinning


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