I thought I’d post the updated solution on this thread to save everyone some time.
A commentor (Jonathon Moore) on the original GitHub posted a modified code which now works with Shopify’s new sectioned themes. It’s works perfectly, you just follow the same instructions as the original post.
Also, according to Coding with Jan, he provides a slightly altered version of the render so it only applies to the Product Pages:
{% if template contains 'product' %}
{% render 'linked-options' %}
{% endif %}
(H/T to