14 quick & easy ways to deck your doors for the holidays.


.main_nav li.showSingle { /*padding-right: 50px;*/
}

.main_nav li.showSingle:first-child { /*padding-left: 62px;*/
}

/* Close Animation Start */
function resetCloseState() {
$(‘.close-img’).css(‘background-position’, ‘0px -1170px’);
}

function startAnimateClose(attrClose) {
setTimeout(function () {
var x = -1170;
(function animateBack() {
timer = setTimeout(function () {
if ((x += 45) = -1170) {
$(objClose).css({‘background-position’: ‘0px ‘ + x + ‘px’});
animateFwd();
} else {
closeContainer(objClose);
}
}, 20);
})();
}, 0);
}

function closeContainer(closebtn) {
if ($(closebtn).attr(‘id’).indexOf(‘closeDropDown’) != -1) {
$(“.mainmenu-wrap”).slideUp(“slow”);
} else if ($(closebtn).attr(‘id’).indexOf(‘closeSearch’) != -1) {
$(‘.mainmenu-wrap’).slideUp(function () {
$(‘.mainmenu-wrap’).removeClass(‘menu-search’);
});
$(“#search_div”).slideUp();
$(“#search_box”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
} else if ($(closebtn).attr(‘id’).indexOf(‘closeMsgBox’) != -1) {

$(“#tradeprofessional_form”).slideUp(“slow”);
$(“#homeowner_form”).slideUp(“slow”);
$(“body”).css(“overflow-y”, “auto”);
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
} else {
$(‘.modal’).modal(‘hide’);
}
}

/* Close Animation End */

/* Search Box Show Hide */
function closeSearchMobile() {
$(“#search_div”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
}

function showSearchMobile() {
$(‘.mainmenu-wrap’).hide();
resetCloseState();
$(“#search_div”).slideDown();
$(“.modal-backdrop”).removeClass(“modal-backdrop-loadmask hide”);
$(“.targetDiv”).hide();
$(“body”).css(“overflow-y”, “hidden”);
$(“.overlay-wrap”).show();
setTimeout(function () {
startAnimateClose(‘closeSearchBoxMobile’)
}, 100);
}

$(document).ready(function () {
/** Code to target IE11 **/
var ua = navigator.userAgent;
if ((ua.match(/rv:11.0/i)) || (ua.match(/Edge/i))) {
$(‘body’).addClass(‘ie11-above’);
}
/** Code to target IE11 ends **/

$(‘#dl-menu’).click(function () {
$(‘#dl-menu’).dlmenu();/**For Mobile Menu**/
});
$(‘.dl-trigger’).click(function () {
$(‘.mainmenu-wrap’).hide();
closeSearchMobile();
});
$(‘#search_icon’).click(function () {
if ($(‘#search_div’).is(‘:visible’)) {
closeSearchMobile();
} else {
showSearchMobile();
}
;
});

$(‘#search_button’).click(function () {
if ($(‘#search_box’).is(‘:visible’)) {
$(‘.mainmenu-wrap’).slideUp(function () {
$(‘.mainmenu-wrap’).removeClass(‘menu-search’);
});
$(“#search_box”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
} else {
resetCloseState();
$(“.targetDiv”).hide();
$(“#search_box”).slideDown();
$(“body”).css(“overflow-y”, “hidden”);
//$(“.overlay-wrap”).show();
$(“.modal-backdrop”).removeClass(“modal-backdrop-loadmask hide”);
$(‘.mainmenu-wrap’).addClass(‘menu-search’);
$(‘.mainmenu-wrap’).show(function () {
setTimeout(function () {
startAnimateClose(‘closeSearchBox’)
}, 200);
});

}
;
});

/* $(‘#closeSearchBoxMobile’).click(function () {
$(“#search_div”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
$(“.overlay-wrap”).hide();
});
$(‘#closeSearchBox’).click(function () {
$(‘.mainmenu-wrap’).slideUp(function () {
$(‘.mainmenu-wrap’).removeClass(‘menu-search’);
});
$(“#search_box”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
$(“.overlay-wrap”).hide();

}); */

/** Navigation Show Hide on Click **/
/*$(‘.main_nav .showSingle’).click(function (e) {
var $this = $(this);
dataAttr = $this.find(‘a’).attr(“data-toggle”);
if ($(“.main_nav .mainmenu-wrap #” + dataAttr + “”).css(‘display’) == “none” || $(“.main_nav .mainmenu-wrap”).css(‘display’) == “none”) {
resetCloseState();
$(“#search_box”).hide();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
$(“.main_nav .targetDiv”).hide();
$(‘.main_nav .mainmenu-wrap’).removeClass(‘menu-search’);
$(“.main_nav .mainmenu-wrap #” + dataAttr + “”).show();
$(“.main_nav .mainmenu-wrap”).slideDown(“slow”, function () {
startAnimateClose(‘closeDropDown’);
});
}
});

$(‘.mainNavMobile .showSingle’).click(function (e) {
var $this = $(this);
dataAttr = $this.find(‘a’).attr(“data-toggle”);
if ($(“.mainNavMobile .mainmenu-wrap #” + dataAttr + “”).css(‘display’) == “none” || $(“.mainNavMobile .mainmenu-wrap”).css(‘display’) == “none”) {
resetCloseState();
$(“#search_div”).hide();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
$(“.mainNavMobile .targetDiv”).hide();
$(‘.mainNavMobile .mainmenu-wrap’).removeClass(‘menu-search’);
$(“.mainNavMobile .mainmenu-wrap #” + dataAttr + “”).show();
$(“.mainNavMobile .mainmenu-wrap”).slideDown(“slow”, function () {
startAnimateClose(‘closeDropDownMobile’);
});
}
});

var interval = null;
var DivHide = false;
var timeout;

function HideDiv() {
if ((DivHide == true) && (!timeout)) {
$(“.mainmenu-wrap”).slideUp(“slow”);
clearInterval(interval);
DivHide = false;
}
}

var dataAttr;
$(“.main_nav > ul”).click(function () {
timeout = setTimeout(function () {
timeout = null;
DivHide = false;
interval = setInterval(HideDiv, 1000);
$(“.mainmenu-wrap”).stop(true, true).slideDown(“slow”);
}, 500);

}, function () {
clearTimeout(timeout);
timeout = null;

DivHide = true;

});

$(“.mainmenu-wrap”).click(function () {
DivHide = false;
$(“.mainmenu-wrap #” + dataAttr + “”).stop(true, true).show();
}, function () {
DivHide = true;

});
*/

/* $(function () {
$(“.main_nav li.showSingle”).click(function () {
$(“.main_nav li.showSingle”).removeClass(“current”);
$(this).addClass(“current”);
})

$(“.dropdown-head .close-img”).click(function () {
var _this = $(this).parents(“.main_nav”).find(“.showSingle”);
var _this2 = $(this).parents(“.main_nav”).find(“.selected”);
_this.removeClass(“current”);
_this2.addClass(“current”);
})
})*/

$(“#closeMsgBox”).click(function () {
$(“#signup_success_box”).slideUp();

$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
});
$(“#closeErrorMsgBox”).click(function () {
$(“#signup_error_box”).slideUp();

$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
});

});

$(“.press-enter”).click(function () {

// Analytics tracking Code
var searchKeyword = $(this).closest(“.search-box”).find(“.search-query”);
searchKeyword = searchKeyword.val();

// Submit the form
$(“form#faqSearchForm”).submit();
});

.msg-div {
height: auto;
overflow-y: scroll;
}

.ie11-above .flag {
right: 6px;
}

.flag:after {
background-image: url(“/etc/designs/sch-us-2/clientlibs/main/images/header-link-icon.png”);
background-repeat: no-repeat;
width: 20px;
height: 100%;
position: absolute;
right: -6px;
content: “”;
top: 0px;
-ms-transform: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.flag:hover:after {
-ms-transform: translate(3px, -3px);
-moz-transform: translate(3px, -3px);
-o-transform: translate(3px, -3px);
-webkit-transform: translate(3px, -3px);
transform: translate(3px, -3px);
}

.flag:hover {
background-position: right top;
}

.flag:active:after {
background-image: url(“/etc/designs/sch-us-2/clientlibs/main/images/header-link-icon-hover.png”);
}

.flag {
color: #003767;
font-family: “Avenir-Book”;
font-size: 11px;
line-height: 19px;
margin-left: 70px;
margin-right: 11px;
margin-top: 30px;
padding-right: 11px !important;
padding-top: 3px;
position: absolute;
right: 0;
top: 0;

}

.flag {
display: none;
}

14 quick & easy ways to deck your doors for the holidays.

By emily.bailey

Wednesday, December 2, 2020

.sf-date {

font-size: .85em;
color: #666;
margin-left:20px;
}


DIY Holiday door decor | Schlage

DIY Holiday door decor | Schlage

$(“#wtbClick a”).click(function(e) {
e.preventDefault();
var destination = $(this).attr(‘href’);
setTimeout(function() { window.location.href = destination; }, 1000);
});

function eventRecord(retailer)
{
//record([‘productfacets’], {facetselection: “‘”+selectedFacets+”‘”});
var prodSku = $(‘#prodsku’).val();
var pdpprodTitle = $(‘#pdpLabelTitle’).text();
var SKUProduct = prodSku + ‘-‘ + pdpprodTitle;
if(SKUProduct == “undefined-“)
{
SKUProduct = “WTB”;
}
}

Grab your friends, kids or partner and tackle one of these quick and easy decor ideas this week. You’ll be glad you did.

 

READ MORE

We know what you’re thinking. Winter holidays are right around the corner. If you haven’t decorated your doors yet, there’s no point in doing it now. Well, we disagree, especially when you have these easy tricks and tutorials at your disposal. Grab your friends, kids or partner and tackle one this week. You’ll be glad you did.

.blog .textExt .blogg{display:none;}

Country Christmas front porch.

.blog .textExt .blogg{display:none;}

1. 2-STEP GLITTER HOLIDAY WREATH

This beautiful holiday wreath from A Pumpkin & A Princess makes an elegant statement and looks as though you slaved to put it together. In reality, it was done in only two steps. That’s not even the best part. If you buy these supplies now, relatively late in the game, you’re likely to save money thanks to Christmas décor markdowns at many craft supply stores. Easy and inexpensive make this holiday wreath a win!

.blog .textExt .blogg{display:none;}

2. HOLIDAY BANNER

We love the idea of skipping the traditional Christmas wreath to deck your doors with a festive banner instead. Below are two easy tutorials for pulling off this look in no time at all. Pick whatever word you like – joy like Uncommon Designs did, Noel like A Beautiful Mess, peace, snow – to best capture the season’s meaning.

.blog .textExt .blogg{display:none;}

3. 5-MINUTE CHRISTMAS WREATH

The only requirement for this wreath is that you choose the wreath and flowers that make you happiest. No special tools are needed, and assembly is a piece of cake! Maynard Made couldn’t have made it any easier.

.blog .textExt .blogg{display:none;}

4. TRADITIONAL, FRESH HOLIDAY WREATH

If you love the look that fresh wreaths offer but hate the price tag and waste of short-lived décor, this Rikki Snyder tutorial is perfect for you. While this is the most time-consuming project on the list, even DIY beginners can tackle it with this simple tutorial.

.blog .textExt .blogg{display:none;}

5. SNOWMAN WREATH

This adorable snowman wreath from On Sutton Place is so easy to create. You can swap out the scarf and mittens for different colors to make him last all winter long or choose different wreath materials like grapevines or wire covered in white lights.

.blog .textExt .blogg{display:none;}

6. $20 ORNAMENT WREATH

Ornament wreaths are all the rage this holiday season and for good reason! They’re a breeze to make, even easier to maintain and only cost a fraction of similar store-bought décor. It’s a must-try for anyone who has accumulated too many Christmas balls over the years. Find out how from The Happier Homemaker.

.blog .textExt .blogg{display:none;}

7. MONOGRAM CHRISTMAS WREATH

This monogram Christmas wreath from Craftaholics Anonymous requires very little work and, like the snowman wreath above, you can simply swap the ribbon and letter for a different color and keep this wreath up all year-long.

.blog .textExt .blogg{display:none;}

8. Fall for winter decor

When you’re looking for quick holiday décor, your best bet might be to use something you already have. If your fall decorations are still going strong, keep them and add a simple wreath to bring it into the colder months. On Sutton Place shows us how beautiful simple and natural can be.

.blog .textExt .blogg{display:none;}

9. GLAMOROUS MIXED METALS

Similar to reusing fall décor to simplify holiday decorating, try incorporating the same elements indoors and out. That’s just one trip to the craft store and one stunning, coordinated look throughout the home. You can see here how Centsational Girl’s copper bells and Christmas baubles perfectly mirror the metallics inside on the stair bannister’s garland.

.blog .textExt .blogg{display:none;}

10. BOLD DOUBLE WREATH

If you’re short on time but still have a lot of porch to cover, don’t fret. These two bold wreaths are real workhorses. You won’t need a lot of décor to make a statement, especially for a classic farmhouse look like this one from Beneath My Heart.

.blog .textExt .blogg{display:none;}

11. Beautiful Backdrops

With the hustle and bustle of the holiday season, home improvement projects can get placed on hold. But sometimes a simple update is exactly what you need to set off the rest of your front porch décor, today and for the rest of the year. In the tutorials below, you see can how two colors not typically associated with winter – greenish-blue for In Honor of Design and soft rose for Classy Clutter – make gorgeous backdrops for their unique wreaths. The new coats of paint will transition perfectly into warmer seasons, making it a win throughout the year.

.blog .textExt .blogg{display:none;}

12. Rustic spruce

Add a little extra charm to your front door décor with a simple, unadorned spruce tree and a few winter necessities. This look from Good Housekeeping is quick and easy to pull off if you’re waiting until the last minute to make your home festive. The best part is that the décor can stay all winter long.

.blog .textExt .blogg{display:none;}

13. BERIBBONED PLANTERS

Whether you have large box planters like At Charlotte’s House or a collection of smaller pots, it’s easy to add small seasonal touches. In this case, Charlotte simply added a combination of greenery for a friend’s house and the craft store, tied a big bow on it and called it done.

.blog .textExt .blogg{display:none;}

14. SITTING PRETTY

Do you have patio furniture going un-sat on since the summer? Add a throw blanket and a pillow or two on benches, porch swings and chairs. You might be surprised how festive your porch looks with the right colors and fabrics. Like we see with Lolly Jane’s Adirondack chair, it doesn’t even have to be red to feel festive. The cozy touches might even encourage you to spend more time snuggled up with a warm drink and a friend.

.blog .textExt .blogg{display:none;}

Holiday porch décor doesn’t have to be high maintenance or tricky. Find even more simple ideas to spruce up your winter curb appeal at the Schlage blog or follow us on Pinterest.

 

.blog .textExt .blogg{display:none;}

body {
text-align: inherit ;
}
.commercial:after {
background-image: none;
}
div.section {
margin: 0px 0;
}
@media (min-width: 768px) and (max-width: 900px) {
.main_nav>ul li a {
font-size: 12px;
}
}

/* –INC0038827 – show main nav–10.5.2020
Css for hiding main-nav drawer
.mainmenu-wrap {
background-color: #ffffff;
border-bottom: 3px solid #ffffff;
}
.close-img {
background: none;
}
.border-bottom {
display: none;
}
.dropdown-head {

display: none;
}*/

div.list div.pagination {

margin-left: 0px;

}
.pagination {
width: 100%;
}
fieldset {
width: 445px !important;
}
@media (max-width: 767px) {
.navigation {
width: 100%;
margin-right: 0px;
}
}

<!–

x

Stay up-to-date on the latest style and design tips, trends, DIY tutorials, product updates and smart home news.

var aoProtocol = location.protocol;
if ( aoProtocol.indexOf(‘http’) < 0 ) aoProtocol = 'http:';
var aoCAP = {
aid: '17883',
fid: '0017',
did: 'd-ext-0001',
server: 'mktg.schlage.com',
formId: 'blog-subscribe',
protocol: aoProtocol,
};
var aoArr = aoArr || []; aoArr.push(aoCAP);

$("form#blog_subscribe").submit(function(e){

var business = $('#business').val();
var businessRegion = $('#businessRegion').val();
var businessType = $('#businessType').val();
var send_to_sb = $('#send_to_sb').val();
var email = $('#email').val();
var subscription = $('[name="subscription"]:checked').val();
console.log("sub"+subscription);

$.ajax({
type: 'POST',
url: "/bin/allecore/formsubmit",
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
//contentType: 'application/json; charset=UTF-8',
data: {
formName: "blog_subscribe",
cusBusiness: business,
cusAlleRegion: businessRegion,
cusBusinessType: businessType,
subscription: subscription,
send_to_sb:send_to_sb,
email:email
},
dataType: 'json',
success: function (msg) {

},
error: function (xhr, ajaxOptions, thrownError) {

}
});

//alert("Hurray! I'm subscribed.");
$("#msg").show();
$("form#blog-subscribe")[0].reset();
e.preventDefault();
});

.iubenda-cs-close-btn {
color: #000 !important;
position: absolute !important;
right: 10px !important;
text-decoration: none !important;
font-size: 20px !important;
}
.blueBorder
{
background: #0081c5 none repeat scroll 0 0;
width:100%;
height:10px;
}
.Avenir_Black
{
color: #000;
font-weight: bold;
text-align: center;
padding:15px 0;
}

#blog-subscribe input[type=”email”]
{
border: 1px solid #ccc;
color: #555;
margin: 0 14px 0px 0;
padding-left: 10px;
width: 250px;
}
#blog-subscribe input[type=”radio”]
{
float:left;
margin-top:0;
margin-right: 2px;
}
.blogSubsButton{
background: #0081c5 none repeat scroll 0 0;
border: 1px solid #ccc;
color: #fff;
font-family: “Avenir-Black”;
font-size: 13px;
height: 20px;
letter-spacing: 1px;
margin-bottom: 0px;
padding: 0 16px;
}
.stayLeft
{
float:left;
}
.stayLeft.radioBtn
{
padding-left:10px;
margin-top: 2px;
}
.stayLeft.submitBtn
{
padding-left:20px;
}
.subsForm
{
width:100%;
text-align: center;
}
.subsForm form#blog-subscribe
{
margin: 0 auto;
display:inline-block;
}
.subscribeBlogForm
{
border: black 1px solid;
position: fixed;
width: 100% !important;
z-index: 99999998 !important;
bottom: -1px;
}
.footer
{
overflow: hidden;
}
.whiteBg
{
background-color: #fff;
padding-bottom: 10px;
}
#msg
{
padding-left: 10px;
}

$(document).ready(function(){
if(readCookie(“BlogSubscribe”) != null)
$(“.subscribeBlogForm.blog-subs”).hide();

});
function writeCookie(cookieName,cookieValue,exdays){
if(exdays > 0)
{
var d = new Date();
d.setTime(d.getTime()+(exdays*24*60*60*1000));
var expires = “expires=” + d.toGMTString() + ‘; path=/’;
document.cookie = cookieName + ‘=’ + cookieValue + “; ” + expires;
}
else
{
document.cookie = cookieName + ‘=’ + cookieValue + “; path=/”
}
}

function readCookie(name) {
var nameEQ = name + “=”;
var ca = document.cookie.split(‘;’);
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}

$(".iubenda-cs-close-btn").click(function(){
$(".subscribeBlogForm.blog-subs").hide();
writeCookie("BlogSubscribe", "TRUE" , 30);

});

–>

Similar Posts