My KC Live & Ideal Living

Articles, video tours, and exclusive interviews produced in partnership with designKC and myKC Live.

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 »

Hagley on the Plains

Inspired by a famous Federal-style library on the East Coast, a new build south of the Country Club Plaza recreates the look—with modern updates, of course.

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; }