GumaxDD without Javascript

If you are having problems with GuMax, post here.
Post Reply
User avatar
Jonathan
Rank 6
Rank 6
Posts: 33
Joined: April 6th, 2009, 8:19 pm

GumaxDD without Javascript

Post by Jonathan »

Hi,

I'm using Mediawiki 1.16 and GumaxDD 1.3.

For years I used GumaxV but thought I'd upgrade to GumaxDD this week.

On my Blackberry (and on normal browser if I turn off JavaScript) the menu doesn't work at all.

Is there any way to get it to "degrade gracefully" and show a separate link when JavaScript is not enabled?

Thanks

Jonathan
User avatar
Jonathan
Rank 6
Rank 6
Posts: 33
Joined: April 6th, 2009, 8:19 pm

Re: GumaxDD without Javascript

Post by Jonathan »

For the time being I have added the < noscript > part below:

Code: Select all

<!-- Navigation Menu -->
	<div id="gumax-p-navigation">
		<?php $this->mainNavigationBox(); ?><noscript><a href="/Site map">No Javascript: See site map</a></noscript>
	</div>
	<!-- end of Navigation Menu -->
User avatar
Jonathan
Rank 6
Rank 6
Posts: 33
Joined: April 6th, 2009, 8:19 pm

Re: GumaxDD without Javascript

Post by Jonathan »

The problem with the code above is that, for instance, my Blackberry does have (presumably basic) Javascript, but still cannot show the drop-down menus...

This means that it doesn't show the "No Javascript option" either.

Any better ideas? Thank you very much.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GumaxDD without Javascript

Post by Paul »

I think the BB doesn't support javascript very well like iPhone...

I ran the skin in iPhone without any problem....
Post Reply