RobParker

Registered
I'm sure I've seen this mentioned somewhere but I can't seem to find it.

When I receieve an alert, the alert box has the red alert notice but so does my username, so I basically get 2 alerts. I think it's because the red alert box is also appearing next to "alerts" in the drop down menu from my username.

Any idea how to fix this?
 
Its a bug of sorts in the framework. Default when in responsive only the user name shows thus making use of user name alerts counter. We'll see if we can track it down.
 
@RobParker

Are you using the UserBar option in the framework?

Try this....

Code:
#xenBase_userBar .accountPopup .ResponsiveOnly
{
display: none;
}

Haven't tested it too much but it appears to do it's job.
 
So the actual fix is:

Code:
#xenBase_userBar .navLink .itemCount.ResponsiveOnly {
  display: none !important;
}

This is in the new xenBase code, coming soon :)
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back