My favorite ornaments on our tree are the pictures of my children in ornament frames. Many of these ornaments were made in school with their pictures inside them. Each year, as we unwrapped the ornaments and hang them on the tree, is a reminder of how they have grown. Looking at the tree once it is decorated always makes me reflect on various times and recall heartwarming memories. I have often thought it would be wonderful to decorate a tree with all family members, and to see all of our loved ones “scattered along the branches” then reminisce on all the times we’ve had, as well as to remember with fondness those that have left us.
~ Chantai Snellgrove, Proud Mom
Advertisement:
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1652827040022-0'); });

More Stories Like This
Advertisement:
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1652827240891-0'); });
This post originally appeared on our November/December 2012 Magazine
Advertisement:
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1652827382064-0'); });
// Sharrre
jQuery( function($) {
//
$('head').append( $( '', { id : 'hide-sharre-count', type : 'text/css', html:'.sharrre-container.no-counter .box .count {display:none;}' } ) );
//
$('#twitter').sharrre({
share: {
twitter: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: 'PSNMagazine'}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
}
});
$('#facebook').sharrre({
share: {
facebook: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons:{layout: 'box_count'},
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
$('#pinterest').sharrre({
share: {
pinterest: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
pinterest: {
description: 'Holiday Cherished: Family Ornaments',media: 'https://www.parentingspecialneeds.org/wp-content/uploads/2019/06/Holiday-Cherished-Family-Ornaments.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
$('#linkedin').sharrre({
share: {
linkedin: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
linkedin: {
description: 'Holiday Cherished: Family Ornaments',media: 'https://www.parentingspecialneeds.org/wp-content/uploads/2019/06/Holiday-Cherished-Family-Ornaments.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
}
});
// Scrollable sharrre bar, contributed by Erik Frye. Awesome!
var $_shareContainer = $(".sharrre-container"),
$_header = $('#header'),
$_postEntry = $('.entry'),
$window = $(window),
startSharePosition = $_shareContainer.offset(),//object
contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(),
topOfTemplate = $_header.offset().top,
topSpacing = _setTopSpacing();//triggered on scroll
shareScroll = function(){
var scrollTop = $window.scrollTop() + topOfTemplate,
stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing);$_shareContainer.css({position : 'fixed'});if( scrollTop > stopLocation ){
$_shareContainer.css( { position:'relative' } );
$_shareContainer.offset(
{
top: contentBottom - $_shareContainer.outerHeight(),
left: startSharePosition.left,
}
);
}
else if (scrollTop >= $_postEntry.offset().top - topSpacing){
$_shareContainer.css( { position:'fixed',top: '100px' } );
$_shareContainer.offset(
{
//top: scrollTop + topSpacing,
left: startSharePosition.left,
}
);
} else if (scrollTop 1024 ) {
topSpacing = distanceFromTop + $('.nav-wrap').outerHeight();
} else {
topSpacing = distanceFromTop;
}
return topSpacing;
}//setup event listeners
$window.on('scroll', _.throttle( function() {
if ( $window.width() > 719 ) {
shareScroll();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
$window.on('resize', _.debounce( function() {
if ( $window.width() > 719 ) {
shareMove();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
});