Title: Button and link
Last modified: November 30, 2017

---

# Button and link

 *  Resolved [alexkiev](https://wordpress.org/support/users/alexkiev/)
 * (@alexkiev)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/button-and-link/)
 * 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](https://wordpress.org/support/users/supsysticcom/)
 * (@supsysticcom)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/button-and-link/#post-9742470)
 * Hi [@alexkiev](https://wordpress.org/support/users/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](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](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](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](https://wordpress.org/support/users/supsysticcom/).

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/pricing-table-by-supsystic/assets/icon-256x256.png?rev=1240923)
 * [Pricing Table by Supsystic](https://wordpress.org/plugins/pricing-table-by-supsystic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pricing-table-by-supsystic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pricing-table-by-supsystic/)
 * [Active Topics](https://wordpress.org/support/plugin/pricing-table-by-supsystic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pricing-table-by-supsystic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pricing-table-by-supsystic/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [link](https://wordpress.org/support/topic-tag/link/)
 * [popup](https://wordpress.org/support/topic-tag/popup/)
 * [pricing](https://wordpress.org/support/topic-tag/pricing/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * 1 reply
 * 2 participants
 * Last reply from: [supsystic](https://wordpress.org/support/users/supsysticcom/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/button-and-link/#post-9742470)
 * Status: resolved