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?
Check for any errors in the error console, start there
Where is that at?
In Firefox, goto tools->error console
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.
I cleared the error box and refreshed the page. Here is what I get.
Any ideas?
I see errors in firebug. It’s that jquery-front.js file again. Can you re-upload that file from a freshly downloaded zip?
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?
Can you try the file from the latest beta? Not sure what’s going on. What’s the modified date on the file?
Still no deal.