Forum Replies Created
-
Author
-
kjcarleoParticipant
No please pay attention to the attachment. If you look the “Lost Password” link, it is not centered.
Attachments:
You must be logged in to view attached files.October 9, 2017 at 05:14 in reply to: LOGGED OUT MESSAGE CUSTOMIZATIONcustomize the color of the Yu #176078kjcarleoParticipantWorked great thanks.
kjcarleoParticipantJust forget it for now, I will work with the Custom Admin Login plugin folks. Thanks as always.
kjcarleoParticipantThat already works (login with e-mail) but how do I make the label say “e-mail Address” instead of username.
Kevin
kjcarleoParticipantThat already works (login with e-mail) but how do I make the label say “e-mail Address” instead of username.
kjcarleoParticipantI added the above code, but it is still not redirecting – please help.
Here is the code I added to the Quick CSS Section under wp-admin -> theme options -> general options
COPY CODE<script> jQuery(document).ready(function() { document.addEventListener( 'wpcf7submit', function( event ) { if ( '10326' == event.detail.contactFormId ) { window.location.href="https://embassymarine.org/join-us-next-steps/"; // do something productive } }, false ); }); </script>
kjcarleoParticipantI just want to use it on the following form: https://embassymarine.org/join-us/ [contact-form-7 id=”10326″ title=”Application for Membership”]
I want it to redirect to another page after the form is submitted.
Kevin
kjcarleoParticipantThat’s great, but what about making it redirect to another page, that code didn’t seem to work.
kjcarleoParticipantIt is doing it again, please take a look. I have several users reporting the same issue.
kjcarleoParticipantYes, but I only want it to occur when this particular form is used, hence the “if” statement as referred at the bottom of this page:
kjcarleoParticipantI see the snippet now, but it is still not working 🙁
Attachments:
You must be logged in to view attached files.kjcarleoParticipantI tried it with and without the <script> tags, but no redirect yet. Cleared the cache on the server and my internet cache as well. Any ideas?
kjcarleoParticipantActually, it works in IE but in Chrome it gets stuck, I cleared history on both. Any ideas?
kjcarleoParticipantOnly on me? Then why are all of my users reporting the issue? You mean only on my website?
I will re-enable the popup and see what happens.
kjcarleoParticipantI was one of the users with the problem, becasue I have 50-60MBps download and 5MBps upload…
kjcarleoParticipantNo, actually I disabled the popup because it was causing to many issues for my users. Here is the thing, I had almost all of my Members reporting an issue logging in “Login Successful, redirecting”, so how could it be cache? I ensured I cleared the cache on the server side…
kjcarleoParticipantHey this issue has started again, but now it is getting stuck on “Sending info, please wait…” I tried clearing my cache – but it still does not go past “Sending info, please wait…”. Please help.
kjcarleoParticipantNo, I mean can I more lines of data under the others line I added – “Position”, “MemberSince” and “MemberType” have already been added with the code I pasted above.
-
AuthorPosts