Jump to content

JamieFoster

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    United Kingdom
  • Interests
    Website and codeing, and I.T In general, and a bit of Flight sim on the side

JamieFoster's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well according to FireBug the issue is HTTP 404 Not Found but don't really see anything wrong with the code above.
  2. Hi there everyone new to the forums so sorry if i posted in the wrong area, i have created my own skin and put all the bits of code that phpvms needs to use the template everything seems to work fine other than the Parallax twitter scroll and slider and logo, i believe this is a javascript issue but not to sure, ill go through what ive done so far, so i have added one bit of java file at a time to see if there was conflict everything seemed fine so put them back together, made sure the code was correct and file locations and they all are, so im at a bit of a dead end not to sure where to go now, the lower parallax image is there but not the one near the top of the page, and the slider at the top of the page is not there and neither is the paragraph that goes over it. ill link a bit of the HTML down below for you to look at, also this works fine in the test browser. <!DOCTYPE html> <html> <head> <title><?php echo $page_title; ?></title> <?php echo $page_htmlhead; ?> <meta name="description" content="TOM Virtual"> <meta name="keywords" content="CSS, HTML5, clean, corporate, jQuery, retina, bootstrap, business"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Stylesheets --> <link rel="stylesheet" href="css/bootstrap.css"/><!-- bootstrap grid --> <link rel="stylesheet" href="css/style.css"/><!-- template styles --> <link rel="stylesheet" href="css/color-default.css"/><!-- default template color styles --> <link rel="stylesheet" href="css/retina.css"/><!-- retina ready styles --> <link rel="stylesheet" href="css/responsive.css"/><!-- responsive styles --> <link rel="stylesheet" href="css/animate.css"/><!-- animation for content --> <link rel="stylesheet" href="linecons/linecons.css"/><!-- line icons css --> <link rel='stylesheet' href='owl-carousel/owl.carousel.css'/><!-- .carousels --> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/css/bootstrap.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/css/style.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/css/color-default.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/css/retina.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/css/responsive.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/css/animate.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/linecons/linecons.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/owl-carousel/owl.carousel.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/rs-plugin/css/settings.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/rs-plugin/css/mixed.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/rs-plugin/css/settings-ie8.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/css/magnific-popup.css" /> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/Wide/font-awesome/css/font-awesome.min.css" /> <!-- Revolution slider --> <link rel="stylesheet" href="rs-plugin/css/settings.css"/><!-- .rs-settings end --> <link rel="stylesheet" href="rs-plugin/css/mixed.css"/><!-- settings for rev slider --> <!-- Maginic Popup - image lightbox --> <link rel="stylesheet" href="css/magnific-popup.css" /> <!-- Google Web fonts --> <link href='http://fonts.googleapis.com/css?family=Raleway:400,300,100,200,500,600,800,700,900' rel='stylesheet' type='text/css'><!-- Raleway font --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;.subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'><!-- Open Sans --> <!-- Font icons --> <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css"/><!-- Font awesome icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /><!-- Social icons font - Pixons --> <?php /* This is required, so phpVMS can output the necessary libraries it needs */ echo $page_htmlhead; ?> <?php /*Any custom Javascript should be placed below this line, after the above call */ ?> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/bootstrap.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/county.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/easypiechart.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/include.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.countTo.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.dlmenu.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.fitvids.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.isotope.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.magnific-popup.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.matchHeight-min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.nav.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.nivo.slider.pack.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.scrollTo.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.scripts.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.tweetscroll.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery.ui.map.full.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jquery-2.1.1.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/less.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/morphext.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/portfolio.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/retina.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/socialstream.jquery.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/owl-carousel/owl.carousel.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/owl-carousel/owl.carousel.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/pixons/ite-ie7.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/js/jplayer/jquery.jplayer.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/rs-plugin/js/jquery.themepunch.enablelog.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/rs-plugin/js/jquery.themepunch.plugins.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/rs-plugin/js/jquery.themepunch.revolution.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/rs-plugin/js/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/rs-plugin/js/jquery.themepunch.tools.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/sharre/jquery.sharre-1.3.4.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Wide/sharre/jquery.sharre-1.3.4.min.js"></script>
×
×
  • Create New...