GuMAXDD and MW 1.14

Please use this forum to post feedback and suggestions related to GuMax.
User avatar
Renka
Rank 3
Rank 3
Posts: 18
Joined: July 12th, 2008, 1:22 pm
Location: Bruxelles, Belgium, Europe
Contact:

Re: GuMAXDD and MW 1.14

Post by Renka »

Yes, that's what I thought. We must wait. In fact, it's coming? ;-)
Thank you very much for all!
User avatar
pmarcus81
Rank 0
Rank 0
Posts: 4
Joined: March 9th, 2009, 10:33 am

Re: GuMAXDD and MW 1.14

Post 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.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMAXDD and MW 1.14

Post by Paul »

In file gumax_template.css, find two .new tag, then just remove them.
User avatar
Chernobyl
Rank 0
Rank 0
Posts: 2
Joined: March 20th, 2009, 5:27 pm

Re: GuMAXDD and MW 1.14

Post 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)
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMAXDD and MW 1.14

Post 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.
User avatar
mac77
Rank 2
Rank 2
Posts: 12
Joined: March 1st, 2009, 3:20 pm

Re: GuMAXDD and MW 1.14

Post 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.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMAXDD and MW 1.14

Post by Paul »

really? where? :o
User avatar
mac77
Rank 2
Rank 2
Posts: 12
Joined: March 1st, 2009, 3:20 pm

Re: GuMAXDD and MW 1.14

Post 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.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMAXDD and MW 1.14

Post by Paul »

I got the fix for the next release...
User avatar
Wikinger
Rank 2
Rank 2
Posts: 14
Joined: September 21st, 2008, 10:14 am

Re: GuMAXDD and MW 1.14

Post 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?
Post Reply