Tag: author

  • Atlantica: The Basic Weblog & Portfolio Theme (Weblog / Journal)

    Atlantica: The Basic Weblog & Portfolio Theme (Weblog / Journal)

    Like this theme? Rate it from the download page & we’ll keep bringing new features & updates! starstarstarstarstar

    Atlantica is a Premium Blog & Portfolio Theme for WordPress. Based on our new Super Skeleton 2 Framework; Over 3 months in the making, we’ve re-coded our entire “Super Skeleton” framework from the ground up to leverage the best, cleanest, fastest features that WordPress has to offer.

    Quite simply, this is the best, easiest, most flexible theme that we have ever created (and we’ve been doing this for 5 years)… and it’s the foundation for what we truly believe will be some amazing websites by you guys & gals!

    To celebrate our new Super Skeleton 2 Framework, we’re unrolling a brand new theme options panel that’s unlike anything we’ve released to date. Gone are the cumbersome, complex options of the past – The new SS2 theme panel features simple visual cues, nested inline documentation, and the option to preload one of our hand-crafted skins, or build your own using our professional Skin Builder.

    The entire Google Fonts library is embedded as well… you can even preview the fonts LIVE in the admin panel before selecting them.

    Also gone are the 20+ page templates that we used to use. Why? Because with the new Drag & Drop Layout Builder, you won’t need them anymore… a veritable world of possibilities is at your fingertips with just ONE template. No more memorizing which template does what… What you see is, literally, what you get.

    That’s all fine and well… but what we’re really geeked out about is that it’s all based on rock solid, compliant SEO friendly code that passes every “WordPress Theme Review” test that we could throw at it. Atlantica allows you to fully unleash the new WordPress 3.6 Post Formats UI, which is a ThemeForest first!

    Let’s dig in, shall we?

    The Full List of Theme Features

  • WP 3.6 Ready!
    • Rich new blog content features!
    • New Admin UI Enhancements
    • Play music, video, or slideshows with the touch of a finger.
    • Playlists from Spotify or Rdio
    • Local audio/video files or use any major service (YouTube, Vimeo, SoundCloud, etc.)
  • Professional Grade Typesetting
    • Over 650 Fonts – preview them live in the dashboard and pick them without looking at a single line of code.
    • Easy Typekit Integration if you want even more.
    • SEO / Semantic type elements.
    • Pure “REM” sizing & unitless scaling (fancy words for “it’s easy to customize”).
  • The Super Skeleton 2 Options Panel
    • Use the Skin Builder to color just about anything on the theme.
    • Customize individual pages with highlight colors for visual content binding.
    • Integrate easy social options.
    • Build your own header layout design.
    • Page-Sensitive options for easy customizing.
  • The Layout Builder – Leveraging the Drag & Drop Layout Builder plugin, featuring the ability to not only build your own layouts, but to also drop in one of 50+ content modules – including image sliders, tabbed content, text blocks, pricing tables, buttons, notes, quotes, and more!
  • Unique “Touch Slide” navigation menu for mobile devices.
  • Localized and ready for translation.
  • Advanced Responsive Design. These templates scale down intelligently to any device… from mobile phones to tablets to big wide-screen monitors. Look good everywhere!
  • Intelligent Documentation
    • In-Dash, context-appropriate documentation.
    • No need to open any PDF files.
    • Discover how to use the theme features in the actual admin panel.
    • Quick Start Checklist.
    • Developer-friendly code documentation.
  • Multiple Sliders
    • 2D / 3D Effects – Fixed or Full Width – Images, Video, or Text.
    • Simple Sliders (using an easy visual builder UI)
    • Tabbed Content Sliders (slide anything from text to videos!).
    • JetPack Carousel for WP Galleries.
  • Professional Grade Lightbox
    • Mobile-friendly.
    • Optional Social Sharing for EACH image/video (great for pinning!)
    • Pick one of 10 custom overlay effects.
    • JetPack Carousel for WP Galleries.
  • The New Skeleton Grid Template
    • Discover over 100 unique configurations (with more on the way!).
    • Perhaps the easiest “Sortable Grid” system ever.
    • Link to Posts or to a Lightbox.
    • Perfect for Images, Video, or even Audio!
  • Visual Shortcodes – Add Buttons, Sliders, Pricing tables, and so many more!
  • Add a touch-friendly Blog-Carousel at the footer of any page to keep readers on your site.
  • Ultra High Resolution Retina Graphics.
  • Free Lifetime Theme Support & Updates.
  • SEO (Search Engine Optimization) – Get ready to be discovered.
  • Safe, Standards friendly jQuery Effects
  • Build your own contact forms with the incredible CF7 plugin
  • *Plugin Friendly! *GB passes some of the strictest theme rules out there… so if your plugin meets the standards, it’ll work with our theme.
  • Shopping / eCommerce
  • A Fancy wordpress Creator Record (Widgets)

    A Fancy wordpress Creator Record (Widgets)

    A widget that allows you to show the fancy list of authors in the sidebar and link to the author page. The following are functionality available.

    1. If you would like to exclude the authors which you would like to hide in front-end just type the author name separated by comma. eg:sam,sabir in the column.
    2.It sort the author by number of posted by the author.If the author has posted zero post its name will not appear in the list.
    3. If you mouse over on the link it display the author post counts.
    4. Different type of effects are available.
  • 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!

  • Sexy Creator Field (Utilities)

    Sexy Creator Field (Utilities)

    The most attractive author box plugin with 24 skins included.
    You can choose the skin in admin panel and live preview without page reload.
    Also include shortcode, widget and template tag.
    Google authorship verification is also included.

    Main Features

    Live preview of skin select

    Place anywhere

    Customization of tabs

    Widget Ready

    Sample

    Update History

    Oct 9 2013: Version 1.0 Initial Release
  • Creator Field – WP social / creator plugin (Social Networking)

    Creator Field – WP social / creator plugin (Social Networking)

    Author Box – WordPress social / author plugin

    All In One Author Box is a WordPress plugin designed for displaying social network widgets inside tabbed area located in your posts. Every author is allowed to share their own profiles and provide a better representation of themselves. With 4 designs to choose from, unlimited color schemes and other various customization options, you can create author box that best suits your needs.

    Integration with 9 most popular social web sites, makes All In One Author Box the best choice for you. Some of the main features for Author box include the ability for administrator to control (enable or disable) social tabs for individual users of the website and also users of the website have the ability to customize each author box on each post separately. The plugin is optimized for Google rich snippet. Author box allows you to order your tabs the way you want to and to choose which tabs to display. Author box has a flex CSS which means that it will look good on all resolutions on all mobile or desktop devices. We have included 4 different layouts in the download archive and we have documented the plugin with the necessary instructions starting from simple installation up to plugin settings and alterations that you are able to do. The color variations for all 4 versions are unlimited, you can play around with the colors until you find the design that is perfect for you.

    The support for All In One Author Box plugin is available every workday. Our support staff will be there to help you to bring out the best in this plugin and to modify it in the right direction in order to represent yourself in the right way.

    All in One Author Box Features

    • Admin can disable/enable networks for users separately
    • Settings can be customized for each post separately
    • Compatible with 9 social networks
    • 4 different layouts included
    • Fully editable color scheme for each layout
    • Optimized for Google rich snippet
    • Flex CSS design to suit your theme
    • Tab order can be changed
    • Excellent documentation

    Installation process

    • Download your purchased Author Box plugin
    • Open Plugins > Add new > Upload
    • Upload all-in-one-box.zip file
    • Go back to plugins and activate All In One Author Box

    Supported browsers

    • Mozilla Firefox
    • Google Chrome
    • Opera
    • Safari
    • Internet Explorer 7
    • Internet Explorer 8
    • Internet Explorer 9
    • Internet Explorer 10

    Author Box admin settings

    At the admin side of your blog, you will find Author Box settings page. This page is viewable only by admin users. Author box styling settings and user permissions are controlled here

    • Choose author box layout (Top, Left, Clean top, Clean left)
    • You can toggle the opacity transition between social networks
    • Choose content background color, shadow color, tabs color, tabs shadow color, content text color, content links color

    Styling settings are global, meaning that the look of author box for every post is defined here. You can select one of four layouts, and choose colors for displaying them. Layouts can have different color options (example: Flat design layouts doesn’t have shadow colors, but have option for selecting tab text color). You can also enable/disable transition effect, which is triggered when tabs are changed.

    You can control order in which tabs are displayed, by simply sorting list of available tabs. Again, this setting is global.

    Author Box user settings

    User settings are located in backend user profile page. Here, every user controls his own settings. For social network widget to be displayed in author box, some kind of identification must be supplied. It can be username, id or profile link. Example is provided for every social network. Also, there are check-boxes for every network. If check-box is not selected, social network widget will not be shown in author box. Additionally, latest posts and user bio can be added to author box. By default, all check-boxes are selected, and text fields are empty.

    Author Box post settings

    In edit post screen, users can define post settings, which override user settings. Meaning, if you deselected checkbox for showing facebook widget in your profile page, but you check it in edit post screen, facebook widget will be shown in that post. It wouldn’t affect any other posts – facebook widget won’t be visible in them. You can also supply new User Bio for that post only.

    Support

    Rate us

    Credits

    All images used in the preview are only for demo purposes and not included with the theme package. All the images are copyrighted and licensed to their respective authors and owners.

  • Writer Field – wordpress social / creator plugin (Social Networking)

    Writer Field – wordpress social / creator plugin (Social Networking)

    Author Box – WordPress social / author plugin

    All In One Author Box is a WordPress plugin designed for displaying social network widgets inside tabbed area located in your posts. Every author is allowed to share their own profiles and provide a better representation of themselves. With 4 designs to choose from, unlimited color schemes and other various customization options, you can create author box that best suits your needs.

    Integration with 9 most popular social web sites, makes All In One Author Box the best choice for you. Some of the main features for Author box include the ability for administrator to control (enable or disable) social tabs for individual users of the website and also users of the website have the ability to customize each author box on each post separately. The plugin is optimized for Google rich snippet. Author box allows you to order your tabs the way you want to and to choose which tabs to display. Author box has a flex CSS which means that it will look good on all resolutions on all mobile or desktop devices. We have included 4 different layouts in the download archive and we have documented the plugin with the necessary instructions starting from simple installation up to plugin settings and alterations that you are able to do. The color variations for all 4 versions are unlimited, you can play around with the colors until you find the design that is perfect for you.

    The support for All In One Author Box plugin is available every workday. Our support staff will be there to help you to bring out the best in this plugin and to modify it in the right direction in order to represent yourself in the right way.

    All in One Author Box Features

    • Admin can disable/enable networks for users separately
    • Settings can be customized for each post separately
    • Compatible with 9 social networks
    • 4 different layouts included
    • Fully editable color scheme for each layout
    • Optimized for Google rich snippet
    • Flex CSS design to suit your theme
    • Tab order can be changed
    • Excellent documentation

    Installation process

    • Download your purchased Author Box plugin
    • Open Plugins > Add new > Upload
    • Upload all-in-one-box.zip file
    • Go back to plugins and activate All In One Author Box

    Supported browsers

    • Mozilla Firefox
    • Google Chrome
    • Opera
    • Safari
    • Internet Explorer 7
    • Internet Explorer 8
    • Internet Explorer 9
    • Internet Explorer 10

    Author Box admin settings

    At the admin side of your blog, you will find Author Box settings page. This page is viewable only by admin users. Author box styling settings and user permissions are controlled here

    • Choose author box layout (Top, Left, Clean top, Clean left)
    • You can toggle the opacity transition between social networks
    • Choose content background color, shadow color, tabs color, tabs shadow color, content text color, content links color

    Styling settings are global, meaning that the look of author box for every post is defined here. You can select one of four layouts, and choose colors for displaying them. Layouts can have different color options (example: Flat design layouts doesn’t have shadow colors, but have option for selecting tab text color). You can also enable/disable transition effect, which is triggered when tabs are changed.

    You can control order in which tabs are displayed, by simply sorting list of available tabs. Again, this setting is global.

    Author Box user settings

    User settings are located in backend user profile page. Here, every user controls his own settings. For social network widget to be displayed in author box, some kind of identification must be supplied. It can be username, id or profile link. Example is provided for every social network. Also, there are check-boxes for every network. If check-box is not selected, social network widget will not be shown in author box. Additionally, latest posts and user bio can be added to author box. By default, all check-boxes are selected, and text fields are empty.

    Author Box post settings

    In edit post screen, users can define post settings, which override user settings. Meaning, if you deselected checkbox for showing facebook widget in your profile page, but you check it in edit post screen, facebook widget will be shown in that post. It wouldn’t affect any other posts – facebook widget won’t be visible in them. You can also supply new User Bio for that post only.

    Support

    Rate us

    Credits

    All images used in the preview are only for demo purposes and not included with the theme package. All the images are copyrighted and licensed to their respective authors and owners.

  • Writer Field – WP social / creator plugin (Social Networking)

    Writer Field – WP social / creator plugin (Social Networking)

    Author Box – WordPress social / author plugin

    All In One Author Box is a WordPress plugin designed for displaying social network widgets inside tabbed area located in your posts. Every author is allowed to share their own profiles and provide a better representation of themselves. With 4 designs to choose from, unlimited color schemes and other various customization options, you can create author box that best suits your needs.

    Integration with 9 most popular social web sites, makes All In One Author Box the best choice for you. Some of the main features for Author box include the ability for administrator to control (enable or disable) social tabs for individual users of the website and also users of the website have the ability to customize each author box on each post separately. The plugin is optimized for Google rich snippet. Author box allows you to order your tabs the way you want to and to choose which tabs to display. Author box has a flex CSS which means that it will look good on all resolutions on all mobile or desktop devices. We have included 4 different layouts in the download archive and we have documented the plugin with the necessary instructions starting from simple installation up to plugin settings and alterations that you are able to do. The color variations for all 4 versions are unlimited, you can play around with the colors until you find the design that is perfect for you.

    The support for All In One Author Box plugin is available every workday. Our support staff will be there to help you to bring out the best in this plugin and to modify it in the right direction in order to represent yourself in the right way.

    All in One Author Box Features

    • Admin can disable/enable networks for users separately
    • Settings can be customized for each post separately
    • Compatible with 9 social networks
    • 4 different layouts included
    • Fully editable color scheme for each layout
    • Optimized for Google rich snippet
    • Flex CSS design to suit your theme
    • Tab order can be changed
    • Excellent documentation

    Installation process

    • Download your purchased Author Box plugin
    • Open Plugins > Add new > Upload
    • Upload all-in-one-box.zip file
    • Go back to plugins and activate All In One Author Box

    Supported browsers

    • Mozilla Firefox
    • Google Chrome
    • Opera
    • Safari
    • Internet Explorer 7
    • Internet Explorer 8
    • Internet Explorer 9
    • Internet Explorer 10

    Author Box admin settings

    At the admin side of your blog, you will find Author Box settings page. This page is viewable only by admin users. Author box styling settings and user permissions are controlled here

    • Choose author box layout (Top, Left, Clean top, Clean left)
    • You can toggle the opacity transition between social networks
    • Choose content background color, shadow color, tabs color, tabs shadow color, content text color, content links color

    Styling settings are global, meaning that the look of author box for every post is defined here. You can select one of four layouts, and choose colors for displaying them. Layouts can have different color options (example: Flat design layouts doesn’t have shadow colors, but have option for selecting tab text color). You can also enable/disable transition effect, which is triggered when tabs are changed.

    You can control order in which tabs are displayed, by simply sorting list of available tabs. Again, this setting is global.

    Author Box user settings

    User settings are located in backend user profile page. Here, every user controls his own settings. For social network widget to be displayed in author box, some kind of identification must be supplied. It can be username, id or profile link. Example is provided for every social network. Also, there are check-boxes for every network. If check-box is not selected, social network widget will not be shown in author box. Additionally, latest posts and user bio can be added to author box. By default, all check-boxes are selected, and text fields are empty.

    Author Box post settings

    In edit post screen, users can define post settings, which override user settings. Meaning, if you deselected checkbox for showing facebook widget in your profile page, but you check it in edit post screen, facebook widget will be shown in that post. It wouldn’t affect any other posts – facebook widget won’t be visible in them. You can also supply new User Bio for that post only.

    Support

    Rate us

    Credits

    All images used in the preview are only for demo purposes and not included with the theme package. All the images are copyrighted and licensed to their respective authors and owners.

  • Creator Field – WP social / writer plugin (Social Networking)

    Creator Field – WP social / writer plugin (Social Networking)

    Author Box – WordPress social / author plugin

    All In One Author Box is a WordPress plugin designed for displaying social network widgets inside tabbed area located in your posts. Every author is allowed to share their own profiles and provide a better representation of themselves. With 4 designs to choose from, unlimited color schemes and other various customization options, you can create author box that best suits your needs.

    Integration with 9 most popular social web sites, makes All In One Author Box the best choice for you. Some of the main features for Author box include the ability for administrator to control (enable or disable) social tabs for individual users of the website and also users of the website have the ability to customize each author box on each post separately. The plugin is optimized for Google rich snippet. Author box allows you to order your tabs the way you want to and to choose which tabs to display. Author box has a flex CSS which means that it will look good on all resolutions on all mobile or desktop devices. We have included 4 different layouts in the download archive and we have documented the plugin with the necessary instructions starting from simple installation up to plugin settings and alterations that you are able to do. The color variations for all 4 versions are unlimited, you can play around with the colors until you find the design that is perfect for you.

    The support for All In One Author Box plugin is available every workday. Our support staff will be there to help you to bring out the best in this plugin and to modify it in the right direction in order to represent yourself in the right way.

    All in One Author Box Features

    • Admin can disable/enable networks for users separately
    • Settings can be customized for each post separately
    • Compatible with 9 social networks
    • 4 different layouts included
    • Fully editable color scheme for each layout
    • Optimized for Google rich snippet
    • Flex CSS design to suit your theme
    • Tab order can be changed
    • Excellent documentation

    Installation process

    • Download your purchased Author Box plugin
    • Open Plugins > Add new > Upload
    • Upload all-in-one-box.zip file
    • Go back to plugins and activate All In One Author Box

    Supported browsers

    • Mozilla Firefox
    • Google Chrome
    • Opera
    • Safari
    • Internet Explorer 7
    • Internet Explorer 8
    • Internet Explorer 9
    • Internet Explorer 10

    Author Box admin settings

    At the admin side of your blog, you will find Author Box settings page. This page is viewable only by admin users. Author box styling settings and user permissions are controlled here

    • Choose author box layout (Top, Left, Clean top, Clean left)
    • You can toggle the opacity transition between social networks
    • Choose content background color, shadow color, tabs color, tabs shadow color, content text color, content links color

    Styling settings are global, meaning that the look of author box for every post is defined here. You can select one of four layouts, and choose colors for displaying them. Layouts can have different color options (example: Flat design layouts doesn’t have shadow colors, but have option for selecting tab text color). You can also enable/disable transition effect, which is triggered when tabs are changed.

    You can control order in which tabs are displayed, by simply sorting list of available tabs. Again, this setting is global.

    Author Box user settings

    User settings are located in backend user profile page. Here, every user controls his own settings. For social network widget to be displayed in author box, some kind of identification must be supplied. It can be username, id or profile link. Example is provided for every social network. Also, there are check-boxes for every network. If check-box is not selected, social network widget will not be shown in author box. Additionally, latest posts and user bio can be added to author box. By default, all check-boxes are selected, and text fields are empty.

    Author Box post settings

    In edit post screen, users can define post settings, which override user settings. Meaning, if you deselected checkbox for showing facebook widget in your profile page, but you check it in edit post screen, facebook widget will be shown in that post. It wouldn’t affect any other posts – facebook widget won’t be visible in them. You can also supply new User Bio for that post only.

    Support

    Rate us

    Credits

    All images used in the preview are only for demo purposes and not included with the theme package. All the images are copyrighted and licensed to their respective authors and owners.