TheNAF / naflm

NAFLM - NAF League Manager
Other
35 stars 34 forks source link

League selector from home question #316

Open algomu opened 4 years ago

algomu commented 4 years ago

Hi!

I use safari to navigate, and all seems to work fine, but some coaches said me that they can't choose league from home page, they must to enter in anyone other place, chose league from this place and then it works and change to their second league. I test with firefox and really happens. When I tried to choose one of our two leagues doesn't work, with chrome navigator also fails but in safari or from and iPhone seems to work.

I install latests release and modify to version php 7.4 but error persists... Doesn't seem a critical issue but I thought would be useful ask about it to know causes.

If someone wants to test it, the release was deployed on http://bloodbowl.com.es.

Thanks!

byrnesvictim commented 4 years ago

Thanks, its happening for me on your league also. In Chome and Edge

Was this an error with last version of the software?

byrnesvictim commented 4 years ago

Do you have a current work-around?

idj- commented 4 years ago

looks like the issue is in stylesheet2.css line 59 padding-bottom: 200px; makes the title box cover the dropdown. should be 20px looking at the other themes

byrnesvictim commented 4 years ago

Thanks @idj- it appears it is on a couple of the themes;

We will need to look at that on all;

f1 {
    line-height: 0.5;
    font-family: auroracondensed, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-right: 10px;
    color: white;
    padding-bottom: 200px;
    font-weight: normal;
    font-size: 40px;
    text-shadow: 2px 2px black;
    padding-left: 160px;
}

This occurs on stylesheet1.css and stylesheet2.css

@algomu if you open stylesheet2.css and change line 59 to padding-bottom: 20px; that should be a work around until we can investigate further

algomu commented 4 years ago

Was this an error with last version of the software? Yes, but I don't know if works in previous versión because I use safari and with this navigator works always.

Do you have a current work-around? Yes, for example, coachs goes into League Menu and then he can switch league.

I will modify stylesheed2.css in a brief...

Modified, works fine after remove caches...