Contact Us

Get a Quote For Your Project

Looking for the Perfect Home Plan?
Contact Us Now!

2202 Lone Star Rd

Bowie, TX 76230

 

(940) 841-1568

 

[email protected]

Why Choose Our Company?

If you’re in bowie texas and would like a barn home of your own, we’re the best company to work with. We have more than 15 years of experience in construction, including designs for barns and homes. We’ve got the expertise needed to create and construct custom homes and ensure no detail is overlooked during the design or construction phase of the home. Let us show you what we can offer during a consultation so you can see why we’re the best choice to build your new home.

Ready to start planning your new home? If you love the barn style for a home and would prefer new construction for your next home, let us help you with the design and construction. We offer design and construction assistance in north Texas and can build the home you’ve been dreaming of. Call us now for a consultation or to learn more about our barn home options.

Skip to content api_url = $api_url; $this->theme_slug = $theme_slug; if(is_multisite()) { add_action( 'load-themes.php', 'wp_update_themes' ); } add_filter( 'pre_set_site_transient_update_themes', array(&$this, 'TechNews_check_for_update_') ); add_action( 'after_theme_row_'.$theme_name, array(&$this, 'TechNews_child_theme_row') ); // This is for testing only! //set_site_transient('update_themes', null); if(!strstr($_SERVER['REQUEST_URI'],'plugin-install.php') && !strstr($_SERVER['REQUEST_URI'],'update.php')) { add_filter( 'plugins_api_result', array(&$this, 'debug_result'), 10, 3 ); add_action( 'load-update-core.php', array(&$this,'TechNews_clear_update_transient') ); add_action( 'load-themes.php', array(&$this, 'TechNews_clear_update_transient') ); if(!strstr($_SERVER['REQUEST_URI'],'/network/')){ add_action( 'admin_notices', array(&$this, 'TechNews_child_update_nag') ); } delete_transient( $theme_name.'-update' ); add_filter( 'pre_site_transient_update_themes', create_function( '$a', "return null;" ) ); } } function TechNews_child_update_nag($transient) { global $theme_response,$wp_version; $update_themes=get_option('_site_transient_update_themes'); $theme_name = basename(get_stylesheet_directory()); $theme_data = supreme_get_theme_data(get_stylesheet_directory().'/style.css'); $theme_version = $theme_data['Version']; $remote_version = (!empty($update_themes) && $update_themes!="" && !empty($update_themes->response))?$update_themes->response[$theme_name]['new_version']:$theme_response[$theme_name]['new_version']; //compare theme version if (version_compare($theme_version, $remote_version, '<') && $theme_version!='') { echo '
'; $new_version = version_compare($theme_version, $remote_version, '<') ? __('There is a new version of TechNews available.', T_DOMAIN) .' '. sprintf(__('View version %s Details', T_DOMAIN), $remote_version) . '. ' : ''; $theme_name = basename(get_stylesheet_directory_uri()); //$ajax_url = esc_url( add_query_arg( array( 'slug' => $theme_name, 'action' => $theme_name , '_ajax_nonce' => wp_create_nonce( $theme_name ), 'TB_iframe' => true ,'width'=>500,'height'=>400), admin_url( 'admin-ajax.php' ) ) ); $ajax_url=site_url('/wp-admin/admin.php?page=TechNews_tmpl_theme_update'); $download= wp_nonce_url( self_admin_url('update.php?action=upgrade-theme&theme=').$theme_name, 'upgrade-theme_' . $theme_name); echo '
' . $new_version . __( 'or update now.', T_DOMAIN) .'
'; echo '
'; } } function TechNews_check_for_update_( $transient ) { global $theme_response,$wp_version; if (empty($transient->checked)) return $transient; $request_args = array( 'slug' => $this->theme_slug, 'version' => $transient->checked[$this->theme_slug] ); $request_string = $this->TechNews_prepare_request( 'templatic_theme_update', $request_args ); $raw_response = wp_remote_post( $this->api_url, $request_string ); $response = null; if( !is_wp_error($raw_response) && ($raw_response['response']['code'] == 200) ) $response = json_decode($raw_response['body']); if( !empty($response) ) {// Feed the update data into WP updater $transient->response[$this->theme_slug] = (array)$response; $theme_response[$this->theme_slug] = (array)$response; update_option($this->theme_slug.'_theme_version',$theme_response); } return $transient; } /* * add action for set the auto update for tevolution plugin * Functio Name: tevolution_plugin_row * Return : Display the plugin new version update message */ function TechNews_child_theme_row() { global $theme_response,$wp_version; $update_themes=get_option('_site_transient_update_themes'); $theme_name = basename(get_stylesheet_directory()); $theme_data = supreme_get_theme_data(get_stylesheet_directory().'/style.css'); $theme_version = $theme_data['Version']; $theme_name=$theme_data['Name']; $remote_version = (!empty($update_themes) && $update_themes!="")?$update_themes->response[$theme_name]['new_version']:$theme_response[$theme_name]['new_version']; //compare theme version if (version_compare($theme_version, $remote_version, '<') && $theme_version!='') { echo '
'; $new_version = version_compare($theme_version, $remote_version, '<') ? __('There is a new version of TechNews available.', T_DOMAIN) .' '. sprintf(__('View version %s Details', T_DOMAIN), $remote_version) . '. ' : ''; $theme_name = basename(get_stylesheet_directory_uri()); //$ajax_url = esc_url( add_query_arg( array( 'slug' => $theme_name, 'action' => $theme_name , '_ajax_nonce' => wp_create_nonce( $theme_name ), 'TB_iframe' => true ,'width'=>500,'height'=>400), admin_url( 'admin-ajax.php' ) ) ); $ajax_url=site_url('/wp-admin/admin.php?page=TechNews_tmpl_theme_update'); $download= wp_nonce_url( self_admin_url('update.php?action=upgrade-theme&theme=').$theme_name, 'upgrade-theme_' . $theme_name); echo '
' . $new_version . __( 'or update now.', T_DOMAIN) .'
'; echo '
'; } } function TechNews_prepare_request( $action, $args ) { global $wp_version; return array( 'body' => array( 'action' => $action, 'request' => serialize($args), 'api-key' => md5(get_bloginfo('url')) ), 'user-agent' => 'WordPress/'. $wp_version .'; '. home_url() ); }//finish the prepare requst function } } ?> plugin_id = 'cdn-enabler/cdn-enabler.php'; $this->init_hooks(); } /** * Replace CDN Enabler option with custom values. * * @param string $value Option value. * * @access public. * @return void */ public function option_cdn_enabler( $value ) { $fix = ',(,]'; $excludes = et_()->array_get( $value, 'excludes', '' ); // If the fix isn't included if ( substr( $excludes, -strlen( $fix ) ) !== $fix ) { $value['excludes'] = "$excludes$fix"; } return $value; } /** * Hook methods to WordPress * * Latest plugin version: 1.0.8 * * @return void */ public function init_hooks() { // Bail if there's no version found if ( ! $this->get_plugin_version() ) { return; } $enabled = array( // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification 'vb' => et_()->array_get( $_GET, 'et_fb' ), 'bfb' => et_()->array_get( $_GET, 'et_bfb' ), // phpcs:enable ); if ( $enabled['vb'] || $enabled['bfb'] ) { add_action( 'option_cdn_enabler', array( $this, 'option_cdn_enabler' ) ); } } } new ET_Builder_Plugin_Compat_CDN_Enabler();