BFI WP Theme Customizer+

Bookmark and Share
October 11, 2013 at 11:00PM

WordPress – BFI WP Theme Customizer+ | CodeCanyon

BFI WP Theme Customizer+ his title this type of WordPress/Add-ons This time I will review,made by ser-html, WordPress/Add-ons is sold at a price of $16 in themeforest.BFI WP Theme Customizer+ - CodeCanyon Item for Sale

marketplace.load(“http://jwpsrv.com/library/9Vqd1GQnEeKMjiIACp8kUw.js”); marketplace.queue(function(){ new marketplace.Video({ file: “http://2.s3.envato.com/h264-video-previews/726bfd90-3024-11e3-8eb5-005056926836/5811086.mp4″, poster: “http://2.s3.envato.com/files/69348975/preview.jpg”, title: “BFI WP Theme Customizer+”, height: “540″, width: “960″, embed_url: “http://codecanyon.net/item/bfi-wp-theme-customizer/embed/5811086″, isMainPreview: false, downloadButtonImage: “http://3.envato-static.com/assets/common/icons-buttons/jwplayer/download-eb5728b2b4151e6add30ad99706fbd81.png” }).setup(); });

add on // api // author // customizer // extension // framework // live // plus // preview // theme // themeforest // themes // utility // wordpress //
Created11 October 13
Last Update11 October 13
Software VersionWordPress 3.6, WordPress 3.5
Files IncludedHTML, CSS, PHP

Easily utilize the full potential of WordPress’ Theme Customizer API in your WordPress themes! Truly a must for all ThemeForest WordPress theme authors!

BFI Theme Customizer+ extends the functionality of WordPress’ Theme Customizer API and also makes it easier to use. This add-on automatically generates cacheable dynamic CSS files from a CSS template, and it also allows visitors to your theme demo sites to override customized settings using GET variables.

Awesome Features

  • Easy to integrate in your WordPres theme
  • Makes using WP’s Theme Customizer API super easy to use
  • Take full control of the Theme Customizer API with only 2 function calls
  • Easily extendable if you want to create more controls with custom filter hooks
  • Automatically creates dynamic CSS files for your site using WP’s FileSystem API
  • The dynamic CSS file generated is fully cachable
  • Automatically allow your visitors to change styles using GET variables in your theme demo sites
  • When your customers update your theme, all their settings will still be kept, and new settings that you define will be applied
  • Follows all ThemeForest submission requirements
  • Includes a modified Twenty Thirteen that already has this add-on integrated
  • Theme customizer in WordPress live preview updates correctly

Default & Included Customizer Controls

  • Text
  • Checkbox
  • Radio buttons
  • Select drop down
  • Select drop down pages
  • Color picker
  • File upload
  • Image upload
  • Note NEW
  • Textarea NEW

Happy Coding With The Theme Customizer+

Creating a section

 BFIThemeCustomizer::addSection(array( 'id' => 'custom_colors', 'title' => __( 'Custom Colors', 'default' ), )); 

Creating a setting/control

 BFIThemeCustomizer::addSetting(array( 'id' => 'bg_color', 'section' => 'custom_colors', 'type' => 'WP_Customize_Color_Control', 'label' => __( 'Background Color', 'default' ), )); 

Overridable settings for your demo sites

 http://demo.mytheme.com/?bg_color=#3498db 

Refer to the documentation for more details.

Happy coding!

{ 0 comments... Views All / Send Comment! }

Post a Comment