..vc_column_container>.vc_column-inner{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
flex-grow: 1;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
z-index: 1;
}
.vc_column-inner{
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
}
.vc_column-inner::after, .vc_column-inner::before {
content: " ";
display: table;}
$(window).on('load', () => {
//tooltips
$('[data-bio]').each(function () {
new Tooltip($(this), {
placement: 'top',
title: document.querySelector($(this).attr('data-bio')).innerHTML, //$(this).attr('data-bio'),
html: true
});
});
// scroll to pricing block
$('[href="#pricing"]').on('click', function (e) {
e.preventDefault();
$([document.documentElement, document.body]).animate({
scrollTop: $("#pricing").offset().top
}, 750);
})
})
document.body.addEventListener('click', (e) => {
// у кликнутого элемента есть класс .hubspot-open?
if (e.target.classList.contains('hubspot-open')) {
e.preventDefault();
if (hubspot) {
hubspot.messages.EXPERIMENTAL_API.requestWidgetOpen();
}
}
})
$(window).on('load', () => {
//tooltips
$('[data-bio]').each(function () {
new Tooltip($(this), {
placement: 'top',
title: document.querySelector($(this).attr('data-bio')).innerHTML, //$(this).attr('data-bio'),
html: true
});
});
// scroll to pricing block
$('[href="#pricing"]').on('click', function (e) {
e.preventDefault();
$([document.documentElement, document.body]).animate({
scrollTop: $("#pricing").offset().top
}, 750);
})
// open hubspot chat
document.body.addEventListener('click', (e) => {
// у кликнутого элемента есть класс .hubspot-open?
if (e.target.classList.contains('hubspot-open')) {
e.preventDefault();
if (hubspot) {
hubspot.messages.EXPERIMENTAL_API.requestWidgetOpen();
}
}
})
})
var B = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
w.Deferred.exceptionHook = function(t, n) {
e.console && e.console.warn && t && B.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n) // пишет что ошибка тут
}
,
w.readyException = function(t) {
e.setTimeout(function() {
throw t // и тут
})
}
;
jQuery(document).ready(function () {
//tooltips
$('[data-bio]').each(function () {
new Tooltip($(this), {
placement: 'top',
title: document.querySelector($(this).attr('data-bio')).innerHTML, //$(this).attr('data-bio'),
html: true
});
});
спасибо, что подсказали насчет плагина!