Kontakt

Christiane Münchhausen - Hundefotografie Köln

Schreibt mir gerne eine Nachricht



    Schließen
    Warenkorb
    document.addEventListener("DOMContentLoaded", function () { const kundenstatements = document.querySelectorAll('.kundenstatements'); kundenstatements.forEach(function (bereich) { const testimonials = bereich.querySelectorAll('.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-e'); testimonials.forEach(function (testimonial) { const authorJob = testimonial.querySelector('.qodef-e-author-job'); const content = testimonial.querySelector('.qodef-e-content'); if (authorJob && content) { // Neuen div erstellen const wrapperDiv = document.createElement('div'); wrapperDiv.className = 'qodef-e-author-job'; // gleiche Klasse behalten wrapperDiv.innerHTML = authorJob.innerHTML; // Inhalt übernehmen // Original-Element entfernen authorJob.parentNode.removeChild(authorJob); // Den neuen div als erstes Kind in qodef-e-content einfügen content.insertBefore(wrapperDiv, content.firstChild); } }); }); });