ADA – skip nav
const skipLink = document.querySelector(‘.skip-link’); if (skipLink) { skipLink.ariaLabel = ‘Skip to Content’; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
const skipLink = document.querySelector(‘.skip-link’); if (skipLink) { skipLink.ariaLabel = ‘Skip to Content’; }Continue reading
(function () { var rdBigPostHelpText = ‘Enter your postcode in the field above to load available suburbs. Once loaded,’ + ‘ select the suburb-postcode combination from the list below.’; // Customise Postcode field description text here. var rdObserverStarted = false;…Continue reading
document.addEventListener(“DOMContentLoaded”, function () { console.log(“✅ Script running”); // 🔥 REMOVE CALL/TEXT BUTTONS setTimeout(function () { document.querySelectorAll(‘a[href^=”tel:”], a[href^=”sms:”]’).forEach(el => el.remove()); }, 1500); });Continue reading
// ===== Brand Archive – Welcome panel + My Car (refactored to UG) ===== (function(){ if (!window.UG) return; // hard guard if utils aren’t loaded const { utils, welcome, brand, mycar } = UG; // helper const ready = (fn)…Continue reading
× 🐾 Meet Dante! Check out Dante The Black Golden Doodle’s photo gallery — new adventures added all the time! 📸 View Dante’s Photo Gallery Maybe LaterContinue reading
jQuery(document).ready(function($) { // ============================================ // FIELD VISIBILITY BASED ON PROPERTY TYPE // ============================================ // All conditional field labels (must match your “Label on Front End” exactly) var allConditionalFields = [ ‘BHK Type’, ‘Furnished Status’, ‘Status’, ‘Min Area (sqft)’, ‘Max Area…Continue reading
document.addEventListener(‘click’, function(e) { var trigger = e.target.closest(‘[data-rd-scroll-target]’); var targetId, target, headerRoot, headerNodes, i, node, style, rect, headerOffset, targetY; if (!trigger) return; targetId = trigger.getAttribute(‘data-rd-scroll-target’); target = document.getElementById(targetId); if (!target) return; e.preventDefault(); headerOffset = 0; headerRoot = document.querySelector(‘.fusion-tb-header’); if (headerRoot) {…Continue reading