=== Plugin Name ===
Contributors: MariusCristianDonea
Donate link: http://www.mariuscristiandonea.com/
Tags: slider,image,viewer,jquery slider,ajax slider,swipe,swipe slider,touch slider,photos,slideshow,images,gallery,media,ajax admin,admin,pictures,photo,picture,image,dop-slider,dop slider,ipad slider,iphone slider,nextgen,nextgen slider,nextgen template,nextgen gallery template,iphone,ipad,nextgen slider template,android slider,android
Requires at least: 2.8
Tested up to: 3.3.1
Stable tag: trunk
This Plugin will help you to easily add a slider to your WordPress website or blog. NextGEN Gallery Template included.
== Description ==
[Demo](http://dopdemo.net/wp/dop-slider/)
[More Images & Media Galleries/Sliders/Viewers Wordpress Plugins/NextGEN Gallery Templates](http://bit.ly/zLpCJQ)
This Plugin will help you to easily add a slider to your WordPress website or blog. The slider is completely customizable, resizable and is compatible with all browsers and devices (iPhone, iPad and Android smartphones). You will be able to insert it in any page or post you want with an inbuilt short code generator.
A NextGEN Gallery Template is included also.
= Features =
* 21 customization options
* Use unlimited number of sliders
* Add links to images
* Browse the slider on touchscreen devices using one finger (swipe thumbnails, images or lightbox)
* You can customize each slider individually
* You can disable/enable images
* You can design your own navigation buttons and use them
* You can display in a slider an unlimited amount of images
* You can have a slideshow
* Control the slideshow with completly customizable play/pause button
* AJAX admin
* You can dd images using WordPress native file upload system, a simple AJAX upload, Uploadify for multiple files upload, or FTP
* You can hide the icons and navigation and show them on slider hover
* Drag & Drop to sort images.
* Easy TinyMCE Editor integration (shortcode generator)
* NextGEN Gallery Template included
== Installation ==
Upload the folder dop-slider from the zip file to "wp-content/plugins/" and activate the plugin in your admin panel or upload dop-slider.zip in the "Add new" section.
= NextGEN Gallery Template installation =
1. Copy the folder dop-slider/nggallery into your theme folder.
2. In the NextGEN Gallery shortcode you add template=dop-slider. Ex: [nggallery id=1 template=dop-slider]
== Frequently Asked Questions ==
= How do I install the plugin? =
Upload the folder dop-slider from the zip file to "wp-content/plugins/" and activate the plugin in your admin panel or upload dop-slider.zip in the "Add new" section.
= How do I add the slider to pages or posts? =
Add the folowing shortcode in the editor: [dops id="x"] where x is the id. You can use the TinyMCE shortcode creator.
= How do I add the slider in my template (header, footer, ...)? =
Add the following code in your template files: <?php echo do_shortcode('[dops id="x"]'); ?> where x is the id.
= How do I use the NextGEN Gallery Template? =
1. Copy the folder dop-slider/nggallery into your theme folder.
2. In the NextGEN Gallery shortcode you add template=dop-slider. Ex: [nggallery id=1 template=dop-slider]
= How do I edit the DOP Slider NextGEN Gallery Template options? =
You edit the content of the JavaScript variable DOPNextGENSliderSettings in file nggallery/gallery-dop-slider.php.
= Why I can't upload images to my slider? =
Make sure that folder doptg/uploads/ has write permissions (755 or higher). If the folder has the right permissions try another upload method from the ones provided (WordPress, AJAX, Uploadify, FTP). If none work contact me.'
= Why don't the images appear after upload is complete? =
If the images don't appear make sure you have the PHP GD Library enabled.
= Why I receive an IO Error when I upload images using Uploadify? =
The IO Error is a Flash error caused when the upload connection gets cut short. Usually happens with slow internet connections.
= Why doesn't the slider show in my website? =
1. If the slider doesn't show it might be because there is a problem with the JavaScript in your website. If you can't identify the problem contact me with a link. I will identify the problem for you, but I will not fix the problems that aren't caused by this plugin.
2. Another reason might be that you load more than one jQuery file into your theme. The proper way to load jQuery into your theme or plugin is:
if (!wp_script_is('jquery', 'queue')){
wp_enqueue_script('jquery');
}
= 'How do I change the language? =
You can change the translation in the file dops/views/lang.php
= Known issuses =
1. On localhost servers, depending on the configuration admin might be slow, you will not be able to upload pictures, ...
2. Uploadify will not display the progress bar and image processing will go slower if you have a firewall enabled.
3. On some servers the images names that contain other characters different from alphanumeric ones will not be uploaded. Change the names for them to work.
4. The Back End section has some display issues in IE 7 (please update to a new version)
= Will I receive support for IE7 & IE8? =
No. I will fix only if are big issues. I hate this 2 browsers.
= What I can do when nothing works? =
Contact me :)
== Screenshots ==
1. Slider example 1
2. Slider example 2
3. Admin area
4. View on touchscreen or mobile devices using this QR Code
== Changelog ==
= 1.0 =
* Initial release.
== Upgrade Notice ==
= 1.0 =
* Initial release.
== Credits & Licence ==
Copyright 2012 by Marius-Cristian Donea
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA