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.