Hallo,
kann mit da jemand helfen wie ich eine Video beim Start automatisch auf Vollbild umstelle?
lg lukas
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 erstellenHallo,
kann mit da jemand helfen wie ich eine Video beim Start automatisch auf Vollbild umstelle?
lg lukas
hallo habe jetzt eine andere lösung gefunden mit visibly und einen javascript
danke für deine mühen
Hallo das ist mein Code im Contact Form 7 Editor
[COLOR=#ff0000]<p>Ihr Name (Pflichtfeld)<br />[/COLOR]
[COLOR=#ff0000] [dynamictext* dynamicname "CF7_POST key='yourname'"]</p>[/COLOR]
[COLOR=#ff0000][/COLOR]
[COLOR=#ff0000]<p>Ihr Vorname (Pflichtfeld)<br />[/COLOR]
[COLOR=#ff0000] [dynamictext* vorname]</p>[/COLOR]
[COLOR=#ff0000][/COLOR]
[COLOR=#ff0000]<p>Ihre E-Mail-Adresse (Pflichtfeld)<br />[/COLOR]
[COLOR=#ff0000] [email* your-email] </p>[/COLOR]
[COLOR=#ff0000][/COLOR]
[COLOR=#ff0000]<p>Anreise [date anreise id:anreise1 class:anreise] </p>[/COLOR]
[COLOR=#ff0000]<p>Abreise [date abreise id:2 class:abreise] </p>[/COLOR]
[COLOR=#ff0000][/COLOR]
[COLOR=#ff0000]<p><a href="http://www.themepeak.at/lavendel/?page_id=21">ANFRAGEN</a></p>[/COLOR]
Ich möchte nun die Variable yourname über meinen link übermitteln und anschließend in diesen Formular wieder speichern.
[COLOR=#ff0000]<table width="100%" border="0" cellspacing="0" cellpadding="0">[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td colspan="2" style="padding-top: 10px;"><h3>An- und Abreise</h3></td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Anreise</td>[/COLOR]
[COLOR=#ff0000] <td>[date anreise id:1 class:anreise]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Abreise</td>[/COLOR]
[COLOR=#ff0000] <td>[date abreise id:2 class:abreise]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Alter der Kinder</td>[/COLOR]
[COLOR=#ff0000] <td>[text alterkinder]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td colspan="2" style="padding-top:10px;"><h3>Ihre persönlichen Daten</h3></td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Vorname *</td>[/COLOR]
[COLOR=#ff0000] <td>[dynamictext* vorname "CF7_get_custom_field key='vorname'"]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Name *</td>[/COLOR]
[COLOR=#ff0000] <td>[dynamictext dynamicname "CF7_GET key='yourname'"]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td style="padding-top: 10px;">Strasse *</td>[/COLOR]
[COLOR=#ff0000] <td style="padding-top:15px;">[text* strasse]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Ort *</td>[/COLOR]
[COLOR=#ff0000] <td>[text* ort]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>PLZ *</td>[/COLOR]
[COLOR=#ff0000] <td>[text* plz]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Land *</td>[/COLOR]
[COLOR=#ff0000] <td>[text* land]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td style="padding-top: 10px;">Telefon *</td>[/COLOR]
[COLOR=#ff0000] <td style="padding-top:15px;">[text* telefon]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Fax</td>[/COLOR]
[COLOR=#ff0000] <td>[text fax]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>E-Mail *</td>[/COLOR]
[COLOR=#ff0000] <td>[email* your-email]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td colspan="2" style="padding-top:10px;"><h3>Anzahl der Personen</h3></td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td width="30%">Erwachsene </td>[/COLOR]
[COLOR=#ff0000] <td width="20%">[text erwachsene]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Kinder</td>[/COLOR]
[COLOR=#ff0000] <td>[text Kinder]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td> </td>[/COLOR]
[COLOR=#ff0000] <td> </td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td colspan="2" style="padding-top: 15px;"><h3>Zusätzliche Angaben</h3></td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Zimmerwunsch</td>[/COLOR]
[COLOR=#ff0000] <td>[text zimmerwunsch]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Pauschalangebot</td>[/COLOR]
[COLOR=#ff0000] <td>[text pauschalangebot]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Betreff</td>[/COLOR]
[COLOR=#ff0000] <td>[text your-subject]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td>Ihre Nachricht</td>[/COLOR]
[COLOR=#ff0000] <td>[textarea your-message]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td style="padding-top:15px;">Ich möchte</td>[/COLOR]
[COLOR=#ff0000] <td style="padding-top:15px;">[radio ichmoechte "Anfragen" "Buchen"]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td> </td>[/COLOR]
[COLOR=#ff0000] <td style="padding-top: 15px;">[submit Senden]</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000] <tr>[/COLOR]
[COLOR=#ff0000] <td colspan="2" style="padding-top: 15px; text-align:center">Die mit den * markierten Felder sind Pflichtfelder.</td>[/COLOR]
[COLOR=#ff0000] </tr>[/COLOR]
[COLOR=#ff0000]</table>[/COLOR]
von deinem Link was du mir geschickt hast wie du die Daten füllst.
hallo danke mal für die antwort, hast du dieses formular auch mit contact form 7 erstellt?
lg aus Österreich
Lukas
Hallo,
ich blicke da irgendwie nicht durch, hättest du da ein beispiel wie das funktioniert bzw. eine Seite wo ich mir das anschauen kann.
lg LUkas
Hallo,
danke ihr seits die besten ich werde das gleich mal checken
lg Lukas
Hallo,
ich bin da auf der Suche nach einer Lösung vielleicht kann mir einer von euch da helfen.
Ich möchte gerne auf der Startseite einer Webseite Daten in einen date und einem input field erfassen, unterhalb dieser eingabe Felder soll dann ein Link sein der die Werte in eine zwischen Variable speichert und anschließend ein Formular von contact form 7 öffnet und einen teil dieser Daten dort schon befüllt.
Vielen Dank schon im voraus für das grübeln
lg Lukas
Hallo,
ich habe bei meiner Webseite http://www.auto-kamera.biz ein Problem. Wenn ich nach was suche werden Sonderzeichen nicht korrekt angezeigt.
Vielleicht hat jemand eine Idee wie man das Problem lösen kann.
lg Lukas
hallo,
habe das selbe Problem. PHP Version 5.3, WordPress 3.5. habe auf meinen Server 40 WP Installation bei allen klappts nur nicht bei einer.
Server hat 4x 2,2Ghz, u. 16 GB Ram. Für die Fehlerbehaftete Installation habe ich schon 512 MB Speicher freigegeben jedoch ohne ergebniss.
weiß auch nicht mehr weiter.
lg
bin auch auf der Suche
Hallo bin auch auf der Suche nach einen Plugin das RSS Feeds einliest und dann als RSS veröffentlicht.
lg
Hallo, habe das Problem mit der Version 3.4.2. meine Vermutung ist dass was in der PHP Upload Files Funktion nicht stimmt. Kann mir bitte jemand eine Kopie von seiner PHP.ini zusenden and LM@inovelop.at.
lg Lukas
Hallo,
ich habe ein ähnliches Problem dass ich permanent Kommentare auf English bekomme jedoch meine Seite auf Deutsch ist, ich markiere diese Kommentare immer als SPAM. Mir kommt vor dass die meisten einfach nur einen Backlink haben wollen.
lg
Hallo,
Wir haben für einen Online Shop die Migration von mysql zu postgres gemacht das lief ohne Problem Datenbank und Tabelle Einträge liefen ohne Probleme.
Jetzt haben wir nur noch das Problem dass keine Bestellungen in WP E-Commerce ausgelöst werden. Es kommt immer die Fehlermeldung "[COLOR=#141414][FONT=Arial]Sorry, Ihre Transaktion wurde nicht akzeptiert. "
[/FONT][/COLOR]
Meine Frage: hat jemand schon wp e-commerce auf einer postgres db installiert?
Unser Online Shop ist hier zum öffnen.
lg Lukas
Hallo, probiers mal mit individuellen Menüs die kannst du dann auch manuell anordnen
lg lukas
Hallo,
Wir haben auf unserer Website http://www.computer-administrator.at mehrere Kategorien u. Mehrere Menüs wenn wir einen neuen Artikel erstellen müssen wir ihn manuell in das Vertikale Menü hinzufügen.
Meine Frage gibt es die Möglichkeit dass der Artikel automatisch in das Vertikale Menü eingefügt wird ohne dass man ihm unter Designs --> Menü in das jeweilige Menü einfügen muss?
Lg Lukas
Hallo habe dieses Plugin gefunden
http://exper.3drecursions.com/2008/07/25/dis…utosave-plugin/
mit diesen Plugin hat sich die Speicherzeit wieder normalisiert.
lg lukas
Hab das Problem gefunden es liegt im MeeNews Newsletter Plugin