forked from ZwiiCMS-Team/ZwiiCMS
[9.1.04] Aperçu header ok
This commit is contained in:
parent
ae508a7454
commit
170e0844c6
@ -48,12 +48,15 @@ $("input, select").on("change", function() {
|
|||||||
// Pas d'image sélectionnée
|
// Pas d'image sélectionnée
|
||||||
} else {
|
} else {
|
||||||
// Désactiver l'option responsive
|
// Désactiver l'option responsive
|
||||||
|
css += "background-image:none;";
|
||||||
|
$("header .container").show();
|
||||||
|
$("themeHeaderTextHide").prop("false");
|
||||||
if (themeHeaderHeight === "none") {
|
if (themeHeaderHeight === "none") {
|
||||||
$("#themeHeaderHeight option:eq(2)").prop("selected", true);
|
$("#themeHeaderHeight option:eq(2)").prop("selected", true);
|
||||||
}
|
css += "line-height: 150px;height: 150px}";
|
||||||
css += "background-image:none;";
|
} else {
|
||||||
css += "line-height:" + $("#themeHeaderHeight").val() + ";height:" + themeHeaderHeight + "}";
|
css += "line-height:" + $("#themeHeaderHeight").val() + ";height:" + themeHeaderHeight + "}";
|
||||||
$("header .container").show();
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Taille, couleur, épaisseur et capitalisation du titre de la bannière
|
// Taille, couleur, épaisseur et capitalisation du titre de la bannière
|
||||||
|
Loading…
Reference in New Issue
Block a user