tylerj Posted January 25, 2011 Report 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
Serrador Posted January 26, 2011 Report Posted January 26, 2011 Gave error here looks just like He was /\ Quote
tylerj Posted January 28, 2011 Author Report Posted January 28, 2011 change your CSS destination Quote
austin4362 Posted February 7, 2011 Report Posted February 7, 2011 Excuse my newbieness, Still learning lol, how can i change the CSS destination. Thanks! Austin Quote
Daniel Gallagher Posted February 13, 2011 Report Posted February 13, 2011 how do i change the width of the live acars map? Quote
James142 Posted February 15, 2011 Report 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
VIP AIR Virtual Posted March 18, 2011 Report 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
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.