Jump to content

Recommended Posts

Posted

I have read and read an read can come to a conclusion im gonna paste my layout tpl below. i keep getting no route passed when i bid on flights and have done everthing i though possible can i please get some help so i can keep my new template.

<!DOCTYPE html>

<html class="boxed">

<meta charset="utf-8">

<title>WeFly Virtual Ailrines</title>

<link rel="shortcut icon" href="" />

<!-- Mobile Metas -->

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="http://fonts.googlea...ows Into Light" rel="stylesheet" type="text/css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/vendor/bootstrap/bootstrap.css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/vendor/fontawesome/css/font-awesome.css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/vendor/owlcarousel/owl.carousel.css" media="screen">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/vendor/owlcarousel/owl.theme.css" media="screen">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/vendor/magnific-popup/magnific-popup.css" media="screen">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/css/theme.css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/css/theme-elements.css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/css/theme-blog.css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/css/theme-shop.css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/css/theme-animate.css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/vendor/rs-plugin/css/settings.css" media="screen">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/vendor/circle-flip-slideshow/css/component.css" media="screen">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/css/skins/default.css">

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/css/custom.css">

<?php

/* This is required, so phpVMS can output the necessary libraries it needs */

echo $page_htmlhead;

?>

<script src="<?php echo SITE_URL?>/lib/skins/WEF3.0/vendor/modernizr/modernizr.js"></script>

<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/js/js/jquery-1.8.0.min.js"></script>

<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/js/js/bootstrap.min.js"></script>

<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/js/js/bootstrap-lightbox.js"></script>

<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/js/js/jquery.placeholder.js"></script>

<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/WEF3.0/css/cloudslider.css" type="text/css">

<link href='http://fonts.googlea...family=Playball' rel='stylesheet' type='text/css'>

<link href='http://fonts.googlea...amily=Open Sans' rel='stylesheet' type='text/css'>

<script src="<?php echo SITE_URL?>/lib/skins/WEF3.0/js/jquery.js" type="text/javascript"></script>

<script src="<?php echo SITE_URL?>/lib/skins/WEF3.0/js/cloudslider.jquery.min.js" type="text/javascript"></script>

</head>

<body>

<?php

/* This should be the first thing you place after a <body> tag

This is also required by phpVMS */

echo $page_htmlreq;

?>

Posted

take out these lines

<script src="<?php echo SITE_URL?>/lib/skins/WEF3.0/js/jquery.js" type="text/javascript"></script>
<script src="<?php echo SITE_URL?>/lib/skins/WEF3.0/js/cloudslider.jquery.min.js" type="text/javascript"></script>

and go into the cc_vaskin_02 skin and remove this line off your code

<script src="<?php echo SITE_URL?>/lib/skins/cc_vaskin_02/js/timePictureChange.js" type="text/javascript"></script>

then before your </head> tag place this

<script>
jQuery.noConflict();
</script>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...