Search results for: header

Send Site Notifications to a BCC Address

This snippet will ensure all your site’s outgoing emails are also sent to a specific BCC…

RT7 Official - Maintenance Mode

RT7 Official Maintenance Mode

<10

How to Add BCC to Email Notifications (for specific form)

/** * Add BCC recipients to specific form email notifications. * * @link https://wpforms.com/docs/how-to-add-bcc-to-email-notifications/ */ add_filter(…

10+

Better PHP Mailer

Replace native Wordpress mail with PHP mail system. Using filter is safer than redeclaring the wp_mail()…

Change Section Headers Per Campaign

Change the section headers in the donation form.

Sticky header

/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…

frontend/js/snippets/scroll-behavior/sticky

This JavaScript snippet enables smooth scrolling to in-page anchors (like #section1) while automatically adjusting for a…

RAVER DOGS - HEADER V2 STYLESHEET

/* ================================================================= RAVER DOGS - HEADER V2 STYLESHEET ================================================================= */ /* --- 1. Global & Body…

WPForms: add BCC email header to notification emails

Check the snippet code to apply to all/some form only, plus you will need to modify…

Revenue Attribution Curl

curl --request POST \ --url https://app.optinmonster.com/v2/revenue \ --header 'Content-Type: application/json' \ --header 'Origin: optinmonster.com' \ --header…

OM-revenue-attribution-curl.sh

curl --request POST \ --url https://app.optinmonster.com/v2/revenue \ --header 'Content-Type: application/json' \ --header 'Origin: optinmonster.com' \ --header…

Pre-approval Emails

Email the admin and customer when a pre-approval payment has been made.

Elementor Shrinking Header Snippet

/* shrinking header section */ .shrinker { background: transparent; height: (set your header height in pixels);…

Markdown URLs for LLMs

LLM-friendly WordPress content. Add .md to any post URL for AI-ready markdown format. Makes your content…

100+

Change Section Headers

Change the section headers in the donation form.

1 2 3 4 44