All Articles

Our Favorite Things

From custom furniture to fearless color, this Northland lifestyle store invites shoppers to find joy in decor that’s anything but ordinary.

Read More »

JW Thomas Custom Homes

JW Thomas Custom Homes Co-Founder Wes Boehm and Asher Real Estate’s James Asher join Shane to chat about their beautiful home in Lake Winnebago.

Read More »

Effortless Abundance

A Liberty couple created a garden that balances beauty, bounty, and ease—proving that a little planning goes a long way toward a life well grown.

Read More »

Centrally Located

A designer crafts a richly layered, highly functional kitchen at the heart of her home designed for connection, comfort, and everyday beauty.

Read More »

Sign up for our digital newsletter

This field is for validation purposes and should be left unchanged.
Name
function gravity_js_to_footer() { return true; } add_filter("gform_init_scripts_footer", "gravity_js_to_footer"); // Fix the ajax jquery inline code issue when gravity js is being called in the footer //https://bjornjohansen.no/load-gravity-forms-js-in-footer add_filter( 'gform_cdata_open', 'wrap_gform_cdata_open' ); function wrap_gform_cdata_open( $content = '' ) { $content = 'document.addEventListener( "DOMContentLoaded", function() { '; return $content; } add_filter( 'gform_cdata_close', 'wrap_gform_cdata_close' ); function wrap_gform_cdata_close( $content = '' ) { $content = ' }, false );'; return $content; }