=== Origo WP Slider ===

Contributors: origothemes
Requires at least: 4.2.2
Tested up to: 4.2.2
Stable tag: 1.0.0.7
Tags: wordpress slider plugin, wordpress flexslider plugin, flexslider plugin
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A very flexible and easy to use wordpress slider, that you can insert on the pages, posts or to on theme files.

== Description ==

Origo slider is specially created for non programmers but want to customize their website sliders on their own.
The most important flexslider options are editable via origo slider dashboard. 

Features:

*   Unlimited sliders
*   Unlimited slides
*   3 Slide Layout
*   Editable content box background, border, text color, font styles, etc
*   Sortable slides by drag and drop

== Installation ==

This section describes how to install the plugin and get it working.

1. Activate the plugin through the 'Plugins' menu in WordPress
2. Go to dashboard, and click Origo Slider tab
3. To add a slider, go to the bottom of the page, fill the text field with the slider name and click Add Slider button.
4. On the sliders table, click on the slider name you want to edit.
    * On the Slides tab, you can add the slides
    * On the Settings tab, you can edit the slider settings such as Slideshow Speed, Animation Speed, Height, Width, etc.
5. Each slider has it's own shortcode that you can add to pages or posts.
    e.g. [origo-slider id=1]
6. You can also add slider to the theme files
    e.g. `<?php echo do_shortcode('[origo-slider id=1]') ?>`