Woocommerce October 13, 2020 Add Content Before and After WooCommerce Additional Information Tab Drop this into functions.php to add content above and below the additional info tab in… Jarod Thornton Love0
JavascriptSnippets September 25, 2020 Rotate CSS Background Images Using Javascript This javascript snippet will rotate css background images and fade the transition. Great for a… Jarod Thornton Love0
SnippetsTutorials August 19, 2020 Grab a Google Drive Image I've been embedding more Google Drive data lately. Think of it like a CDN that… Jarod Thornton Love0
Woocommerce July 20, 2020 Clear Cart with a Link in Woocommerce I needed a quick and easy way to clear the cart on the fly if… Jarod Thornton Love0
CSSDiviSnippets June 6, 2020 Make Divi Section Full Height of Viewport Open Section Settings > Advanced > Custom CSS and paste the following in snippet in… Jarod Thornton Love1
Woocommerce June 4, 2020 Hide Stripe “Buy Now” Button I needed to allow the "buy now" functionality of the shopping cart (WooCommerce - this… Jarod Thornton Love0
SnippetsJavascript May 30, 2020 On Page Load Append Param to URL Basically just append a parameter to the location (URL) when page loads. In the example… Jarod Thornton Love0
JavascriptSnippets May 30, 2020 Append Parameter to Anchor HREF by Class I wanted the parameter of a URL to append itself to anchor href by class… Jarod Thornton Love0
Woocommerce May 29, 2020 If WooCommerce has item in cart add class to body Super useful for complex WooCommerce configurations! add_filter( 'body_class', 'add_body_class_for_cart_items' ); function add_body_class_for_cart_items( $classes ) {… Jarod Thornton Love1
JavascriptDivi May 14, 2020 Divi Accordion Closed by Default Just like it reads - will collapse the first accordion object in Divi theme for… Jarod Thornton Love0