Hello all,
I have changed my phpVMS skin to a new one and when I try to find new flight schedules that’s what I see:
And that’s what I have to see:
How can I do to make the drop down menus visible? On my older skin I could see the form perfectly. Thanks for your help!
Regards,
vJet2
June 15, 2016, 9:36pm
2
Do you have any files in your old skin folder to do with schedules. If so they maybe need to be moved to your new skin folder
web541
June 15, 2016, 9:40pm
3
Can you check your firebug console for any errors?
Have you viewed the source code of your page to make sure that your dropdowns are actually on the page but just not showing?
Are you able to provide us with your code and/or website to check if something is missing?
Hello all,
No files were moved to the skin folder. This is the webpage: http://pilot.liftair.eu/index.php/flightsearch
Thanks for the help!
Regards,
Sava
June 16, 2016, 12:47am
5
Your materialize.css file contains a
select {
display:none;
}
I de-minified the .css file, and found the piece of code. I took just a quick look, so I am not really sure why it is there, and if it will affect anything else.
In any case, here is the updated file: http://pastebin.com/raw/GxMe1Um0
Paste the content to lib/skins/holiday/css/materialize.min.css
Perfect, it has been solved! Really thanks for your help!
Regards,
Sava
June 16, 2016, 4:04pm
7
You’re welcome. Glad I could be of help.