Search results for: 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…

Revenue Attribution Curl

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

Remove the Page Title from the Page Header

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

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…

Add Sticky Header - Astra Free

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

Markdown URLs for LLMs

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

<10

Change Section Headers

Change the section headers in the donation form.

Pre-approval Emails

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

Set Header Menu as "Custom"

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

ai content idea generator

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

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…

Move WooCommerce Category Description Below Products

The following snippet moves the WooCommerce description from the default location (page header subheading) to below…

Override Header Logo with Custom SVG

While you can select an SVG image from the customizer for your header logo if you…

Body on Scroll

;(function ($) { $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 5) { $("body").addClass("scroll-500"); $(".tm-header").removeClass("uk-blend-difference");…

Divi Transparent menu above FullScreen Video

To make the top menu transparent and overlay the full-screen video background on your site, follow…

1 2 3 4 29