Month: May 2016

  • Exterior Media Add (Media)

    Exterior Media Add (Media)

    External Media Upload will grab media/files from external url link to your server and add them to WordPress media library.

    With External Media Upload, you don’t need many time for save external file to your computer and re-upload.

    External Media Upload can grab popular file extension as image, audio, videos, pdf, office documents, zip, Executable, CSV files. If you want any other extension other than mention above you can add as well.

    How it work?

    • Direct grab external media and add to wordpress media library.
    • Supports all extensions.
    • Manage file extensions to be uploaded.
    • Directly adds external images as Featured Image
    • Uploads multiple files at once.
  • Map Show off – Exhibit-off Your Just right Addresses (Utilities)

    Map Show off – Exhibit-off Your Just right Addresses (Utilities)

    Map Showcase is a complete tool to display your addresses with style.

    Based on Mustache and Google Maps API, Map Showcase is ultra fast even with 100+ addresses.

    An import tool is provided so you can import your addresses using a properly formated CSV file.

    Here is the full list of features:

    • Easy to use
    • Ultra fast
    • Search by address or zip code
    • Order by distance using search address
    • Responsive and works well on any screen size
    • Display anything you want below the address name with Display Fields
    • Fully Customizable from colors to markers
    • No configuration required: you can use it without API key if limit rate is not an issue with you
    • Stylize your map in three clicks
    • Translation ready
    • Dedicated support

    Current version: 1.0.1

    Credits

  • Offline Creator (Utilities)

    Offline Creator (Utilities)

    Offline Writer lets you easily generates posts based on the documents created with your favorite desktop applications.

    Create posts with a word processor

    Use Microsoft Word, OpenOffice, LibreOffice (or other word processors able to generate .odt documents) to create your WordPress posts.

    Watch the video: Offline Writer – Create a post from an .odt file

    Speed up your workflow with the Markdown syntax

    Markdown is a lightweight and easy-to-use syntax for creating HTML. With just regular text with a few non-alphabetic characters you will be able to control the display of the document, format words as bold or italic, add images, create lists and more.

    Watch the video: Offline Writer – Create a post from an .md file

    If you still don’t know what is the Markdown syntax check out these two great resource:

    Easily create your posts with a word processor

    With Offline Writer you will be able to use Microsoft Word, Apache OpenOffice, LibreOffice, and basically any ODT-capable word processor, to create the content of your posts, pages or custom post types.

    Writing your posts in a word processor gives you the advantages that:

    • You don’t need to go online, log in or pass other security checks each time you have an idea for a new post.
    • You can make use of the extensions available for your word processor, like advanced spell checker and grammar checker usually not available in WordPress. This helps you improve the quality of your articles.
    • Considered the user-friendliness of word processors, you might collect contributions for the creation of new content from non-technical people.
    • You can work on your articles even if a internet connection is not available.

    If you don’t have a word processor currently installed on your computer dozens of alternative are available, both free and paid. Check out this list from Wikipedia for details.

    Details about the ODT parser

    Technically when .odt files are uploaded and imported the ODT parser make use of XMLReader to read the embedded XML documents and convert the tags that are common between the XML part used by the .odt format and HTML.

    The difference between the HTML documents generated with the word processor built-in feature and the HTML documents generated by this plugin is that:

    • The word processor built-in feature generates a real conversion of the document with all the style embedded inline. The resulting HTML is accurate but clearly not suitable to be used as a content for a WordPress post. (at least without spending a lot of time cleaning all the inline style applied to each element and removing all the additional span elements injected in the code)
    • The ODT parser included in this plugin is selective, converts a limited set of elements and ignore all the rest. The resulting HTML is clean and suitable to be published on your blog.

    To be specific all the styles applied by the word processor in the .odt file and all the elements that are not included in the following conversion table are completely ignored by the parser.

    • text:p -> p
    • text:a -> a
    • draw:image -> img
    • text:h -> h1, h2, h3, h4, h5, h6
    • text:list -> ul/ol
    • text:list-item -> li
    • table:table -> table
    • table:table-row -> tr
    • table:table-cell -> td

    For the reasons explained in this section the ODT menu should be used to import content that make use of this set of common elements and not to create complex layouts based on the styles applied on the .odt files.

    How the images embedded in the uploaded .odt files are handled

    The images included in the .odt files are automatically uploaded in the WordPress upload directory (the actual directory depends on your selection performed in the Settings -> Media menu), along with the images manually added in the posts with the “Add Media” button.

    During the upload process you will prompted with a form that allows you to set the following details related to the images:

    • Filename (the name of the image in the filesystem)
    • Alt attribute
    • Title attribute
    • Link (this allows to link the image to the specified URL)
    • Link target attribute
    • Link nofollow attribute

    All these details are optional, you can even leave all the fields blank if you want and in this case the filename will be auto-assigned.

    Speed up you workflow with the .md format

    Markdown is a lightweight and easy-to-use syntax for creating HTML. Let’s see some of the advantages of using this emerging format with the Offline Writer plugin:

    • Markdown is extremely easy to use, the tokens available with the Markdown syntax can be learned in less than 30 minutes
    • Markdown translates to perfect HTML. No missing closing tags, no improperly nested tags, no blocks left without containers.
    • The Markdown files are simple text files editable with any text or code editor, on any operative system.
    • The Markdown files are extremely lightweight text files which don’t need to be compressed to be transported or sent on the internet.
    • Writing with the Markdown syntax requires and average of 25% less characters than writing HTML.
    • You can stop thinking about html and focus on what’s important, the content.
    • You can start writing your posts in your personal distraction free editor, like a simple text/code editor customized for your needs or one of the specific Markdown editors available on the market.
    • Programmers no longer need to manually convert to HTML entities the problematic characters present in code snippets. The Markdown parsers do this job for you.
    • With five included parser and three Markdown variations supported, this plugin can certainly satisfy even a Markdown expert who make use of any possibility provided by the syntax.

    Five Markdown parsers and three markdown flavors

    At this time there isn’t a clearly defined Markdown standard and different implementations are currently used on the web. For this reason this plugin doesn’t force you to adopt a specific Markdown syntax, but instead allows you to select your favorite parser between the five available.

    In the Offline Writer options you will be able to selected one of these five parser. In this list for each parser you have a reference to the supported syntax.

    Improve your publishing workflow

    Unlock the ODT menu or the MD menu to specific categories of users, so that your authors will be able to upload their posts with these two handy formats.

    Feature-specific requirements

    Basic functionalities:
      - WordPress 3.8 or higher
      - PHP 5.3 or higher
    ODT Parser:
      - WordPress 3.8 or higher
      - PHP 5.3 or higher
      - XMLReader
      - Zip
      - Zlib
    Parsedown Parsers:
      - WordPress 3.8 or higher
      - PHP 5.3 or higher
    Cebe Markdown Parsers:
      - WordPress 3.8 or higher
      - PHP 5.4 or higher

    Credits

    This plugin make use of the following resources:

    The name “Markdown” is used with the only purpose of making clear to the visitors and possible buyers the type of syntax supported by this plugin.
    You should not assume that the original author of the “Markdown” syntax, defined in 2004 with this post, endorses this product.

  • Web page Pet Builder (Utilities)

    Web page Pet Builder (Utilities)

    Show notifications, messages or make and display animations to your site visitors using a tiny virtual pet.


    Instructions Manual

  • Colony One Web page Parallax WordPress Theme (Ingenious)

    Colony One Web page Parallax WordPress Theme (Ingenious)

    Colony is a one page WordPress theme. You can choose the theme any purpose.The Design is clean and mordern.

    Features of Colony

    • Unique & Modern Design.
    • Tablet and mobile versions included.
    • Different Pattern Menu Levels.
    • Easy customization.
    • Several layouts of pages.
    • Free fonts ans icons.
    • Clean Conde and Easyable WordPress Backend.

    Used Plugin in Colony WordPress

    • contact-form-7
    • meta-box plugin

    Responsive Layout of Colony.

    Register Post type of Colony.

  • Readme – A Readable WordPress Theme (Wpblog / Journal)

    Readme – A Readable WordPress Theme (Wpblog / Journal)

    Readme. WordPress blogging theme

    Features:

    • Featured Posts Carousel
    • Featured Image
    • Featured Video
    • Featured Audio
    • Featured Carousel
    • Related Posts
    • Recent Posts
    • Social Menu
    • Social Share Icons
    • Masonry Grid Gallery
    • Lightbox
    • Google Fonts
    • Font Awesome icons
    • Responsive
    • Bootstrap 3x
    • Used Fonts: Droid Sans, Lato

  • Zad Distinctive Multiuse Theme (Inventive)

    Zad Distinctive Multiuse Theme (Inventive)




    Zad is a creative, unique multiuse wordpress theme with 7 different demo Layouts to unlimited possibilities and incredible features.










    Top Features

    • Drag & Drop Page Builder (Visual Composer Premium Included)
    • One Click Demo Install
    • Revolution Slider Premium Plugin Included
    • Wide / Boxed and Framed Fully Responsive Layouts
    • Woocommerce Ready
    • WPML Multi Language Ready
    • RTL Ready (Right to Left Demo Included)
    • Contact Form 7 Ready
    • Unlimited Colors options
    • Retina Ready
    • Different Header Layouts and Multi Navigation Styles
    • Multiable Header Skins (Default / Light / Dark)
    • Mega Menu Ready
    • Onepage Scroll Animation Support
    • Different Portfolio Layout
    • Different Blog Layout
    • Post Format (image/video/audio/gallery/quote)
    • Video and Parallax Background
    • Unlimited Sidebars
    • 4 Custom Widget included ( Social Sharing / Contact Form / Flickr / Advance Recent Posts)
    • optimized speed and High performance
    • SEO Ready (Key word and Descrption for each site page)
    • Cross Browser Compatibility
    • Clean and standard Code HTML5 / CSS3 Tested by W3C Validator.
    • Full Online Documentation included
    • Free Update and Support

    Note: Photos, videos and Audios used in preview are not included in this item package ,you have to contact authors to get permission if you want to use in your commercial or non-commercial projects.

  • Kameleon – Excessive High quality Multi-Goal Theme (Ingenious)

    Kameleon – Excessive High quality Multi-Goal Theme (Ingenious)





































    Features List

    • Page Builder
    • Premium Slider
    • Amazing Shortcodes Bundle
    • Ultra Responsive
    • Retina Ready
    • Mega Menu
    • Advanced Admin Panel
    • Advanced Option Panel for Pages
    • Multiple Header Layouts
    • Unlimited Header Colors
    • Top Sliding bar
    • Portfolio Post Type
    • Font Icons Bundle
    • Google Fonts Manager
    • Parralax Backgrounds
    • Video Backgrounds
    • Unlimited Sidebar Styling
    • Widgetized Footer
    • Parralax Footer Effect
    • Side headers
    • BBpress Ready
    • WooCommerce Ready
    • Multiple Ready Demos
    • One click demo importer
    • Unlimited Title Bar Styling
    • 5 Comments Layouts
    • Sticky header
    • Multiple Pagination Layouts with unlimited colors
    • One Page menu
    • Scroll Effects
    • Custom Typography
    • Page Intro Effect
    • So much more…
  • Magline – Journal, Bloging WordPress Theme (Blogging / Journal)

    Magline – Journal, Bloging WordPress Theme (Blogging / Journal)

    Magline – Magazine, Bloging WordPress Theme

    • Bloging / Magazine / Listing Design
    • Fully Responsive Design
    • Tons of Page’s Elements + Widget Ready:
    • Homepage Predefine
    • 5 Header Design
    • 5 Basic Layout Structures design for each Archive or Single View on Post / page / Project item
    • Power Theme Control was base on redux frameworks
    • Drag n Drop Page builder
    • One Click Install for everything you see on demo
  • Cf7 Messenger – Ship Contact Type 7  to Fb Messenger (Add-ons)

    Cf7 Messenger – Ship Contact Type 7 to Fb Messenger (Add-ons)

    Cf7 Messenger will help you send the Contact Form 7 data to your Faebook Messenger immediately. Therefore, you can contact your customer as quickly as possible.

    Features

    • Send the Contact Form 7 data to your Faebook Messenger immediately
    • Unlimited message
    • Get notification in all your devices