Page 2 of 3

Re: GuMAXDD and MW 1.14

Posted: March 17th, 2009, 7:00 pm
by Renka
Yes, that's what I thought. We must wait. In fact, it's coming? ;-)
Thank you very much for all!

Re: GuMAXDD and MW 1.14

Posted: March 20th, 2009, 5:58 am
by pmarcus81
Could you just post the code and a "how to" to kill the blue links so whe don't have to wait for the new release? This takes of the pressure.

Re: GuMAXDD and MW 1.14

Posted: March 20th, 2009, 7:51 am
by Paul
In file gumax_template.css, find two .new tag, then just remove them.

Re: GuMAXDD and MW 1.14

Posted: March 23rd, 2009, 12:36 pm
by Chernobyl
I did this, and nothing happens. (Detail: I use GuMaxV with MW 1.13.4, and ALL the links are blue too. I needed to let MonoBook as default skin for now)

Re: GuMAXDD and MW 1.14

Posted: March 23rd, 2009, 10:01 pm
by Paul
This has been fixed in GuMaxDD 1.0, please download again. For other skins.

Sorry for my vague reply in last post, do this:

Find this section in gumax_template.css:

Code: Select all

/* internal and external link style */
a:link, a:visited,
#gumax-content a.external:link,
#gumax-content a.external:visited {
	color: #0033CC;
	text-decoration: none;
}

/* internal link navigation style */
a:link:hover, a:visited:hover {
	color: #003366;
	text-decoration: underline;
}

/* external link navigation style */
#gumax-content a.external:hover {
	color: #0066FF;
	text-decoration: underline;
}

/* internal and external active link style */
a:link:active,
#gumax-content a.external:active  {
	color: #FF9900;
	text-decoration: none;
}
Remove them all.

Re: GuMAXDD and MW 1.14

Posted: March 29th, 2009, 4:56 pm
by mac77
Hi Paul! I installed the final release of gumaxdd on my site and I saw that you have added a z-index on the fourth line of gumaxdd_droppy.css, fyi though the dropdown menu still clashes with div elements without a z-index on the first line.

Re: GuMAXDD and MW 1.14

Posted: March 29th, 2009, 6:30 pm
by Paul
really? where? :o

Re: GuMAXDD and MW 1.14

Posted: March 29th, 2009, 7:51 pm
by mac77
Only on latest version of IE this time. It clashes with any tables created with div="class" and you can see it clash with some elements on history pages.

Re: GuMAXDD and MW 1.14

Posted: April 12th, 2009, 10:15 pm
by Paul
I got the fix for the next release...

Re: GuMAXDD and MW 1.14

Posted: June 7th, 2009, 5:00 pm
by Wikinger
Paul wrote:This has been fixed in GuMaxDD 1.0, please download again. For other skins.

Sorry for my vague reply in last post, do this:

Find this section in gumax_template.css:

Code: Select all

/* internal and external link style */
a:link, a:visited,
#gumax-content a.external:link,
#gumax-content a.external:visited {
	color: #0033CC;
	text-decoration: none;
}

/* internal link navigation style */
a:link:hover, a:visited:hover {
	color: #003366;
	text-decoration: underline;
}

/* external link navigation style */
#gumax-content a.external:hover {
	color: #0066FF;
	text-decoration: underline;
}

/* internal and external active link style */
a:link:active,
#gumax-content a.external:active  {
	color: #FF9900;
	text-decoration: none;
}
Remove them all.
I'm using GuMax 3.4.1 and after an update I also had the problem with the "red links".

I did your instructions above in the file gumax_link_navigation.css and it solved the problem. :mrgreen:

But the link styling is now a little different than it was before. The red links as well as the blue links have not the same red and blue than they had originally.

Is there a way to give these links another link styling again?