This commit is contained in:
Roman Pyrih
2025-09-23 15:47:30 +02:00
parent ce4d458162
commit 85d294c680
16 changed files with 4578 additions and 2203 deletions

View File

@@ -1,5 +1,15 @@
document.addEventListener('DOMContentLoaded', function () {
document.querySelectorAll('.c-item label').forEach((label) => {
const inputWrap = label.querySelector('.wpcf7-form-control-wrap')
const p = label.querySelector('p')
if (inputWrap && p) {
inputWrap.appendChild(p)
}
})
})
jQuery(function ($) {
if (!$('body').hasClass('page-id-47')) return
if (!$('body').hasClass('page-id-134')) return
const $body = $('body')