- Posts: 69
- Thank you received: 0
Registration Message Positioning and Formatting
-
Gracy
Inactive member - Topic Author
- Member
Less
More
11 years 11 months ago #25392
by Gracy
Registration Message Positioning and Formatting was created by Gracy
Hello,
I've tested the registration process on the HotWine template, all worked from a functional point of view, but:
- the message received after completing the registration is not well shown (see image "AfterRegistration.jpg")
- the page opened after pressing the link on the e-mail received is also not well positioned and formatted (see image "LinkPressed.jpg")
in both case, it seems that the title is positioned after the message (it should be positioned on the red ribbon instead, if the behaviour is like the other article in the template).
How should I fix this problem?
Thanks in advance
Roberto
I've tested the registration process on the HotWine template, all worked from a functional point of view, but:
- the message received after completing the registration is not well shown (see image "AfterRegistration.jpg")
- the page opened after pressing the link on the e-mail received is also not well positioned and formatted (see image "LinkPressed.jpg")
in both case, it seems that the title is positioned after the message (it should be positioned on the red ribbon instead, if the behaviour is like the other article in the template).
How should I fix this problem?
Thanks in advance
Roberto
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25397
by ivan.milic
Replied by ivan.milic on topic Registration Message Positioning and Formatting
send link
Please Log in to join the conversation.
-
Gracy
Inactive member - Topic Author
- Member
Less
More
- Posts: 69
- Thank you received: 0
11 years 11 months ago #25426
by Gracy
Replied by Gracy on topic Registration Message Positioning and Formatting
The web page is
www.mostomisto.it
the link to the registration form is
www.mostomisto.it/degustazioni/joomla/us...gistration-form.html
Try to register and see the page after the registration (the one that tells you that a mail is sent) and the one after hitting the link on the mail received
Thanks in advance
Roberto
www.mostomisto.it
the link to the registration form is
www.mostomisto.it/degustazioni/joomla/us...gistration-form.html
Try to register and see the page after the registration (the one that tells you that a mail is sent) and the one after hitting the link on the mail received
Thanks in advance
Roberto
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25432
by ivan.milic
Replied by ivan.milic on topic Registration Message Positioning and Formatting
add this css to bottom of template_css.css:
#system-message{
margin-top:60px;
}
#system-message{
margin-top:60px;
}
Please Log in to join the conversation.
-
Gracy
Inactive member - Topic Author
- Member
Less
More
- Posts: 69
- Thank you received: 0
11 years 11 months ago #25448
by Gracy
Replied by Gracy on topic Registration Message Positioning and Formatting
Hi Ivan,
I did what suggested, adding your command at the bottom of template_css.css, but still the message is not well formatted, as you can see in the attached image.
The message is formatted as follows:
"Messaggio
Il tuo account ...."
Seems that the word "Messaggio" (Message) is got as title instead of "Registrazione Utente" (User registration).
I've tried to localize where these messages are but I did not find.
Can you please help me to fix it?
Thanks in advance
Roberto
I did what suggested, adding your command at the bottom of template_css.css, but still the message is not well formatted, as you can see in the attached image.
The message is formatted as follows:
"Messaggio
Il tuo account ...."
Seems that the word "Messaggio" (Message) is got as title instead of "Registrazione Utente" (User registration).
I've tried to localize where these messages are but I did not find.
Can you please help me to fix it?
Thanks in advance
Roberto
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25456
by ivan.milic
Replied by ivan.milic on topic Registration Message Positioning and Formatting
Ok, change that to:
#system-message{
margin-top:60px!important;
}
That is for position of text below red bar:
For English that label is in en-GB.ini
MESSAGE="Message"
#system-message{
margin-top:60px!important;
}
That is for position of text below red bar:
For English that label is in en-GB.ini
MESSAGE="Message"
The following user(s) said Thank You: Gracy
Please Log in to join the conversation.
Time to create page: 0.097 seconds