You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
Hi guys,
after updating MW to 1.30, the old skin cavendish-mw worked no more : so I've found yours and it was the hapiness ! It works well but I can't see the logo at top. I have added :
$wgCavendishLogoURL="https://wiki.kogite.fr/skins/common/images/ico_kogite.png";
$wgCavendishLogoWidth=135;
$wgCavendishLogoHeight=138;
to LocalSettings, the URL is correct, but no logo :(
I suppose that it is the h6 element in the header :
I'm having the same issue with the logo. I've tested all the variables and places to add it, but it still won't show up.
I did have success by hardcoding it into cavendish.css
#header h6 a {
display: block;
text-indent: -700em;
text-decoration: none;
background-size: 100%;
background-image: url("Enter URL for logo here");
background-color: transparent;
background-repeat: no-repeat;
width: 204px;
height: 86px;
margin-top: 2px;
}
The flags in LocalSettings work for CavendishQRCode and CavendishColor, but not the logo for some reason. I'll keep looking for where it's plugged into the php, but if you have any insight, please let me know.
Hi guys,
after updating MW to 1.30, the old skin cavendish-mw worked no more : so I've found yours and it was the hapiness ! It works well but I can't see the logo at top. I have added :
$wgCavendishLogoURL="https://wiki.kogite.fr/skins/common/images/ico_kogite.png";
$wgCavendishLogoWidth=135;
$wgCavendishLogoHeight=138;
to LocalSettings, the URL is correct, but no logo :(
I suppose that it is the h6 element in the header :
but it don't refer to the image.
What am I missing ?
Thanks for suggestions. And for work !
The text was updated successfully, but these errors were encountered: