Hey liebe Leute habe Probleme mit meinem Event Alert. Komischerweise zeigts denn immer oben rechts an im Clienten und ich weis echt nicht mehr weiter, CSS und Code im Content hab ich alles geprüft. Gleich setz ich mich noch an die emu source da das ganze mit denn websockets zusammenhängt. Allerdings vermute ich dort keinen Fehler. Bitte helft mir ich weis echt nicht mehr weiter dieses teil geht mir seit geraumer zeit auf die Nüsse und jetzt muss es einfach mal dran glauben. Vielen Dank schonmal im Voraus!!
[Hilfe] EventHa
-
-
-
Hey liebe Leute habe Probleme mit meinem Event Alert. Komischerweise zeigts denn immer oben rechts an im Clienten und ich weis echt nicht mehr weiter, CSS und Code im Content hab ich alles geprüft. Gleich setz ich mich noch an die emu source da das ganze mit denn websockets zusammenhängt. Allerdings vermute ich dort keinen Fehler. Bitte helft mir ich weis echt nicht mehr weiter dieses teil geht mir seit geraumer zeit auf die Nüsse und jetzt muss es einfach mal dran glauben. Vielen Dank schonmal im Voraus!!
Welches CMS Welchen Emu etc fehlen. Wir brauchen mehr Details...
-
Es handelt sich um das Centenary CMS, wurde allerdings gröstenteils editiert. Die CSS Struktur ist müll. Ich schick hier noch die CSS Snipets für den event alert.
Sry Gestern war ich ziemlich müde und am arschWelches CMS Welchen Emu etc fehlen. Wir brauchen mehr Details...
Danke für den hinweis war spät gestern
PHP
Alles anzeigen.eventalert { padding: 10px; font-family: PT Sans Caption; font-family: Ubuntu; font-weight: 400; background: #DBDBDB; border-top: 4px solid #FFFFFF; border-bottom: 4px solid #C9C9C9; width: 300px; height: 205px; border-radius: 5px; -webkit-box-shadow: 0 0 0 1px #000; box-shadow: 0 0 0 1px #000; } .eventalert .head { height: 20px; line-height: 20px; text-align: center; text-shadow: 0 1px 1px #FFF; font-size: 14px; font-weight: 700; color: #000; } .eventalert .close { float: right; height: 20px; width: 20px; background: url('<?php echo $path; ?>/public/images/client/illumina/close.png'); margin-right: 5px; margin-top: 0px; cursor: pointer; color: #000; } .eventalert .inner { font-family: PT Sans Caption; background: #FFF; margin-top: 20px; height: 60px; border: 1px solid #000; border-radius: 3px; padding: 10px; font-size: 13px; color: #000; } .eventalert .goroom { font-size: 12px; color: #000; font-weight: bold; float: right; width: 140px; height: 25px; margin-top: 30px; line-height: 25px; text-align: center; border-radius: 4px; background: #E2E2E2; border-top: 3px solid #FFF; border-bottom: 3px solid #D9D9D9; -webkit-box-shadow: 0 0 0 1px #919191; box-shadow: 0 0 0 1px #919191; cursor: pointer; }
-
PHP
Alles anzeigen.eventalert { padding: 10px; font-family: PT Sans Caption; font-family: Ubuntu; font-weight: 400; background: #DBDBDB; border-top: 4px solid #FFFFFF; border-bottom: 4px solid #C9C9C9; width: 300px; height: 205px; border-radius: 5px; -webkit-box-shadow: 0 0 0 1px #000; box-shadow: 0 0 0 1px #000; left: 50%; top: 50%; margin-left: -200px; position: relative; margin-top: 220px; } .eventalert .head { height: 20px; line-height: 20px; text-align: center; text-shadow: 0 1px 1px #FFF; font-size: 14px; font-weight: 700; color: #000; } .eventalert .close { float: right; height: 20px; width: 20px; background: url('<?php echo $path; ?>/public/images/client/illumina/close.png'); margin-right: 5px; margin-top: 0px; cursor: pointer; color: #000; } .eventalert .inner { font-family: PT Sans Caption; background: #FFF; margin-top: 20px; height: 60px; border: 1px solid #000; border-radius: 3px; padding: 10px; font-size: 13px; color: #000; } .eventalert .goroom { font-size: 12px; color: #000; font-weight: bold; float: right; width: 140px; height: 25px; margin-top: 30px; line-height: 25px; text-align: center; border-radius: 4px; background: #E2E2E2; border-top: 3px solid #FFF; border-bottom: 3px solid #D9D9D9; -webkit-box-shadow: 0 0 0 1px #919191; box-shadow: 0 0 0 1px #919191; cursor: pointer; }
Versuch das mal so.
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!