-
AuthorPosts
-
June 12, 2016 at 8:55 pm #1038895
I am using cornerstone and have the pricing tables on two pages. How do I use the Pricing Table buttons?
Later I will want the buttons to link to PayPal but for now, I just want it to send them to my contact page.June 12, 2016 at 10:01 pm #1038934So I was playing with it and saw that when I’m in the pricing column, I can look at the text editor box (making sure it’s in the “text” view, NOT the “visual” view) and I can go to where it has the following:
[/cs_icon_list]
[x_button href=”#”and change it to…
[/cs_icon_list]
[x_button href=”http://www.dezigningmypurpose.com/contact/”This is my website contact page and it worked. HOWEVER, I want it to open in a new tab.
How do I do make it open in a NEW TAB?THANKS
June 13, 2016 at 1:35 am #1039096Hi There,
Thank for writing in.
Try adding target=”blank” to your button shortcode.
for example:
[x_button target="blank" href="http://www.dezigningmypurpose.com/contact/"
For guide check the link below,
https://community.theme.co/forums/topic/open-new-tab-using-button-shortcodes/
Hope it helps.
Let us know how it goes.
Thanks.
June 13, 2016 at 2:25 am #1039145Gratsi Nico…
That worked and I thank you for your help.June 13, 2016 at 3:01 am #1039181You’re welcome!
Cheers!
June 17, 2016 at 12:41 am #1046535So as I mentioned above, soon after it’s completed and live, I will be adding Paypal to my site. I’ve been trying to learn how to set it up and everything keeps saying we have to “use the Paypal button.”
I don’t understand how to use a different button, or is it really just a link that is added?Any guidance would be greatly appreciated.
Thanks in advance.June 17, 2016 at 1:22 am #1046565Hi there,
Thanks for writing back. You can search on Google or just follow the documentation on PayPal website to add PayPal button – https://developer.paypal.com/docs/integration/web/
Hope this makes sense.
August 25, 2016 at 7:02 pm #1147359THANK YOU I WILL check that out. However, in your forum I found this and is more what I’m looking for.
So I was playing with it and saw that when I’m in the pricing column, I can look at the text editor box (making sure it’s in the “text” view, NOT the “visual” view) and I can go to where it has the following:
[/cs_icon_list]
[x_button href=”#”and change it to…
[/cs_icon_list]
[x_button href=”http://www.dezigningmypurpose.com/contact/”This is my website contact page and it worked. HOWEVER, I want it to open in a new tab.
How do I do make it open in a NEW TAB?THANKS
June 13, 2016 at 1:35 am #1039096
REPLYNico
Hi There,
Thank for writing in.
Try adding target=”blank” to your button shortcode.
for example:
[x_button target=”blank” href=”http://www.dezigningmypurpose.com/contact/”
For guide check the link below,
https://community.theme.co/forums/topic/open-new-tab-using-button-shortcodes/
August 25, 2016 at 10:13 pm #1147671Hi There,
Glad this is now working. Feel free to post when you still have questions.
Please note that when you are using Cornerstone, it is not recommended to edit using Text view. -
AuthorPosts