This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| If using Kajabi, go to: | |
| 1.) Landing Pages | |
| 2.) Then click on the "..." on the right | |
| 3.) Then select "Edit Code" | |
| 4.) Then click on the "Templates" folder | |
| 5.) Then open the "index.liquid" file | |
| 6.) After that, paste in the following 2 lines of code (the 2 lines that say "meta") after the opening <head> tag near the top. | |
| --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- http://momentjs.com/ --> | |
| <script> | |
| _dcq.push(['identify', { time_zone: moment.tz.guess() } ]); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // AUTO-SELECT CLICKFUNNELS PRODUCT ON ORDER PAGE | |
| // -- | |
| // | |
| // AUTHOR: Robert Klubenspies (klubenspies.com) | |
| // | |
| // REQUIREMENTS: jQuery | |
| // | |
| // USAGE: | |
| // 1) Find your product's ID numbers by using Web Inspector to find | |
| // the code for your order page's radio buttons. They'll look |