Hi @tals012 !
I just checked your website, and it seems that your <body> tag is not closed, therefore a CSS class gets added to the <body> tag that was meant for another <div>. Because of that class, it's hiding some elements on the webpage, including Buttonizer.
The best you can do is editing your HTML template and make sure the <body tag is closed. Just add the > character at the end of the line.
That will do the trick! 🙂