yep, genau. mit der editierten anleitung oben funktioniert es.
kannst du mir bitte sagen, wo ich die von dir genannte template-seite finde und wie ich die farben der reiter und "kästchen" ändern kann?
danke sehr
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenyep, genau. mit der editierten anleitung oben funktioniert es.
kannst du mir bitte sagen, wo ich die von dir genannte template-seite finde und wie ich die farben der reiter und "kästchen" ändern kann?
danke sehr
Dein Hintergrundbild wird in der template-datei definiert, damit werden die Angaben in der style.css "überschrieben".
Code[B] <style type="text/css" media="screen"> @import url( http://d5148.ispservices.at/wp-content/themes/aerodrome/style.css ); </style>[/B] [...] [B]<style type="text/css"> body { background: url([URL]http://d5148.ispservices.at/wp-content/themes/aerodrome/images/default.jpg[/URL]) no-repeat fixed center center #fff; } </style>[/B]
hmmm, ich kann dieses template nirgendwo finden. wahrscheinlich liegt es auch an diesen einstellungen, dass ich die farbe der reiter im header und die hintergrundfarbe der artikel nicht ändern kann.
hmmm...jetzt sollte mein bild nur noch so fixiert sein, wie in diesem blog:
meines ist aber "zu kurz" und unten gibt es einen spalt:
ich habe versucht nach dieser anleitung vorzugehen, um es einzurichten:
http://thebuckmaker.com/how-to-center-…ckground-image/
das hilft aber nicht.
Dein Hintergrundbild wird in der template-datei definiert, damit werden die Angaben in der style.css "überschrieben".
Code[B] <style type="text/css" media="screen"> @import url( http://d5148.ispservices.at/wp-content/themes/aerodrome/style.css ); </style>[/B] [...] [B]<style type="text/css"> body { background: url([URL]http://d5148.ispservices.at/wp-content/themes/aerodrome/images/default.jpg[/URL]) no-repeat fixed center center #fff; } </style>[/B]
ok, danke für den hinweis. das hilft mir beim lernen :)
haaaaa, super! ich hatte das !important drinnen, aber hinter dem fff ein ; gesetzt. nachdem ich es gelöscht habe, funktioniert es.
ich freuuu mich, danke sehr! echt super!!!
unter design befinden sich nur:
- themes
- widgets
- menüs
- change background image (indem sich nur vorinstallierte befinden und sich nichts hinzufügen lässt)
- editor
habe das !import so hinzugefügt, wie du gesagt hast.
das mit dem backend verstehe ich jetzt leider nicht :(
das habe ich auch schon gehabt. komischerweise funktioniert es trotzdem nicht. es erscheinen immer nur die jeweils angewählten (unter dashboard-design-change background image) hintergrundbilder.
code fortsetzung:
/*++++++ The Post wrap without its heading (storytitle) ++++++ */
.datecomrap {
float:left;
width:35px;
overflow:hidden;
}
.date {
color:#fff;
background:#000;
width:35px;
height:60px;
text-align:center;
font-size:0.7em;
padding:3px 0 0 0;
opacity: 0.5;filter:alpha(opacity=50);zoom:1;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:0px;
-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:0px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0px;
}
.commy {
color:#fff;
background:#000;
width:35px;
height:30px;
text-align:center;
font-size:1.1em;
padding:7px 0 0 0;
margin-top:10px;
opacity: 0.2;filter:alpha(opacity=20);zoom:1;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:0px;
-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:0px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0px;
}
.commy a, .commy a:hover {color:#fff;}
.storywrap {
padding:10px 20px;
font-size:13px;
text-align:justify;
float:left;
width:505px;
margin-bottom:15px;
background:#fff;
overflow:hidden;
opacity: 0.95;filter:alpha(opacity=95);zoom:1;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
/* ++++++++++++++++++ The Sidebar Section ++++++++++++++++++ */
#sidebarleft {
width:180px;
float:left;
color:#000;
padding-bottom:50px;
padding-top:10px;
margin-top:0px;
margin-left:15px;
background:#fff;
overflow:hidden;
opacity: 0.9;filter:alpha(opacity=90);zoom:1;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-khtml-border-radius-topleft:10px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
#sidebarleft form {
margin: 0;
padding:0;
list-style-type:none;
}
#sidebarleft input#s {
text-align:left;
margin-left:0px;
width: 77%;
color: #000;
font-weight:bold;
font-family: verdana, arial,sans-serif;
font-size:12px;
}
#sidebarleft a {font-weight:normal; color:#000;}
#sidebarleft a:hover {
color:#000;
text-decoration:underline;
}
#sidebarleft h3 {font-weight:bold; font-size:15px; margin:17px 0 6px 5px;}
#sidebarleft ul {
color: #000;
font-weight: bold;
list-style-type: none;
margin: 0;
padding-left: 0px;
}
#sidebarleft ul li {
font-family: Arial, Verdana, sans-serif;
padding:0 10px 1px 10px;
margin:3px 0 0 0;
list-style-type: none;
font-size:11px;
}
#sidebar {
width:180px;
min-height:1200px;
float:right;
color:#fff;
padding-bottom:50px;
padding-top:10px;
margin-top:0px;
background:#000;
overflow:hidden;
opacity: 0.8;filter:alpha(opacity=80);zoom:1;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-khtml-border-radius-topleft:10px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
#search {list-style-type:none;
padding:5px 5px 5px 0;
}
.notfound {
margin:40px 100px 0 100px;
text-align:center;
font-weight:bold;
background:#fff;
padding:20px 10px;}
.notfound a {
text-decoration:underline;}
#sidebar form {
margin: 0;
padding:0;
list-style-type:none;
}
#sidebar input#s {
text-align:left;
margin-left:0px;
width: 77%;
color: #000;
font-weight:bold;
font-family: verdana, arial,sans-serif;
font-size:12px;
}
#sidebar a {font-weight:normal; color:#fff;}
#sidebar a:hover {
color:#fff;
text-decoration:underline;
}
#sidebar h3 {font-weight:bold; font-size:15px; margin:17px 0 6px 5px;}
#sidebar ul {
color: #fff;
font-weight: bold;
list-style-type: none;
margin: 0;
padding-left: 0px;}
Alles anzeigen
hallo infected,
vielen dank für deine rasche antwort.
das foto habe ich über filezille unter folgenden pfad abgespeichert: ...wp-content/themes/aerodrome/images. dort befinden sich auch die voreingestellten hintergrundbilder.
css-seite habe ich keine bearbeitet, nur die bild-url in den abschnitt background image eingefügt (wie auf der homepage empfohlen):
/*
Theme Name: Aerodrome
Theme URI: http://thebuckmaker.com/aerodrome
Description: Beautiful light and professional designed, ad ready WordPress theme by <a href="http://thebuckmaker.com">TheBuckmaker.com</a>. Custom background image menu by <a href="http://missionsplace.com">Aaron Edwards</a>. Ready for WordPress 2.7
Author: Joe Fischler
Author URI: http://thebuckmaker.com
Tags: blue, green, light, three-columns, fixed-width, theme-options, threaded-comments
Version: 1.0.5
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++ General Stylings ++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a {
color: #000;
text-decoration:none;
font-weight:bold;
}
a img {
border: none;
}
img {}
a:hover {
color:#000;
text-decoration:none;
}
blockquote {
border-left: 5px solid #ccc;
margin-left: 1.5em;
padding-left: 5px;
}
/*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/
/*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme ++++*/
body {
background: url(raph2.jpg) no-repeat 0 0 #fff;
background-attachment:fixed;
background-position: center center;
color: #000;
font-family: Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
}
cite {
font-size: 90%;
font-style: normal;
}
h1 { font: 20px 'Arial', Verdana, sans-serif;
margin: 15px 0 2px 0;
padding-bottom: 2px;
font-weight:bold;
}
h2 {
font: 95% 'Arial', Verdana, sans-serif;
margin: 15px 0 2px 0;
padding-bottom: 2px;
}
h3 {
font-family: Arial, Verdana, sans-serif;
margin: 0 0 5px 0;
}
p, li {
font: 13px 'Arial', Verdana, sans-serif;
line-height:17px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++ Containers and Headers ++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++ The Main Container ++++++++++++++++++ */
#rap {
width:970px;
margin:0 auto;
}
/* ++++++++++++++++++ The Content Container - where your posts are ++++++++++++++++++ */
#content {
width: 580px;
float:left;
overflow:hidden;
}
/* ++++++++++++++++++ The Header Section ++++++++++++++++++ */
#header {
width:970px;
font-family: Verdana, Arial, sans-serif;
overflow:hidden;
margin:0;
padding: 5px 0 10px 0;
background:#000;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:10px;
-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:0px;
-khtml-border-radius-bottomright:10px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:10px;
}
#header a {
color: #fff;
text-decoration: none;
}
#header a:hover {
text-decoration: none;
}
#header h1 {font-family:verdana,arial,sans-serif;
font-size:29px;
margin: 15px 0 0 15px;
padding:0;
color:#fff;
z-index:1;
}
#header h1 a:hover {}
#header h2 {margin-top:0px;
font-family: verdana, arial, sans-serif;
font-size:13px;
color:#fff;
margin-left:20px;
}
#headerleft {
float:left;
width:405px;
}
#headerright a {
background:url(images/rss2.jpg) no-repeat -1px -64px #000;
width:60px;
height:59px;
cursor:pointer;
float:right;
margin:10px 20px 0 0;
}
#headerright a:hover {
background:url(images/rss2.jpg) no-repeat -1px -1px;
}
.navlink {
margin:0px 48px 20px 40px;
color:#808080;
text-align:center;
font-size:10px;
}
.navlink a {
padding:10px;
font-size:10px;
background:#fff;
opacity: 0.7;filter:alpha(opacity=70);zoom:1;
}
.navlink a:hover {
color:#000;
}
#headmenu {
font-family: verdana, arial, sans-serif;
font-size:14px;
width:970px;
font-weight:bold;
float:none;
margin:30px 0 0 0;
color:#fff;
overflow:hidden;
}
#headmenu a {
color:#000;
background:#fff;
padding:4px 10px 6px 10px;
margin:5px 3px 0 0;
line-height:21px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:5px;
-khtml-border-radius-bottomleft:0px;
-khtml-border-radius-bottomright:0px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
}
#headmenu a:hover {text-decoration:none; color:#fff; background:#000;}
#headmenu ul {margin:0; padding:0}
#headmenu ul li {float:left;
list-style-type:none;
}
#headsubmenu {
padding:0;
margin:-55px 0 0 0;
height:25px;
width:100%;
float:left;
}
#headsubmenu ul {
margin:0; padding:0;
background:#000;
}
#headsubmenu li {
float:left;
list-style-type:none;
margin:3px 0 0 0;
}
#headsubmenu li a {
font-size:11px;
padding:2px 10px;
line-height:18px;
background:#fff;
color:#000;
margin-left:2px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:5px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}
#headsubmenu li a:hover {
background:#000;
color:#fff;
}
#headmenu2 {
font-family: verdana, arial, sans-serif;
font-size:14px;
width:100%;
font-weight:bold;
float:none;
margin: 0 0 15px 0;
color:#fff;
overflow:hidden;
}
#headmenu2 a {
color:#000;
background:#fff;
padding:4px 10px 4px 10px;
margin:0 3px 0 0;
line-height:21px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:5px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}
#headmenu2 a:hover {text-decoration:none; color:#fff; background:#000;}
#headmenu2 ul {margin:0;padding:0;}
#headmenu2 ul li {float:left;
list-style-type:none;
}
.headlip {
color:#fff;
background:#6b8994;
padding:0px 10px 0px 10px;
margin:0 3px 0 0;
line-height:21px;
font-weight:bold;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:5px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}
/*++++++ 468x60 px Ad in the Header ++++++ */
#headad {
width:468px;
height:60px;
overflow:hidden;
float:left;
margin:8px 0 0 0;
}
Alles anzeigen
Hallo liebe Leute!
Ich habe mir das Theme "Aerodrome" geladen und wollte nach dieser Anweisung
http://thebuckmaker.com/how-to-center-…ckground-image/
mein Hintergrundbild ändern. Obwohl ich alle Schritte befolgt habe, lasses sich immer nur die fix installierten Hintergrundbilder auswählen.
Habt ihr eine Idee wie ich zu meinem Hintergrundbild komme? Muss ich noch etwas anderes aktivieren?
lg
raph
Hallo liebe Leute!
Bin gerade neu von .com auf .org gewechselt. Buuh, eine schöne und interessante Herausforderung 8-)
Vor allem, da ich noch nicht mit Programmierung zu tun hatte. Gut, ganz auf der Nudelsuppe bin ich auch nicht dahergeschwommen, also sollte das Problem bewältigbar sein.
Von http://thebuckmaker.com/ habe ich mir das Theme "Aerodrome" herunter geladen und auf meinem Blog installiert.
Jetzt würde ich gerne die Spalte, die sich momentan in der Mitte des Blogs befindet (Ads for Widgets), gerne so verschieben, dass sie sich links befindet. Also die Artikel sollen sich in der Mitte befinden.
Also, ich gehe einmal davon aus, dass ich das unter Design --> Editor ändern kann. Nur verstehe ich nicht wo genau und wie.
Könnt ihr mir bitte weiterhelfen?
Lieben Dank
raph
hallo liebe leute!
momentan blogge ich auf .com, möchte aber demnächst auf .org wechseln. dazu besorge ich mir von meinem internet-provider einen webspace um meinen blog dort zu betrieben.
mir wurde vom betreiber mitgeteilt, dass ich beim gewählten webspace-paket dann auch eine statische ip-adresse verwenden werde (muss).
meine frage: ist die sicherheit bei der wordpress-software gewährleistet, wenn man mit einer statischen ip-adresse arbeitet (leichter für hacker auffindbar, usw...)?
zweite frage: soweit ich das verstanden habe, installiere ich die wordpress-version direkt auf dem webspace, richtig?
lieben dank für eure hilfe.
raph