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

Site Wide Header

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

Robert Jax
<10

Gravitar Fix

add_filter('get_avatar', function($avatar_html, $id_or_email, $size) { // Force width/height attributes to match the requested avatar size $size…

Robert Jax
<10

LifterLMS_DIR_AD_FPopulation - LifterLMS Course Sync - Detail Population Module

* PURPOSE: * - Hooks into main sync completion * - Populates comprehensive course data (lessons,…

ismail daugherty PRO
<10

LifterLMS_DIR_AC_SYNC - LifterLMS Content Sync Engine - Comprehensive Data Version

* LifterLMS Content Sync Engine - Comprehensive Data Version * Syncs courses ONLY with ALL related…

ismail daugherty PRO
<10

GravityView_DIR_AA_CPT - GravityView Views CPT Registration

* Description: Registers custom post type for GravityView with full REST API support * Location: Run…

ismail daugherty PRO
<10

GravityView_DIR_AB_ACF - GravityView Views ACF Fields

* WPCode Snippet: GravityView Views ACF Fields * Description: Registers ACF fields for GravityView configurations and…

ismail daugherty PRO
<10

GravityView_DIR_AC_SYNC_GravityView Sync System

* Description: Syncs GravityView configurations to custom post type * Location: Run Everywhere * Priority: 20…

ismail daugherty PRO
<10

GravityView_DIR_AD_FPOPULATION - Auto-Populate GravityView Field Details on CPT Sync

* Location: Run Everywhere * Priority: 30 * Description: Hooks into GravityView sync to populate detailed…

ismail daugherty PRO
<10
1 113 114 115 116 117 122