Change ‘Return To Store’ text button in WooCommerce

WooCommerce version 2.6 has brought out a new text filter that lets you change the text of ‘Return To Store’ on the button that appears on the cart page when the cart is empty. The filter is called woocommerce_return_to_shop_text and this is how you can use it. Add the snippet in your themes functions.php file.

Read More

Makes a BB Column clickable.

to make background images in columns clickable   This is what I would use for this: /** * Makes a BB Column clickable. * Pre-requisite: There must be an A Tag contained within the column element. */ It comes from Carlos Velasco a BB dev. You need to add the clickable-col class selector to each…

Read More

Change ‘Return To Store’ text button in WooCommerce

WooCommerce version 2.6 has brought out a new text filter that lets you change the text of ‘Return To Store’ on the button that appears on the cart page when the cart is empty. The filter is called woocommerce_return_to_shop_text and this is how you can use it. add_filter(‘woocommerce_return_to_shop_text’, ‘prefix_store_button’); /** * Change ‘Return to Shop’…

Read More

FCPX (Youtube) tutorials

Need some helpful final cut Pro tips and tricks? Now introducing Final Cut Pro tutorials completely free! Great for both beginners and advanced users!

Read More

Customizing WooCommerce Checkout Fields

The Importance of Customizing WooCommerce Checkout Fields This week I’ll send you straight to a “tag” page, so that you can see all my tutorials related to “checkout fields”: https://www.businessbloomer.com/tag/checkout-fields/ The most important skill for a WooCommerce developer is being able to add, hide, edit and move checkout fields. There’s no doubt that adding a checkout…

Read More

FCPX – Make your own transitions

Awesome transitions can make or break a video. In this tutorial, we’re going to look at seven FCPX transitions that will elevate your next video. There’s a lot that goes into mastering a non-linear editing software like Final Cut Pro X. Thankfully, there are also tons of easy shortcuts to lighten your load and make…

Read More