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 =…

<10

NS CALENDAR SHORTCODE

/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…

ismail daugherty PRO
<10

Auto Complete Virtual Orders - Not EFT

Auto complete virtual orders that are virtual but NOT downloadable, excluding EFT orders

Talkwithkallie.com

talkwithkallie.com

celeste ramirez
<10

CSS de base

p, h1, h2, h3, h4, h5, h6 { margin-block-start: 0!important; margin-block-end: 0; } ul { margin:…

Show Invoice for Refunded

Makes PDF Invoices available for refunded payments

FluentCommunity Auto-Delete Diagnostics

This diagnostic snippet monitors and logs how the FluentCommunity auto-delete system behaves, without needing debug.log. It…

AffiliateWP - Create Referral from Gravity Forms Dropdown Field

Creates an AffiliateWP referral when a Gravity Forms form is submitted, assigning credit to the affiliate…

Price Option Not Checked

Prevent variable pricing options from being checked by default

MemberPress: Hide Protected Posts on Archive Page

Hides posts that the current user (or guest) does not have access to from archive pages.

1 … 99 100 101 102 103 … 235