• Resolved alexkiev

    (@alexkiev)


    Hello.
    Please help me.
    I have created “shortcode popup”. So now I have shortcode of this popup. How can I write this shortcode as link?
    I use one of your pricing table.
    So now I just want to see this popup when I press on the button in this table.
    Without any reloading of a current page!!!
    5 hours I try to do it in different ways. No results.
    I’m not a programmer.
    Please write me in details how can I do it.
    I hope for your answer as soon as possible.
    Thanks.

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

    (@supsysticcom)

    Hi @alexkiev

    In order to insert Popup by Supsystic inside current Pricing Tables, please follow the next instructions:

    1. Open the needed Popup
    2. Select Open popup on click on The Main Settings Tab and Save changes – http://prntscr.com/hhtha2
    3. Copy the next code –
    onclick="if(ppsShowPopup) { ppsShowPopup(100);}return false;"
    Where ppsShowPopup(100) – 100 is popup id number
    4. Open the needed Pricing Table
    5. Open dev tool, for example by Clicking F12 in Chrome browser, and choose Element Tab
    6. Choose element picker and click on the button your want to show popup after clicking on it
    7. Insert inside this button code the code you have copied in popup, so it will look like this – http://prntscr.com/hhtf89
    8. Save changes of the current Pricing Table
    9. Then open your theme file footer.php for editing via FTP or through WordPress admin area Appearance->Editor
    10. Add there a line:
    <?php do_shortcode('[supsystic-show-popup id=1 load="1"]')?>;
    Where id=1 – 1 is your popup id number
    Note! this code must be inserted above the line – php wp_footer();
    For example, in Twenty Thirteen WordPress theme: Theme Footer (footer.php):
    http://prntscr.com/hht26g
    And Save changes
    11. Clean cache in your cache plugin, clean cache and cookies in your browser and reload the page, where your pricing table is placed on

    • This reply was modified 8 years, 6 months ago by supsystic.
Viewing 1 replies (of 1 total)

The topic ‘Button and link’ is closed to new replies.