I would like to create a pricing table with call to action buttons that trigger a sign up popup. To do so I must either wrap the button with a shortcode (this: [sg_popup id="1" event="click"] thegem button here [/sg_popup] ) or add a custom CSS class to the button. I tried both and no luck. The button in the pricing table looks like this:
Hello,
I would like to create a pricing table with call to action buttons that trigger a sign up popup. To do so I must either wrap the button with a shortcode (this: [sg_popup id="1" event="click"] thegem button here [/sg_popup] ) or add a custom CSS class to the button. I tried both and no luck. The button in the pricing table looks like this:
[gem_pricing_footer button_1_corner="30" button_1_icon_pack="elegant" button_1_text="Start Trial" button_1_background_color="#2b4c64" button_1_hover_background_color="#4cbdc3" button_1_icon_elegant="45"]
Is it possible to do this? I attempted to add a class manually but could not find the php file containing pricing tables.
Thanks a lot
HI!
You can add your shortcode before or after [gem_pricing_footer] it's must work.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks. It worked when I remove current button completely and added a new one manually