Category: Wordpress Plugins

  • Roots Slider for WordPress & Visible Composer (Interface Components)

    Roots Slider for WordPress & Visual Composer is an all purpose slider builder for WordPress with Visual Composer add-on built in designed to create and add elegant and professional sliders to your website.


    The plugin comes with an easy to use admin interface. For those of you with no coding experience it comes with over 100 predefined text styles.

  • Responsive Web page Tester & Mockup Screenshot Generator (Miscellaneous)

    Responsive Web page Tester & Mockup Screenshot Generator (Miscellaneous)

    Responsive Mockup Screenshot Generator for WordPress

    • QUICKLY TEST IF A WEBSITE IS RESPONSIVE
    • GENERATE UNLIMITED GORGEOUS MOCKUP SCREENSHOTS

    The plugin generates screenshots in realistic environments and is ideal for companies with a client page to display their portfolio, or could be used by freelancers and design agencies to test website responsiveness.

    Just enter your Url for a responsive website check or create a Mockup Screenshot.

    Features

    • Responsive Website Checker
    • 14 Background & Device presets
    • Download Screenshot (Experimental), WordPress mShots API
  • 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

  • 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
  • Tiva Situations Calendar For wordpress (Calendars)

    Tiva Situations Calendar For wordpress (Calendars)

    Description

    Tiva Events Calendar For WordPress is plugin which help you to manage and display all events on calendar.

    Tiva Events Calendar - Full Layout

    Management events in admin site

    Tiva Events Calendar - Admin

    With many styles and options, you can customize your calendar easily. There are 2 layout for your choice : full layout and compact layout. You can also set initial view as calendar or event list.

    Tiva Events Calendar - Compact Layout

    With nice popup, user can quick-view event for each day, view event list and event detail. Your events will be displayed lively and logically.

    Tiva Events Calendar - List View

    Why choose Tiva Events Calendar For WordPress ?

    • Display your events friendly.
    • View events via calendar or list style.
    • Quick view event’s info with tooltip.
    • Many options to customize.
    • Full layout or Compact layout.
    • Fully responsive.

    See demo for Tiva Events Calendar For WordPress here!

    If you like our product, please don’t forget to review and rate it . We will support you as soon as possible.

    Changelog

    Version 1.0 (26 May 2016)
        - Initial release.
    

    Follow us on :

    Facebook  
    Google+  
    Twitter

  • Common Icons (Miscellaneous)

    Common Icons (Miscellaneous)

    Universal Icons

    • The plugin lets you insert Icons easily Before and After Widgets Title.
    • It also provides Visual Editor Button to easily insert Icons in your content.
    • Latest Font Awesome Icons
    • Foundation Font Icons
    • Currently it has 900+ Icons to choose from
    • Font Awesome Icons are auto updated every 7 Days
    • More Font Icons to be included in future updates
    Universal Icons in Visual Editor Provides these features
    • Icon Selection
    • Set Icon as Hyperlink
    • Set Icon Size
    • Set Icon Color
    • Custom CSS Class
    Universal Icons in Widgets provide these features
    • Icon Selection
    • Set Icon Before or After widget title
    • Set Icon Size
    • Custom CSS Class
  • wordpress quiz  (Media)

    wordpress quiz (Media)

    Description

    WordPress quiz game is a way to get more visitor on your site. People love to play the game, if it is quiz, then it’ll be more powerful.

    Features

    • Top 10 participants list
    • Countdown with game
    • Facebook share button
    • Game background and border option change option by simple click
    • Lazyloading participants list for admin
    • Easy customization by changing CSS files.

    Life demo

    http://quiz.adustsoft.com/quiz/

    Details