| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/hungarianhoneys.com/public_html/custom_assets/js/ |
Upload File : |
$(document).ready(function(){
if (typeof StdImageHandler === 'function') { StdImageHandler(); }
var headerHeight = $('header.main-header').height();
$('.top-gap').css('height',headerHeight);
$(window).on('resize load', function() {
var headerHeight = $('header.main-header').height();
$('.top-gap').css('height',headerHeight);
});
var swiper = new Swiper('.swiper-container-sticker', {
initialSlide: 0,
slidesPerView: 'auto',
spaceBetween: 0,
//loop:true,
//loopedSlides: 1,
//loopFillGroupWithBlank: true,
setWrapperSize: true,
nested: true,
cssMode: true,
grabCursor: true,
navigation: {
nextEl: '.swiper-sticker-next',
prevEl: '.swiper-sticker-prev',
},
});
// Scroll to top
scrollTopPage();
function scrollTopPage() {
$(window).on('scroll', function () {
if ($(this).scrollTop() >= 500) {
$('.scroll_up').addClass('show');
} else {
$('.scroll_up').removeClass('show');
}
});
//scrollUp animate
$(".scroll_up").on('click', function () {
$('html, body').animate({
scrollTop: 0
}, 1000);
});
}
});
$(window).load(function() {
if( $('.flexslider').length > 0 ){
$('.flexslider').flexslider({ controlNav:false, animation:"fade" });
}
});