Can you add a link? Also, what do you mean you are putting it in a frame. An iframe? or a div?
Thanks for the reply!
All of the functions seem to work fine when we design the button, but it just will not show up. All we get is a line of text of the name of the button.
we currently have short code buttons inside a table so we can have 3 across. so I know short code buttons will work, we just can’t get the maxbuttons to show up.
http://www.alliancelegalgroup.com
is our site.
Are you possibly looking at it in IE? It looks fine for me in Chrome.
If so, take a look at this article: http://maxbuttons.com/blog/maxbuttons-and-internet-explorer/
no, we only use chrome and firefox.
this is what we have for code:
<center>
<table>
<tbody>
<tr>
<td style="vertical-align: top;">
[custom_button text="Criminal Defense" title="Criminal Defense" url="http://www.alliancelegalgroup.com/florida-criminal-defense/" size="large" bg_color="#2E2E2E" text_color="#FFFFFF" align="left" target="_self"]
etc...
</tr>
</tbody></table>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I’ll keep taking a look, but it looks fine in all of my browsers.
Oh, man! Sorry… these buttons currently are not MaxButtons that you see now. They are short code buttons from our theme.
I will go into it now and put in a MaxButton to let you see what it looks like.
No problem. I was going to mention that it said “custom_button” but thought maybe you’d re-worked it.
Looks the styles aren’t shown anywhere. Do you possibly have “Use External CSS” checked?
where is that located? inside the general WP settings or inside our Udesign theme?
It’s in the MaxButtons “Edit Button” Page toward the bottom.
found it! that was it! SWEET! thanks!
how about one last question?
how do we get 3 across and 3 down centered?
You could adjust the display settings for the buttons to be display:inline-block and then make sure that they are wide enough that three will appear in a row. Or you could just put them in an HTML table.