tylerj Posted January 25, 2011 Report Share Posted January 25, 2011 If you notice any issues let me know. Also your frontpage_main.tpl cannot have any divs in it same with all the others, or else this template gets all wierd.. Really quite nice I think.. Demo: Live Demo Download and have fun! betasite1.zip Quote Link to comment Share on other sites More sharing options...
Serrador Posted January 26, 2011 Report Share Posted January 26, 2011 Gave error here looks just like He was /\ Quote Link to comment Share on other sites More sharing options...
Serrador Posted January 27, 2011 Report Share Posted January 27, 2011 Help Please! Quote Link to comment Share on other sites More sharing options...
tylerj Posted January 28, 2011 Author Report Share Posted January 28, 2011 change your CSS destination Quote Link to comment Share on other sites More sharing options...
Serrador Posted January 28, 2011 Report Share Posted January 28, 2011 Thanks = ] Quote Link to comment Share on other sites More sharing options...
austin4362 Posted February 7, 2011 Report Share Posted February 7, 2011 Excuse my newbieness, Still learning lol, how can i change the CSS destination. Thanks! Austin Quote Link to comment Share on other sites More sharing options...
Daniel Gallagher Posted February 13, 2011 Report Share Posted February 13, 2011 how do i change the width of the live acars map? Quote Link to comment Share on other sites More sharing options...
James142 Posted February 15, 2011 Report Share Posted February 15, 2011 how do i change the width of the live acars map? In your local.config file change this code: # Google Map Options Config::Set('MAP_WIDTH', '800px'); Config::Set('MAP_HEIGHT', '600px'); Quote Link to comment Share on other sites More sharing options...
VIP AIR Virtual Posted March 18, 2011 Report Share Posted March 18, 2011 There are two ways to repair the templates css problem: The first is very easy and the fastest: In the Lib--> Skin Folder change the folder name from betasite1.1 to betasite, This is how it is displayed in the layout.tpl file. The second is to open layout.tpl (located in the betasite1.1 folder) Change <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite/style.css" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite/style.ie6.css" type="text/css" media="screen" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite/style.ie7.css" type="text/css" media="screen" /><![endif]--> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/betasite/script.js"></script> to <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite1.1/style.css" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite1.1/style.ie6.css" type="text/css" media="screen" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite1.1/style.ie7.css" type="text/css" media="screen" /><![endif]--> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/betasite1.1/script.js"></script> Quote Link to comment Share on other sites More sharing options...
Toyuko Posted March 20, 2011 Report Share Posted March 20, 2011 Looks like a nice, site. Good Job Quote Link to comment Share on other sites More sharing options...
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.