Location: site_wide_header
ANDRITZ Navigation Panels
document.addEventListener(“DOMContentLoaded”, function () { const triggers = document.querySelectorAll(“.bp-andritz-utility”); const panels = document.querySelectorAll(“.bp-andritz-panel”); const closes = document.querySelectorAll(“.bp-andritz-close”); const backs = document.querySelectorAll(“.bp-andritz-back”); function closeAllPanels(){ panels.forEach(panel => panel.classList.remove(“bp-open”)); document.body.classList.remove(“bp-andritz-active”); } triggers.forEach(trigger=>{ trigger.addEventListener(“click”,function(){ const target = document.getElementById(this.dataset.target); const isOpen = target && target.classList.contains(“bp-open”); closeAllPanels();…Continue reading
Untitled Snippet
Test update snippet
test asdasdasdasd updatedContinue reading
Video Schema for Rebein Law
POST FIX CSS
.comment-awaiting-moderation {display: none!important} .ultp-date-meta span { display: inline!important; } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { .ultp-date-meta span { display: inline!important; } }/* END MEDIA QUERY*/ .wp-caption .wp-caption-text { line-height: 1; }…Continue reading
Website Schema
VitalLife Schema Markup – Medical Clinic
LOCAL BUSINESS SCHEMA
Hide RD Theme Woo Additional Order Info Wrapping Column when No Additional Order Info Present
(function () { function rdToggleAdditionalOrderInfoColumn() { var container = document.getElementById(‘rd-additional-order-info’); if (!container) { return; } if (!container.querySelector(‘.awb-woo-order-additional-info’)) { container.style.display = ‘none’; } } if (document.readyState === ‘loading’) { document.addEventListener(‘DOMContentLoaded’, rdToggleAdditionalOrderInfoColumn); } else { rdToggleAdditionalOrderInfoColumn(); } })();Continue reading