Author Topic: Empty Language Selection Dropdown on Login Page  (Read 3944 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Empty Language Selection Dropdown on Login Page
« on: August 03, 2020, 10:24:57 PM »
Hi

Since the last couple of weeks (not quite sure when), an empty drop-down box has appeared on my users login page.
https://cpanel.mywebaccount.co.uk/

The pull down list contains all the languages (in the <options>) but no language names for selection so the user doesn't name what language has been selected.

Is there any way of removing this dropdown box or ensuring the name of the languages appear in the list?

Thanks all! :)

Mark

Re: Empty Language Selection Dropdown on Login Page
« Reply #1 on: August 03, 2020, 11:01:16 PM »
It's a CSS error:
Code: [Select]
<select class="form-control" id="userLang">
                                    <option value=""></option>
                                    <option value="ar"></option>
 ...
                                </select>
White font on a white background. Whilst they're at it the devs should remove all languages apart from two or three and provide the rest as language packs. At a minimum, provide a means to disable unneeded ones!
I have had a dig around style.css but any definitions I set are being overwritten probably by javascript, or some other code.
Example:
Code: [Select]
select.form-control:not([size]):not([multiple]) {
    font-size: 13px;
    color: black;
}
This also doesn't work:
Code: [Select]
.ibox-content {
    color: black;
}
My clients all understand English, so no dropdown at all would be preferred. ;)
« Last Edit: August 03, 2020, 11:30:35 PM by cynique »

Offline
*****
Re: Empty Language Selection Dropdown on Login Page
« Reply #2 on: August 05, 2020, 08:58:25 PM »
Hello

We have solved this problem and it is available to you in our next version.


Re: Empty Language Selection Dropdown on Login Page
« Reply #3 on: August 05, 2020, 11:30:33 PM »
Hello

We have solved this problem and it is available to you in our next version.
Good to know but no explanation of what was wrong/what was fixed - a secret?  :P

Offline
*****
Re: Empty Language Selection Dropdown on Login Page
« Reply #4 on: August 05, 2020, 11:45:11 PM »
It seems the english file for the login was incomplete, now everything is fine