On 2014-03-06, 12:01 PM, Alastair Sherringham wrote:
> On 06/03/14 19:12, Daniel Friesen wrote:
>> Add $template = 'ZedDocsTemplate' to the line with $skinname and $stylename.
>> This will tell your skin implementation to use the template class you
>> created instead of continuing to inherit the name of the template that
>> SkinVector gives it.
> Thanks Daniel. I reset what I did to what it was before and added that
> variable. Now it seems to work and I can modify the file and see changes
> in the page.
>
> Now I just need to figure out how to add the banner/menu at the top but
> "pushing" the rest of the page down slightly (at the moment it just sits
> "behind" current content).
That's probably due to the absolute positioning that Vector's css uses.
You'll have to add some extra css of your own to tweak the top position
of stuff, or add a relative positioned wrapper around vector's normal
content to contain the absolute position within a box you can push down.

~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to