Viewing 5 replies - 1 through 5 (of 5 total)
  • Sygnoos

    (@sygnoos)

    Dear @opinio,
    Thank you for contacting us.
    If you go to edit page/post at the top you will see our popup builder icon. Just select the text that you want to become clickable and then select the popup.
    Please have a look to the screenshot.
    https://oi63.tinypic.com/vips75.jpg

    Ex.[sg_popup id=”2″]Your text, or HTML element[/sg_popup]

    Best Regards,
    Sygnoos Team.

    Thread Starter opinio

    (@opinio)

    But, i mean, Terms and conditions link is already in woocommerce theme. How will i insert that popup builder code into that link?

    Should i insert it in .php of woocommerce? like, checkout.php?

    Thanks

    Sygnoos

    (@sygnoos)

    Dear user,
    Then you need to include this line of code inside the php file where located this part of text “Terms and Conditions” and wrap it into our shortcode.
    Ex:
    echo do_shortcode( '[sg_popup id="1"]Terms and Conditions[/sg_popup]' );

    Hope this helps.

    Best Regards,
    Sygnoos Team.

    As I can show the popup just clicking on a link?

    Plugin Contributor Popup Builder Team

    (@popup-by-sygnoos)

    Dear user,
    For php file, please try to insert this code- echo do_shortcode( ‘[sg_popup id=”1″]Terms and Conditions[/sg_popup]’ );
    For a simple wordpress page insert this code- [sg_popup id=”1″]Terms and Conditions[/sg_popup]

    Best regards,
    Sygnoos Team.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PopUp integration with a link’ is closed to new replies.