Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #957427

    Hallo liebes Team von Enfold,
    ich habe seit euren Umstellungen zwei Probleme:

    1.) Das “Logo/Partner Element” wird nicht mehr angezeigt:
    Ich benutze das auf vielen Seiten (siehe Link) im unteren Bereich. Wenn ich im Bearbeitungs-Modus bin, kann ich das Element noch sehen und bearbeiten. Beim Veröffentlichen bleibt diese Rubrik allerdings leer. Wie kann ich das beheben?

    2.) CSS-Befehl funktioniert nicht mehr:
    Ich benutze auf der Startseite im linken Bereich eine weiße Fläche hinter dem Logo. Diese ist mit CSS etwas breiter gemacht und etwas nach links verschoben. Beides habe ich auch wieder repariert bekommen, nachdem das nicht mehr berücksichtigt wurde. Was noch nicht geht ist, dass diese weiße Fläche eigentlich 100% der Höhe der darunterliegenden Farb-Section einnehmen sollte. Muss ich hierfür nun einen anderen Befehl verwenden? Bis habe ich folgende Zeilen CSS verwendet:

    /* weisser Bereich auf Startseite breiter */
    #top .no_margin.av_one_fourth {
    width: 31%;
    }

    /* weißen Bereich auf Startseite am Desktop nach links rücken */
    @media only screen and (min-width: 1000px) {
    #top div .no_margin {
    margin-left: -34%;
    height: 100%;
    }}

    Ich danke für eure Hilfe!
    teef

    #958627

    Hey fischer90,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #959255

    Done.

    I think i solved the css problem (2.) a bit, but on bigger screens the white element on the page “home” is not 100% of the height.

    My bigger problem (1) is the missing “Logo/Partner Element”.

    Thanks for helping me!

    Regards,
    Tom

    #960073

    Hi,

    Sorry for the late reply! Could you please post a link to your login page as well? /wp-admin and /wp-login.php did not work for me.

    Best regards,
    Yigit

    #960223

    Sorry, my bad! Private Content.

    #961963

    Have you found the Problem?

    #963152

    Hi,

    Sorry for the late reply!

    I changed following custom CSS code

    /* weißen Bereich auf Startseite am Desktop nach links rücken */
    @media only screen and (min-width: 1000px) {
    #top div .no_margin {
    margin-left: -17%;
    height: 100%;
    }}

    to following

    /* weißen Bereich auf Startseite am Desktop nach links rücken */
    @media only screen and (min-width: 1000px) {
    #top div .custom-left {
    margin-left: -17%;
    height: 100%;
    }}

    then i enabled Custom CSS field for ALB elements – https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements and gave “custom-left” class to your left aligned column on homepage.

    Please review your website :)

    Best regards,
    Yigit

    • This reply was modified 6 years, 6 months ago by Yigit.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.