OSAS / strapping-mediawiki

base skin for MediaWiki, based on Bootstrap — layer your own style (fonts, graphics, color) on top
Other
146 stars 35 forks source link

all menus folded out #53

Closed adrelanos closed 10 years ago

adrelanos commented 10 years ago

All menus are folded out by default. Also happens when no extensions are enabled. See screenshot.

screen shot

How to fix that?

garrett commented 10 years ago

Please check https://github.com/OSAS/strapping-mediawiki/issues/39#issuecomment-22057027

TL;DR: It's probably one of these two things:

  1. Upgrade your version of MediaWiki. It's old. Old versions of MediaWiki use very old, incompatible versions of jQuery.
  2. Your hosting provider might be a cheap one that injects additional JavaScript that breaks things. If so (and it's not just old versions of MediaWiki), then you'd have to either switch providers or ask them to stop injecting stuff.

Please reopen this bug if it is not related to issue #39 or not one of the 2 above issues. Thanks!

adrelanos commented 10 years ago

It was our MediaWiki:Common.css that caused this. Thank you for your help.