I’ve found that this script was calling nothing.
<script type=”text/javascript”>
var stm_sticky = ”;
</script>
The simple fix was to add the element name (still some styling issues though).
<script type=”text/javascript”>
var stm_sticky = ‘bottom’;
</script>