Month: December 2013

  • WebCinema (Galleries)

    WebCinema (Galleries)

    WebCinema is an easy to use WordPress Video Plugin with responsive design that gives you the possibility to display your videos or video playlists on your website.

    • Supports Vimeo or Youtube videos
    • Ability to import YouTube playlists
    • Ability to import Vimeo albums
    • Does not require YouTube or Vimeo API keys or registrations
    • Uses Shortcode
    • Responsive Design
    • Videos can be displayed in Popup
    • Video player can be adjusted for 100% Width
    • Draggable Vertical or Horizontal slider playlist. Works on mobile devices such as iPad Retina Display
    • Supports multiple instances of the plugin on one page

    From your Admin Panel go to Plugins -> Add New -> Upload -> Browse and pick the WebCinema archive file. Click “Install Now” button. Click “Active Now” after the plugin has been installed. A new menu should now appear in your Admin Menu called “WebCinema”.

    From your Admin Panel go to WebCinema -> Local Playlists -> Create New PLaylist. Enter Playlist Name and click “Save Playlist”.

    From your Admin Panel go to WebCinema -> Local Playlists.
    Hover over the newly created playlist and click the “Browse” button.
    Click “Add Video” and enter Vimeo or YouTube video link.
    Optionally you can specify the Title and Thumbnail link for the Video or you can leave them blank to be automatically filled.
    After that, click the “Save Video” button.

    The plugin currently only supports YouTube and Vimeo videos.

    From your Admin Panel go to WebCinema -> YouTube Playlists.
    Enter the YouTube User ID in the “YouTube User ID” Field and click change user.

    The plugin will display list with the user’s playlists. Hover over the playlist and click the “Import” button to copy the playlist to the local database. These imported playlists can later be edited. Editing the imported playlists (changing names, deleting vidoes etc…) won’t affect the originals.

    From your Admin Panel go to WebCinema -> Vimeo Playlists.
    Enter the Vimeo User ID in the “Vimeo User ID” Field and click change user.

    The plugin will display list with the user’s albums. Hover over the album and click the “Import” button to copy the playlist to the local database. These imported albums can later be edited. Editing the imported albums (changing names, deleting vidoes etc…) won’t affect the originals. You can import up to a maximum of 60 videos per album in Vimeo.

    To display the plugin simply add the shortcode [webcinema] to the page or post.
    If you want to add it directly to the html, paste the following code where you want the plugin to be displayed:
    <?php echo do_shortcode("[webcinema]"); ?>

    [webcinema]
    
    [webcinema playlist=1,2,3]
    
    [webcinema video=1,2,3]
    
    [webcinema playlist=1,2,3 video=1,2,3]
    
    <?php 
    webcinema::enqueue_scripts(); // place before wp_head(); hook
    echo do_shortcode("[webcinema]"); // place where you want to display the html part
    ?>
    

    Where playlist=1,2,3 and video=1,2,3 are ID numbers. IDs are visible in the admin section of the plugin.



  • Ajax Portfolio Grid for WordPress (Media)

    Ajax Portfolio Grid for WordPress (Media)

        

         

    # Ajax Portfolio Grid for WordPress  #
    
    - Version: 1.1.0
    - Date: Aug 2013
    - Author: WP Themers
    - Website: http://www.wpthemers.net/
    
    ## Changelog
    
        1.0.0
        + Initial Release
    
        1.1.0
        + New Slide Type - Gallery, Audio (Online/Self Hosted), Video (Online/Self Hosted)
        + HTML 5 Video/Audio via MediaElement.js
        + AJAX pagination - Previous/Next Buttons
        + More control over post's query. Added Orderby and Order parameters
        + Captions using ThumbFX's Overlayer.
        - Removed Video-only Slide.
        ^ Changed jQuery Animate method with CSS3 Transitions.
        ^ Slideshow changed from infinite to 'end on last slide'.
        ^ Changed PHP class to function for ajax_html. The 'class' seemed to take more time when
          called via AJAX.
        # Minor CSS fixes for iFrames and slideshow
        $ Language files updated
    
        * -> Security Fix
        # -> Bug Fix
        $ -> Language fix or change
        + -> Addition
        ^ -> Change
        - -> Removed
        ! -> Note
    
    
  • Picture Cropper & uploader for WordPress (Media)

    Picture Cropper & uploader for WordPress (Media)

    Note about support: all support requests about related to “Image cropper” are answered only in comments or on email.

    I look forward to your comments on the work of the plugin

    Plugin for wordpress and very easy to install

    Plugin’s performance capabilities

    The Image Cropper Plugin is created for a more convenient cropping of an image in a browser before sending it to the server.

    1. Plugin allows to crop large-size images that do not fit your screen.
    2. Plugin allows to set a necessary size of an image, e.g. 400×300
    3. It is possible to switch on or off multiloading of files, it allows to upload one image or several images at a time.
    4. It allows to send extra $_POST data to the server together with loading of an image.
    5. It is possible to drag files on the loading pushbutton.
    6. It allows to set a max size of an image by width or by height.
    7. Plugin allows to set your own styles at hover or focus

    How work the other plug-ins download and cropping images?

    1. Upload photos to the server using the standard boot
    2. After uploading photos you can meet plugin that allows you to crope the image but
      it does not cut it on the fly(immediately) and finds coordinate X and Y, the width and
      height and sends them back to the server and the server that had received the data
      (x,y,width,height) loads the images into the memory, checks it, cut it and than saves and
      gives the results of the work to the browser.

    How Image cropper works?

    1. Call the plug on the block, for example Upload image You
      can also drag image and throw them into the block if included the parameter drop: true
      when plugin is initializing.
    2. If the crop: true then after the image selection screen appears window with proposal to
      mark necessary area and cut it, I want to note that the image will not load, it has loaded
      into the browser from your computer and will not send.
    3. For your convenience it is made two fields for width and height, you can point width and
      height you need into them.
    4. Mark the area you need on the photo and click Cut than the selected area with photowith
      other parameters ( tipe, size…) will send as a view POST request to the address you had
      indicated , but if you will click Ignore the image will send without cutting, that is to say
      in the whole format.
    5. Server receives incoming data and stores your image in the format you want.

    Additions:

    – want you to pay attention if the image is very large it is reduced to the available size
    of the window your web browser but the size of the image when it is cutting remains
    unchanged it allows you to work with large formats, for example: 6000×4000.

    – Also the system with the indication of the maximum size of the photo realized in the
    plagin, for example, you want to limit your users with upload images no more than
    1200px in width, than you should point the parameter maxWidth: 1200 plugin will check
    the image size itself, and if it is more you specified, the image will automatically reduce
    proportionally without losing of the quality, to 1200 in width.

    Example:
    you specified maxWidth: 1200 user loads the image in size200px width and height to 1600px
    Eventually the image will reduce without losing of quality to the size of width 1200px
    height: 874px, great, is not it? The same principle will work on maxHeigh, you can specify
    two parameters at once and maxWidth and maxHeight.
    Plugging s parameters:

    v1.0 – Basic settings

    1. url: ’/upload.php’ – indicates the way the data will be send to
    2. name: ‘file’ – is responsible for the name of $_POST variable, e.g. php: $_POST[‘file’]
    3. multiple: true – permits or forbids loading of more than 1 file
    4. ratio: [‘1/1’, ‘4/3’] – can set the aspect ratio selection (You can change the cropping)
    5. data: – sends additional data with the cropping of an image, format json for example id: 1
    6. drop: true – permits drag&drop of files
    7. crop: true – allows cropping of images
    8. maxWidth: false – is responsible for a max size of an uploaded image, e.g. if you set 1200 and the original size is 1600, an image will shrink proportionally untill the size of 1200 by width.
    9. maxHeight: false – is responsible for a max size of an uploaded image, e.g. if you set 1200 and the original size is 1600, an image will shrink proportionally untill the size of 1200 by height.
    10. hoverClass: ‘hover’ – is the category of CSS styles that is activated when is hovered upon.
    11. focusClass: ‘focus’ – similarly to hoverClass but is actived when is focused at.
    12. onChange: – callback function is activated when you choose an image, it calls back 3 parameters, file – the file itself, ext – the file extention, render – base64 code of an image, it is used in the src attribute beside <img /> tag.
    13. onSubmit: – callback function is activared when you confirm cropping of an image, it calls back the same parameters as onChange file, ext and render
    14. onComplete: – callback function returnes the element – the very element upon which the plugin is summoned, ext – the file extention, response – the server response, render – base64 code of an image.
  • Gravity Kinds – MySQL Join (Varieties)

    Gravity Kinds – MySQL Join (Varieties)

    Welcome to the SP Gravity Forms – MySQL Connect Plugin.

    Connect your Gravity Forms directly to a MySQL Database-Table or build a new one with the integrated ‘Table-Builder’ directly from your Form-Fields.

    Features

    • Simple MySQL-Table Setup at the default Gravity-Forms Form-Settings
    • Assign your Form-Fields directly form the Advanced-Field-Settings
    • Save your Form-Data into your MySQL Table
    • Also assign the lead_id, date_created and created_by infos to a MySQL-Table
    • Build new MySQL-Tables from your Gravity Forms in seconds with the integrated Table-Builder
    • Setup if you need to delete the field or full record-data at GF
    • Fully Gravity-Forms integration

    Release 1.2 – 11/01/2013 – ChangeLog

    • Added default WordPress translation features, so the plugin is fully translatable
    • German translation included
  • Spotify API for WordPress (Media)

    Spotify API for WordPress (Media)

    With this plugin you can easily get information of a Spotify track and display it easily on your WordPress website.

  • Pinterest to WordPress plugin  (Galleries)

    Pinterest to WordPress plugin (Galleries)

    Last update: 5 DEC 2013. Version: 1.0.7 Platform: for WordPress.

    Pinterest to wordpress plugin Provide the complete solution to integrate your pinterest account with your wordpress . it displays pinterest boards and pins in your wordpress and update them automatically .

    How To Use ?

    Key Features

    Pinterest boards as wordpress gallery
    add any pinterest username to display his boards as a gallery in wordpress where every board display it’s pins in a pop-up gallery style

    Pinterst pins as wordpress gallery
    add any pinterest username to display his pins right on wordpress in pop-up format

    Pinterst board as wordpress gallery
    add any pinterest username and board to display the board pins right on wordpress in pop-up format

    Unlimited Customization of items dimentions
    you can set Height, Width & Margin of items displayed generating 100% customizable layout

    Full control on displayed parts of the item
    you can show or hide item description, item count on page or on pop-up

    2 linking options
    you can show pins on pop-up or link them directly to pinterest.

    Full control on what items to display / hide
    you can check items to display or uncheck itrms to hide

    Unlimited color variations
    using a color selector you can choose the color of the gallery

    Various background options
    30 different background patterns available to choose from

    Auto update
    option to auto update items regularly on schedule

    Unlimited numbers of galleries
    you can create and display unlimited number of galleries

    Simple and easy to use:
    just copy/paste gallery shortcode to display it on your page/post

    Need support ?

    The plugin include free support . Got a problem ? don’t worry we have a help desk setup just for your help . submit a support ticket and we always happy to help make you happy choosing our plugin

    Please contact me before rating the item so we can fix any issue together. also if you have any question feel free to ask  :) .

    Changelog

    version 1.0.7 (5 DEC 2013)

    • updated to work with a recent pinterest change
    • Fix : plugin now compatible with Enfold WordPress theme
    • Fix : tags and related posts now display correctly
    • grayed out options for some users now display correctly

    version 1.0.5 (26 NOV 2013)

    • updated to work with a recent pinterest change

    version 1.0.3 (29 OCT 2013)

    • Boards and specific board updated to work with a recent pinterest change

    version 1.0.2 (21 Sept 2013)

    • bug fix : pinterest update broke the boards getting method . it is now updated to work with the new pinterest update

    version 1.0.0

    • Initial release
  • ProgressionPlayer – WordPress Plugin (Media)

    ProgressionPlayer – WordPress Plugin (Media)

    Follow MeEmail Notifications
    Theme CustomizationsSupport Forum

    Show off your work with this easy-to-customize and fully featured Audio/Video Player. When purchasing this player, you will receive a detailed help file along with additional features like 5 custom skins and Responsive Layout.

    Audio + Video Player Features

    • Built on top of the new WordPress 3.6 Media Player. Add this plugin to easily style your existing videos!
    • Responsive Player: Mobile, Tablet and Desktop optimized
    • 5 Skins to choose from
    • Audio Playlists supported
    • Unlimited audio and video players per page (single playlist per page)
    • Retina Support: ProgressionPlayer is optimized for high resolution displays like the Macbook Pro with Retina Display, iPhones and iPads
    • Custom Flash and Silverlight players that mimic the HTML5 MediaElement API for older browsers
    • Players automatically stop playing when another player is activated
    • Easy to Customize
    • Full-screen video button
    • Playlist can stay open or closed by default.

    Audio Files used in the Live Preview

    Theme Updates – Changelog

    ==v1.2 - 16 October 13 ==
    -Loop can now be applied to audio, video, & playlists separately.
    -Unlimited Playlists per page has now been added (Audio/Video also can have unlimited players per page)
    -Ability to add audio/video files from external websites
    
    ==v1.1 - 21 September 13 ==
    -Fixed Audio Playlist multiple plays in FireFox when user clicks multiple times. File updated: /build/mep-feature-playlist.js
    

    Signup for our e-mail newsletter

    Get notified via e-mail when we release new items! It’s easy – sign up for our e-mail newsletter here

    Need Support? Visit our Support Forum

    We offer theme support via our support forum. Please post all support questions through our support forum.

    Visit the Support Forum here

  • ez Time table Supervisor (Types)

    ez Time table Supervisor (Types)

    Description

    ez Schedule Manager is a WordPress plugin which allows you to manage incoming schedule requests. In case you offer contact requests, this is the right plugin for you.
    Guests are able to view your public schedules in which they can add requests. Admins have an overview of their schedules with all public (and private) requests in a week.

    Live Demo

    Frontend
    Backend

    Username: demo
    Password: demo

    Features

    • Manage incoming requests
    • Add, edit and delete public requests
    • Add your own private or public requests
    • Blocked times for lunch breaks!
    • Choose available days in a week
    • Set earliest and latest entry time
    • Set entry duration
    • Email notifications
  • WordPress Transient Picture Add (Media)

    WordPress Transient Picture Add (Media)

    WP Temporary Image Upload plugin allow your users to upload images temporary. You can set how many days max images will be stored on your server.

    • Users can upload images on your site
    • Allowed jpg, jpeg, png, gif
    • Set max store time
    • Images are autodeleted after set time
    • Create automatic site without maintenance needs
    • Put your ads without any work on site
    • ASK US FOR FREE CUSTOMIZATION

    With this plugin you can create a site automatically, without any need for maintenance, where to put your advertising or to offer an additional service to users.

    This plugin uses jquery, html5, twitter bootstrap so it will be necessary to check the compatibility of your browser.

    On request it is possible to make some (free) customizations to accept other file types supported by wordpress (pdf, doc, ppt, mp3 and all others).

  • Varied Portfolio – four in 1 WordPress Portfolio (Galleries)

    Varied Portfolio – four in 1 WordPress Portfolio (Galleries)

    Create a portfolio of your works and display them in a variety of stylish ways with Distinctive Portfolio by Distinctive Themes.

    Using the powerful shortcode generator you can easily setup your dream portfolio exactly the way you want, and then style it to your tastes with the excellent DTPanel options panel.

    Distinctive Portfolio is fully responsive (resize your browser when viewing the demo to see it in action.

    The DT Portfolio post type allows you to add additional images to each project, as well a video from YouTube or Vimeo. Not only this, you can also link each project to a specific URL of your choice, the projects page, or even no link at all. Its all handles by the included options and has been created to be very simple yet very powerful to use.

    You can control each of the layouts fully with the shortcode generator. You can choose to display/hide project title and excerpts, as well as how many columns (1-4) you wish to use.

    Create Unlimited Portfolios

    Using a simple tagging system, you can segregate all of your projects into their own portfolios and use the shortcde generator to display just the items you want! All of the filters etc will work just as you expect, and will only display if applicable – to see this feature in action SEE HERE

    Top Features

    • Easy to use shortcode generator
    • Responsive
    • DTPanel options panel
    • Specify custom slug for your projects
    • Lightbox included
    • Supports gallery, video and external URLs
    • Easy to use

    Changelog

    04/11/2013 – v1.1.2 Bug Fix + Tagging Fix
    03/11/2013 – v1.1 Bug Update – New shortcode generator, total UI overhaul, added more shortcodes and widgets
    16/08/2013 – v1.01 – Bug Fix for Image Resizer & CSS Stregthening
    06/08/2013 – v1.01 – Fixed a small bug + Added Unlimited Portfolio Via Tags
    04/08/2013 – v1.00 – Release