Hallo ich bin dabei eine 10. Extrabox zu erstellen und weil ich Probleme habe mit der Optik dieser Box (ist nicht wie die anderen Boxen), habe ich jetzt gesucht und bin auch in der Datenbank gelandet. Dabei ist mit aufgefallen, dass in der Datenbank unter gm_boxes die Boxen alle eine andere Positionsnr. haben als in meiner template_settings.php. Hat das einen Grund? Ist das ein Fehler?
Hallo Achim, das ist kein Fehler. Da die Boxen über den Bearbeitungsmodus frei positionierbar sind, kann sich auch die Positionsnummer in der Datenbank entsprechend ändern. Der 10. Extrabox solltest du die Sprachgruppen-ID 70 geben. Extrabox 1 bis 9 haben die IDs 61-69.
Danke Moritz. Gibt es denn auch eine Erklärung dafür, dass meine Extrabox 10 (Test) einfach nicht so aussehen will wie die anderen Boxen (siehe Foto). Ist noch im Testshop, daher kein Link. Im css habe ich die 10. Box angelegt wie die Boxen 1-9. Im template_settings.php ist die 10. Box angelegt und in der extraboxes.php habe ich auch die Zahl auf 10 erhöht. Caches alle mehrfach geleert aber die Optik ändert sich nicht. Wäre für Hilfe dankbar!
Im StyleEdit das aktuelle Layout sichern und die Sicherung herunterladen. Die Datei öffnen und Folgendes am Ende hinzufügen: Code: #menubox_extrabox10 { background-color: #FFFFFF; background-image: none; background-position: 0% 0%; background-repeat: repeat; border-color: #EAEAEA; border-style: solid; border-width: 1px; margin-bottom: 10px; margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 100%; } #menubox_extrabox10_head .content-box-header-inner { background-color: transparent; background-image: none; background-position: 0% 0%; background-repeat: repeat; color: #1099bb; font-family: Arial, Tahoma, Verdana; font-size: 14px; font-style: normal; font-weight: bold; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; padding-top: 5px; text-align: left; text-decoration: none; } #menubox_extrabox10_body .content-box-main-inner { color: #1099bb; font-family: Arial, Tahoma, Verdana; font-size: 12px; font-style: normal; font-weight: normal; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; padding-top: 5px; text-align: left; text-decoration: none; width: 180px; } #menubox_extrabox10_body .content-box-main-inner a { color: #1099bb; text-decoration: none; } #menubox_extrabox1_body .content-box-main-inner a:hover { color: #1099bb; text-decoration: underline; } Die Datei unter neuem Namen speichern und im StyleEdit importieren. Nun hat die neue Box auch Styles, die bearbeitet werden können.
Hallo Moritz ich hatte bisher das Layout so geändert, dass ich die Angaben der extrabox9 komplett kopiert hatte und als extrabox10 eingetragen habe. Code: #menubox_extrabox10 { background-color: #FFFFFF; background-image: none; background-position: 0% 0%; background-repeat: repeat; border-color: #dadada; border-style: solid; border-width: 1px; margin-bottom: 10px; margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 100%; } #menubox_extrabox10_head .content-box-header-inner { background-color: #6d6d6d; background-image: url(backgrounds/gradients/gradient.png); background-position: 0% 0%; background-repeat: repeat; color: #ffffff; font-family: Arial, Tahoma, Verdana; font-size: 13px; font-style: normal; font-weight: bold; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; padding-top: 5px; text-align: left; text-decoration: none; } #menubox_extrabox10_body .content-box-main-inner { color: #666666; font-family: Arial, Tahoma, Verdana; font-size: 12px; font-style: normal; font-weight: normal; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; padding-top: 5px; text-align: left; text-decoration: none; width: 180px; } #menubox_extrabox10_body .content-box-main-inner a { color: #666666; text-decoration: none; } #menubox_extrabox10_body .content-box-main-inner a:hover { color: #666666; text-decoration: underline; } Hatte aber nicht den gewünschten Erfolg. Habe jetzt auch noch Deinen Code unten angehängt, geladen und nix passiert. Habe auch noch die templates_c gelöscht. Bin ratlos.
Hallo Michael. Danke, aber hatte ich auch schon gemacht, habe ich gerade nochmals wiederholt, keine Änderung. Ich habe den Test-Shop mal online gestellt, dann könnt Ihr bitte mal nachsehen ob Ihr etwas erkennen könnt. (Link nur für registrierte Nutzer sichtbar.)
Die neuen extrabox10 Styles fehlen. Nachdem du im StyleEdit hochgeladen hast, musst du noch im Archiv die Datei "Laden".
Hallo Moritz sorry, aber ich stehe auf dem Schlauch. Was meinst Du mit Habe die neue css jetzt auch im Archiv geladen (bin vom Schlauch runter...), caches geleert etc., aber was soll ich sagen: keine Änderung. Das gibbet doch nich, oder?! Muss man da irgendeine Reihenfolge einhalten? Problem gelöst: Habe die codes betreff der extrabox10 jetzt auch in die Standard stylesheet.css gepackt und siehe da, jetzt ist die Optik richtig. Hat die Standard css denn eine höhere Priorität als die css in der stylischen Edith?