Search results for: header

Google Tag Manager

That GTM embed code I gave you is a JavaScript snippet wrapped in HTML tags, and…

WooCommerce Delivery Address Popup – Sync Address in Header & Checkout

Enhance your WooCommerce store with an Amazon-style "Deliver to" address popup. Allow customers to select or…

Divi Transparent menu above FullScreen Video

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

Body on Scroll

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

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…

Disable Author Archive

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

Remove address from the header

Remove address block from the header

File Size Display

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

Trustpilot header code

ads trustpilot script to the header for reviews and tracking

Jonathan Blanco
<10

CSS for Header

This snippet adds Google Analytics tracking code to the header of the site

Warranty Result CSS

html { font-size: 62.5%; } @media screen and (max-width: 37.5em) { html { font-size: 50%; }…

Chatbot backend

function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://modelsearch1.openai.azure.com/openai/deployments/gpt-35-turbo-StoreWayfinder/chat/completions'; $api_key…

Disable Author Archives

Completely hide author archives and prevent direct access by returning a 404 page.

1.6k
1 2 3 4 5 33