"use strict";
//Auto adjust height
$(".about__tabs-content-wrap").css("height", 0);
var autoHeight = function () {
setTimeout(function () {
var tabContentWrap = $(".about__tabs-content-wrap"),
tabHeight = $(".about__tab-nav").outerHeight(),
formActiveHeight = $(".tab-content.active").outerHeight(),
totalHeight = parseInt(tabHeight + formActiveHeight + 90);
tabContentWrap.css("height", totalHeight);
$(window).resize(function () {
var tabContentWrap = $(".about__tabs-content-wrap"),
tabHeight = $(".about__tab-nav").outerHeight(),
formActiveHeight = $(".tab-content.active").outerHeight(),
totalHeight = parseInt(tabHeight + formActiveHeight + 90);
tabContentWrap.css("height", totalHeight);
});
}, 100);
};
autoHeight();
// Click tab menu
$(".tabsmenu a").on("click", function (event) {
var $this = $(this),
tab = $this.data("tab");
$(".tab-content").addClass("");
$(".tab-content").removeClass("active");
$(".tabsmenu li").removeClass("active");
$this.closest("li").addClass("active");
$this
.closest(".about__tabs")
.find('.tab-content[data-tab-content="' + tab + '"]')
.removeClass("test")
.addClass("active");
autoHeight();
event.preventDefault();
});
Ошибка отправки сообщения PHP Mail работает с MailPoet к ***@yandex.ru | Could not instantiate mail function.
Возвращенный адрес "***@****.ru" может, фактически, вызвать проблемы. Оставьте это поле пустым и попробуйте снова.
Ошибка отправки сообщения PHP Mail работает с MailPoet к *****@yandex.ru | Could not instantiate mail function.
С какого-то хрена из lab.min.js грузится еще экземпляр jQuery v1.12.4. В то время как первым загружается 1.7.2, определитесь - какой из них нужен.
Заодно оттуда же грузится пачка jQuery плагинов, не проще их объединить в компактный сжатый файл?
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<div class="quantity">
<input type="number" step="<?php echo esc_attr( $step ); ?>" min="<?php echo esc_attr( $min_value ); ?>" max="<?php echo esc_attr( $max_value ); ?>" name="<?php echo esc_attr( $input_name ); ?>" value="<?php echo esc_attr( $input_value ); ?>" title="<?php echo esc_attr_x( 'Qty', 'Product quantity input tooltip', 'woocommerce' ) ?>" class="input-text qty text" size="4" pattern="<?php echo esc_attr( $pattern ); ?>" inputmode="<?php echo esc_attr( $inputmode ); ?>" />
</div>
$(".forms").submit(function(){
$.ajax({
type:"POST",
url:"mail.php",
data:$(this).serialize()
}
).done(function(){
alert("Спасибо за заявку! Специалист свяжется с вами в ближайшее время.");
setTimeout(function(){
$.magnificPopup.close();$(".forms").trigger("reset");
}
,1000);});
return false;});
<label><span>Ваше имя:</span>
<input type="text" name="name" required></label>
<label><span>Ваш телефон:</span>
<input type="$sitename" name="phone" required></label>
<label><span>Ваше имя:</span>
<input type="text" name="name" required></label>
<label><span>Ваш телефон:</span>
<input type="text" name="phone" required""></label>
<label><span>Ваше имя:</span>
<input type="text" name="name" required></label>
<label><span>Ваш телефон:</span>
<input type="text" name="phone" required></label>
<script>
function clearVal (val, limit) {
var clearVal = val.replase(/[^\d]+/g, '');
if( newVal == '') {
return false;
}else{
return newVal.substring(0, limit);
}
}
function getResString (newVal) {
var res = '';
for(var i = 0; i < newVal.length; i++) {
if( i == 3 ){
res += ' ';
res += newVal.charAt(i);
}else if( i == 6 || i== 8) {
res += '-';
res += newVal.charAt(i);
}else{
res += newVal.charAt(i);
}
}
}
$(function(){
$('#phone') .on ('input', function(){
var val = $(this).val(),
limit = 10;
if( val =='' ) return;
console.iog(val);
var newVal = clearVal(val);
if(!newVal) {
${this} . val('');
return;
}
var res = getResString(newVal);
$(this).val(res);
});
});
</script>
/* LATEST NEWS */
$zerif_latestnews_show = get_theme_mod('zerif_latestnews_show');
if( isset($zerif_latestnews_show) && $zerif_latestnews_show != 1 ):
get_template_part( 'sections/latest_news' );
endif;
jQuery(window).load(zerif_home_latest_news);jQuery(window).resize(zerif_home_latest_news);function zerif_home_latest_news(){if(jQuery('#carousel-homepage-latestnews').length>0){jQuery('#carousel-homepage-latestnews div.item').height('auto');if(isMobile.any()||(!isMobile.any()&&jQuery('.container').outerWidth()>768)){if(jQuery('#carousel-homepage-latestnews div.item').length<2){jQuery('#carousel-homepage-latestnews > a').css('display','none');}var maxheight=0;jQuery('#carousel-homepage-latestnews div.item').each(function(){if(jQuery(this).height()>maxheight){maxheight=jQuery(this).height();}});jQuery('#carousel-homepage-latestnews div.item').height(maxheight);}}}jQuery(document).ready(function(){if(document.createElement("input").placeholder==undefined)
.latest-news{padding-bottom:66px;padding-top:100px;background:#FFFFFF;}
.carousel-inner{}
#carousel-homepage-latestnews .item{height:auto;}
.latesnews-content p,
.latesnews-content{font-size:14px;line-height:18px;color:#777777;}
#carousel-homepage-latestnews .carousel-inner .item .latestnews-title{margin-bottom:15px;color:#404040;position:relative;display:inline-block;text-transform:uppercase;margin-bottom:30px;font-weight:bold;font-size:17px;float:none;width:auto;margin-top:15px;}
#carousel-homepage-latestnews .carousel-inner .item .latestnews-title a{text-transform:uppercase;color:#404040;font-weight:700;display:block;}
#carousel-homepage-latestnews .item .latestnews-box .latestnews-title a:before{position:absolute;margin:auto;z-index:1;content:"";width:75%;height:2px;background:#e96656;bottom:-9px;left:12.5%;}
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+1) .latestnews-title a:before{background:#e96656;}
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+2) .latestnews-title a:before{background:#34d293;}
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+3) .latestnews-title a:before{background:#3ab0e2;}
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n) .latestnews-title a:before{background:#f7d861;}
#carousel-homepage-latestnews .item .latestnews-box .latestnews-img .latestnews-img-a{display:block;}
#carousel-homepage-latestnews{margin:0 30px;}
#carousel-homepage-latestnews .carousel-control{width:45px;background:none;}
.carousel-control.left{margin-left:-45px;}
.carousel-control.right{margin-right:-45px;}
#carousel-homepage-latestnews .glyphicon-chevron-left:before{content:"";background:url(images/left-arrow.png) no-repeat center center;width:30px;height:30px;float:left;}
#carousel-homepage-latestnews .glyphicon-chevron-right:before{content:"";background:url(images/right-arrow.png) no-repeat center center;width:30px;height:30px;float:left;}
#carousel-homepage-latestnews{}