Tom Hutchison

Results 49 comments of Tom Hutchison

This whole thing on MW is a mess! Looks like a few years back Vector was using a special file to output the skin in a printable version. :-1: ```...

Hmm, I can’t reproduce it. Firefox print is fine. Maybe a hard ctrl-r or ctrl-f5 to reload page?

>And a wish... as it is now, the slider only works with pictures from my own repository or pictures from wikimedia commons. It would be nice if it was possible...

>The media slider doesn't work when the screen is small. If I use a lap top, the three small dots below the slider are visible and the arrows for left...

Thanks @ingemarwiklund We should add this to Documentation and will.

You want to do something like this. ``` Content.... Content.... Content.... Content.... ``` Then add this CSS ``` .valign-middle { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } ``` A `row...

There are several ways to fix this with a bit of added CSS to your `wikiname.com/wiki/MediaWiki:Pivot.css` page. We should add this to the pivot website.

AddThis is built into the skin. You just have to turn it on. I am working on a fix for use of sidebar extensions with Pivot. I just haven't got...

Please pull down and use the `develop` branch. The issue you mentioned should be fixed.