EchoCypher
Junior Member
- Nov 22, 2012
- 123
- 24
Hi guys,
I'd like to use a button included in my Wordpress Theme to open the CPA's content locker but I don't know how I should implement it in the code.
Here's the content locker button code (Content locker opens when you click "Click Here to Start") :
<a href="#" onclick="launch_gate();" >Click Here to Start</a>
And here's the theme button code :
[custom_button text="Custom Button" title="Custom Button" url="" size="medium" bg_color="#FF5C00" text_color="#FFFFFF" align="left" target="_self"]
Thank you for reading!
I'd like to use a button included in my Wordpress Theme to open the CPA's content locker but I don't know how I should implement it in the code.
Here's the content locker button code (Content locker opens when you click "Click Here to Start") :
<a href="#" onclick="launch_gate();" >Click Here to Start</a>
And here's the theme button code :
[custom_button text="Custom Button" title="Custom Button" url="" size="medium" bg_color="#FF5C00" text_color="#FFFFFF" align="left" target="_self"]
Thank you for reading!