HEX
Server: Apache/2.4.49 (FreeBSD) OpenSSL/1.0.2s-freebsd PHP/5.6.36
System: FreeBSD hosting.icon.bg 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 #0: Tue Sep 1 06:56:51 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
User: ftpuser (1002)
PHP: 5.6.36
Disabled: NONE
Upload Files
File: /hosting/kak.bg/web/wp-content/themes/fp_santiago/js/scripts.js
jQuery(document).ready(function($) {
	
	$('.primary-menu .sf-menu').slicknav({
		prependTo:'.menu-section'
	});
	
	jQuery('.primary-menu ul.sf-menu').show();
	jQuery('.primary-menu ul.sf-menu').superfish({	
		hoverClass:  'over', 							
		animation:   {opacity:'show',height:'show'},  
		speed:       150,                          
		autoArrows:  true,    
		dropShadows: true, 
		delay       : 0		
	});	
	
	jQuery("iframe").each(function(){
      var ifr_source = jQuery(this).attr('src');
      var wmode = "wmode=transparent";
      if(ifr_source.indexOf('?') != -1) jQuery(this).attr('src',ifr_source+'&'+wmode);
      else jQuery(this).attr('src',ifr_source+'?'+wmode);
	});
});