afonsof / jenkins-material-theme

Beautify your Jenkins with the Material Design theme!
http://afonsof.com/jenkins-material-theme
MIT License
1.72k stars 355 forks source link

Jenkins 2.341 - Theme colour and company logo not visible #194

Open jcb-tn opened 2 years ago

jcb-tn commented 2 years ago

After upgrading jenkins to 2.341 the theme color and the self added company logo are no longer shown on top line jenkins_2341 Hope there is someone who can help me :-) .

liorazroel commented 2 years ago

Yes, after upgrade I saw that the plugin doesn't work

ApplebaumIan commented 2 years ago

Same here!

shasi24 commented 2 years ago

+1 @afonsof

JantsoP commented 2 years ago

There is a work around. Open your .css file and search for #header. There should be six of them. Replace them all with #page-header and save it. Load it up with Jenkins and see your theme working again :)

ghost commented 2 years ago

There is a work around. Open your .css file and search for #header. There should be six of them. Replace them all with #page-header and save it. Load it up with Jenkins and see your theme working again :)

does not work for me. even with the default url, it does not change anything. https://cdn.rawgit.com/afonsof/jenkins-material-theme/gh-pages/dist/material-cyan.css Jenkins version: 2.346.1 Simple Theme Plugin version: 103.va_161d09c38c7

dongbum commented 2 years ago

+1

Jenkins version: 2.346.1

JantsoP commented 2 years ago

Ok so this means they have borked it.... again. My info is valid for the version what was latest at that time... and what was like 344 or something like that. I will look into this and update when I have new fix for this.

JantsoP commented 2 years ago

Small update. Looks like they have changed something which now breaks this. I managed to duplicate issue with latest weekly (at the time of writing 2.356). Need to look into this more. Anyone else if more than welcome to pitch in if they manage find fix before I do :)

cesarjorgemartinez commented 2 years ago

works correctly for me, but not change all fails. Inside configuration page jobs by example, the color fail, if select text the I see

doncraig commented 2 years ago

Same issue here on 2.357

maksonlee commented 2 years ago

To change the logo only, set the following, i tried this on version 2.361.1 and 2.371.

image

maksonlee commented 2 years ago

To change the background color of header only, set the following, i tried this on version 2.361.1 and 2.371.

image

Semmu commented 1 year ago

Almost forked this repo and opened a PR with the fix, but we already have one waiting to be merged: https://github.com/afonsof/jenkins-material-theme/pull/199