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, ...SolPartMenu customisation just not workingSolPartMenu customisation just not working
Previous
 
Next
New Post
6/29/2006 5:17 AM
 

Hi Guys

I have a situation where im trying to configure a solpartmenu to look right within my site.  i have managed to apply a few simple CSS styles to the menu for font color etc, but now i want to apply some attributes to the control for a bit more of a high level customisation.

Please take a look at my site: http://www.blissbloomsbouquets.com.au and note the following problems

Here is my menu control in my skin (ignore the spaces around the "dnn:")

< dnn : SOLPARTMENU usearrows="false" IconWidth="0" menuitemheight="100" runat="server" id="dnnSOLPARTMENU" />

Of the 3 custom values only the usearrows value seems to do anything.  the arrow indicating that there is a sub menu does not appear and thats good.  however iconwidth and menuheight both dont seem to do anything.  I have tried heaps of other attributes from the skinning guide that relate to the solpartmenu but only a very small few actually seem to work.

Is anyone able to help explain why these values dont seem to do anyting?  am i doing something wrong?

Cheers in advance

 
New Post
6/29/2006 5:52 AM
 

Dear quintin79

It is not so clear what you want to do?...
I see that the submenuitems has a border (border color not the same color as the background color).
And when the mouse goes over the submenuitems then you've only a background that appears.
You must know that the same stylename of the menuitems is set both <tr></tr> and <td></td>... 


Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
6/29/2006 5:07 PM
 

Quinten, also don't forget that you have a much broader range of options you can tweak by modifying the CSS. I usually have a CSS file included with my skin that carries the modified classes for Solpart. If you locate the default.css file, you will find the SolPart class entries listed below:

/* Main Menu */
.MainMenu_MenuContainer {
 background-color: transparent;
 margin-left: 32px;
 background-image: url(menu_background.gif);
}
.MainMenu_MenuBar {
 cursor: pointer;
 cursor: hand;
}

etc. and so on...

Through some creative CSS coding, you can pull off some pretty wild appearances, however Solpart is not without it's share of limitations, but this should at least put you on the right path. Also, should you decide to edit the default.css directly (which I STRONGLY reccomend against) don't forget to back it up first.

Good Luck!

SB


Wells Doty Jr
Online Content Development
 
New Post
6/29/2006 6:17 PM
 

How about that wonderful little arrow?  I can't seem to get rid of it and it keeps bumping up my menu item in regards to the other menu items.  Where can I kill that guy - I can't seem to find it - is it the webdings font item in the main menu class? 

 

 
New Post
6/30/2006 2:34 AM
 

Dear wedwarback

Do you mean that wonderfull breadcrumb arrow... that you must set in the uploading .xml file (html-uploading skin)
You can set it to true or false...

<Object>
  <Token>[SOLPARTMENU]</Token>
    <Settings>
      <Setting>
        <Name>userootbreadcrumbarrow</Name>
        <Value>true</Value>
     
</Setting>
      <Setting>
        <Name>usesubmenubreadcrumbarrow</Name>
        <Value>true</Value>
      </Setting>
    </Settings>
</Object>

or do you mean that wonderfull arrow to indicates the submenu? You can set it also to true or false.

<Setting>
  <Name>usearrows</Name>
  <Value>true</Value>
</Setting>


Vriendelijke groeten
Gilbert Vanden Borre
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SolPartMenu customisation just not workingSolPartMenu customisation just not working


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