Search results for: header

Add Sticky Header - Astra Free

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

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…

Pre-approval Emails

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

Change Section Headers

Change the section headers in the donation form.

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…

Override Header Logo with Custom SVG

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

Move WooCommerce Category Description Below Products

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

Body on Scroll

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

Remove the Header Menu Underline on Hover

If you enable the Header menu underline it will display both on active items and on…

Disable Author Archive

A small Code that disable the WordPress Author Archive and redirect to the Homepage

File Size Display

After the download content, shows a list of the download files and their sizes

1 2 3 4 21