Just ONE page, and I get the MILONIC link

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
MattMann
Beginner
Beginner
Posts: 4
Joined: Fri Aug 12, 2005 1:17 am

Just ONE page, and I get the MILONIC link

Post by MattMann »

On every page of my website, my Milonic menu works as it should, as the link back to Milonic.com is at the bottom with the rest of my credits. However, on one page, it's as if the link at the bottom isn't there and I get the MILONIC link that shows when you don't have a link back. However, scroll down and you can see the link IS there!

Have a look here: http://www.inlesserterms.net/iltcore.cf ... t=siteinfo

This page is a little longer than the others, and it has several Flash movies on it (charts created by ColdFusion). Perhaps the JavaScript times out while waiting for the Flash movies to load? That's the only thing I can think of...
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

That could be the problem. Have your tried, for testing purposes,

1. moving the milonic files to right after the body tag

2. put a milonic link right after the tag to see if that fixes it.

3. try putting .com in the text of the link DHTML Menu powered by Milonic.com -

Some people who have had the Milonic Link problem for other reasons have fixed it by doing the latter.

Let us know if any of that works. It should narrow the cause of it not working.

Ruth
MattMann
Beginner
Beginner
Posts: 4
Joined: Fri Aug 12, 2005 1:17 am

Post by MattMann »

Yeah, I found a few threads where it was recommended to add ".com" to the link text. I tried that, but nothing else. I guess I wanted to hear from people first before I started screwing with stuff.

Okay, I'll try the other two suggestions real quick and I'll post my result...
MattMann
Beginner
Beginner
Posts: 4
Joined: Fri Aug 12, 2005 1:17 am

Post by MattMann »

Okay, I copied that link and placed it RIGHT AFTER the <body> tag, and that solved the problem.

However, this creates a new problem: I don't want that link in that spot! Because of how my site is layed out, there's not really any place I can put the link.

Either way, it's obvious that the Milonic JavaScript is executing before it has a chance to see that I did faithfully place a link on my page. Is there a practical work-around?

I guess I could purchase a license 8).
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

It seems to be working and I only see the link as it was before at the bottom of the page. I don't see any link right after the body tag, so I'm not sure what the problem is.

Ruth
MattMann
Beginner
Beginner
Posts: 4
Joined: Fri Aug 12, 2005 1:17 am

Post by MattMann »

Oh, I took the link from after the body tag because this is a live site and I didn't want it up there for more than a few minutes for testing purposes, thus, it was promptly removed once the solution was verified.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi Matt,

I just tried a milonic link with one of the logos and an unlicensed version and it seems to work OK.

Code: Select all

<a href="https://milonic.com/"><img src="miloniclogo_tran_80x30.gif" width="80" height="30" border="0" alt="Dhtml Menu by Milonic.com"></a>
This is what I used.

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Try putting this...

Code: Select all

<div class=milonic><a href="https://milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a></div>
...in your menu calls, as shown in the install file.
John
Post Reply