My website where is issue can be seen is at: www.hitmnanation.com
I have attached my index file as well.
Thank you
-Here is my code for the Parallax section:
"
<section id="section-testimonials" class="page-section section parallax full-screen nomargin force-full-screen" style="background-image: url('images/backgrounds/parallax.jpg'); padding: 200px 0;" data-bottom-top="background-position:0px 300px;" data-top-bottom="background-position:0px -300px;">
<div class="vertical-middle">
<div class="container clearfix">
<div class="col_half nobottommargin"> </div>
<div class="col_half nobottommargin col_last">
<div class="heading-block center">
<h4>What do our Clients have to say?</h4>
<span>You know your efforts are worthwhile, when people have this to say.</span>
</div>
<div class="fslider testimonial testimonial-full nobgcolor noborder noshadow nopadding" data-arrows="false">
<div class="flexslider">
<div class="slider-wrap">
<div class="slide">
<div class="testi-content">
<p>For serious collectors, it is next to impossible to find rare CD’s that are still sealed, thanks a bunch.</p>
<div class="testi-meta">
Jason Johnson
<span>F.L.B.</span>
</div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>What do you get a hardened classic rock music collector that has everything? Then I found the THE JAM. You guys made my dad’s day.</p>
<div class="testi-meta">
Michael Flick
<span>HMV</span>
</div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>Until the CD showed up at my door, I was not sure if this product would be new as listed, but for twenty dollars I would take a chance. Wow, a hard to find CD at an amazing price, thanks.</p>
<div class="testi-meta">
Chris Cohen
<span>Bell Media</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-When I remove the following code:
<!-- Google Map
============================================= -->
<section id="google-map" class="gmap" style="height: 0px;"></section>
</section>
-and this code:
<script src="https://maps.google.com/maps/api/js?key=YOUR_API_KEY"></script>
<script src="js/jquery.gmap.js"></script>
<script>
$('#google-map').gMap({
address: 'Melbourne, Australia',
maptype: 'ROADMAP',
zoom: 14,
markers: [
{
address: "Melbourne, Australia",
html: '<div style="width: 300px;"><h4 style="margin-bottom: 8px;">Hi, we\'re <span>Envato</span></h4><p class="nobottommargin">Our mission is to help people to **earn** and to **learn** online. We operate **marketplaces** where hundreds of thousands of people buy and sell digital goods every day, and a network of educational blogs where millions learn **creative skills**.</p></div>',
icon: {
image: "images/icons/map-icon-red.png",
iconsize: [32, 39],
iconanchor: [32,39]
}
}
],
doubleclickzoom: false,
controls: {
panControl: true,
zoomControl: true,
mapTypeControl: true,
scaleControl: false,
streetViewControl: false,
overviewMapControl: false
}
});
</script><!-- Google Map End -->
The parallax page stops functioning