Projekt

Allgemein

Profil

Aktionen

GX-Bug #67780

geschlossen

The footer style changed, so that some user designs might break after an update | Der Footer-Style wurde angepasst, so dass das Design einiger Kundenshops nach einem Update kaputt gehen kann

Von Alexandre Ataides vor mehr als 3 Jahren hinzugefügt. Vor mehr als 3 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Hoch
Zugewiesen an:
Kategorie:
Malibu
Zielversion:
% erledigt:

0%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.0.0.0, 4.2.0.0
Release Notes Langtext:

Die Farbe des Fußzeileninhalts wird nicht mehr geändert, sobald der Benutzer die Schriftfarbe der Fußzeilenkopfzeile ändert.


Beschreibung

Since we fixed the color heading of the footer columns in order to have the same color as the footer header (through SE4) the footer from old shops can be affected by this fix (see image below).
As they seem to use an old HTML structure the new css class is affecting the color of the footer content.

A new class should be added to make the footer column heading more specific so that we can apply the color only for the footer column headings.

Steps:

  1. Open Gambio Admin
  2. Be sure that Malibu (Theme) is the active theme: Layout / Design > Template Settings
  3. Go to Layout / Design > Content Manager > Elements (Tab)
  4. Edit the Footer column 2 content and add the following code:

    <div class="box box-content panel panel-default">
    <div class="panel-heading">
        <h4 class="panel-title">Title Test</h4>
    
        <ul>
            <li>
            <div class="panel-title">
                AAAAAAAAAAAAAAAAAAAA
            </div>
            </li>
            <li>
            <div class="panel-title">
                BBBBBBBBBBBBBBBBBBBB
            </div>
            </li>
            <li>
            <div class="panel-title">
                DDDDDDDDDDDDDDDDDDDD
            </div>
            </li>
        </ul>
    </div>
    </div>
    
  5. Save it

  6. Open SE4 (Expert mode on)

  7. Go to Areas > Footer > Default (the Default footer must be active) > Footer Header

  8. Change the Font Color option

Result: The color of the footer header, footer column headings and the added content were changed.
Expected: Only the footer header and footer column headings should be changed.


Dateien

image (1).png (37,7 KB) image (1).png Alexandre Ataides, 01.10.2020 12:47

Aktionen #1

Von Alexandre Ataides vor mehr als 3 Jahren aktualisiert

  • Status wurde von In Bearbeitung zu Testing geändert
  • Zugewiesen an wurde von Alexandre Ataides zu Core-Entwickler geändert
  • Zielversion wurde von 133 zu 4.3.1.0 rc1 geändert
  • Release Notes Langtext aktualisiert (Vergleich)
Aktionen #2

Von Anis Mashku vor mehr als 3 Jahren aktualisiert

  • Zugewiesen an wurde von Core-Entwickler zu Anis Mashku geändert
Aktionen #3

Von Anis Mashku vor mehr als 3 Jahren aktualisiert

  • Status wurde von Testing zu Erledigt geändert
Aktionen

Auch abrufbar als: Atom PDF