v8.4.4 : update footer default position
This commit is contained in:
parent
70aacc48e7
commit
eee165dea6
@ -26,7 +26,7 @@
|
|||||||
* Modifications :
|
* Modifications :
|
||||||
- Footer dans 3 blocs contenant dans l'ordre : Texte, Réseaux sociaux, Copyright
|
- Footer dans 3 blocs contenant dans l'ordre : Texte, Réseaux sociaux, Copyright
|
||||||
- Pagination variable du nombres d'articles par page (news, blog et form)
|
- Pagination variable du nombres d'articles par page (news, blog et form)
|
||||||
- Position des modules Galerie et Form dans une page ; haut ; bas ou libre avec les doubles crochets insérés dans l'article [] (PeterRabbit)
|
- Position des modules Galerie et Form dans une page ; haut ; bas ou libre avec les doubles crochets insérés dans l'article []
|
||||||
- Prise en compte des balises OpenGraph obligatoires title , description, type et images
|
- Prise en compte des balises OpenGraph obligatoires title , description, type et images
|
||||||
- Modification de la position des boutons retour et éditer lors de l'affichage d'un article si connecté
|
- Modification de la position des boutons retour et éditer lors de l'affichage d'un article si connecté
|
||||||
- Mise en forme de la composition des articles et des news
|
- Mise en forme de la composition des articles et des news
|
||||||
|
@ -318,8 +318,8 @@ class common {
|
|||||||
'textAlign' => 'center',
|
'textAlign' => 'center',
|
||||||
'textColor' => 'rgba(33, 34, 35, 1)',
|
'textColor' => 'rgba(33, 34, 35, 1)',
|
||||||
'copyrightPosition' => 'center',
|
'copyrightPosition' => 'center',
|
||||||
'textPosition' => 'center',
|
'textPosition' => 'hide',
|
||||||
'socialsPosition' => 'center'
|
'socialsPosition' => 'hide'
|
||||||
],
|
],
|
||||||
'header' => [
|
'header' => [
|
||||||
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
||||||
@ -1028,9 +1028,7 @@ class core extends common {
|
|||||||
}
|
}
|
||||||
$css .= 'header{background-size:' . $this->getData(['theme','header','imageContainer']).'}';
|
$css .= 'header{background-size:' . $this->getData(['theme','header','imageContainer']).'}';
|
||||||
$css .= 'header{background-color:' . $colors['normal'] . ';height:' . $this->getData(['theme', 'header', 'height']) . ';line-height:' . $this->getData(['theme', 'header', 'height']) . ';text-align:' . $this->getData(['theme', 'header', 'textAlign']) . '}';
|
$css .= 'header{background-color:' . $colors['normal'] . ';height:' . $this->getData(['theme', 'header', 'height']) . ';line-height:' . $this->getData(['theme', 'header', 'height']) . ';text-align:' . $this->getData(['theme', 'header', 'textAlign']) . '}';
|
||||||
// Modif CrowueWeb pour la bannière
|
|
||||||
$css .= '@media (max-width: 767px) {header{height:' . $this->getData(['theme', 'header', 'height'])/2 . 'px;line-height:' . $this->getData(['theme', 'header', 'height'])/2 . 'px;}}';
|
$css .= '@media (max-width: 767px) {header{height:' . $this->getData(['theme', 'header', 'height'])/2 . 'px;line-height:' . $this->getData(['theme', 'header', 'height'])/2 . 'px;}}';
|
||||||
// Fin modif Croque Web
|
|
||||||
if($themeHeaderImage = $this->getData(['theme', 'header', 'image'])) {
|
if($themeHeaderImage = $this->getData(['theme', 'header', 'image'])) {
|
||||||
$css .= 'header{background-image:url("../file/source/' . $themeHeaderImage . '");background-position:' . $this->getData(['theme', 'header', 'imagePosition']) . ';background-repeat:' . $this->getData(['theme', 'header', 'imageRepeat']) . '}';
|
$css .= 'header{background-image:url("../file/source/' . $themeHeaderImage . '");background-position:' . $this->getData(['theme', 'header', 'imagePosition']) . ';background-repeat:' . $this->getData(['theme', 'header', 'imageRepeat']) . '}';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user