flyalaska Posted January 18, 2010 Report Posted January 18, 2010 After the new updat I have noticed that my map is not showing. I checked the settings and the key is there. Any ideas whats wrong? Quote
Administrators Nabeel Posted January 18, 2010 Administrators Report Posted January 18, 2010 Check for any errors in the error console, start there Quote
Administrators Nabeel Posted January 19, 2010 Administrators Report Posted January 19, 2010 In Firefox, goto tools->error console Quote
flyalaska Posted January 19, 2010 Author Report Posted January 19, 2010 I found the error listed in the error console, It was a Facebook widget. I have removed it and still can't load the map. Quote
flyalaska Posted January 19, 2010 Author Report Posted January 19, 2010 I cleared the error box and refreshed the page. Here is what I get. Any ideas? Quote
Administrators Nabeel Posted January 19, 2010 Administrators Report Posted January 19, 2010 I see errors in firebug. It's that jquery-front.js file again. Can you re-upload that file from a freshly downloaded zip? Quote
flyalaska Posted January 20, 2010 Author Report Posted January 20, 2010 That didn't work. Maybe I have something srcewed up in the order of the js files. I never did get the ie problem fix, but now have the problem with the bids in fire fox. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/skins/_SKIN/lib/styles/reset.css" /> <link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/skins/_SKIN/lib/styles/styles.css" /> <link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/css/phpvms.css" /> <title><?php echo $title; ?></title> <?php Template::Show('core_htmlhead.tpl'); ?> <!--Required skin element!--> <script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script><script type="text/javascript"> $(document).ready(function(){ $(".inline").colorbox({width:"50%", inline:true, href:"#modal-login"}); }); </script> Is there anything wrong with the way I have the code? Quote
Administrators Nabeel Posted January 20, 2010 Administrators Report Posted January 20, 2010 Can you try the file from the latest beta? Not sure what's going on. What's the modified date on the file? 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.