/* Creating Custom Visual Composer Elements VIDEO ============================================== PART 1 - https://www.youtube.com/watch?v=q06nplETGVI PART 2 - https://www.youtube.com/watch?v=eaXGsSfvWhk Instructions ============ Pull latest GIT repo from BitBucket/GitHub (I use SourceTree app to do this) https://bitbucket.org/dmgwalla/dmg-visual-composer-addons Login to local MAMP and get set up Make a dummy WP page for testing, and go to FE Editor Pull up VC documentation for reference. https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=524332 Make a new back-end PHP file in ~/includes/shortcodes/ (Reference existing back-end files to see what functions/classes are required.) Make a front-end PHP file in ~/includes/views/ (Reference existing front-end files to see what functions/classes are required.) Add your includes on main file to hook it up. ( dmg-visualcomposer.php ) Get existing HTML/CSS we want to emulate using VC; Add to front-end file Change back-end vc_map() array to add the fields/inputs we want Make sure you push your code back up to the GIT repo once it's ready.