MemberPress: Add Custom Field Date to Members Table

This code snippet will add data collected through a custom field on MemberPress registration forms to…

MemberPress: Code Blocks Pro - Load All Currently Enqueued Styles In the Courses ReadyLaunch Template

By default, if the ReadyLaunch Courses/Lessons template is enabled, the MemberPress Courses add-on won’t enqueue 3rd-party…

Show Sticky Posts on Top of the Archive Templates - WPX Tetris Theme

## Sticky Posts on Archive Pages - WPX Tetris Theme **Description:** Display sticky posts first on…

FES Registration Form Redirect

Set custom redirect URLs for those who just registered to become vendors.

event snippet

Event snippet for Phone call lead conversion page

Convert Uploaded Images to WebP Format Automatically

Automatically convert uploaded images to WebP format.

om-nextjs.js

import { useEffect } from 'react'; import { useRouter } from 'next/router'; const OptinMonsterEmbed = ()…

Body on Scroll

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

JavaScript for Craft Picker

// Menu Toggle function toggleMenu() { const mobileNav = document.querySelector('.mobile-nav'); mobileNav.classList.toggle('active'); } // Close Menu on…

Hide product categories

Hides some categories that customers are not supposed to see.

Carla Mawyin
<10
1 59 60 61 62 63 233