• Resolved My Seven Seeds

    (@kimdaley)


    I am wanting to add the popup to a button in the header of my theme. Is this possible? I’ve tried adding #ppsShowPopUp_100 in the href of the a tag, in the title attribute of the a tag. Also tried adding onclick=”ppsShowPopup(100); return false;” and get no results. Is there something else I can try? Thank you!

    https://wordpress.org/plugins/popup-by-supsystic/

Viewing 1 replies (of 1 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!
    I’m sorry for late reply!
    In order to add popup to the button in header of your theme – please try to use this code –

    <a href="<?php echo do_shortcode('[supsystic-show-popup id=100]') ?>">Button Name</a>

Viewing 1 replies (of 1 total)

The topic ‘add popup to theme file’ is closed to new replies.