Search found 4 matches

by daj
January 18th, 2011, 6:37 pm
Forum: GuMax Troubleshooting and Problems
Topic: Tiny preferences window!
Replies: 7
Views: 5344

Re: Tiny preferences window!

This is the code in guMaxVN skin.. <!-- Navigation Menu --> <div id="gumax-p-navigation"> <?php foreach ($this->data['sidebar'] as $bar => $cont) { ?> <div class='gumax-portlet'> <h5><?php $out = wfMsg( $bar ); if (wfEmptyMsg($bar, $out)) echo $bar; else echo $out; ?></h5> <ul> <?php forea...
by daj
January 18th, 2011, 5:31 pm
Forum: GuMax Troubleshooting and Problems
Topic: Tiny preferences window!
Replies: 7
Views: 5344

Re: Tiny preferences window!

Paul

In the end I had to look at alternative Skins as the one I implemented from you seemed to be missing some of the features of the core skins. The Toolbox, for example, never builds and a look through the PHP suggests it was removed from your skin.

Is there a reason for that?
by daj
January 16th, 2011, 6:07 pm
Forum: GuMax Troubleshooting and Problems
Topic: Tiny preferences window!
Replies: 7
Views: 5344

Re: Tiny preferences window!

I did a little bit of rooting around and it seems to be inheriting a "font-size:0" from the visualClear class in the gumax_template.css If I remove the font-size from the css, the preferences screen is fixed. I'm just not sure if this will impact on anything else -- so far I have not found...
by daj
January 16th, 2011, 3:24 pm
Forum: GuMax Troubleshooting and Problems
Topic: Tiny preferences window!
Replies: 7
Views: 5344

Tiny preferences window!

Hi, I have just installed the GuMaxVN 2.0 theme on version 1.61 of MediaWiki. The Wiki installation is brand new and has had no other customisation. When I go into user preferences (Special:Preferences) the text is absolutely tiny. See attached screen shot :o UserPreferences.png I have tried it on F...