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, ...First Skin - Custom MenuFirst Skin - Custom Menu
Previous
 
Next
New Post
11/11/2008 3:28 PM
 

I am trying to recreate a simple design on my first DNN Skin.  I am using the SolPartMenu because frankly I'm a beginner using this document for reference: LinkClick.aspx (application/pdf Object)

 

First, if there is a newer skinning guide/documentation, please let me know.  Otherwise, I do not think I am getting the behavior I expect.  I was able to turn the menu from horizontal to vertical, but some of the other attributes do not work.  For instance, my skins.xml is as follows:

<?xml version="1.0" encoding="utf-8" ?>
<Objects>
    <Object>
        <Token>[SOLPARTMENU]</Token>
        <Settings>
            <Setting>
                <Name>forecolor</Name>
                <Value>white</Value>
            </Setting>
            <Setting>
                <Name>display</Name>
                <Value>vertical</Value>
            </Setting>
            <Setting>
                <Name>menuitemcssclass</Name>
                <Value>menu</Value>
            </Setting>
            <Setting>
                <Name>selectedcolor</Name>
                <Value>#506B70</Value>
            </Setting>
            <Setting>
                <Name>selectedforecolor</Name>
                <Value>#FFFFFF</Value>
            </Setting>
        </Settings>
    </Object>
</Objects>

 

Neither the selectedcolor or selectedforecolor have any effect on the skin.  It does render in the skin.ascx as by this line that is generated by parsing the skin package:

<dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU" forecolor="white" display="vertical" menuitemcssclass="menu" selectedcolor="#506B70" selectedforecolor="#FFFFFF" />

However, neither the forecolor or backcolor of the selected menu item changes (they remain default values, THOUGH the non-selected forecolor is white as I specify in the CSS menu defined in the attribute above).  Am I missing something here?  Do I need to use pure CSS and disregard what the documentation says the attributes will do?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...First Skin - Custom MenuFirst Skin - Custom Menu


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