File: /var/www/html/shootinschool/wp-content/themes/splash-child/footer.php
</div> <!--main-->
<?php get_template_part('partials/footer/footer-image'); ?>
</div> <!--wrapper-->
<div class="stm-footer">
<?php get_template_part('partials/footer/footer-default'); ?>
</div>
<?php get_template_part('partials/global/modals/modals-controller'); ?>
<?php
if ( get_theme_mod( 'frontend_customizer' ) ) {
get_template_part( 'partials/global/frontend_customizer' );
}
?>
<div class="rev-close-btn">
<span class="close-left"></span>
<span class="close-right"></span>
</div>
<?php wp_footer(); ?>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script>
// jQuery(".showcoupon").click(function(e){
// e.preventDefault();
// jQuery(".checkout_coupon").toggle();
// });
// jQuery("#field_12_15 label").html('Dates Requested For Birthday Party * <i>(Due to limited gym availability, please select 3 options)</i>');
jQuery('.variation dt').each(function () {
var t = jQuery(this).text();
t = t.replace(':', '');
jQuery(this).text(t);
});
jQuery('#field_12_13 .instruction').each(function () {
var t = jQuery(this).text();
t = t.replace('Please enter a value greater than or equal to 20.', '(20 Player Minimum, $25 per player)');
jQuery(this).text(t);
});
// jQuery(".3week input").attr("disabled", true);
// jQuery(".3week input").attr("checked", true);
</script>
<script type="text/javascript">
jQuery(".variation dd p:contains('($')").each(function() {
var $this = jQuery(this),
thisText = $this.text(),
numberOfOccurrences = thisText.split("($").length,
formattedText = thisText.replace('($', "<span class='price-label'>");
for (var i = 1; i < numberOfOccurrences; i++) { formattedText += "</span>"; }
$this.html(formattedText);
});
jQuery(".wc-item-meta li p:contains('($')").each(function() {
var $this = jQuery(this),
thisText = $this.text(),
numberOfOccurrences = thisText.split("($").length,
formattedText = thisText.replace('($', "<span class='price-label'>");
for (var i = 1; i < numberOfOccurrences; i++) { formattedText += "</span>"; }
$this.html(formattedText);
});
</script>
<script type="text/javascript">
// Set to false if opt-in required
var trackByDefault = true;
function acEnableTracking() {
var expiration = new Date(new Date().getTime() + 1000 * 60 * 60 * 24 * 30);
document.cookie = "ac_enable_tracking=1; expires= " + expiration + "; path=/";
acTrackVisit();
}
function acTrackVisit() {
var trackcmp_email = '';
var trackcmp = document.createElement("script");
trackcmp.async = true;
trackcmp.type = 'text/javascript';
trackcmp.src = '//trackcmp.net/visit?actid=609900486&e='+encodeURIComponent(trackcmp_email)+'&r='+encodeURIComponent(document.referrer)+'&u='+encodeURIComponent(window.location.href);
var trackcmp_s = document.getElementsByTagName("script");
if (trackcmp_s.length) {
trackcmp_s[0].parentNode.appendChild(trackcmp);
} else {
var trackcmp_h = document.getElementsByTagName("head");
trackcmp_h.length && trackcmp_h[0].appendChild(trackcmp);
}
}
if (trackByDefault || /(^|; )ac_enable_tracking=([^;]+)/.test(document.cookie)) {
acEnableTracking();
}
(function($){
$('.abc').click(function(){
var pos = $('.grivity-form-setting').offset().top;
$(this).toggleClass('exp');
if($(this).hasClass('exp')){
$('html').stop().animate({ scrollTop: pos-180 }, 1200);
$('.grivity-form-setting').hide();
$('.grivity-form-setting').slideDown(1000);
}
else{
$('.grivity-form-setting').fadeOut(1000);
}
})
})(jQuery);
</script>
<script src="https://widget.emitrr.com/v1.0.0/emitrr-widget.js" defer></script>
<script>
function docReady(fn) {
if (document.readyState === "complete" || document.readyState === "interactive") {
setTimeout(fn, 1);
} else {
document.addEventListener("DOMContentLoaded", fn);
}
}
docReady(function() {
EmitrrWidget.initV2({
webchatId: "47c9da8d-8a0f-41b0-b020-0ee1a6ecac23",
});
});
</script>
</body>
</html>