Problem with active page font colour (pagecolor)

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
nathaliev
Advanced
Advanced
Posts: 18
Joined: Fri Apr 28, 2006 7:32 pm

Problem with active page font colour (pagecolor)

Post by nathaliev »

All the active pages are on a grey background and white text. All except the Home Page, for some reason the text turns red instead of being white.

Here is the link to the site, I'm hoping that someone can help me sort this problem. :D

http://www.stpaulsacademy.org.uk/index.php
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

The first problem is your version. You're running 5.747, current is 5.752. You must be at the current version for support. Let us know when you're up to level and we'll take another look.
John
nathaliev
Advanced
Advanced
Posts: 18
Joined: Fri Apr 28, 2006 7:32 pm

Post by nathaliev »

John wrote:The first problem is your version. You're running 5.747, current is 5.752. You must be at the current version for support. Let us know when you're up to level and we'll take another look.
Hello John,

Thanks for your help, does this mean I have to pay for a license again? I've just paid for one only a few months ago.
nathaliev
Advanced
Advanced
Posts: 18
Joined: Fri Apr 28, 2006 7:32 pm

Post by nathaliev »

nathaliev wrote:
John wrote:The first problem is your version. You're running 5.747, current is 5.752. You must be at the current version for support. Let us know when you're up to level and we'll take another look.
Hello John,

Thanks for your help, does this mean I have to pay for a license again? I've just paid for one only a few months ago.


Also I have a professional license and I'm surprised I didn't receive a mailed update.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Nope, no payment (unless you would like to contribute to the Staff Ultimate Vacation Fund :D ).

As for notices, nobody gets one unless you subscribe to the http://milonic.com/forum/viewtopic.php?t=3108 topic. Use the 'Watch this topic for replies' link at the bottom. You'll get an email whenever I post there, and the only posts are when there are updates.
John
nathaliev
Advanced
Advanced
Posts: 18
Joined: Fri Apr 28, 2006 7:32 pm

Post by nathaliev »

John wrote:Nope, no payment (unless you would like to contribute to the Staff Ultimate Vacation Fund :D ).

As for notices, nobody gets one unless you subscribe to the http://milonic.com/forum/viewtopic.php?t=3108 topic. Use the 'Watch this topic for replies' link at the bottom. You'll get an email whenever I post there, and the only posts are when there are updates.
Yes I'll contribute as long as I can come along and it's in the Seychelles and similar LOL

How do I download the latest updates?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

nathaliev wrote:How do I download the latest updates?
Same place you got the first one :)

http://milonic.com/menuvinfo.php. Make sure you sign in there (different from signing in here) so you get your personalized copy of the files.
John
nathaliev
Advanced
Advanced
Posts: 18
Joined: Fri Apr 28, 2006 7:32 pm

Post by nathaliev »

John wrote:The first problem is your version. You're running 5.747, current is 5.752. You must be at the current version for support. Let us know when you're up to level and we'll take another look.
Hello John,

Just to let you I have updated to 5.752 but I am still having the problem.
http://www.stpaulsacademy.org.uk/index.php
nathaliev
Advanced
Advanced
Posts: 18
Joined: Fri Apr 28, 2006 7:32 pm

Post by nathaliev »

nathaliev wrote:
John wrote:The first problem is your version. You're running 5.747, current is 5.752. You must be at the current version for support. Let us know when you're up to level and we'll take another look.
Hello John,

Just to let you I have updated to 5.752 but I am still having the problem.
http://www.stpaulsacademy.org.uk/index.php
I now have upgraded to version 5.753 :) and still the font color for "Home" is read rather than white.
http://www.stpaulsacademy.org.uk/index.php
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You have left off the hash mark # from the pagecolor in the menu_data.js file so FF and NN assume there is no pagecolor and are using your css a:visited color which is reddish.

If putting the # in doesn't fix it, that means the stylesheet is taking dominance over the data file and you can add visistedcolor="#ffffff"; to the menu data file. That means any link you have visited will be white.

Ruth
nathaliev
Advanced
Advanced
Posts: 18
Joined: Fri Apr 28, 2006 7:32 pm

Post by nathaliev »

Ruth wrote:Hi,

You have left off the hash mark # from the pagecolor in the menu_data.js file so FF and NN assume there is no pagecolor and are using your css a:visited color which is reddish.

If putting the # in doesn't fix it, that means the stylesheet is taking dominance over the data file and you can add visistedcolor="#ffffff"; to the menu data file. That means any link you have visited will be white.

Ruth
Dear Ruth,

Many thanks for your help. It worked! :D
Post Reply