Hello mark
I wanted for test purposes, to put the welcome message in the Brand menu in the header widget.
I commented in the footer widget the corresponding code then I added it in my brand header widget:
<span id="thisuser" class="getUsername">, <a href="/me"><span class="username">DownPW</span></a></span>
I commented out the old CSS to add the new:
/* Welcome Message Username on Header */
span#thisuser {
margin-top: 0.7rem;
margin-left: 2px;
margin-right:-2px;
font-size: .875rem;
line-height: 1.4rem;
font-weight: 500;
}
So far everything is fine, the result is correct :
But as soon as I select links in the left sidebar (home, recent, etc …), the message is added and displayed as many times as I select a link .
Did I miss something or do you have an idea to solve this bug?
Thanks my friend