Lorem ipsum

Nandej 2024 scripts

<script>
$('.p[data-micro-product-id="2000"]').parent().html('<div class="product inactive slider_banner" id="slider_banner_1"> <a href="#">&nbsp;</a> <h5>Lorem ipsum</h5> <span class="extended-banner-link">Zjistit více</span> </div>')
$('.p[data-micro-product-id="2003"]').parent().html('<div class="product inactive slider_banner" id="slider_banner_2"> <a href="#">&nbsp;</a> <h5>Lorem ipsum</h5> <span class="extended-banner-link">Zjistit více</span> </div>')
$('.p[data-micro-product-id="2006"]').parent().html('<div class="product inactive slider_banner" id="slider_banner_3"> <a href="#">&nbsp;</a> <h5>Lorem ipsum</h5> <span class="extended-banner-link">Zjistit více</span> </div>')
</script>

<script>
$(document).ready(function(){
$('img').each(function(){
var currentSrc = $(this).attr('src');
var currentDataSrc = $(this).attr('data-src');
if(currentSrc !== undefined) {
var newSrc = currentSrc.replace('/related/', '/big/');
$(this).attr('src', newSrc);
}
if(currentDataSrc !== undefined) {
var newDataSrc = currentDataSrc.replace('/related/', '/big/');
$(this).attr('data-src', newDataSrc);
}
});
});
</script>

<script>
$('.next-to-carousel-banners').addClass('container');
$('#hp_box_1').insertBefore('.homepage-products-heading-14');
$('#hp_box_2').insertBefore('.homepage-products-heading-17');
$('#hp_box_3').insertAfter('.homepage-products-heading-17 + div');
$('.benefit-banners-full-width').insertBefore('#footer');
$('.type-product .flags-default').prependTo('.p-data-wrapper');
</script>

<script>
$('.p-thumbnails a.cbox-gal').remove();
$( document ).ready(function() {
$("#navigation").addClass("show_menu");
});
</script>

<script>
$(window).scroll(function () {
if ($(this).scrollTop() > 1) {
$("body").addClass("sticky");
} else {
$("body").removeClass("sticky");
}
});
</script>

<script>
var ua = window.navigator.userAgent;
var msie = ua.indexOf('MSIE ');
var trident = ua.indexOf('Trident/');
if(msie > 0 || trident > 0){
alert("Internet Explorer není podporovaný prohlížeč, prosím využijte moderní alternativu, Google Chrome, atd. Děkujeme za pochopení.");
}

var topmenu = '<div class="added_top_menu"><nav><ul><li><a href="/reklamace/">O nákupu</a></li><li><a href="/o-nas/">O nás</a></li><li id="top_center"><a href="#">center</a></li><li><a href="/kontakty/">Kontakt</a></li><li><a href="/mista/">Prodejní místa</a></li></ul></div>';
$(topmenu).insertBefore('#header');
</script>

<script type="text/javascript" src="https://www.nandej.cz/user/documents/upload/resources/redesign/slick.min.js"></script>

<script>
$('.p-thumbnails>div>div').slick({
dots: false,
infinite: true,
arrows: true,
autoplay: true,
autoplaySpeed: 3000,
slidesToShow: 3,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1200,
settings: {
slidesToShow: 2,
slidesToScroll: 1,

}
},
{
breakpoint: 768,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
</script>

<script>
var autoPlayVideo = document.getElementById("header_video");
autoPlayVideo.oncanplaythrough = function() {
autoPlayVideo.muted = true;
autoPlayVideo.play();
autoPlayVideo.pause();
autoPlayVideo.play();
}
</script>

<script>
$('.product .price-standard').each(function() {
var $prvek= $(this);
$(this).closest('.product').find('.prices').append($prvek);
});
</script>

<script>
var added_signature = '<div class="kn_made_by" style="color: #000;margin:9px 20px 10px 7px;max-width:130px;"><style>#signature {text-align: right;}</style><span style="white-space: nowrap;margin-right: 10px; color: #787878;">& upravil </span><a href="http://kubanavratil.com/" target="blank_"><img src='https://cdn.myshoptet.com/usr/code.kubanavratil.com/user/documents/upload/resources/redesign/signature_white.svg'></a></div>';
$(added_signature).appendTo('.container.footer-bottom');
</script>

<script>
$(document).ready(function() {
if($(window).width() > 767) {
$( "#header .header-bottom .header-bottom-wrapper" ).addClass( "container" );
$( ".navigation-tools .languagesMenu" ).prependTo( ".navigation-buttons" );

}
});
</script>