How can I set that the new message note show at my whole website? Is that possible?
Regards,
Bastbra 🙂
P.S.: Sorry for two question in one week.
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How can I set that the new message note show at my whole website? Is that possible?
Regards,
Bastbra 🙂
P.S.: Sorry for two question in one week.
And: Is there a shortcode for menu for messages? Like %woforo-profile-home%?
Hi @bastbra,
How can I set that the new message note show at my whole website?
I'm sorry, but there is no option to customize it. You can write a CSS rule for this purpose, using the #wpf-msg-box id. However, this will change the style of whole notification, e.g. the topic is successfully deleted, subscription message, etc.
For example, you can change the width of the message box using this CSS code.
#wpf-msg-box {
width: 50%;
}
The code you should add in Dashboard > Forums > Settings > Styles > "Custom CSS code textarea."
Is there a shortcode for menu for messages? Like %woforo-profile-home%?
Yes, you can use the following /%wpforo-profile-messages%/ Shortcode URL.
More info here: https://wpforo.com/docs/root/addons/wpforo-private-messages/wpforo-private-messages-installation/