Adding block class to widgets

April 22, 2022 | Code Snippets,WordPress

When registering a sidebar, you can set the “before_widget” value to include some classes that WordPress will define. With Gutenberg, you can now use blocks in your sidebars – yay! However, that “before_widget” class by default does not include anything about the block that is used so it can be a challenge to custom style […]

Read full post

Confetti now supports GiveWP and Forminator

February 15, 2022 | Releases

WIth the release of Confetti 1.1, I am happy to say that the Confetti WordPress plugin now integrates with GiveWP and Forminator. GiveWP – Add a confetti effect after someone submits an online donation. A great way for the person donating to your cause to celebrate! See the documentation Forminator – Like our other form […]

Read full post

Order Redirects for WooCommerce updated to v0.8

June 7, 2021 | Releases

The Order Redirects for WooCommerce plugin has been updated to version 0.8. With this release comes new Template Tags which allow you to add order metadata to an order redirect URL. This will allow you to pass any stored information about the order onto any URL. Available template tags: {order_id}{meta:anymetakeyhere} Example redirect URL:https://anysite.com/?order_id={order_id}&state={meta:_billing_state}

Read full post

Use a reusable block in your theme

May 13, 2021 | WordPress

I ran into a situation where I created a reuseable block for many of the content pages of an e-commerce site. We wanted to use this same block at the bottom of all WooCommerce product pages as well. I could have written custom HTML/CSS for this small banner block but I always love making things […]

Read full post