Join our DNN Community    (Newsletter, Tips, Tricks and Forums for DNN Skins & Modules)

 


 
Microsoft Gold Certified Partner - DNN Benefactor

DotNetNuke Powered! 


Friday, December 05, 2008 Register · Login · Contact · Search:  
Company Solutions Portfolio Contact
Forums
Navigator
Navigator general discussion forum. Post your questions, reviews, and assistance.
Subject: menu item is not a link
You are not authorized to post a reply.
 
Author Messages
z3r0c00l
Flyweight
Posts:2

05/24/2006 11:03 AM Alert 
I noticed that the menu item does not act as a link in my first test. It seems as if only the text acts as a link. The menu on this site however seems to include a "hot" area for the entire tab and not just the text.

How is this accomplished?

Thanks,

pat
Bühler
Featherweight
Posts:10

10/18/2006 9:53 AM Alert 
We noticed same behavoir -  the menu item does not act as a functional href link. Only by clicking the text itself, the menu is acting as a link.

Any recommondations on that problem?

thanks

roger 
Bühler
Featherweight
Posts:10

11/20/2006 7:27 AM Alert 
Any idea???
contactdp
Superweight
Posts:475

11/20/2006 5:00 PM Alert 
We changed the behavior of menu item starting from Navigator 2.2 to make it search engine friendly.

If you want the complete menu item need to work, set text width to 100% then it will work the way you are looking.

Thanks,

Durga Prasad(DP) | Senior Web Engineer
R2integrated
Bühler
Featherweight
Posts:10

11/21/2006 5:38 AM Alert 
ok. thx a lot.. it works :-)
itcetera
Featherweight
Posts:9

11/12/2007 3:00 PM Alert 
Please clarify where one needs to set text width = 100% Is that in a style sheet somewhere? Or in the Nav Module somewhere?

Presently without changing anything - it works over the whole graphic button in IE - but only over the text in FireFox and Safari.
contactdp
Superweight
Posts:475

11/12/2007 3:04 PM Alert 
yes that is in a style sheet where you set you menu classes

that is you will be setting width:100%

Thanks,
DP

Durga Prasad(DP) | Senior Web Engineer
R2integrated
itcetera
Featherweight
Posts:9

11/12/2007 3:21 PM Alert 
I defined a class called NavText in the Nav Module and stylized it in my Css for the skin. I added width=100% to the Box category of the css properties (shows up in the Position area as well as 100%)

I did the same for NavCurrent, NavHover, and NavCurrentHover which control the graphic button

Example is here:
http://64.68.152.3/NASCAR/TheNASCARDrivers/tabid/61/Default.aspx

it shows fine in IE - but no difference in FF or Safari

I notice that the side nav in this forum works for the whole button width - not just text. Your buttons are primary links vs child links - would that make any difference?

thanks for the quick response.
contactdp
Superweight
Posts:475

11/12/2007 3:25 PM Alert 
just making sure did you do width:100% or width=100%?

in css you need to do with:100%

Durga Prasad(DP) | Senior Web Engineer
R2integrated
itcetera
Featherweight
Posts:9

11/12/2007 3:34 PM Alert 
Here's the styles I set up (still no scrollover except over text in FF and safari - see above example):

.NavStatic
{
padding-bottom: 10px;
padding-top: 10px;
font-style: normal;
font-weight: normal;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(/images/ben/upnav.gif);
width: 100%;
}

.NavHover
{
padding-bottom: 10px;
padding-top: 10px;
background-repeat: no-repeat;
background-image: url(/images/ben/upnav.gif);
font-weight: bold;
width: 100%;
color: #FFCCFF;
}

.NavCurrent
{
padding-bottom: 10px;
padding-top: 10px;
font-style: normal;
font-weight: normal;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(/images/ben/currentnav.gif);
width: 100%;
}

.NavCurrentHover
{
padding-bottom: 10px;
padding-top: 10px;
background-repeat: no-repeat;
background-image: url(/images/ben/currentnav.gif);
font-weight: bold;
text-decoration: none;
width: 100%;
}

.NavText
{
padding-left: 15px;
text-decoration: none;
width: 100%;
}
robert_chumley
Please Wait...
Posts:595

11/15/2007 8:43 AM Alert 
Hello itcetera,
What exactly do you want to change on hover? All your styles and images look the same. In order to get a roll over effect the images themselves have to changed to the depressed view.

Robert Chumley
r2integrated (formally bi4ce)
itcetera
Featherweight
Posts:9

11/15/2007 9:12 AM Alert 
Yes - true - I just needed the entire button to be clickable - and that's now working - thanks.

While you are reading this (unrelated) yesterday my DNN began behaving oddly (not exactly sure why - I was changing a skin and styling at the time. Ultimately it resulted in my host account losing it's admin privileges - so couldn't update any content/modules. Weird. I was able to create a new User with Admin role and go into the database and assign SuperUser role to that account - but the host account is still unusable (not a big deal) - but just curious if you had any clue either what might have happened or how to restore the host admin priviledges since its not listed in User Roles in the db.
contactdp
Superweight
Posts:475

11/18/2007 12:14 PM Alert 
here is the Sample CSS for Navigator... use Appropirate classes in your Config.

/* NAVIGATOR DEMO VALUES */
.DEMO1HEAD
{
font-size: 13px;
color: #000000;
background: #90D5A8;
border: 1px solid #399961;
cursor: hand;
width: 150px;

}
.DEMO1HEADF
{
font-size: 13px;
cursor: hand;
}

A.DEMO1HEADF:LINK,A.DEMO1HEADF:ACTIVE, A.DEMO1HEADF:VISITED
{
color: #3355D1;
text-decoration:none;
}

A.DEMO1HEADF:HOVER
{
color: black;
text-decoration:none;
}

.DEMO1HEADCF
{
font-size: 13px;
cursor: hand;
font-weight: bold;
}
.DEMO1HEADC
{
font-size: 13px;
border: 1px solid #399961;
background: #90D5A8 url(box_section.gif) no-repeat center right;
cursor: hand;

}
.DEMO1HEADO
{
font-size: 13px;
border: 1px solid black;
color: black;
background: #99FF00;
cursor: hand;
}
.DEMO1ITEM
{
font-size: 11px;
border: 1px solid #BBBBBB;
background: #9FE5B8;
cursor: hand;
width: 150px;
}
.DEMO1ITEMF
{
padding: 0px 0px 0px 8px;
font-size: 11px;
font-family: arial;
cursor: hand;

}

A.DEMO1ITEMF:LINK, A.DEMO1ITEMF:ACTIVE, A.DEMO1ITEMF:HOVER
{
color: black;
text-decoration:none;
}

A.DEMO1ITEMF:HOVER
{
color: black;
text-decoration:none;
}

.DEMO1ITEMCF
{
padding: 0px 0px 0px 8px;
font-size: 11px;
font-family: arial;
font-weight: bold;
cursor: hand;

}
.DEMO1ITEMC
{
border: 1px solid #BBBBBB;
background: #9FE5B8 url(box_item.gif) no-repeat center right;
cursor: hand;
}
.DEMO1ITEMO
{
width: 100%;
border: 1px solid #000000;
background: #F7E15D;
cursor: hand;
}

.DEMO2Head
{
font-size: 12px;
color: #000000;
border: 2px solid #509BF4;
background: #A0C6F4;
cursor: hand;
position: relative;
height: 22px;
width: 150px;

}
.DEMO2HEADF
{
font-size: 12px;
cursor: hand;

}
.DEMO2HeadO
{
font-size: 12px;
border: 2px solid white;
color: black;
background: #99FF00;
cursor: hand;
position: relative;
height: 22px;
}
.DEMO2ITEM
{
height: 22px;
font-size: 12px;
border: 1px solid #509BF4;
background: #C0D8F4;
cursor: hand;
position: relative;
}
.DEMO2ITEMF
{
padding: 0px 0px 0px 8px;
font-size: 12px;
font-family: arial;
cursor: hand;
}
.DEMO2ITEMCF
{
padding: 0px 0px 0px 8px;
font-size: 12px;
font-family: arial;
cursor: hand;
}
.DEMO2ITEMO
{
font-size: 12px;
border: 1px solid #000000;
background: #F7E15D;
cursor: hand;
height: 22px;
position: relative;
}
.DEMO2FL
{
position: absolute;
left: 4px;
}
.DEMO2FR
{
position: absolute;
right: 4px;
}


Durga Prasad(DP) | Senior Web Engineer
R2integrated
contactdp
Superweight
Posts:475

11/18/2007 12:18 PM Alert 
for setting some one as a super user all you have to do is change isSuperuser value in users table to True on a perticular user thats all you will have to do... no role assignment needed.

I see no reason for host not to work unless it is another DNN thingee..

Durga Prasad(DP) | Senior Web Engineer
R2integrated
You are not authorized to post a reply.
Forums > Bi4ce.Modules > Navigator > menu item is not a link



ActiveForums 3.6
Latest Post
 
At R2integrated (formerly Bi4ce), we take support seriously.  That's why we support our customers and DNN community with daily monitoring from our experienced engineering team.  We ask that the first step taken is to read the relevant documentation and support forums prior to submitting any questions that may already be available or have been answered.  We ask that you review the documentation that we provide for our products before posting a question.

The Forums are for our customers to chat, exchange ideas and strategies, and submit feedback.  Please be sure to perform keyword searches for previous related forum responses.

To be helpful when submitting a new item, please include the following: 
  1. DNN Version
  2. Module Version
  3. Admin Log Viewer Information
  4. Environment detail: Operating system, .NET framework version, database and version, IIS version, Browser version (if appropriate)
We always try to respond quickly and monitor the forums daily during business hours (EST).  Occasionally, requests for a specific project requirement may not apply for the free support offered. For project specific support please submit via our Information Request form.

Thank you for using our Forums.

Click here to register for the Forums
 
© 2008 by R2integrated (formerly Bi4ce) | DNN® is a registered trademark of DotNetNuke Corporation