Mobile Menu Toggle Script
document.addEventListener('DOMContentLoaded', function() { const menuToggle = document.querySelector('.menu-toggle'); // Check if the toggle button exists if (menuToggle)…
Untitled Snippet
Change the "Add to Cart" Button Text
Change Add to cart and Buy now buttons
ACF_KEYSMST_MSTCASECPT – TAB: TREATMENT PROGRESS (v3.0 Modular)
/** * ============================================ * MST CASE - TAB: TREATMENT PROGRESS (v3.0 Modular) * ============================================ * *…
secure form
for chess not checkers download
SVG Tooltip
const tooltip = document.getElementById("map-tooltip"); document.querySelectorAll(".county").forEach(path => { path.addEventListener("mousemove", e => { tooltip.textContent = path.dataset.tooltip; tooltip.style.left =…
NS CALENDAR SHORTCODE
/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…
CWP - MailChimp RSS email ID
Adds MailChimp email ID to RSS feeds for better conversion tracking
https://fragrance-renaissance-lab.lovable.app/
https://fragrance-renaissance-lab.lovable.app/
test
test
Exclude Specific Products from Parent Category
/** * Exclude specific products from appearing in their parent category. */ add_action('woocommerce_product_query', 'exclude_specific_products_from_parent_category'); function exclude_specific_products_from_parent_category($q)…