Dane Grashoff Listen Now
https://cdn.coverstand.com/13847/653866/uploads/1583941070628p.24_listen_in_ErinCossGrasshoff.mp3
Advertisement:
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1652827040022-0'); });
Erin Cosse Grashoff is a special needs mom that posted a Proud Moment and Triumph on our Facebook Page. She said, “My boy, finally…at 15 years old, tolerated having his teeth brushed! A HUGE STEP for us, we‘ve been working on this for over a decade. (LITERALLY) Shout out to his teacher, therapists, and paraprofessional, it takes a village.”
Advertisement:
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1652827240891-0'); });
This got me curious…
It had taken them over a decade? What perseverance! I wondered what their morning routine looked like prior to her son being able to tolerate brushing his teeth….. what was the “vibe” in their house? What finally worked? I wanted to hear more from her. Listen in to our conversation.
Dane’s success with the assistance of his paraprofessional, Mr. Desmond Jackson, and his teacher, Mr. Tim Walters.
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: 'Proud Moments: Dane Grashoff Celebrates a Milestone a Decade in the Making',media: 'https://www.parentingspecialneeds.org/wp-content/uploads/2021/08/Proud-Moments-Dane-Grashoff-Celebrates-a-Milestone-a-Decade-in-the-Making.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
$('#linkedin').sharrre({
share: {
linkedin: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
linkedin: {
description: 'Proud Moments: Dane Grashoff Celebrates a Milestone a Decade in the Making',media: 'https://www.parentingspecialneeds.org/wp-content/uploads/2021/08/Proud-Moments-Dane-Grashoff-Celebrates-a-Milestone-a-Decade-in-the-Making.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 ) );
});