Replace BigPost Checkout Postcode Field Description

(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

RED Chatbot Script

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

RED’S Java Snippet

fetch(“https://redllc.ai/wp-json/chaport/v1/lead”, { method: “POST”, headers: { “Content-Type”: “application/json” }, body: JSON.stringify(payload) }) .then(res => res.json()) .then(data => { console.log(“Webhook response:”, data); }) .catch(err => { console.error(“Error:”, err); });Continue reading

New Window

function addNoOpener(link) { var linkTypes = (link.getAttribute(‘rel’) || ”).split(‘ ‘); if (linkTypes.indexOf(‘noopener’) === -1) { linkTypes.push(‘noopener’); } link.setAttribute(‘rel’, linkTypes.join(‘ ‘).trim()); } function addNewTabMessage(link) { if (!link.querySelector(‘.sr-only’)) { link.insertAdjacentHTML(‘beforeend’, ‘(opens in a new tab)‘); } } function isA2ALink(link) { var href…Continue reading

WPBakery Collapse All Rows

(function($) { ‘use strict’; /** * WP Bakery – Collapse / Expand All Rows (v3) * Fixed: injects buttons into the correct visible navbar list position * Fixed: iterates ROWS not individual toggles (avoids multi-click cancellation) */ function getFirstToggle(rowEl) {…Continue reading

2026 Givelos Give Back

window.bboxInit = function () { bbox.showForm(‘2952a4ba-be77-4303-bea9-bcb849127865’); }; (function () { var e = document.createElement(‘script’); e.async = true; e.src = ‘https://bbox.blackbaudhosting.com/webforms/bbox-min.js’; document.getElementsByTagName(‘head’)[0].appendChild(e); } ());Continue reading

in-app-messages

(function () { const KEY = ‘inAppMessageAutoOpenCount’; const MAX_RUNS = 3; // The real clickable element (Elementor action link) const ANCHOR_SELECTOR = ‘#inAppMessageButton a[href*=”elementor-action”]’; // Safe storage (handles iOS Safari Private Mode quirks) const storage = (() => { try…Continue reading