BFI WP Theme Customizer+
Easily utilize the full potential of WordPress’ Theme Customizer API in your WordPress themes! Truly a must for all ThemeForest theme authors!
BFI Customizer+ extends functionality and also makes it easier to use. This add-on automatically generates cacheable dynamic CSS files from template, allows visitors demo sites override customized settings using GET variables.
Awesome Features
- Easy integrate WordPres theme
- Makes WP’ s super easy use
- Take control with only 2 function calls
- Easily extendable if you want create more controls custom filter hooks
- Automatically creates site FileSystem API
- The file generated is fully cachable
- Automatically allow change styles variables sites
- When customers update theme, their will still be kept, new that define applied
- Follows submission requirements
- Includes modified Twenty Thirteen already has this integrated
- Theme customizer live preview updates correctly
Default & Included Controls
- Text
- Checkbox
- Radio buttons
- Select drop down
- Select down pages
- Color picker
- File upload
- Image upload
- Note NEW
- Textarea NEW
Happy Coding With The Customizer+
Creating section
BFIThemeCustomizer::addSection(array( 'id' > 'custom_colors', 'title' __( 'Custom Colors', 'default' ),))
Creating setting/control
BFIThemeCustomizer::addSetting(array( 'bg_color', 'section' 'type' 'WP_Customize_Color_Control', 'label' 'Background Color', "item-description__overridable-settings-for-your-demo-sites">Overridable siteshttp://demo.mytheme.com/?bg_color #3498dbRefer documentation details.
Happy coding!