Studex CM Main Menu

function homelink(){ $homelink = 'Home'; return $homelink;} function shoplink() { return 'Shop';} function discoverlink() { $discoverlink…

Untitled Snippet

Bernal Sidoti
<10

Prevent Powerpack Off Canvas from Breaking JavaScript loading

This prevents issues with Woo Block checkout loading credit card fields and other functionality breaking with…

Ilana Borsje PRO
<10

Always enable Downloadable option

add_action( 'wp_footer', function() { ?>

Glass Shards CSS

.glass-shard { /* Glass effect */ background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(9.8px); -webkit-backdrop-filter: blur(9.8px); box-shadow:…

Untitled Snippet

Soufian Seddiki
<10

LIFTER_TextReplace - Changes "Courses" to "Modules" and "Lessons" to "Steps

* Changes "Courses" to "Modules" and "Lessons" to "Steps" * Add to WP Code Snippets or…

ismail daugherty PRO
<10

LIFTER - Course to Module

Replace Syntax

ismail daugherty PRO
<10

frontend/js/snippets/scroll-behavior/sticky

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

Site Wide Header

add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…

Robert Jax
<10
1 112 113 114 115 116 120