-
Notifications
You must be signed in to change notification settings - Fork 35
Messing with layout #41
Comments
Thanks for the feedback. Yes, I should write up more about this topic. A quick, short summary:
Here's the setting anonymous userbar at the top of the page: $wgStrappingSkinAnonNavbar = true; And I think this turns on a sidebar for navigation (although I haven't personally used this): $wgStrappingSkinDisplaySidebarNavigation = true; Both of these settings and more can be found at the bottom of You can make the page non-wiki-like by setting a preference in Here is some additional information about how to customize the look and feel using You can change the logo in the standard MediaWiki way: Great questions! Please let me know if you have any more. I'll leave this issue open for a bit as a reminder for me to update the documentation when I get a chance (soon). |
Thanks Garret - great support :) Maybe you could give some tips how to make the theme responsive? Out of the box it's nothing compared to oVirt. I've read the scaffolding manual on bootstrap page, but it doesn't relate much to the structure of oVirt header element. I think i did everything right in the structure of my page but it doesn't respond to window resize. Any tips? Have a look please: http://dark.wnpid.amu.edu.pl/~wiki/index.php/Strona_g%C5%82%C3%B3wna |
can you support changing the logo using MediaWiki:Common.css ? eg #p-logo a { background: url(/mw/images/…/some-great-uploaded-logo.png) 35% 50% no-repeat !important; } thanks! |
Any directions how to modify layout of Strapping Theme?
For example how to make logo and menu like on oVirt page or add sidebar?
The text was updated successfully, but these errors were encountered: