Q-PLUSLabsMarketingDept Okay, thanks for letting me know! If it happens again, please let me know!
JoshuaKr Hi Joshua! Thanks for the demo page! That has helped me a lot understanding your issue!
I found out that your site has a <metacharset = "UTF-8">
tag which is incorrecty formatted, this is causing the issue with Buttonizer. You should replace that to this: <meta charset="UTF-8" />
.
As the 'metacharset' tag is not a valid tag and isn't closed, the browser doesn´t understand and the <head>
content is being rendered inside the <body>
(wherefor the generated style for the buttons in the <head>
is being overwritten by the default style in the <body>
).
Fixing that tag should also fix Buttonizer 🙂