Search results for: header

Sticky header

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

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…

50+

Change Section Headers

Change the section headers in the donation form.

Add Sticky Header - Astra Free

This code has been updated to include adjustments for the off-canvas menu to also be sticky…

Make "Follow on TikTok" Button Larger and Full Width.

This will make the "Follow on TikTok" button in the header span the whole width of…

Remove the Page Title from the Page Header

The following code can be used to remove the title from the page header title area…

Set Header Menu as "Custom"

If you are using a custom menu plugin for your header menu you can define your…

Untitled Snippet

function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://api.openai.com/v1/chat/completions'; $api_key…

ai content idea generator

function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…

1 2 3 4 33