Can you post a link to your website?
Hi,
Is this a theme you are making yourself? Please check if you have a footer that calls the wp_footer(); function, it seems your page is not correcty terminated as well with </body> </html>
It’s not my theme and I don’t really understand code. Can I still be helped
There is not much I can do if the theme is not working properly.
You can try this as shortcode however :
[maxbutton id=x style=’inline’]
Replace the ‘x’ with the button number.
I don’t think its the theme because there is a button right below the “BUY NOW” max button that I want the maxbutton to look like:
http://tenniselbowracquet.com/tennis-racquet-reviews/head/head-yt-graphene-prestige-pro/
That’s from a different plugin. If you don’t heed my advice, we’re not going to go anywhere with this.
OK, I’m trying to follow your advice can you please explain what you mean by Please “check if you have a footer that calls the wp_footer(); function, it seems your page is not correcty terminated as well with </body> </html>”
Where would I look for this?
Please check this page – https://codex.wordpress.org/Function_Reference/wp_footer
Or as mentioned before, use the style=”inline” method on the shortcode.