HEX
Server: Apache/2
System: Linux cat17246.lnwhostname.com 3.10.0-1160.53.1.el7.x86_64 #1 SMP Fri Jan 14 13:59:45 UTC 2022 x86_64
User: firststeps (1017)
PHP: 7.3.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/firststeps/public_html/wp-content/themes/CreatorThemeRes/js/scripts.js
jQuery(document).ready(function($){

	$('.head-nav .menu').slicknav({label: '' , prependTo: 'header#head .head-area .container'});

	$('.head-nav ul li').hover(function(){
		$('.sub-menu:first, .children:first',this).stop(true,true).slideDown('fast');
	},
	function(){
		$('.sub-menu:first, .children:first',this).stop(true,true).slideUp('fast');
	});

	$(window).bind('scroll', function () {
	    if ($(window).scrollTop() > 0) {
	        $('#head .head-area').addClass('fixed')
	    } else  {
	        $('#head .head-area').removeClass('fixed');
	    }
	});



			
		var Page = (function() {

			var $navArrows = $( '#nav-arrows' ),
				slitslider = $( '#slider' ).slitslider( {
					//autoplay: true,
				} ),
				init = function() {

					initEvents();
					
				},
				initEvents = function() {

							// add navigation events
							$navArrows.children( ':last' ).on( 'click', function() {

								slitslider.next();
								return false;

							} );

							$navArrows.children( ':first' ).on( 'click', function() {
								
								slitslider.previous();
								return false;

							} );

							

						};

				return { init : init };

		})();

		Page.init();

		/**
		 * Notes: 
		 * 
		 * example how to add items:
		 */

		/*
		
		var $items  = $('<div class="sl-slide sl-slide-color-2" data-orientation="horizontal" data-slice1-rotation="-5" data-slice2-rotation="10" data-slice1-scale="2" data-slice2-scale="1"><div class="sl-slide-inner bg-1"><div class="sl-deco" data-icon="t"></div><h2>some text</h2><blockquote><p>bla bla</p><cite>Margi Clarke</cite></blockquote></div></div>');
		
		// call the plugin's add method
		ss.add($items);

		*/
	

});