Ist es möglich das gleiche Cockie banner rechts unten zu erhalten?
Coockie Popop von CLS Design
In den nächsten Tagen stehen größere Änderungen an die eine Aktivierung des Wartungsmodus notwendig machen.
-
-
Ich verstehe leider nicht genau was du meinst. Kannst du das noch mal genauer erklären?
Edit:
Habs jetzt kapiert
Ich gucke mal, der Code müßte hier aber schon irgendwo stehen.
Edit 2:
CSS
Display More/* Cookie */ .pageFooterStickyNotice { bottom: 10px; right: 10px; left: initial; width: 300px; } .cookiePolicyNotice { box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); background-color: rgba(255,255,255,1); border-top-width: 0 !important; border-radius: 2px; background-image: url('#{$style_image_path}cookies.png'); background-size: 30%; background-repeat: no-repeat; background-position: center 5px; padding: 95px 0 20px 0 !important; text-align: center; color: #333333; position: relative; } .pageFooterStickyNotice .cookiePolicyNotice .layoutBoundary { flex-direction: column; min-width: 100%; max-width: 100%; } .cookiePolicyNoticeDismiss::after { color: #666; font-family: FontAwesome; font-size: 16px; line-height: 16px; content: "\f00d"; top: 2px; position: relative; } .cookiePolicyNotice .cookiePolicyNoticeMoreInformation { margin-top: 10px; } .cookiePolicyNotice a.button.buttonPrimary { background-color: $wcfContentText; } .cookiePolicyNotice a.button.buttonPrimary:hover { background-color: $wcfButtonPrimaryBackgroundActive; } .pageFooterStickyNotice .cookiePolicyNotice .cookiePolicyNoticeDismiss { font-size: 0px; color: rgba(0,0,0,0); margin-left: 0; border-radius: 50%; padding: 0; height: 25px; width: 25px; text-align: center; line-height: 30px; position: absolute; right: 10px; top: 10px; background-image: linear-gradient(-180deg, $wcfContentBackground 0%, $wcfContentBackground 98%) !important; }
Bild:
-
perfekt danke dir !
-
is this still working? I get some errors when adding the code to the global CSS
-
Did you copied the whole code?
-
is this still working? I get some errors when adding the code to the global CSS
Would be really nice to show us, what errors you get, otherwise I need to ask my magic mussel.
-
Did you copied the whole code?
i did!
Would be really nice to show us, what errors you get, otherwise I need to ask my magic mussel.
😂😂😂 I will try again this evening and copy the errors here
-
Somehow it now works, since the first try I changed the website's theme, could that have been the reason for the errors?
I also uploaded the cookie picture in the theme's images (through the style editor) but this is not displayed somehow!
-
I managed to fix the image, the path for the image was changed and is now inside thecustom/ directory
-
Ich musste das nun auch mal testen
ich hab allerdings einen direkten Grafikpfad genommen, dass es auch wirklich in allen Stilen angezeigt wird, ohne dass ichs in jeden Stil einzeln dazu laden muss
Und halt ne eigene Grafik genutzt
mir gefällts gut
Danke, Tom, fürs mit uns teilen