Protected: Juxt – Documentation – Header Drawer

Documentation – Header Drawer for Enfold Themes – Juxt Special Request. Licensing Fee – per use: $30 per installation after the “we value life” site.  When ‘pluginized’ – this will increase to $40.  All code, or derivatives thereof belong to Testament Creative, LLC Any password protected files linked in this document utilize the same password you used to access this document. Installation Replace (or add to) the custom.css file in [theme root]/css/custom.css with this attachment: Custom.css   Add Drawer.js to [theme root]/js/ File Link   Add the following HTML (not the php) code to the header.php file in [theme root].  Place it right before: <?php if(isset($avia_config[‘temp_logo_container’])) echo $avia_config[‘temp_logo_container’]; do_action(‘ava_after_main_container’); ?> <div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>     <div id = "sticky-anchor"></div>         <div class = "drawer-container device-drawer">             <div class = "drawer-body">                 <div class = "drawer-contact-form">   [Shortcode to content]                 </div>         </div>     <div class = 'drawer-handle stick'>         <div class = 'drawer-handle-pull'>              <img src = "http://wevaluelife.juxtbox.com/wp-content/uploads/Custom/get-quotes.png" />         </div>     </div> </div>       Add the following to the header.php file in the script section <script type = “text/javascript” src = “/wp-content/themes/enfold/js/Drawer.js”> </script> but right before the closing </head> tag....