CodePen Embed Fallback
WooCommerce low stock alert email recipient
System default to the admin email, but if you change the email on the admin user, it doesn't change the email on woocommerce system, you need to login to your database to chnage it under wp_options -> woocommerce_stock_email_recipient
Andre Fu Living Stock management Setting
How to Get your PayPal API keys
Log in to your PayPal accountHover on your top-right menu, Then choose Account SettingsUnder API access click UpdateScroll down to NVP/SOAP API Integration (Classic) Click Manage API credentialsChoose the Request an API signature Click Agree and Submit buttonThen it...
Where to find your Stripe API keys for WooCommerce
Login to your Stripe account page Click Developers on the left side menu Under Developers, there is an API key, click on it and the system will bring you to your API keys page, make sure it on live data and click on the Reveal live key.Log in to your WordPress...
TinyJPG
Retina Display Resolution
https://en.wikipedia.org/wiki/Retina_display https://en.wikipedia.org/wiki/Display_resolution
CSS focus-within
Testing CSS focus-within
Three Steps to create DIVI child theme
The create a child theme, you only need the following files, follow along and I will show you how to create your own DIVI child theme.Create a folderCreate a folder, name it whatever you want it to show up on the theme selector page. go to your site folder find...
How to change Divi Theme Blog module column number
How to change the Divi theme blog module column from 3 to 4 or even 5, and it's responsive when screen size changes. Go get your dive theme now. Divi theme blog module is 3 columns display setting, here show you how to change it to 5 columns per row on a large screen...
On scroll change Header background
//----- Script --------// jQuery(function($){ $(window).scroll(function() { if ($(document).scrollTop() > 50) { $('#section-padding').addClass('reduce-section-padding'); $('#row-width').addClass('increase-row-width'); $('#my-site-logo').addClass('reduce-logo'); }...