Search found 12 matches

by mac77
August 19th, 2009, 1:04 am
Forum: GuMax Suggestions and Feedback
Topic: GuMaxDD and IE8
Replies: 3
Views: 15877

Re: GuMaxDD and IE8

Commenting out /* filter: alpha(opacity=90);*/ in gumax droppy.css will also do the trick, you will have no opacity for IE but your drop-down menu will work for IE8.
by mac77
August 13th, 2009, 1:30 am
Forum: GuMax 'How Do I' Questions
Topic: Dual Main Page
Replies: 7
Views: 5562

Re: Dual Main Page

I have a scenario. I'm trying to create 2 main/front page. Let us assume 1st main page is MainPageA, and the 2nd main page is MainPageB. Scenario 1 A user who is not registered or did not login to my webpage will be directed to MainPageA Scenario 2 A user who logs in will be directed to MainPageB, ...
by mac77
May 20th, 2009, 12:33 pm
Forum: GuMax Suggestions and Feedback
Topic: GuMaxDD and IE8
Replies: 3
Views: 15877

GuMaxDD and IE8

I downloaded IE8 the other day to test my wiki, tested your skin on windows vista using IE8 as the browser, my wiki is v1.14.0. Everything looked good except for one thing, the hover background for the dropdown menu is not working. I verified it with your dev wiki and it did the same thing. I'm pret...
by mac77
May 14th, 2009, 6:20 pm
Forum: GuMax Troubleshooting and Problems
Topic: Banner image
Replies: 9
Views: 10894

Re: Banner image

Ok then, I saw that you are running MediaWiki v1.14.0, so you actually need to update your skin.php to v1.14.0 standards or you will have lots of problems. Search this forums on how to this, and most likely will solve this problem.
by mac77
May 14th, 2009, 5:57 pm
Forum: GuMax Troubleshooting and Problems
Topic: Banner image
Replies: 9
Views: 10894

Re: Banner image

The image files are case sensitive, if your Main Page is spelled with the first letters as upper case the image name should be Main_Page.jpg if spelled in lower case the image should be named main_page.jpg.
by mac77
May 9th, 2009, 7:16 pm
Forum: GuMax 'How Do I' Questions
Topic: How do I change the background color around images?
Replies: 2
Views: 2887

Re: How do I change the background color around images?

You can find this in your main.css, change the border color to transparent or any color you want (transparent is preferred), the white border usually happens with thumb images. The main.css used in gumaxxdd is the same one being used on MonoBook skin which has a white background. div.thumb { margin-...
by mac77
April 1st, 2009, 5:29 pm
Forum: GuMax Troubleshooting and Problems
Topic: wikEd annoying enable/disable logo in GumaxDD
Replies: 3
Views: 3046

Re: wikEd annoying enable/disable logo in GumaxDD

Replace the skin detection code to this

Code: Select all

// custom skin         
        gumaxdd: [ 'gumax-p-login', true, true, ['gumax-header', 'gumax-content-body'] ],
the logo will be placed the same location where monobook is.
by mac77
March 31st, 2009, 4:54 pm
Forum: GuMax 'How Do I' Questions
Topic: Question about search bar
Replies: 2
Views: 2406

Re: Question about search bar

If you are not very good at php and css coding, IMO using extension InputBox is the easiest way to do this.

http://www.mediawiki.org/wiki/Extension:Inputbox
by mac77
March 29th, 2009, 7:51 pm
Forum: GuMax Suggestions and Feedback
Topic: GuMAXDD and MW 1.14
Replies: 22
Views: 54013

Re: GuMAXDD and MW 1.14

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.
by mac77
March 29th, 2009, 4:56 pm
Forum: GuMax Suggestions and Feedback
Topic: GuMAXDD and MW 1.14
Replies: 22
Views: 54013

Re: GuMAXDD and MW 1.14

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.