Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Top logo and title ? #24

Open
fsoyer opened this issue Jan 17, 2018 · 1 comment
Open

Top logo and title ? #24

fsoyer opened this issue Jan 17, 2018 · 1 comment

Comments

@fsoyer
Copy link

fsoyer commented Jan 17, 2018

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 :

<div id="header">
		<a name="top" id="contentTop"></a>
		<h6>
		<a href="/index.php/Accueil" title="Accueil">wikiGite</a></h6>

but it don't refer to the image.
What am I missing ?

Thanks for suggestions. And for work !

@dr-starchildren
Copy link

dr-starchildren commented Jan 9, 2020

Yes, very glad to find this update!

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants