By Marc on Monday, 24 December 2018
Posted in General
Replies 5
Likes 0
Views 1K
Votes 0
Hi there,

There is a small difference between the CSS codes for the various preset styles, which has quite a significant impact on the look of the home page. The effect is that preset1 homepage looks the same as the demo/samples images but preset 2, 3 and 4 do not.
I'm not sure if this is intentional or not, but I would have assumed that the only difference between presets are the color's used, not a different layout.

The difference is found on line 44 on the presets files found in templates/office/css/presets:

Line 44 of preset1.css:

#sp-search,
#sp-topesbar-wrap {
background-color: #31517b;
}


Line 44 of preset2.css, preset 3.css and preset4.css:

#sp-search,
#sp-topesbar-wrap,
#es .es-login-box {
background-color: #2bb673;
}


Notice the extra #es .es-login-box...this has the impact of changing the lower half of the login page from white (preset 1) to the preset theme color (preset 2,3,4)

Its easy enough to change as its a simple error on the template, i just want to make you aware so that it can be correct on the next release of the template.
Hi Marc,

I've consult this with our person in charge of template and he stated that this is the default behavior (intended)
·
Wednesday, 26 December 2018 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Its strange that Preset 1 would be different to presets 2,3 and 4 in only that 1 CSS item (excluding colors) but okay.
·
Saturday, 29 December 2018 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Marc,

I will check with our team on Monday and see if there is a need to address this.
·
Saturday, 29 December 2018 22:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Marc,

Sorry for the misunderstanding, Seems like you need to recompile it by turn on the http://take.ms/c2qWV and clear cache and it will shows correctly (eg: http://take.ms/7f0sP )
·
Monday, 31 December 2018 12:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post