Posted: February 20, 2024 at 3:11 pm
During the event registration process the Personal Information page is no longer showing the LOGIN button, as shown in this screenshot: To test this on our test site https://somaticpractice.webwatchdawg.com I turned off all custom code snippets, deactivated our only custom plugin, and removed any customizations in our child theme. Even so, I still don’t see the LOGIN button. Any thoughts on this? While I’m at it, can you please point me in the right direction to address these other issues noted in the screenshot: —– NOTE THAT THE FOLLOWING SNIPPET WAS TURNED OFF DURING THE TEST ABOVE. I’M INCLUDING IT TO SHOW HOW I’VE TRIED TO ADDRESS THIS QUESTION: I found that the HTML code is $replacement string is not being interpreted as HTML, so is displayed as code and I’m not able to add a link to the error text via the following code snippet… function signuperror_filter_gettext( $translated, $original, $domain ) { // This is an array of original strings // See if the current string is in the $strings array return $translated; add_filter( ‘gettext’, ‘signuperror_filter_gettext’, 10, 3 ); |
|
Hi there, The login button is actually already loading, but someone has added some CSS specifically to hide it: https://monosnap.com/file/7db64190EYlilyIbIXLdmjwn7NZfnr That CSS is within Avada’s custom CSS section.
Thats the heading for the modal that is loading where the text is added, its used for multiple ‘error’ notices and not just for the WP user integration error so removing it may cause confusion, but to do it you can add something like this:
To your
Hmmm, we don’t currently have an easy option for this, but wouldn’t they do that from the login itself?
You can’t as it stands, the error message specifically targets the email fields as its using the value from there. |
|
Hi Tony, thanks for your detailed and quick response. Much appreciated! |
|
Awesome, if you need anything, feel free to reach us again. thanks |
|
The support post ‘LOGIN button missing on the Personal Information page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.