jenkins-material-theme icon indicating copy to clipboard operation
jenkins-material-theme copied to clipboard

Jenkins 2.341 - Theme colour and company logo not visible

Open jcb-tn opened this issue 2 years ago • 13 comments

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 :-) .

jcb-tn avatar Apr 05 '22 07:04 jcb-tn

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

liorazroel avatar Apr 11 '22 07:04 liorazroel

Same here!

ApplebaumIan avatar Apr 17 '22 23:04 ApplebaumIan

+1 @afonsof

shasi24 avatar Apr 26 '22 12:04 shasi24

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 :)

JantsoP avatar May 25 '22 06:05 JantsoP

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

crizzdeeann avatar Jun 23 '22 08:06 crizzdeeann

+1

Jenkins version: 2.346.1

dongbum avatar Jun 24 '22 01:06 dongbum

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 avatar Jun 24 '22 13:06 JantsoP

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 :)

JantsoP avatar Jun 26 '22 13:06 JantsoP

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

cesarjorgemartinez avatar Jun 27 '22 09:06 cesarjorgemartinez

Same issue here on 2.357

doncraig avatar Jul 04 '22 10:07 doncraig

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

image

maksonlee avatar Oct 04 '22 03:10 maksonlee

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

image

maksonlee avatar Oct 04 '22 08:10 maksonlee

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

Semmu avatar Nov 17 '22 01:11 Semmu