Beiträge von MarcoKL
-
-
Contact Form 7 hat wohl ein Problem mit der Interpetration von HTML Tabellen. Sobald ich diese lösche, funktioniert es wieder.
Hat jemand da eine Alternative, wie ich die Formularobjekte formatiere bzw. anordnen kann?
-
Nein ist nicht im Einsatz.
-
Ja, alle Felder sind ausgefüllt.
-
Hallo Community,
ich habe ein Problem mit Contact Form 7 (Version 2.3.1).
Habe ein Kontaktformular erstellt:
HTML
Alles anzeigen<b>Welche(n) Artikel wollen Sie bestellen:</b> [checkbox* artikel "Kalender (15,- €)" "Biografie (29,95 €)" "Kalender & Biografie (39,- €)"] <table width="100%" border="0" cellpadding="1" cellspacing="0" id="Tabelle_01"> <tr> <td width="20%">Anrede:</td> <td width="38%">[select* anrede "Frau" "Herr"]</td> <td width="25%">Name:</td> <td width="17%">[text* name 20/40]</td> </tr> <tr> <td width="20%">Straße & Nr.:</td> <td width="38%">[text* strasse_nr 20/40]</td> <td width="25%">PLZ / Ort:</td> <td width="17%">[text* ort_plz 20/40]</td> </tr> <tr> <td width="20%">Zahlungsart:</td> <td colspan="1">[radio zahlungsart "Vorkasse" "Lastschrift"]</td> <td width="25%">e-Mail:</td> <td width="17%">[email* email 20/40] </tr> <tr> <td width="20%">Kto. Inhaber:</td> <td width="38%">[text* ktoinhaber 20/40]</td> <td width="25%">Bank:</td> <td width="17%">[text* bank 20/40]</td> </tr> <tr> <td width="20%">Kontonr.:</td> <td width="38%">[text* kontonummer 20/40]</td> <td width="25%">BLZ:</td> <td width="17%">[text* BLZ 20/40]</td> </tr> </table> <p>[submit "Bestellung abschicken"]</p>Sobald ich nun auf "Bestellung abschicken" klicke erhalte ich keine Nachricht, wie z.B. "Die Nachricht wurde erfolgreich versendet", aber die e-Mail mit allen Informationen kommt erfolgreich an. Wenn ich jedoch ein neues Kontaktformular erstelle und die Standardeinstellungen lasse, funktioniert es komischerweise ausnahmslos.
Wer kann mir hier bitte helfen?
Vielen Dank im Voraus.
Grüße
Marco -
Hallo Community,
nach Recherchen in diesem Forum schon einige Male angefragt, aber bisher ist keiner fündig geworden oder hat Hinweise für ein Plugin gegeben.
Daher frage ich es einfach nochmal an..
Gibt es ein Plugin für Wordpress, wo man einem Benutzer die Möglichkeit gibt, anhand eines "Durchsuchen"-Feldes, Daten auf einen vordefinierten FTP Server zu laden? Optional noch mit einem kurzen Nachrichtenfeld und einer e-Mail Bestätigung, dass Daten auf den Server geladen wurden?
Diese Seite würde dann mit einem Passwort geschützt werden, so ist der Upload nicht für Jedermann zugänglich.
Vielleicht kennt der eine oder andere ja ein Plugin?
Freue mich über jede Antwort.
Beste Grüße
Marco -
Perfekt !!! Tausend Dank
Mein Held des Tages ;)
-
Schau mal eben, der Content verschiebt sich total nach unten... *verzweifel*
-
Geht zwar nun bis nach unten, aber die Backgroundgrafik "content.gif" fehlt.. also die blaue Linie nach unten an beiden Seiten...
Und der Abstand von nach oben hin, ist total groß..
-
Der [FONT=Courier New]#content[/FONT] -Container ist der falsche Ort für das Hintergrundbild.
Dieser Container ist immer nur so lang/hoch wie der Inhalt.Das Hintergrundbild müsste also in der [FONT=Courier New]#wrapper[/FONT] -Container.
Code[COLOR=Red]#wrapper[/COLOR] { margin: 0 auto; float:none; width: 821px; height: auto; [COLOR=Red]background: url(../layout/content.gif) center 400px repeat-y;[/COLOR] }Damit es auch korrekt dargestellt wird ist ein "clearen" nötig.
Dazu den entsprechenden Container innerhalb des [FONT=Courier New]#wrappers[/FONT] setzen.Code<div style="clear: both;"></div> [COLOR=SeaGreen]<!-- NACH HIER -->[/COLOR] </div> <div style="clear: both;"></div> [COLOR=Red]<!-- VON HIER -->[/COLOR] </body> </html>So seh ich es ...
Super Tipp, Danke Dir..
jetzt verdeckt es die Schwanzflosse.. Ist aktuell über den Link zu sehen...
Wie positioniere ich es den weiter unten? -
Vielleicht sollte ich noch kurz anfügen, dass ich eine Grafik "conten.gif" habe.
Habe diese Datei ebenfalls mal angehängt. Vielleicht hilft euch das weiter..
-
Macht er auch nicht.. ist doch echt zum verzweifeln..
-
Danke für deine Antwort..
Funktioniert leider nicht, da zerschießt er mir das Layout und setzt den Content nach unten...
Weiss sonst einer weiter..
-
Hallo Community,
ich bin echt am verzweifeln, habe das Theme soweit fertig, nur bekomme ich eine Sache nicht hin...
Hier der aktuelle Stand der Dinge:
http://www.one-step.de/wp/mako/
Siehe Anhang, wie sie aussehen soll. Ich bekomme einfach die Backgroundgrafik neben dem Content.
Links und Rechts soll der weisse Rahmen bis nach unten zum Footer reichen.Hier mal die CSS Datei:
Code
Alles anzeigena { outline: none; } td img {display: block;} body { margin-top: 215px; background-color: #EDF5FB; background-image: url(../layout/header.gif); background-repeat: no-repeat; background-position: center top; background-attachment: scroll; height: auto; } #wrapper { margin: 0 auto; float:none; width: 821px; height: auto; } #navigation_links { float: left; height: auto; width: 125px; margin-left: 0px; margin-top: 0px; margin-bottom:0px; list-style:none; text-align: left; } #sidebar_rechts { float: left; width: 175px; margin-left: 0px; margin-top: 18px; margin-bottom:0px; list-style:none; text-align: left; } #adresse_sidebar { float: left; width: 175px; margin-top: 60%; margin-left: 0px; margin-bottom:0px; list-style:none; text-align: left; } #content { width: 513px; margin-top: 0px; float: left; background-color: #FFF; border: 2px solid #D6ECF7; height: auto; background-image: url(../layout/content.gif); background-repeat: repeat-y; background-position: center 400px; } #footer { width: 821px; height:40px; margin-top: 0px; float: left; clear:both; background-image: url(../layout/footer.gif); background-repeat: no-repeat; background-position: center top; } #footer_content { width: 821px; margin-top: 0px; float: left; clear:both; background-image: url(../layout/content.gif); background-repeat: repeat-y; background-position: center top; } #footer_links { float: left; width: 409px; margin-left: 0px; margin-top: 30px; text-align:left; } #footer_rechts { float: right; width: 350px; margin-right: 5px; margin-top: 30px; text-align:right; } /* dynamic pseudo-class, Link wird ausgewählt */ /* ---------------- CONTENT-MITTE ANFANG ----------------*/ .contenttext { text-align:left; padding:15px; font-family:Helvetica, Arial, serif; color: #868686; font-variant:normal; font-size:13px; letter-spacing: 0.03em; line-height: 120%; } /* ---------------- FOOTER ----------------*/ .footer_navigation { text-align:center; padding-left:5px; font-family:Helvetica, Arial, serif; font-variant:normal; font-size:10px; color:#63B7DF; letter-spacing: 0.06em; } /* ----------------Anfang Hyperlinks Content----------------*/ .footer_navigation a:link { letter-spacing: 0em; color: #63B7DF; text-decoration: none; font-weight: normal; text-decoration:none; letter-spacing: 0.06em; } /* link pseudo-class, noch nicht besuchter Link */ .footer_navigation a:visited { letter-spacing: 0em; color: #63B7DF; text-decoration: none; font-weight: normal; text-decoration:none; } /* link pseudo-class, schon besuchter Link */ .footer_navigation a:hover { letter-spacing: 0em; color: #63B7DF; text-decoration: underline; font-weight: normal; } /* dynamic pseudo-class, Benutzer 'hovert' */ .footer_navigation a:active { letter-spacing: 0em; color: #63B7DF; text-decoration: none; font-weight: normal; } .footer_navigation li { list-style:none; display:inline; padding-right: 5px; } .footer_navigation ul { margin: 0px; padding: 0px; } /* ---------------- FOOTER ----------------*/ #form_sidebar_rechts{ float:left; clear: both; padding-top: 25px; padding-bottom: 25px; } #form_sidebar_unten{ padding-top: 25px; } /* ---------------- FOOTER Links----------------*/ .sidebar_f_links { text-align:center; padding-left:5px; font-family:Helvetica, Arial, serif; font-variant:normal; font-size:10px; color:#63B7DF; letter-spacing: 0.02em; } /* ----------------Anfang Hyperlinks Content----------------*/ .sidebar_f_links a:link { letter-spacing: 0.02em; color: #63B7DF; text-decoration: none; font-weight: normal; text-decoration:none; letter-spacing: 0.02em; } /* link pseudo-class, noch nicht besuchter Link */ .sidebar_f_links a:visited { letter-spacing: 0.02em; color: #63B7DF; text-decoration: none; font-weight: normal; text-decoration:none; } /* link pseudo-class, schon besuchter Link */ .sidebar_f_links a:hover { letter-spacing: 0.02em; color: #63B7DF; text-decoration: underline; font-weight: normal; } /* dynamic pseudo-class, Benutzer 'hovert' */ .sidebar_f_links a:active { letter-spacing: 0.02em; color: #63B7DF; text-decoration: none; font-weight: normal; } .sidebar_f_links li { list-style:none; display:inline; padding-right: 5px; } .sidebar_f_links ul { margin: 0px; padding: 0px; } /* ---------------- FOOTER ----------------*/ /* ---------------- FOOTER Rechts----------------*/ .sidebar_f_rechts { text-align:center; padding-left:5px; font-family:Helvetica, Arial, serif; font-variant:normal; font-size:10px; color:#63B7DF; letter-spacing: 0.02em; } /* ----------------Anfang Hyperlinks Content----------------*/ .sidebar_f_rechts a:link { letter-spacing: 0em; color: #63B7DF; text-decoration: none; font-weight: normal; text-decoration:none; letter-spacing: 0.02em; } /* link pseudo-class, noch nicht besuchter Link */ .sidebar_f_rechts a:visited { letter-spacing: 0.02em; color: #63B7DF; text-decoration: none; font-weight: normal; text-decoration:none; } /* link pseudo-class, schon besuchter Link */ .sidebar_f_rechts a:hover { letter-spacing: 0.02em; color: #63B7DF; text-decoration: underline; font-weight: normal; } /* dynamic pseudo-class, Benutzer 'hovert' */ .sidebar_f_rechts a:active { letter-spacing: 0.02em; color: #63B7DF; text-decoration: none; font-weight: normal; } .sidebar_f_rechts li { list-style:none; display:inline; padding-right: 5px; } .sidebar_f_rechts ul { margin: 0px; padding: 0px; } /* ---------------- FOOTER ----------------*/Ist hier zufällig ein Wordpress bzw. CSS Crack anwesend und kann mir bei meinem Problem weiterhelfen?
Bin für jeden Tipp sehr dankbar.
Grüße
Marco -
Oh ha.. Danke für den Link bzw. Tipp... Aber soweit kenn ich mich mit PHP leider noch nicht aus... Mit den wenigsten Mitteln, das beste Ergebnis erzielen (Maximalprinzip) ;-)
-
Hallo Leute,
sag mal kennt Ihr ein Plugin, wie ich folgendes mit Wordpress realisieren kann?
Der Inhalt kann nicht angezeigt werden, da er nicht mehr verfügbar ist.
Möchte gerne über den Adminbereich, die Events eintragen können...
Freue mich über jede Antwort.
Beste Grüße
Marco -
Tausend Dank...
Manchmal ist es nur ein Befehl ;)
Funzt alles...
Beste Grüße
Marco -
-
Hallo Leute,
leider habe ich noch kein Thema zu diesen Problem gefunden, hoffe ich mal ;)
Zu meinem Problem:
Im InternetExplorer 8 wird das Layout richtig dargestellt, nur im Firefox 3 nicht, zeigt mir zwar das Bild vom Header an, aber das Background Bild im Contentbereich sowie das Footer Background Bild bleiben aus...
Poste euch mal meine style.css
HTML
Alles anzeigen/* General */ body { margin: 0; background: #2E2A53 url("images/background.gif") repeat-x; } h1, h2, h3, h4 { margin: 0; } img { border: 0; } .clear { clear: both; height: 1px; overflow: hidden; } /* Page */ #page { margin: 0 auto; width: 768px; background: url("images/page.gif") repeat-y; } #page-in { width: 768px; background: url("images/page_in.jpg") no-repeat; } /* Header */ #header { width: 768px; height: 305px; position: relative; } /* Header - Info */ #header #header-info { position: absolute; top: 90px; left: 75px; } #header #header-info h1 { color: #ffffff; font: bold 30px Verdana; padding-bottom: 5px; } #header #header-info h1 a { color: #ffffff; text-decoration: none; } #header #header-info .description { color: #000000; font: normal 18px Verdana; } /* Header - Menu */ #header #header-menu { position: absolute; top: 261px; left: 39px; height: 23px; } #header #header-menu ul { margin: 0; padding: 0; list-style-type: none; height: 23px; } #header #header-menu ul li { float: left; height: 23px; font: normal 15px/23px Verdana; color: #0e993d; margin-right: 3px; } #header #header-menu ul li a { color: #0e993d; text-decoration: none; display: block; padding: 0 10px; } #header #header-menu ul li a:hover { color: #ffffff; background: #1b172a; text-decoration: none; } #header #header-menu ul li ul { display: none; } #header #header-menu ul li.current_page_item a { color: #ffffff; background: #1b172a; text-decoration: none; } /* Header - Search */ #header #header-search { position: absolute; top: 262px; left: 570px; width: 180px; height: 21px; } #header #header-search #searchform { margin: 0; } #header #header-search #s { width: 98px; height: 13px; border: 0; padding: 2px; font: normal 11px Verdana; color: #ffffff; background: transparent; } #header #header-search #searchsubmit { background: transparent; border: none; width: 68px; height: 21px; margin-left: 2px; } /* Main */ #main { width: 768px; } /* Main - Content */ #content { float: left; width: 520px; padding-left: 33px; } /* Main - Content - Post */ #content .post { color: #ffffff; float: left; margin-bottom: 30px; width: 520px; } /* Post - Title */ #content .post .post-title { width: 520px; color: #ffffff; font: normal 10px Verdana; } #content .post .post-title a { color: #0e993d; text-decoration: none; } #content .post .post-title a:hover { text-decoration: underline; } #content .post .post-title h2 { color: #0e993d; font: bold 20px Verdana; float: left; } #content .post .post-title h2 a { color: #0e993d; text-decoration: none; } #content .post .post-title h2 a:hover { text-decoration: underline; } #content .post .post-title .post-title-info { float: right; line-height: 25px; } #content .post .post-title .post-title-info span { color: #0e993d; } /* Post - Entry */ #content .post .post-entry { font: normal 13px/19px Arial, Verdana; color: #ffffff; padding: 0 5px; width: 510px; } #content .post .post-entry a { color: #0e993d; text-decoration: none; } #content .post .post-entry a:hover { text-decoration: underline; } #content .post .post-entry .more-link { font: bold 13px/20px Arial, Verdana; color: #0e993d; float: right; margin-bottom: 5px; } #content .post .post-entry .more-link a { color: #0e993d; text-decoration: none; } #content .post .post-entry .more-link a:hover { text-decoration: underline; } /* Post - Info */ #content .post .post-info { padding: 0 5px; width: 510px; clear: both; font: normal 12px Verdana; color: #0e993d; text-align: right; } #content .post .post-info a { color: #0e993d; text-decoration: none; } #content .post .post-info a:hover { text-decoration: underline; } /* Post - Comments */ #content .post h3 { color: #0e993d; font: normal 20px Verdana; margin: 20px 0 10px 0; padding: 0 5px; width: 510px; } #content .post .comments { font: normal 13px/19px Arial, Verdana; color: #ffffff; padding: 0 5px; width: 510px; } #content .post .comments ol { margin: 10px 0; padding-left: 25px; } #content .post .comments ol li { padding: 5px; } #content .post .comments ol li a { color: #0e993d; text-decoration: none; } #content .post .comments ol li a:hover { text-decoration: underline; } #content .post .comments ol li.alt { background: #15121e; } #content .post .comments ol li cite { color: #0e993d; font-style: normal; font-weight: bold; } #content .post .comments ol li cite a { color: #0e993d; text-decoration: none; } #content .post .comments ol li cite a:hover { text-decoration: underline; } #content .post .comments ol li .commentmetadata a { color: #0e993d; text-decoration: none; } #content .post .comments ol li .commentmetadata a:hover { text-decoration: underline; } #content .post #commentform { font: normal 13px/19px Arial, Verdana; color: #ffffff; padding: 0 5px; width: 510px; } #content .post #commentform a { color: #0e993d; text-decoration: none; } #content .post #commentform a:hover { text-decoration: underline; } /* Main - Sidebar */ #sidebar { float: left; width: 170px; font: normal 16px/25px Verdana; color: #ffffff; padding-left: 11px; } #sidebar a { color: #372e55; text-decoration: none; } #sidebar a:hover { text-decoration: underline; } #sidebar .sidebar-box { width: 170px; padding-bottom: 25px; } /* Sidebar - Titles */ #sidebar h3 { font: bold 18px Verdana; color: #0e993d; margin-bottom: 6px; } /* Sidebar - Menus */ #sidebar ul { margin: 0; padding: 0; list-style-type: none; } #sidebar ul li { text-align: center; font: normal 16px/25px Verdana; color: #ffffff; width: 175px; margin-bottom: 1px; } #sidebar ul li a { color: #ffffff; background: url("images/sidebar_menu.gif"); text-decoration: none; display: block; } #sidebar ul li a:hover { color: #372e55; background: none; text-decoration: none; } #sidebar ul li ul { display: none; } /* Footer */ #footer { width: 768px; height: 21px; background: url("images/footer.gif") no-repeat; color: #9a54ff; font: normal 9px/21px Verdana; text-align: center; } #footer a { color: #9a54ff; text-decoration: underline; } #footer a:hover { text-decoration: underline; }
Hoffe Ihr könnt mir bei meinem Problem weiterhelfen. Ach ja, ist überigens die aktuelle Wordpress Version.
Beste Grüße
Marco