Compatibility Can Be A Problem

There are several products on the market that contain non-drying oils (deep penetrating),  waxes and silicones.  They make adhesion of chinking and caulking impossible and to add to the nightmare, they can make recoating a major problem too. Think of it like putting a bandaid on wet skin..it just won’t stick. We would rather do a chemical review on the product you are using and let you know before if you have a potential compatibility issue.

 
Chemical Review of Log Supplies
?
If you would like a call
?
Please tell us the exact Brand and product you have used or are planning on using
function addAriaSelected42464000000741292(){ var optionElem = event.target; var previousSelectedOption = optionElem.querySelector('[aria-selected=true]'); if( previousSelectedOption ){ previousSelectedOption.removeAttribute('aria-selected'); } optionElem.querySelectorAll('option')[ optionElem.selectedIndex ].ariaSelected = 'true'; } function validateEmail42464000000741292(){ var form = document.forms[ 'WebToLeads42464000000741292' ]; var emailFld = form.querySelectorAll('[ftype=email]'); var i; for( i = 0; i < emailFld.length; i++ ){ var emailVal = emailFld[ i ].value; if((emailVal.replace( /^\s+|\s+$/g,'' )).length != 0 ){ var atpos = emailVal.indexOf('@'); var dotpos = emailVal.lastIndexOf('.'); if( atpos < 1 || dotpos = emailVal.length ){ alert('Please enter a valid email address. '); emailFld[ i ].focus(); return false; } } } return true; } function checkMandatory42464000000741292(){ var mndFileds = new Array('Last Name', 'LEADCF3'); var fldLangVal = new Array('Last\x20Name', 'First\x20Name'); for( i = 0; i < mndFileds.length; i++ ){ var fieldObj = document.forms[ 'WebToLeads42464000000741292' ][ mndFileds[ i ]]; if( fieldObj ){ if(((fieldObj.value ).replace( /^\s+|\s+$/g,'' )).length == 0 ){ if( fieldObj.type == 'file' ){ alert('Please select a file to upload.'); fieldObj.focus(); return false; } alert(fldLangVal[ i ] + ' cannot be empty.'); fieldObj.focus(); return false; } else if( fieldObj.nodeName == 'SELECT' ){ if( fieldObj.options[fieldObj.selectedIndex].value == '-None-' ){ alert(fldLangVal[ i ] + ' cannot be none.'); fieldObj.focus(); return false; } } else if( fieldObj.type == 'checkbox' ){ if( fieldObj.checked == false ){ alert('Please accept ' + fldLangVal[ i ]); fieldObj.focus(); return false; } } try{ if( fieldObj.name == 'Last Name' ){ name = fieldObj.value; } } catch(e){} } } if( !validateEmail42464000000741292()){ return false; } var urlparams = new URLSearchParams(window.location.search); if( urlparams.has( 'service' ) && ( urlparams.get( 'service' ) === 'smarturl' )){ var webform = document.getElementById('webform42464000000741292'); var service = urlparams.get('service'); var smarturlfield = document.createElement('input'); smarturlfield.setAttribute('type', 'hidden'); smarturlfield.setAttribute('value', service); smarturlfield.setAttribute('name', 'service'); webform.appendChild(smarturlfield); } document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true); } function tooltipShow42464000000741292(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if( tooltipDisplay == 'none' ){ var allTooltip = document.getElementsByClassName('zcwf_tooltip_over'); for( i = 0; i < allTooltip.length; i++ ){ allTooltip[ i ].style.display = 'none'; } tooltip.style.display = 'block'; } else{ tooltip.style.display = 'none'; } }