brandingfotografie Tag

  /  Posts tagged "brandingfotografie"
Schließen
Warenkorb
(function($){ $(window).on('elementor/frontend/init', 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.remove(); // Den neuen div als erstes Kind in qodef-e-content einfügen content.insertBefore(wrapperDiv, content.firstChild); } }); }); }); })(jQuery);