HI [button type="link" link="http:google.com" class="line-color"]Leer más[/button] produces in the html render: Leer más neither can not use: Leer más produces html render: <a href='http://google.com' class='line-color'>Leer más</a>
Hi I was pasted the codes in the wysiwyg and the code was transformed in the html code. You have to paste in -view code- window.
Thanks, fred.carter. Feel free to contact us if you need our help. Cheers.
I have found the button shortcode doesn't produce a clickable link either. I have to resort to adding classes to my a href to produce buttons.
Hi, You just need to add properties type="link" and link="your link" to button shortcode. system will generate button with clickable. ie: [button type="link" link="http:google.com" class="line-color"]TEXT[/button] Remember to switch to "view source" mode before typing or pate. Cheers.
I see the issue. In your help, the button shortcode uses url, not link as one of the paramenters. You should update the documentation to use link and what are the types of buttons. Your help gives this: [button size="SIZE" bg="BACKGROUND_COLOR" type="TYPE" color="TEXT_COLOR" url="LINK_TO"][/button]
oh, and in the shortcode help while in the editor, you should update this with the different options like you do the box title. [button size='' type='' icon='' link='' class='']Button Name[/button]
Thank you for your comments. We will update it on TF asap. Thanks!