Registration Messages - Question | JoomShaper

Registration Messages

S

SPD

Helix Framework 1 year ago

I am testing out login, registration and user consent and I am just checking if the messages and their formats are comming from Helix?

Looking at the image below, the 'redish' message about failure... what I would like to change is the position. It pops up in the bottom right of the page in small text. The option that is causing this message is that I didn't check I Agree... which is disaplayed almost at the other end of screen. I don't think this is good UX at all. If a message relates to something on the page it should be displayed close to the problem, imho https://drive.google.com/file/d/1icVKopinbO7pqntNLoxcGnrw_qO19bEA/view?usp=sharing

As you can see with the cassiopeia default behaviour, the message is maybe not as 'pretty' but it is in the form that generated it, better UX, imho https://drive.google.com/file/d/1wNFog0fHmt7wr8XqH8gUWF2MX2Uy5WOk/view?usp=sharing

Is there any way to control this, if it requires overdides can you tell me what I would be overiding. I would like to control all login/registration related messages Cheers

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #113237

Cassiopeia messages is possible but it needs customization, you have to done it yourself as we do not provide customization support. It is beyond our support policy. By the way do you want it like this?

https://prnt.sc/9O46muLQ8xEu

Then you have to use this custom CSS

#system-message-container{
      display: contents !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
S
SPD
Accepted Answer
1 year ago #108216

Just following up on this.. I still need to know how to manipulate those users messages during Login/Registration/Profile submission.

Beside the post above about the position of the message, I am also getting unneccessary messages. https://drive.google.com/file/d/1IeOvD4XNqWljg2WtMfAPG3dVtTYwQMHB/view?usp=sharing I am happy with just the one.

So again , woud it be possible to either turn off these message or better set them so they mimic the cassiopeia template (see previous post) Thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #111227

Hi

Thanks for contacting us. Dont you want these error messages? Do you want to remove that?

-Regards.

0
S
SPD
Accepted Answer
11 months ago #113010

Sorry for delay in responding, yes I do want these error messages, it is the position they are being displayed I would like to change. An error should be displayed as close to the ource of the error as possible. As you can see, these small messages are being displayed in the far right bottom corner of the pages. Usually quite far away from what is actually causing the message.

What I would like to do is change where the message is displayed. More in the center of the page would be much more noticable to users... I know there messages are there and I miss them sometimes. Cheers

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #113100

Give me your site URL please? Do you want to centre that error message?

0
S
SPD
Accepted Answer
11 months ago #113174

URL below, if you want to see error message just login with gibberishn name and password

I would like the error message in a more noticeble locations - for instance, cassiopeia puts them right above the form so its obvious, imho https://drive.google.com/file/d/12hX8oQdjezHnQSmUYyaZnTdGyFlvRU4p/view?usp=sharing

Is it possible to utilise the cassiopeia messages? Maybe via an overwrite or something?

0
S
SPD
Accepted Answer
11 months ago #113329

Thank you very much, yes i think what you proposed would be a better ffit for me. I will give try it a try! Cheers

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #113377

You are always welcome.

0