RuiMiguel Posted July 29, 2014 Report Posted July 29, 2014 the link where I am testing http://flytesteazores.esy.es/index.php/ Quote
Edwin Posted July 29, 2014 Report Posted July 29, 2014 I can't get the error. http://www.bluedogde...x.php/ However the schedules won't show. I will look at it and see whats going on. Do you get the schedules to show? you used spaces somewhere, remove those and you should be fine. Quote
flyalaska Posted July 29, 2014 Author Report Posted July 29, 2014 you used spaces somewhere, remove those and you should be fine. I figured it was something liked that. I haven't had time to look at it yet. . Quote
GBAirlines Posted August 5, 2014 Report Posted August 5, 2014 How do you change the blue colour ? 1 Quote
flyalaska Posted August 6, 2014 Author Report Posted August 6, 2014 How do you change the blue colour ? Open styles/blue.css Replace all the 0075DB with your color Quote
StartVM Posted August 8, 2014 Report Posted August 8, 2014 Eddie awesome job! What I love is this skins works well on desktop and mobile. It is clean, easy to use and maintain and is one of very few skins that look like sufficient time was spent. I love it! Quote
Edwin Posted August 8, 2014 Report Posted August 8, 2014 too bad it doesn't work properly in Internet Explorer Quote
flyalaska Posted August 8, 2014 Author Report Posted August 8, 2014 too bad it doesn't work properly in Internet Explorer What version of IE? I have tested it on all the major browsers aswell on in ipad IOS7 Quote
GBAirlines Posted August 8, 2014 Report Posted August 8, 2014 Open styles/blue.css Replace all the 0075DB with your color I've changed all these but the footer is still blue? Quote
flyalaska Posted August 8, 2014 Author Report Posted August 8, 2014 What color do you want? I can do it for you, Quote
GBAirlines Posted August 8, 2014 Report Posted August 8, 2014 What color do you want? I can do it for you, Red #FF0000 Quote
flyalaska Posted August 9, 2014 Author Report Posted August 9, 2014 Whats your email? PM it to me and I will send you the adjusted css. Quote
CFVA Posted August 10, 2014 Report Posted August 10, 2014 Whats your email? PM it to me and I will send you the adjusted css. Could you do the same for me, with a red & black design? Quote
CFVA Posted August 10, 2014 Report Posted August 10, 2014 ~Where is the text " It's been 40 days since the launch of Demo Airways!" located? Want to change DEMO to my airline name? Quote
CFVA Posted August 10, 2014 Report Posted August 10, 2014 Frontpage or layout .tpl Thanks. I had done a search for "DEMO" with Dreamweaver in both those files & it didn't find a match. Just done it again, and there it is, in frontpage_main.tpl Quote
CFVA Posted August 10, 2014 Report Posted August 10, 2014 Got one more question, so far! Found most of what I need to change in the CSS file for the colours I want, but where is the background colour option for the footer! Where it says: copyright © 2014 - Laker Airways Virtual, all rights reserved. CMS by phpVMS - Your IP address is: 92.17.196.141 - Ocean Blue by Blue Dog Designs Quote
flyalaska Posted August 10, 2014 Author Report Posted August 10, 2014 Got one more question, so far! Found most of what I need to change in the CSS file for the colours I want, but where is the background colour option for the footer! Where it says: copyright © 2014 - Laker Airways Virtual, all rights reserved. CMS by phpVMS - Your IP address is: 92.17.196.141 - Ocean Blue by Blue Dog Designs Locate the art.footer in styles/ocean.css. Around line 2386 .art-footer { background: #0075DB; background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: -webkit-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: -moz-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: -o-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: -ms-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; -svg-background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; border-top:1px solid #C1CFD1; padding:15px; margin:0 auto; position: relative; color: #BDE0FF; font-size: 11px; font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; text-align: center; } Replace it with . art-footer { background: #0075DB; border-top:1px solid #C1CFD1; padding:15px; margin:0 auto; position: relative; color: #FAD9D9; font-size: 11px; font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; text-align: center; } Change 0075DB to what color you want. Quote
CFVA Posted August 10, 2014 Report Posted August 10, 2014 Locate the art.footer in styles/ocean.css. Around line 2386 .art-footer { background: #0075DB; background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: -webkit-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: -moz-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: -o-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: -ms-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; -svg-background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat; border-top:1px solid #C1CFD1; padding:15px; margin:0 auto; position: relative; color: #BDE0FF; font-size: 11px; font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; text-align: center; } Replace it with . art-footer { background: #0075DB; border-top:1px solid #C1CFD1; padding:15px; margin:0 auto; position: relative; color: #FAD9D9; font-size: 11px; font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; text-align: center; } Change 0075DB to what color you want. Thanks, but that just doesn't look good now! Quote
flyalaska Posted August 11, 2014 Author Report Posted August 11, 2014 It works perfect for me on on IE11?What do you see when you go to it? Did you happen to remove this lin in the layout.tpl? <!--[if lte IE 7]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/ocean_blue/styles/style.ie7.css" media="screen" /><![endif]--> Quote
Edwin Posted August 12, 2014 Report Posted August 12, 2014 i did not remove the line. but also didn't touch it. Quote
flyalaska Posted August 12, 2014 Author Report Posted August 12, 2014 Can you show me a screenshot of what you see in IE? Also can I have your link? Quote
CFVA Posted August 12, 2014 Report Posted August 12, 2014 For anyone interested, to mask the password in the skin: change: <input type="text" name="password" value="Password" size="24" onfocus="this.value=''"> to <input type="password" name="password" value="Password" size="24" onfocus="this.value=''"> in frontpage_main.tpl Gary Quote
Galihom Posted August 13, 2014 Report Posted August 13, 2014 I was going to post the craftiness Lakervirtual ! Thanks for others ;P Flyalaska, thanks for your creation ! We use it for our VA which begin! 1 Quote
Edwin Posted August 13, 2014 Report Posted August 13, 2014 This is what I get when opening it in IE11 <!DOCTYPE html> <html dir="ltr" lang="en-US"><head><!-- Created by Artisteer v4.1.0.59861 --> <meta charset="utf-8"> <title><?php echo $page_title; ?></title> <meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width"> <!--<link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/crystal/styles.css" />--> <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/ocean_blue/styles/ocean.css" type="text/css" title="Ocean Blue" media="screen" /> <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/ocean_blue/styles/style.responsive.css" type="text/css" title="Ocean Blue" media="screen" /> <!--[if lte IE 7]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/ocean_blue/styles/style.ie7.css" media="screen" /><![endif]--> This is most likely the part I need to modify, but if I remove the <!-- --> i get the same screen and this line: [if lte IE 7]>var baseurl = "http://www.daanair.nl"; var geourl = "http://ws.geonames.org"; Also when I go back to Chrome, the layout is changed and the flightmap etc has gone below. website name is: www.daanair.nl note that it is currently the default template as I did not modify anything yet due to the changes. I currently use skyline from ittrob which is also a very good skin, but is also not working on IE, but that is known. Quote
flyalaska Posted August 13, 2014 Author Report Posted August 13, 2014 I see this above the header image [if lte IE 7]>var baseurl = "http://www.daanair.nl"; var geourl = "http://ws.geonames.org"; Your site is messed up on all browsers. Quote
Edwin Posted August 13, 2014 Report Posted August 13, 2014 weird isn't it and it is out of the box installed so not sure what is going on in this case. No clue here as i'm not that indept in php/html. Have set it back to the skyline template from ittrob, which is working ok in Chrome and made a note that a while ago already about best viewed Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.