chrispeg Posted July 9, 2018 Report Share Posted July 9, 2018 Liebe Gemeinde! Ich möchte, da ja nun Ratingchamp offensichtlich nicht mehr existiert, zu ausgezeichnet.org wechseln. Hierzu wird ein code angeboten, den man in die "thankyou-Seite" einfügen kann. Leider erhalte ich, ganz gleich an welcher Stelle ich den Code in der "subpage_success.html" einbinde, stets eine weiße Seite. Weiß hier jemand Rat? Vielen Dank schon mal Vorab LG Chrispeg Link to comment Share on other sites More sharing options...
oldbear Posted July 10, 2018 Report Share Posted July 10, 2018 nehme an, das ist javascript, auch in {literal} ... {/literal} eingeschlossen ?? Grüsse Link to comment Share on other sites More sharing options...
chrispeg Posted July 10, 2018 Author Report Share Posted July 10, 2018 Hallo oldbear, super, das ist der richtige Weg ... Nun ist da noch ein kleiner Fehler: Will der Kunde im nächsten Schritt seine email adresse eingeben, wird er beim Anklicken des email Feldes umgehend auf die letzte angesehene Seite weitergeleitet, ohne dass er seine email eingeben kann. Hier mal der Eintrag: <div class="aus-body"> <p style="font-size: x-large;font-weight: bold" id="inputEmailTxt">Bitte geben Sie Ihre E-Mail-Adresse ein</p> <input type="text" class="aus-email-input" id="txtEmail" placeholder="[email protected]"/> <input type="hidden" id="txtHiddenCurrentLanguage" value="de_DE"/> <p id="invalidEmailText" style="margin-top: 0;color: red; display:none">E-Mail ist ungültig....</p> </div> Das Feld ist verlinkt auf https://www.meine_url/# Rätsel über Rätsel ... Vielen lieben Dank schon mal vorab! LG chrispeg Link to comment Share on other sites More sharing options...
chrispeg Posted July 16, 2018 Author Report Share Posted July 16, 2018 Hat denn jemand eine Idee hierzu?... Hier mal der komplette Eintrag .... {literal}<!-- Ausgezeichnet.org-Collector: Begin --> <div id="myAusgezeichnetModal" class="aus-modal-wrapper"> <div id="questionDiv" class="aus-modal"> <div class="aus-header"> <span id="myAusgezeichnetSpan" class="aus-btn-close">×</span> </div> <div class="aus-body"> <p class="aus-text-please-rate-us" style="font-size: x-large; font-weight: bold;">Bitte bewerten Sie uns!</p> <p style="font-size: small; font-weight: bold; line-height: 1.5;">Waren Sie zufrieden? Dann bewerten Sie uns bitte bei der unabhängigen Bewertungsplattform <span style="color: rgb(243, 89, 33);">AUSGEZEICHNET.ORG</span>.</p> <p class="aus-text-want-rating-question" style="font-size: x-large; font-weight: bold;" id="questionTxtId">Möchten Sie uns nach Erhalt der Ware bewerten?</p> </div> <div class="aus-footer"> <a id="noLink" class="aus-btn" href="#">Nein, danke.</a> <a class="aus-btn aus-primary-btn" id="yesLink" href="#">Ja, ich möchte.</a> <p style="font-size: small; margin-bottom: 0pt;">Für die Bewertung gelten unsere <a target="_blank" style="text-decoration: none; color: rgb(28, 143, 55);" href="http://www.ausgezeichnet.org/de_DE/firma/misc/bewertungsrichtlinien">Bewertungsrichtlinien</a></p> </div> </div> <div id="emailDiv" class="aus-modal" style="display: none;"> <div class="aus-header"> <span id="myAusgezeichnetSpanEmail" class="aus-btn-close">×</span> </div> <div class="aus-body"> <p style="font-size: x-large; font-weight: bold;" id="inputEmailTxt">Bitte geben Sie Ihre E-Mail-Adresse ein</p> <input class="aus-email-input" id="txtEmail" placeholder="[email protected]" type="text"> <input id="txtHiddenCurrentLanguage" value="de_DE" type="hidden"> <p id="invalidEmailText" style="margin-top: 0pt; color: red; display: none;">E-Mail ist ungültig....</p> </div> <div class="aus-footer"> <a href="#" class="aus-btn aus-primary-btn" id="sendLink">Senden</a> </div> </div> <style> .aus-modal-wrapper {display: none;font-family:Arial;position: fixed;z-index: 99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);} .aus-modal {background-color: #fefefe;margin: auto;border: 1px solid #aaa;margin-top:100px;width: 90%; border-radius: 5px; max-width: 600px; overflow:hidden;} .aus-header {height: 50px; line-height: 50px; text-align: right; border-bottom: 1px solid #ddd; padding: 0 20px; background: #eee;} .aus-btn-close {color: #aaaaaa;font-size: 20px;font-weight: bold;text-decoration:none;cursor: pointer;} .aus-body { border-bottom: 1px solid #ddd; padding: 20px; text-align: center;} .aus-footer {padding: 15px 20px; text-align: center; padding-top: 10px;background: #eee;box-sizing: content-box;} .aus-email-input {width: 60%; min-width: 300px; outline: none; border: 1px solid #ddd; font-size: 15px;height: 40px; padding: 0 10px; border-radius: 2px; margin-bottom: 1em;} .aus-btn {padding: 0 10px; height: 40px; line-height: 40px; color: #333; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; text-decoration: none;display: inline-block; text-align: center;} .aus-btn:hover {background-color: #ddd;} .aus-primary-btn {background-color: rgb(243, 89, 33); border-color: rgb(28, 143, 55); color: white;} .aus-primary-btn:hover {background-color: rgb(28, 143, 55); border-color: rgb(243, 89, 33); color: rgb(243, 89, 33);} @media screen and (max-width: 480px) { .aus-modal {margin: 20px auto;} .aus-email-input {min-width: 1px; width: 90%;} } @media screen and (max-height: 600px) { .aus-modal {margin: 20px auto;} .aus-text-please-rate-us, .aus-text-want-rating-question {margin: 0;} } </style> </div> <script type="text/javascript">window.tokenSendEmailCollector = "W4gBZRRE-Vu3IxZDmosWnzt1sP5NzkcXtap2O51OOYU";</script> <script type="text/javascript" src="//siegel.ausgezeichnet.org/widgets/js/4fbf5d4e0cf24db1484fa0b5/collector.js"></script><!-- Ausgezeichnet.org-Collector: End -->{/literal} LG chrispeg Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.