RED'S CSS Snippet
#red-chatbot-wrap { max-width: 720px; margin: 30px auto; font-family: Arial, sans-serif; } .red-chatbot-card { border: 1px solid…
Remove ISO 4217 Format for specific feeds
//Google Feeds add_filter('adt_pfp_localize_price_iso4217_feeds', function($feeds) { // Remove all Google feeds from ISO4217 formatting return array_filter($feeds, function($feed)…
church website
Your Church Name – Your Tagline Here YOUR CHURCH Home About Us Speakers FAQs Contact Welcome…
Smooth Scroll
document.querySelectorAll('a[href^="/#"]').forEach(link => { link.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href').replace('/', '')); if (target) { window.scrollTo({…
Redirecting Vendors to Vendor Dashboard on Login
Snippet To Redirect Vendors to their Dashboard on login
CL LeadCapsule Dynamic Post Working Console Old V1
Review because it has GC redirect
Add menu item to vendor dashboard
// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…
Coursework Help: Smart Time-Management Techniques for Students
Effective time management can make coursework more manageable and reduce last-minute stress. Students can begin by…
WWPAY - Change Order status (On Hold → Processing)
/** * Plugin Name: Wholesale Payments — send $0-today plan orders to Processing * Description: Temporary…
Framework_Fluid_CSS
Fluid Design Framework - Fonts: Viewport MIN - 320 -- Viewport MAX - 1200 Space: Viewport…
Add Your Own Custom Fields to Events
Sugar Calendar has no custom fields UI, so there is no built-in way to store something…
Show Left Sidebar Before Content on Mobile
By default the sidebar always displays below the content on mobile. This code will allow you…