=== Genesis Super Customizer === Contributors: Mario Giancini Donate link: http://supercustomizer.com/donate Tags: customizer, genesis, options, supercustomizer, design Requires at least: 3.8 Tested up to: 4.2.2 Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The easiest way to customize the design of the Genesis theme, right from the WordPress Customizer. == Description == Genesis Super Customizer adds options to customize colors, create a fixed header that shrinks on scroll, upload logos, edit footer credits, and much more, all through the native Wordpress Customizer interface. It's the easiest way to customize the design of the Genesis theme or your custom Genesis child theme. IMPORTANT DISCLAIMER: This plugin is designed to work with the Genesis Framework and the Genesis Sample Child Theme only, not premium Genesis child themes like Author Pro, Parallax Pro, etc. It duplicates and overrides the stylesheet for the Genesis theme or Sample Child Theme (or your custom theme based off of the Sample Child Theme) as a starting point for design. It will override your current styles so it's best to try it out on a staging site first, or start off by developing your site with just Genesis and GSC. There's over 100 options to customize and tinker with, but you can easily change the look and feel of your Genesis theme with just a few options. NEW: Shortcodes are now included for the theme colors chosen with the customizer: * [themecolor] - Add the main theme color to text * [themebg] - Add the main theme color to the background * [accentcolor] - Add the accent color to text * [accentbg] - Add the accent color to the background * [bgcolor] - Add the background color to text * [mainbg] - Add the main background color to the background You can use html in the shortcodes and they are stackable as well: [themebg]This is an [bgcolor]example[/bgcolor] of awesome genesis super customizer shortcodes. [accentbg][bgcolor]Check out this[/bgcolor] `link`.[/accentbg][/themebg] For designers that want to use html you can instead use the classes that each shortcode corresponds to and add them to html elements. * [themecolor] - theme-color * [themebg] - theme-bg * [accentcolor] - accent-color * [accentbg] - accent-bg * [bgcolor] - bg-color * [mainbg] - main-bg You can import and export your design templates. Use them as starter templates to speed up your design process. More information can be found at [http://supercustomizer.com](http://supercustomizer.com "Genesis Super Customizer"). Please note this plugin requires the Genesis theme (a premium WordPress theme) to be activated. == Installation == 1. Upload genesis-super-customzer.zip to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Use the Wordpress Customizer to change and adjust settings. == Frequently Asked Questions == = How do I install a customizer template? = From your WordPress admin navigate to the Genesis > Import/Export menu. Click "Choose File" and location your .json customizer template file. Click "Upload File and Import". You should see a success notification on the top. = How do I export my genesis super customizer setting to a template? = Just like importing a template, navigate to the Genesis > Import/Export menu. Check "Customizer Settings" under the Export Genesis Settings File dialog. Then click the Download Export File button. = How do I reset the genesis super customizer options? = In the current version, you need to upload the default settings .json file. You can find that template at [http://supercustomizer.com/downloads/genesis-default-settings/](http://supercustomizer.com/downloads/genesis-default-settings/ "Genesis Super Customizer Default Settings"). Import the same as you would any other template (instructions above). There are future plans for a simple reset button. = Does it work with premium Genesis child themes from StudioPress? = In short, no. Genesis Super Customizer isn't tested with premium child themes such as Parallax Pro, Author Pro, etc. It is meant to replace the need to edit your CSS file in your Genesis parent theme or custom child theme (like the Sample Child theme). It should work fine with just about any custom child theme based off of the Sample Child theme, but options on premium themes will probably not work correctly. There are future plans to incorporate add-ons for premium child themes. UPDATE: Enterprise Pro seems works fine since the base styles are very similar, with one known caveat. The .site-inner section floats to the left. This is because the .wrap max-width also effects the .site-inner width (meant to replace the CSS from the Genesis parent theme). To fix it, simply add this CSS line to your wp_head() scripts (uses