Edit Nav Bar, Messages, Registration & Password Set forms?
Quote from carecoop on December 10, 2019, 5:48 amHello 🙂
Can you please tell me how to edit the following…
- Nav/Menu Bar: How can I edit the styling of the active page link to make it distinct so that the user knows which page she is on? e.g. When the user is on the Activity page, the word Activity should ab underlined in the menu.
- The message styling: How can I edit the styling of messages like “You need to log in to create posts and topics” to match my site design?
- Registration form: I’d like to write a note like “If you don’t see the email in your inbox, check your spam box” as some users never receive this confirmation email. How can I add copy to the registration form confirmation message?
- Password set form: User is instructed to “reset password” even though they haven’t made an original which is confusing. How can I change the wording of the submit button to say “set password” instead?
Thank you,
Melissa
Hello 🙂
Can you please tell me how to edit the following…
- Nav/Menu Bar: How can I edit the styling of the active page link to make it distinct so that the user knows which page she is on? e.g. When the user is on the Activity page, the word Activity should ab underlined in the menu.
- The message styling: How can I edit the styling of messages like “You need to log in to create posts and topics” to match my site design?
- Registration form: I’d like to write a note like “If you don’t see the email in your inbox, check your spam box” as some users never receive this confirmation email. How can I add copy to the registration form confirmation message?
- Password set form: User is instructed to “reset password” even though they haven’t made an original which is confusing. How can I change the wording of the submit button to say “set password” instead?
Thank you,
Melissa
Quote from N3k0 on December 11, 2019, 6:12 pmQuote from carecoop on December 10, 2019, 5:48 amHello 🙂
Can you please tell me how to edit the following…
- Nav/Menu Bar: How can I edit the styling of the active page link to make it distinct so that the user knows which page she is on? e.g. When the user is on the Activity page, the word Activity should ab underlined in the menu.
- The message styling: How can I edit the styling of messages like “You need to log in to create posts and topics” to match my site design?
- Registration form: I’d like to write a note like “If you don’t see the email in your inbox, check your spam box” as some users never receive this confirmation email. How can I add copy to the registration form confirmation message?
- Password set form: User is instructed to “reset password” even though they haven’t made an original which is confusing. How can I change the wording of the submit button to say “set password” instead?
Thank you,
Melissa
- It requires custom work in CSS that you must do yourself or by hiring a developer.
- You can easily change it by manually editing the language files or using a plugin like Loco Translate
- That is managed by wordpress. So you will have to look for a plugin that lets you modify the registration page or that allows you to create a custom one.
- Same at point 3
Cheers!
Quote from carecoop on December 10, 2019, 5:48 amHello 🙂
Can you please tell me how to edit the following…
- Nav/Menu Bar: How can I edit the styling of the active page link to make it distinct so that the user knows which page she is on? e.g. When the user is on the Activity page, the word Activity should ab underlined in the menu.
- The message styling: How can I edit the styling of messages like “You need to log in to create posts and topics” to match my site design?
- Registration form: I’d like to write a note like “If you don’t see the email in your inbox, check your spam box” as some users never receive this confirmation email. How can I add copy to the registration form confirmation message?
- Password set form: User is instructed to “reset password” even though they haven’t made an original which is confusing. How can I change the wording of the submit button to say “set password” instead?
Thank you,
Melissa
- It requires custom work in CSS that you must do yourself or by hiring a developer.
- You can easily change it by manually editing the language files or using a plugin like Loco Translate
- That is managed by wordpress. So you will have to look for a plugin that lets you modify the registration page or that allows you to create a custom one.
- Same at point 3
Cheers!
Quote from carecoop on December 12, 2019, 12:18 amThank you!
1. I have been editing the CSS to make the active menu item underlined. Based on the fact the element name #af-wrapper a:hover successfully affects the hover state, I tried:
#af-wrapper a:active {
text-decoration: underline !important;
}…but this isn’t working? Any ideas?
2. Where can I find the language files?
Thank you!
1. I have been editing the CSS to make the active menu item underlined. Based on the fact the element name #af-wrapper a:hover successfully affects the hover state, I tried:
#af-wrapper a:active {
text-decoration: underline !important;
}
…but this isn’t working? Any ideas?
2. Where can I find the language files?
Quote from RUSev on December 14, 2019, 12:35 pmQuote from carecoop on December 12, 2019, 12:18 am2. Where can I find the language files?
… /docs /wp-content /languages /plugins /asgaros-forum-ru_RU.mo and asgaros-forum-ru_RU.po
Quote from carecoop on December 12, 2019, 12:18 am2. Where can I find the language files?
… /docs /wp-content /languages /plugins /asgaros-forum-ru_RU.mo and asgaros-forum-ru_RU.po
Quote from carecoop on December 15, 2019, 12:15 amThank you.
- Nav/Menu Bar: Anyone know the CSS to edit the styling of the active page link to make it distinct so that the user knows which page she is on? e.g. When the user is on the Activity page, the word Activity should ab underlined in the menu. I tried#af-wrapper a:active {
text-decoration: underline !important;
}- Notifications/error messages: Any ideas how I can edit the actual wording? I edited the wording in wp-content > plugins > asgaros-forum > languages but it’s not effecting the front end.
Thank you.
- Nav/Menu Bar: Anyone know the CSS to edit the styling of the active page link to make it distinct so that the user knows which page she is on? e.g. When the user is on the Activity page, the word Activity should ab underlined in the menu. I tried#af-wrapper a:active {
text-decoration: underline !important;
} - Notifications/error messages: Any ideas how I can edit the actual wording? I edited the wording in wp-content > plugins > asgaros-forum > languages but it’s not effecting the front end.
Quote from RUSev on December 16, 2019, 7:46 amQuote from carecoop on December 15, 2019, 12:15 am2. Notifications/error messages: Any ideas how I can edit the actual wording? I edited the wording in wp-content > plugins > asgaros-forum > languages but it’s not effecting the front end.
this is template / source
The localization / translation file lies here
… /docs /wp-content /languages /plugins /asgaros-forum-ru_RU.mo and asgaros-forum-ru_RU.po
Quote from carecoop on December 15, 2019, 12:15 am2. Notifications/error messages: Any ideas how I can edit the actual wording? I edited the wording in wp-content > plugins > asgaros-forum > languages but it’s not effecting the front end.
this is template / source
The localization / translation file lies here
… /docs /wp-content /languages /plugins /asgaros-forum-ru_RU.mo and asgaros-forum-ru_RU.po
Quote from Asgaros on January 10, 2020, 7:39 pmHello @carecoop
You can change the login-message with a little custom-code as described in this post:
https://asgaros.com/support/topic/customized-login-error-message/#postid-4191
Regarding the navigation: I will try to highlight the current menu-item in one of the next updates. 🙂
Hello @carecoop
You can change the login-message with a little custom-code as described in this post:
https://asgaros.com/support/topic/customized-login-error-message/#postid-4191
Regarding the navigation: I will try to highlight the current menu-item in one of the next updates. 🙂