Can you post a link to the site that’s happening on?
http://www.tefcap.com/heat-shrink-teflon-tubing/
On the button set up page everything looks good. They are showing the color and text , but when I put the short code on the page all that comes up is the [maxbutton id=”27″]
It was working earlier but not 100 % sure when it stopped.
There can be two reasons for that. The first; the plugin is not activated. But if you see the button editor then that’s not likely.
The second is you added the buttons by copying the shortcode into the visual editor of WordPress. Possibly WordPress converted it and doesn’t see it as shortcode anymore. To see if that’s the case, go to the text mode instead of visual mode and see if the brackets ( [] ) are there or there is some other code.
This is what I am seeing in TEXT mode
<p style=”text-align: left;”> [maxbutton id=”27″] Standard Wall PTFE 2:1</p>
<p style=”text-align: left;”> [maxbutton id=”28″] Thin Wall PTFE 2:1</p>
<p style=”text-align: left;”> [maxbutton id=”29″] Light Wall PTFE 2:1</p>
<p style=”text-align: left;”> [maxbutton id=”30″] Fractional 2:1</p>
<p style=”text-align: left;”> [maxbutton id=”31″] Fractional 4:1</p>
On the site I also you use different (the wrong) quotes:
[maxbutton id=”29″]
These should ordinare “” quotes.
I still think that for some reason the plugin is not active since I don’t see any maxbutton output on your page. In the footer area there should be CSS styles for instance. You can try to following things
– ensure the maxbuttons plugin is active
– turn of the caching plugin and / or flush the cache
– replace the said quotes
I deactivated the Plug in and re-installed. We have the words ( more info ) But there is no button box around the words
More Info Standard Wall PTFE 2:1
More Info Thin Wall PTFE 2:1
More Info Light Wall PTFE 2:1
More Info Fractional 2:1
More Info Fractional 4:1
Thanks for all the help.
That’s the first step. The problem now is that the styles are not loading for some reason.
Can you verify you are running wp_footer() on your theme. Perhaps the cache is still interfering, so try to disable that.
OK now you lost me sorry.
1) Disable the cache from the caching plugin. See if that fixes the problem.
2) If that doesn’t work, check if this function is being called in your theme. The plugin uses that to output the button styles. In your case they are not, so there is a problem there.