Tag: add-on

  • Parallax Historical past Picture For Visible Composer Rows (Add-ons)

    Parallax Historical past Picture For Visible Composer Rows (Add-ons)

    Easily Transform Your Boring Background Images into Awesome Parallax Background Images in Visual Composer

    Just activate the Parallax Background plugin or embed the code into your WordPress theme and parallax background images will become available for Visual Composer rows.

    When you click on the edit button on your rows, you will see these new parameters added:

    Just add a large background image, then check the Enable Background Image Parallax and you’re good to go.

    Want to Include Parallax Background Images in Your ThemeForest Theme?

    The code can also be embedded into your project. All you have to do is copy the files, then include the script in your code and it’ll work without any hassle. Instructions are included in the download package.

  • BFI wordpress Theme Customizer+ (Add-ons)

    BFI wordpress Theme Customizer+ (Add-ons)

    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!

  • Rcwd Add for Developed Customized Fields (Add-ons)

    Rcwd Add for Developed Customized Fields (Add-ons)

    Overview

    This add-on extends the functionality of the free WordPress plugin Advanced Custom Field.

    Il allows to add a new single file upload field that is external to the WP media core.

    Yes, you will not find the loaded file inside the media manager, also it uses a different folder for every location (page, post, taxonomy, user, options page etc.) and inside any folder all the files are further divided in subfolders by the id ( post id, user id etc.).

    Features

    Options for resizing (clientside and serverside)
    Options for filtering the allowed extensions
    Tested with repeater fields and flexible-content fields
    Support for drag&drop
    Support for Frontend form
    It works on every ACF location (page, post, user, options page, category etc.)
    (optional) Hidden file path with the (optional) possibility to treat the file as an attachment (force download)
    Language translation for english and italian

    ACF compatibility

    This add-on will work with:

    • version 4 and up
    • version 3 and below

    Support

    You need support for it? no problem! Send me an email at roberto@cantarano.com.

    No support in comments section. Please use it for presale questions only, thanks :)

    Updates

    Don’t forget to check the checkbox “Get notified by email if this item is updated” in your Downloads page :)

    To update the plugin: login to CodeCanyon -> Downloads section -> re-download the plugin

    Current version: 1.0.4

    V1.0.2

    • Fixed styles for jQuery Dialog UI
    • Correct support fot HTTPS (bad WP_CONTENT_URL…bad…)
    • Minor bug fixes

    V1.0.1

    • improved help file with “how to use”
    • Bug fixes

    V1.0

    • first version
  • BFI WordPress Theme Customizer+ (Add-ons)

    BFI WordPress Theme Customizer+ (Add-ons)

    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!

  • Rcwd Add for Evolved Customized Fields (Add-ons)

    Rcwd Add for Evolved Customized Fields (Add-ons)

    Overview

    This add-on extends the functionality of the free WordPress plugin Advanced Custom Field.

    Il allows to add a new single file upload field that is external to the WP media core.

    Yes, you will not find the loaded file inside the media manager, also it uses a different folder for every location (page, post, taxonomy, user, options page etc.) and inside any folder all the files are further divided in subfolders by the id ( post id, user id etc.).

    Features

    Options for resizing (clientside and serverside)
    Options for filtering the allowed extensions
    Tested with repeater fields and flexible-content fields
    Support for drag&drop
    Support for Frontend form
    It works on every ACF location (page, post, user, options page, category etc.)
    (optional) Hidden file path with the (optional) possibility to treat the file as an attachment (force download)
    Language translation for english and italian

    ACF compatibility

    This add-on will work with:

    • version 4 and up
    • version 3 and below

    Support

    You need support for it? no problem! Send me an email at roberto@cantarano.com.

    No support in comments section. Please use it for presale questions only, thanks :)

    Updates

    Don’t forget to check the checkbox “Get notified by email if this item is updated” in your Downloads page :)

    To update the plugin: login to CodeCanyon -> Downloads section -> re-download the plugin

    Current version: 1.0.4

    V1.0.2

    • Fixed styles for jQuery Dialog UI
    • Correct support fot HTTPS (bad WP_CONTENT_URL…bad…)
    • Minor bug fixes

    V1.0.1

    • improved help file with “how to use”
    • Bug fixes

    V1.0

    • first version
  • Subscribe Take a look at Field (Newsletters)

    Subscribe Take a look at Field (Newsletters)

    Subscribe Check Box is a powerful, inline add-on for ‘Ad Plus List Building PopUp’.

    Requirement: Ad Plus List Building PopUp 2.6 or later

    What is this and how it works?
    This is a powerful add on which allow you to display subscribe check box ‘before the comment box’ and ‘right above the register button in your registration form page’.
    Simply display subscribe check box and grow your subscribers list MORE than your imagination.


    A. Key Feature

    • 1 click installation
    • Subscribe Check Box Before Comment Box
    • Subscribe Check Box Right Above The Register Button In Your Registration Form Page
    • User Subscribe Analytics
    • Excellent Customer Support (24h)
    • Lifetime free updates

    Update History

    UPDATE 1.0

     - First Release 

    Take a look at our other awesome WordPress plugins







    Stay connected for updates, support and promotions



  • Subscribe Test Field (Newsletters)

    Subscribe Test Field (Newsletters)

    Subscribe Check Box is a powerful, inline add-on for ‘Ad Plus List Building PopUp’.

    Requirement: Ad Plus List Building PopUp 2.6 or later

    What is this and how it works?
    This is a powerful add on which allow you to display subscribe check box ‘before the comment box’ and ‘right above the register button in your registration form page’.
    Simply display subscribe check box and grow your subscribers list MORE than your imagination.


    A. Key Feature

    • 1 click installation
    • Subscribe Check Box Before Comment Box
    • Subscribe Check Box Right Above The Register Button In Your Registration Form Page
    • User Subscribe Analytics
    • Excellent Customer Support (24h)
    • Lifetime free updates

    Update History

    UPDATE 1.0

     - First Release 

    Take a look at our other awesome WordPress plugins







    Stay connected for updates, support and promotions



  • Subscribe Take a look at Field (Newsletters)

    Subscribe Check Box is a powerful, inline add-on for ‘Ad Plus List Building PopUp’.

    Requirement: Ad Plus List Building PopUp 2.6 or later

    What is this and how it works?
    This is a powerful add on which allow you to display subscribe check box ‘before the comment box’ and ‘right above the register button in your registration form page’.
    Simply display subscribe check box and grow your subscribers list MORE than your imagination.


    A. Key Feature

    • 1 click installation
    • Subscribe Check Box Before Comment Box
    • Subscribe Check Box Right Above The Register Button In Your Registration Form Page
    • User Subscribe Analytics
    • Excellent Customer Support (24h)
    • Lifetime free updates

    Update History

    UPDATE 1.0

     - First Release 

    Take a look at our other awesome WordPress plugins







    Stay connected for updates, support and promotions