Tag: themes

  • SwiftThumbs – Top class Picture Instrument for WordPress (Media)

    SwiftThumbs – Top class Picture Instrument for WordPress (Media)

    SwiftThumbs

    SwiftThumbs is the only image tool for WordPress you’ll ever need.
    It crops any image perfectly to your needs. Crop, colorize, blur, pixelate, flip or invert your image with a single click.

    Adjustment Features

    • Cropping tool
    • Color options
    • Brightness
    • Blur
    • Pixelate
    • Invert
    • Gamma
    • Contrast
    • Flip

    Notes

    • Requires at least PHP version 5.3.
    • Image editing can consume a lot of memory.

    Thanks to

    More information?

    Be sure to check out our website CodeSwift.io

  • Guidelines WordPress Plugin – Take a look at Listing Builder fo (Utilities)

    Guidelines WordPress Plugin – Take a look at Listing Builder fo (Utilities)

    The Easiest Way To Add Checklists in WordPress.

    CheckList Plugin is the original way to get more engagement out of your blog posts. While you are in the flow of writing a post this plugin make’s it simple and quick to enrich your content with a good looking checklist. This is a no-nonsense plugin that’ll keep your visitors on your blog!

    Quickly Make Posts & Pages More Engaging

    To keep your blog visitors engaged it’s becoming more and more important to mix content types. A big block of text is not all that appealing, and it’s too hard to quickly add pretty CheckLists to a post or page. That’s why I’ve made CheckList Plugin, which makes it really, really easy to do just that.

    Visitors love looking at checklists, and it’s a great way to improve your content!

    CheckList Plugin Features:

    • The Original CheckList Plugin for WordPress
    • Easily Add, Edit & Insert CheckLists
    • Add’s diversity to your content
    • Works in Posts and Pages
    • 3 Built-in themes
    • Super Easy Install
    • Light weight Code
    • Multiple browser’s supported (IE 7+, IE10, Safari 3+, iOS Safari, Chrome 3+, Firefox 3+, Opera 10+)
    • Also works with widgets and theme’s
    • Did we tell you it’s easy to install?

    Version 1.0 – Simple but Effective!

    This is the first version of CheckList Plugin, which has been built to be simple and quick to use. Future versions will add more styles (check-list themes) and many more features. Grab your copy of this simple-but-very-useful plugin now, it’s great value at $15.

    Easy To Use

    • No Coding Required!
    • Works out of the box with 99.9% of WordPress themes
    • Installs in 5 minutes
    • Super simple adding, editing and managing of checklists
    • Add & Edit Check lists from your edit page directly!

    Customizable / Customisable

    • Comes with 3 themes built in!
    • Themes: Standard, Hand-written & Lined
    • Tweak styles simply with CSS
    • SCSS stylesheets available for epic designers
    • More styles coming soon!

    High Quality Code

    • Modern CSS3 styling
    • Lean Code for faster loading
    • Uses native WordPress modal for editing

    Also:

    • Insert Checklists Via ShortCode
    • Easily Duplicate CheckLists
    • Visual Helpers to Guide You

    Support & Updates:

    • Support: Please note that support from Envato authors is optional but I typically provide it for free as follows: 1st responses via Forums, emails & comments will also be answered thereafter.
    • Theme compatiblity: Checklist Plugin will work with 99.9% of themes, however themes which have custom styles may require a little configuration. Please do email support if you encounter any issues.
    • Free updates for life! All users who buy Checklist Plugin here get free version updates for life.

    Change Log:

    • v1.0.1 – 18th March 2014
      • Several minor fixes
      • Fixed saving of UTF8 Special Characters
      • Added a style tweak to fix bulletpoints
    • v1.0 – 1st March 2014
      • First stable version released
      • Checklist Management
      • Insert Check lists via Edit/Add Post
      • Build Check-lists via Edit/Add Post
      • Three Built in checklist themes: Standard, Hand-written & Lined
      • Stream-lined install
      • Added full documentation

    CheckList Plugin is the latest plugin from EpicPlugins, following on from the successful Social Gallery. Grab your copy of Checklist Plugin now, while it’s priced for it’s early versions. Purchasing CheckList Plugin means you get infinite updates for life!

  • 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!

  • 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!

  • easyLetters (Newsletters)

    easyLetters (Newsletters)

    easyLetters is a wordpress plugin that allows users to live create static or dynamic newsletters based on predined themes or their own themes. The newsletter editor allow users to upload images, link images, edit the content of the template or create static content or use wordpress shortcodes to bring content to the editor and habilility to save the newsletter and send.

    • 6 Default Newsletter Themes
    • Create Your Own Theme
    • Unsubscribe Feature
    • Subscription Feature (Manual and WordPress Widget)
    • Forward Feature
    • View Newsletter In Browser Feature
    • Dynamic Content (Shortcodes from WordPress to your newsletters)
    • Add, Edit, Delete Campaigns
    • Add, Delete Groups
    • Live Newsletter Editing
    • Coder and Designer Workspace
    • Unlimited Subscribers
    • Easy to use and implement
    • UTF-8 Ready
    • More ++
  • easyLetters (Newsletters)

    easyLetters (Newsletters)

    easyLetters is a wordpress plugin that allows users to live create static or dynamic newsletters based on predined themes or their own themes. The newsletter editor allow users to upload images, link images, edit the content of the template or create static content or use wordpress shortcodes to bring content to the editor and habilility to save the newsletter and send.

    • 6 Default Newsletter Themes
    • Create Your Own Theme
    • Unsubscribe Feature
    • Subscription Feature (Manual and WordPress Widget)
    • Forward Feature
    • View Newsletter In Browser Feature
    • Dynamic Content (Shortcodes from WordPress to your newsletters)
    • Add, Edit, Delete Campaigns
    • Add, Delete Groups
    • Live Newsletter Editing
    • Coder and Designer Workspace
    • Unlimited Subscribers
    • Easy to use and implement
    • UTF-8 Ready
    • More ++
  • easyLetters (Newsletters)

    easyLetters (Newsletters)

    easyLetters is a wordpress plugin that allows users to live create static or dynamic newsletters based on predined themes or their own themes. The newsletter editor allow users to upload images, link images, edit the content of the template or create static content or use wordpress shortcodes to bring content to the editor and habilility to save the newsletter and send.

    • 6 Default Newsletter Themes
    • Create Your Own Theme
    • Unsubscribe Feature
    • Subscription Feature (Manual and WordPress Widget)
    • Forward Feature
    • View Newsletter In Browser Feature
    • Dynamic Content (Shortcodes from WordPress to your newsletters)
    • Add, Edit, Delete Campaigns
    • Add, Delete Groups
    • Live Newsletter Editing
    • Coder and Designer Workspace
    • Unlimited Subscribers
    • Easy to use and implement
    • UTF-8 Ready
    • More ++
  • easyLetters (Newsletters)

    easyLetters (Newsletters)

    easyLetters is a wordpress plugin that allows users to live create static or dynamic newsletters based on predined themes or their own themes. The newsletter editor allow users to upload images, link images, edit the content of the template or create static content or use wordpress shortcodes to bring content to the editor and habilility to save the newsletter and send.

    • 6 Default Newsletter Themes
    • Create Your Own Theme
    • Unsubscribe Feature
    • Subscription Feature (Manual and WordPress Widget)
    • Forward Feature
    • View Newsletter In Browser Feature
    • Dynamic Content (Shortcodes from WordPress to your newsletters)
    • Add, Edit, Delete Campaigns
    • Add, Delete Groups
    • Live Newsletter Editing
    • Coder and Designer Workspace
    • Unlimited Subscribers
    • Easy to use and implement
    • UTF-8 Ready
    • More ++