vSlider is currently one of the most popular image slider plugin available on WordPress. Although it has some cool features but we have been getting a lot of requests via forums, comments and emails. However, adding all these features to one slider would make it cluttered and the lower its performance. Since most of the users would not require all the features which we are being requested, we are starting a tutorial series for those who require some special changes/features in the vSlider.

Download vSlider for Developers.

You can request your own tutorial by simply clicking on contact and sending us the details of the tutorial you would like. Off course the end product of the tutorial is a downloadable vSlider with custom features requested by you.

Let me start introducing vSlider for Developers and Designers. vSlider for Developers targets advanced level WordPress users who create WordPress themes and plugins. Though, it can be tweaked by anyone who knows CSS and javascript.

vSlider Dev. is different from the vSlider on WordPress as it does not use on-page CSS and a lot styling of options have been removed. Instead it uses classes which are manually defined in the style sheet vslider.css by the designers. A CSS file  was necessary to validate WordPress themes using vSlider and subsequent optimization of the code though giving up on the easy to use and manage styling of vSlider.

Rest of the functionality and files remain the same. vSlider for Developers comes with following important files:

  1. vslider.php
  2. js/vslider.js
  3. css/vslider.css

which will be required for adding new functionality and almost used in every tutorial.