-
AuthorPosts
-
May 16, 2018 at 10:17 am #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!
teefMay 18, 2018 at 3:33 pm #958627Hey 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,
VictoriaMay 19, 2018 at 11:33 pm #959255Done.
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,
TomMay 22, 2018 at 1:14 am #960073Hi,
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,
YigitMay 22, 2018 at 10:07 am #960223Sorry, my bad! Private Content.
May 25, 2018 at 7:47 am #961963Have you found the Problem?
May 28, 2018 at 1:04 pm #963152Hi,
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.
-
AuthorPosts
- You must be logged in to reply to this topic.