Hi, I do not know if anyone else is having this issue but I cannot see the buttons under users HA in the dance forums. This started happening on the first day of the event, but I thought it was a cause of the constant 502 errors. Sadly I have come to realize that it might be due to something else. I have changed my mask multiple times, including getting rid my extra face item to see if this could be a cause to my problems, but sadly nothing seems to work. I am able to dance with users by clicking on their links if provided and I had users being able to dance with me. I thought it might also have something to do with Mozilla Firefox (version 45.0.1) and I have tried using a different browser such as chrome, but the problem is still present. I am just uncertain about how to go about and fix this or if need be, file a ticket.
Do you have any customcss? What do the buttons look like? they just aren't there? I'm pretty sure you'd still see the button even if your mask did not work, so I don't think the problem is with your mask.
Thank you for the response. I didn't even think about checking my customcss. It seems the code to get rid of leashed pets was the cause.
oh that would explain it! I'll take a look at it and see if I can find a way to disable leashes while preserving the dance button. I'm not great at css but I'll see what I can do :)
Thank you for the help. If would be nice to have the coding again just so the pages load faster. I can live without the code for an event or two in the meantime.
okay try this out and let me know if you encounter any problems
.ui.segment.aligned.center.user.details.text_center div:last-child { display: none;}
.ui.segment.aligned.center.user.details.text_center .ui.label {display: inline-block;}
.stats {display: inline-block !important;}
.event-container {display: inline !important;}