Notifications
Clear all

New message note at whole website

3 Posts
2 Users
0 Likes
1,369 Views
Posts: 104
Customer
Topic starter
(@bastbra)
Member
Joined: 5 years ago

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. 

2 Replies
Posts: 104
Customer
Topic starter
(@bastbra)
Member
Joined: 5 years ago

And: Is there a shortcode for menu for messages? Like %woforo-profile-home%?

Reply
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

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/

 

Reply
Share:
Scroll to top