A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I've read and tried many of the posts about is clickable issue with no success. The skin I'm using is a modified skin from Artisteer 4. The version of MojoPortal I'm using is 2.4.0.3.
What I'm trying to do is make the top menu items non-clickable. The type of menu I'm using is a FlexMenu for the Sitemenu and PageMenu controls. I've done the following so far:
- Unchecked Is Clickable for the top menu pages
- Added EnableNonClickableLinks = true to StyleSheetCombiner in the layout.master file for the skin
Is there something I should add to the FlexMenu settings in the theme.skin file for the skin, like you do for TreeView menus?
Thanks for any help you can provide.
in addition to unchecking Is Clickable in page settings, also add the custom menu css class unclickable in page settings
Do I just add the name of the class or do I have to add all the CSS elements? Do you have an example?
just add the word unclickable with no quotes or anything else. if you want more than one class just use a space between them