
	* Plugin Name: H-cube Library
	* Description: A growing collectiong of tools, styles and elements to be shared amongst websites developed by H-cube Marketing.
	* Version: 1.0
 
	* Author(s): Josh Maxwell


	* About
	H-cube Library is a collection of tools and features built in house to improve developer workflow and user experience.
	This plugin was design for the Avada theme and Fusion Builder, and is not supported outside of this use case.
	This plugin was design for use by H-cube Marketing, and support is only provided to those who have signed a privacy contract.

	* Features
	Fusion Builder Elements
	
		* Lazy Loader
		
			About
			- Modern sites operate as web-apps, loading content as needed with AJAX requests for speed, while maintaining a javascriot free version of the site as a fallback.
			- Lazy Loader is one of a series of elements this plugin will add to the library, in an effort to convert Avada sites into fully functioning web-apps.
			
			How it Works
			- reduces load times by asyncronously loading portions of the DOM. Azssq
			
			
      - how to use, reference page to load by id, disable lazy loading on specific containers
      - designed to circumvent compromises 
		- seo works fine because google does run ajax, and as a fail safe, links and additonal pages are used
		- real world load times are very fast, begin loading far in advance, and adjust viewport upon load
		- developer workflow is not compromised because the entire system is built into a simple fusion element
	
		* Google Map
		
    - live search
      - main purpose is to allow searching of blog posts without navigating away from the page
      - how it works, uses ajax on page, or navigates to page and uses hashtag to pass information
      - how to use, multiple can be used, reference by id, make custom links using hastag
      - has three components
		- search results area
		- search bar
		- categories
  - developer tools
    - custom fusion styles
      - condensed lists in fusion builder
  - user experience
    - ajax navigation
	  - main purpose is fast site navigation
	  - how it works, overrides all internal links with ajax calls to get new content, while leaving original links unchanged for browsers with javascript turned off
	  