Sindbad~EG File Manager
<?php
/**
* Quickscrum by NiceThemes.
*
* The default template for this theme's footer.
*
* Contains footer content and the closing of the #container and #wrapper div elements.
*
* @package Quickscrum
* @author NiceThemes <hello@nicethemes.com>
* @license GPL-2.0+
* @link http://nicethemes.com/theme/Quickscrum
* @copyright 2017 NiceThemes
* @since 1.0.0
*/
// If this file is called directly, abort.
if (!defined('WPINC')) {
die;
}
?>
<?php if (!is_page_template('template-home.php')) : ?>
<!-- END #container -->
</div>
<?php endif; ?>
<?php
/**
* @hook nice_footer
*
* The HTML fot the site's footer is processed here. Hook in to add
* or remove elements.
*
* @since 2.0
*
* Hooked here:
* @see nice_footer() - 10 (Prints out the general footer)
*/
if (is_page_template('template-nomenupage.php')) :
do_action('nice_nomenupage_footer');
else :
do_action('nice_footer');
endif;
?>
</div><!-- END #wrapper -->
<?php
/**
* @hook nice_after_wrapper
*
* Hook here to display elements after the `#wrapper` element.
*
* @since 1.0.0
*/
do_action('nice_after_wrapper');
?>
<script>
jQuery(document).ready(function () {
jQuery(window).scroll(function () {
var o = jQuery(window).scrollTop();
var top_height = 1;
//var top_height = jQuery("#top .col-full").height() - 80;
o >= top_height && (jQuery("#top").addClass("fixed"), jQuery("body").addClass("toppad")), top_height >= o && (jQuery("#top").removeClass("fixed"), jQuery("body").removeClass("toppad"))
});
});
</script>
<script>
jQuery(document).ready(function () {
/*Header Mobile Menu - Start*/
jQuery(".guide-main #toggle-nav").click(function () {
jQuery(".guide-main #navigation").toggleClass("active");
jQuery("#header #navigation").slideToggle("slow");
});
/*Header Mobile Menu - End*/
jQuery("#footer .widgettitle").on("click", function () {
jQuery(this).closest(".columns-5").toggleClass("active");
//$(".footer_part2").toggleClass("active");
});
jQuery("#searchform input[type='submit']").attr("disabled", true);
});
</script>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists