Hey Chore007 ,
Thanks for your reply and letting me know how to reproduce! I just checkend your website once again and noticed the same behaviour as well 🤔
I see you are using a plugin (or perhaps it's your theme) that is loading the page in the background. It seems that it fully replaced the <body>
tag (where Buttonizer is rendered to) with the new content when you click a link.
When the content has been replaced, it also removed the Buttonizer content that was generated. While Buttonizer is configured to regenerate on path-changes, it is unable to since it's container isn't rendered anymore.
Are you able to perhaps disable the ajax-load functionality and try if this is actually causing the issue?