WordPress Wisdom
Mailchimp automations on free plan
Use this link: Link to Classic Automations You can only create 1 email here. If you need to create more you can do so using a tag system. See this video for more info
Stop flash of unstyled content
<!--stop flash of unstyled content--><script type="text/javascript">var elm=document.getElementsByTagName("html")[0];elm.style.display="none";document.addEventListener("DOMContentLoaded",function(event) {elm.style.display="block"; });</script>
Woocommerce snippets
Show Category Description if ( ! function_exists( 'my_show_category_description_in_shop' ) ) { function my_show_category_description_in_shop( $category ) { ?> <h2 class="woocommerce-loop-category__description"> <?php echo esc_html(...
Doing things the right way – Search using a date filter
The web is such an ever changing environment that it's really important that you get the most up to date information when you search for how to do things in Divi or for any searches for that matter. The best way to do this is to utilise the "Tools" in google search...
Great Divi resources / Divi How to’s
How to pop up Bloom pop-up on button click Woocommerce: How to create custom Woocommerce cart in Divi Divi: Add your own font - Font upload error Divi: Styling mobile hamburger menu Woocommerce: Disable Woocommerce Gallery Zoom Divi: Add an "Add to cart" button to...