Origo WP Slider
Origo WP Slider
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.
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to dashboard, and click Origo Slider tab
- To add a slider, go to the bottom of the page, fill the text field with the slider name and click Add Slider button.
- 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.
- Each slider has it’s own shortcode that you can add to pages or posts. e.g. [origo-slider id=1]
- You can also add slider to the theme files e.g.
<?php echo do_shortcode('[origo-slider id=1]') ?>