premiercustomblog.com
Trying to use the button shortcode. Doesn't work. Using other shortcodes do work.
Using [button link="#"]Read More[/button] with # replaced by the URL
(6 posts)
(2 voices)
premiercustomblog.com
Trying to use the button shortcode. Doesn't work. Using other shortcodes do work.
Using [button link="#"]Read More[/button] with # replaced by the URL
Hello xfree9,
I can't seem to find any buttons inside your content. Go ahead and paste the code you used for that page here or PM us some login information so we can see how the shortcode is being used.
http://premiercustomblog.com/buttontest/
this is a page. The code i'm using is:
[button link="http://premiercustomblog.com/resources/2011-designers-meeting/"]Read More[/button]
For some reason it is being hidden with CSS.
Open up /wp-content/themes/infocus/style.css and on line 1012 try switching display parameter to block like so,
display: block;
If you cannot find it then try adding this line to overwrite any changes previously made,
a.button_link { display: block !important; }
I added the second code you wrote:
a.button_link { display: block !important; }
at the end of the a.button_link span, and that worked.
Glad that worked for you xfree9, let us know if you need anything else.
You must log in to post.