Adding Artisteer Button into Wordpress Page


Author Message
mknight336

Posted: 3/7/2012
Quote message 

I created a button in Artisteer that matched my Theme colors.

How do I get that button to "show-up" on a wordpress page?

I don't understand what the artisteer button is for, if you can't use it on posts or pages in wordpress.
 
Ron A

Posted: 3/8/2012
Quote message 

Try This

<p style="text-align: right;"><a class="button" href="PUT YOUR LINK HERE">Read More</a></p>
 
mknight336

Posted: 3/8/2012
Quote message 

Try it were?
I put your code in the "visual" and "html" boxes and it didn't work in either.

Funny thing I searched the form and found this posted for someone else: try this: <a class="button art-button" title="purchase videos now"

It word yesterday, and I was able to ad a functional button, but it won't work today. I'm really confussed!
 
Ron A

Posted: 3/8/2012
Quote message 

See the blue buttons at the bottom of this page?
http://buildwordpress.co/test/

Thats the code I used.....Just style the buitton in Artisteer and use that code it should work... Mine are just dumped in a text widget...

Ron A
 
Guy

Posted: 6/3/2012
Quote message 

Hi,

I was looking for a solution to get the button look as created in artisteer. So far i did n 't found a solution until i read the message below:

Quote Ron A:

Try This

<p style="text-align: right;"><a class="button" href="PUT YOUR LINK HERE">Read More</a></p>

This seems to work for me, i did simply ad the class "button" to my hyperlink via the HTML editor (not the WYSIWYG editor) saved my page and now it seems to work

This is a part of my code, look how i transformed 3 classic hyperlinks to the provided button style i created with the artisteer software:
<table style="width: 100%;" border="0"> <tbody> <tr> <td width="33%"><a class="button" title="Dagwandeling van Ronse naar Brakel: algemene informatie" href="http://ideosky.eegs.be/?page_id=49"> Algemene info </a></td> <td style="text-align: center;"><a class="button" title="Dagwandeling van Ronse naar Brakel: routebeschrijving" href="http://ideosky.eegs.be/?page_id=32"> Routebeschrijving </a></td> <td style="text-align: right;" width="33%"><a class="button" title="Dagwandeling van Ronse naar Brakel: foto ‘s" href="http://ideosky.eegs.be/?page_id=56"> Foto 's </a></td> </tr> </tbody> </table>


For an example visit http://ideosky.eegs.be/?page_id=49 and look to the 3 buttons shown in the message body on top of the message.