vSlider is a jQuery based image slide show script that can display specific images on your WordPress based website with fading or sliding transitions. This way you can future the more important pages or products from your website or even other websites. How is different vSlider from any other WordPress image slider plugins? The answer is simple! It makes use of the core WordPress jQuery library, this makes it very tiny, about 20 kb, and you don’t have to have any knowledge of coding for using it! But the best part is just to come! It can use images from your posts using custom fields or scanning for images in the post to feature your latest posts from a specific category (for example a featured category), this way with every new post the slider will automatically update it self, so NO extra work for you. Or you can add your own images and where each image links to. vSlider is tested in different browsers and all settings are made from an easy to use options page. Do I mention that is free?
You can set up:
- Unlimited Image Sliders even on the same page
- Select Category or Custom Images
- How many custom images or latest posts to rotate.
- Up to 20 custom images and links.
- Slider width and height.
- Animation Speed.
- 9 Image Transition effects.
- Customize CSS to integrate it better in your WordPress theme.
- Select First Port image or Featured Post image
Installation:
- Unzip vSlider zip archive and upload it to wp-content/plugins/ folder
- Activate vSlider WordPress plugin
- Go to vSlider Setup options page from your WordPress dashboard and customize the image slider as you wish.
- PHP implementation: Go to Appearance – Editor from your WordPress dashboard and edit your current WordPress theme. Copy this code <?php if (function_exists('vSlider')) { vSlider(); }?> outside of the loop in your theme to where you want the slider to appear (More details about how to insert the code here.).
- Short code implementation: Video demonstration on the plugin options menu.
- Widget implementation: Video demonstration on the plugin options menu.
Usage:
- Set the slider with and height, the animation type, speed, number of post to feature and the featured category from the vSlider options menu.
- Set up slide layout, navigation styles, image buttons placement [Vertical/Horizontal, left right top down] and ,image quality, auto resize images,container margin and float from the more vSlider features.
- Set up custom CSS code for vSlider (for advanced users) from vSlider options menu.
- Add the path to the images and where to link if you want to use custom images.
The vSlider WordPress plugin will scan the posts from the selected category and will show the first image found on the post. The image will be resized as you selected from the slider menu. If the image does not fit well from your post to the slider, simply edit your post, go to custom fields and add a new custom field named "slider" and as value add the path to the image you want to appear in the slider. In this case vSlider will pick the image added in the custom field.
Demo:
On the first page of this site.
Download vSlider 4.1.1
vSlider 4.0- Available for Download
Download the vSlider 3.1 WordPress Plugin
Download the vSlider 3.0 WordPress Plugin
Credits:
Based on jQuery innerfade plugin.
Stephan, thanks for a great plugin. One question though. I'm developing a site for a charity and really need to make sure everything meets accessibility standards as far as possible; is there a way to control the alt text for each image in the custom images?
Found a solution that works, but its not great.
if you edit the plugin file vslider/vslider.php do a find for
<img src="" alt="
This is the location for the alt text for the second custom banner, for each other customer change the 2 for the item number you want to change.
I would assume you could also increase the amount of customer banners here if you wanted to as well.
It has worked for me so it should work for you.
I have two gray bars on either side of slider and can't seem to get them to go away. Tried re-sizing slider box in General Settings tried inserting img{
border: 0;
text-decoration: none;
}
in the CSS. Neither worked. Any ideas?
I really love your Plugin but I have added two custom images and they don't slide/fade. If I open my homepage with IE I get an Error on this Line jQuery('ul#sliderbody').innerfade({ . I have deactivate all plugins step by step - no effect. Hope you can help me!
PS: wp_head(); is present in my header.php
Sorry for Doppelpost. I have found the problem, my theme "mandigo" includes an extra jquery.js after i delete this it works.
Hi all !
I try to make this work, but when I add the "slider" custom field data, since I update the post to change to take effect, the custom field disappears ! no way to keep this custom field.
and I have'nt the integrated fields that I've seen in the video.
I had to have delete the widget implementation part in the php file because this was crashing the plugin installation (fatal error in line 147).
What Can I do ?
Stefan,
The version 2 features look terrific but so far it breaks my site: http://www.scienceinpublic.com/stories (wordpress 2.9.1)
As kas j and perhaps others have said above, the "display images from category" option results in a big blank.
A quick turning off plugs in doesn't seems to solve anything. Could it be Thesis (the template v1.6)?
Is there a 1.2 download anywhere so I can roll back my install?
Thanks and regards,
James
Should have also said: Adding a url into the vslider image upload field on a per post basis works fine but a sI have 58 images and growing it's not an idea solution.
This suggests the "scan the posts from the selected category" function is the culprit/hiccup.
Again thanks,
James
Im having an identical issue with the plugin, I can't seem to get the category option to work correctly. I am using wp 2.9.2 and I have already tried disabling other plugins. Any help would be greatly appreciated. Thanks!
I'm getting the following error
Fatal error: Cannot use object of type WP_Error as array in /home/www/[mydomainname].com/wp-content/plugins/vslider/vslider.php on line 386
I have upgraded my wordpress to the latest version 2.9.2 . Is this plugin not compatible with it?
Thanks
this site use latest WP version and it's working.
got a problem
how to disable border around vslider, but leave around other images??
now in my css looks that
img {border:#fff 4px solid;}
a img {border-bottom: #b8860b 1px solid;}
any ideas?
Go to WordPress Dashboard admin --> Plugins --> Editor --> Choose VSlider option from the dropdown menu on right --> vslider/vslider.php
then look for the code
#sliderbody img {-ms-interpolation-mode: bicubic;}
Replace it with
#sliderbody img {-ms-interpolation-mode: bicubic; border:none;}
and save it.
The borders will be vanished.
Hope it helps.
Hi
Trying to use vSlider on a Studiopress theme > News Theme
I am not suing the tabber option of News Theme instead I am trying to use vSlider in its place.
I have the code for vSlider in the correct place on the home.php file but only the first image is displayed and it will not transition to the other images . If I change to the default wp theme, the images load and transition as they should,
looking at the News Theme header code it loads a series of js files:
dropwdown.js
tabber clear.js
tabber.js
jquery-1.4.min.js
coda-slider-condensed.js
jquery.easing.1.3.js
these files are loaded after the vSlider code is added.
If I remove the jquery-1.4.min.js line then vSlider works - do you have any idea why there seems to be a conflict with vslider and jquery-1.4.min.js
thanks
OK got it working, the conflict was not a theme issue it was a user issue. I had been trying different image sliders and had left some js calls in the header - went back to original header for the theme and presto no conflicts with vSlider
vSlider loads jQuery from WP core, so might be because the library is loaded twice
After always being updated already
I love this plugin, but on one site I am having a real problem.If I load the short code onto a page, the slider works perfectly. But when I use the widget, the first image loads and it does not rotate. Then I tried loading it into the home page PHP (I am putting this into a home page widget) and same thing, I can get the first image to show but it does not rotate. I am using corporate theme from Studiopress, and I am using customer images. The site is http://www.cookprofitabilityservices.com Makes no sense that it would rotate in the content page, but not from a homepage widget. Also the problem is specific to the homepage widget. It works great in a widget anywhere else. The plugin is great, really good work, but would love some help on this one!
Hi,
Im having a problem with vslider, i added the code to the header and it display the first custom image and link, great!
Then i added more images and links (2-10) but the sliders doesn't slide/fade. It just stays at image number 1.
I tried adding it to sidebar to see if there was a problem in the header, but same result, no movement, just displaying the first image.
Can you help?
I had the same problem, and it turned out to be a theme error. Check your header.php code, and add this right before the tag:
<script type="text/javascript"
src="/vslider/js/vslider.js">
Well that didn't work. Let me try again
<?php wp_enqueue_script("jquery"); ?&rt;
<?php wp_head(); ?&rt;
<script type="text/javascript"
src="<?php bloginfo("template_url"); ?&rt;/code/vslider/js/vslider.js"&rt;</script&rt;
Jes
Thank you posting this as I am stuck but
1. In the June 7 post What are we looking for:
<?php wp_enqueue_script("jquery"); ?&rt;
<?php wp_head(); ?&rt;
<script type="text/javascript"
src="<?php bloginfo("template_url"); ?&rt;/code/vslider/js/vslider.js"&rt;</script&rt;
or
Where is the tag.
Sorry for the confusion.
Thanks
George
ps. i just tried deactivating all plugins except vslider, and still doesnt rotate
By any chance did you find a fix? i was currently using the plugin also however im not sure what I did and it no longer rotates... any help greatly appreciated.
Hi:
Installed this plugin as a widget. Have it pointed to 3 images in a folder on the root directory of my site.
Page loads fine, and vSlider fades from the first image to the second - and then it stops. At the bottom of the browser page I see "Error on page" - I go in and this is the error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 26 Feb 2010 18:16:06 UTC
Message: 'style.removeAttribute' is null or not an object
Line: 107
Char: 2
Code: 0
URI: http://creationgraphicswebdesign.com/wp-content/plugins/vslider/js/vslider.js
Any help would be greatly appreciated - this is exactly what I was looking for - hope I can get it fixed.
hi, did you ever figure this out?
I love the slider. It is great because I can manage it from the backend without messing with confusing custom fields.
There is a conflct with the Headway WordPress theme in that when I have Vslider enabled I cannot open the visual editor on the theme. It is easy to work around by disabling vslider when I edit the theme but still thought I would let you know.
Thx for the plugin. Using FF and latest WP. Can't get featured categories or custom fields etc to show up. Custom images works like a charm but shows an empty slide where the featured posts should go. Is this a bug or have I done something wrong? Thanks for any help!
I really like the user interface of this plugin, but my first question before deciding on it is whether or not I can add captions, or get the alternate text, etc. to show up. My hope is yes. My second question is, "How?!"
Is there a forum for vSlider?
I am having two problems with custom pics in WP:
I have embedded the [vSlider] code in a Page. WP is treating it as a bullet point and adding the icon to the top left corner of the slider as per my CSS. The html does not show it as an . I also tried to add list-style-type: none; to the CSS on vSlider options.
Also I defined the viewer as 600 x 280 and made my pics the same size but the bottom is being truncated by about 10 px. I tried increasing the size of the viewer to 600 x 300 but it didn't change.
Any ideas?
Thanks.
Hi! it seems like a nice plugin! but can you fade anything else than images, can you fade text ?
Wow, I am stupid, did not read the title "Wordpress Image Slider Plugin"
Will you add some NAVI buttons in next update?
Great Plugin......
is it possible to use buttons to switch between the images faster then the Animation speed ist set,
or switch back to the last img?
Hi,
Love the vSlider - it works perfectly! Is there anyway to have my custom images open external links in a new window?
Thanks
Tracie
This looks like the best plugin of its type, but I'm having some problems as well...
I inserted the code into the header.php of my theme (Mystique) and it seems to work at first, but it gets stuck on the second image.
Any help would be greatly appreciated.
Ed
HI,
I'm using the vslider in my thesis theme on wordpress but I find that it wont work and is conflicting with my tabs2.0 plug in, specifically the javascript which is:
Is there a way round this?
Thank you very much sir ..it's cool plugin ..now i ready to integrate ..
Hi,
I seem to be getting a Javascript error when using IE8 with Win7, though this error does not appear in WinXP using IE8.
I wont post the URL of this website is its on a temporary domain (still under development), but if you email me I will send it to you directly.
Error Below:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Timestamp: Fri, 19 Mar 2010 09:29:36 UTC
Message: 'flashyslideshow' is undefined
Line: 663
Char: 1
Code: 0
URI: http://www.xxx.co.uk/new/
Message: Invalid character
Line: 1
Char: 2
Code: 0
URI: http://www.xxx.co.uk/new/javascript.js?ver=2.9.2
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Timestamp: Fri, 19 Mar 2010 09:29:53 UTC
Message: 'flashyslideshow' is undefined
Line: 663
Char: 1
Code: 0
URI: http://www.xxx.co.uk/new/
Message: Invalid character
Line: 1
Char: 2
Code: 0
URI: http://www.xxx.co.uk/new/javascript.js?ver=2.9.2
Just upgraded to V2. It works ok, but no matter where I put the [vslider] shortcode in my page the slider always appears at the top of the page. How can I get the slider to display at the precise place I want in the page?
Hi,
I'm trying to use vslider. But it seems like jquery isn't loaded. Do I have to load it separtely?
Hi,
I'm using your slideshow in the upper right hand corner. But, there's a border on the top and left. It's blue in IE and some other color in firefox. how do i get rid of it?
Thanks!
How can I give authors rights to view the vSlider plugin in the Dashboard? Do they have to be admin users to view it? Thanks
Love the plugin but is there any way to make the slider horizontal... eg right to left?
Hello,
I have some strange problem with vSlider 2.0 + WordPress 2.9.1:
Custom images - superb!! - everything is OK.
BUT: images from Category / Post: - NO IMAGES on website, NO PHP errors.
It looks like vSlider did not find any image....
Do you have some idea, some test SQL query etc.?
Thanks a lot, Milos
Hi,
I have the Wpress Monster from theme forest, i want to desable the cu3er slideshow and use the Vslider2.
It doesn't work and it show me 3 slide in vertical column
Can you help me ?
http://www.groupecantingagnon.ca/wp/
It would be awesome if we had the option to open the link in a new window. I'm going in and adding target="_blank" to mine. It would be pretty cool to have this be a selectable check box for each image on the plugin settings page in the admin panel
HELP NEEDED TO REMOVE 1/2 FRAME FROM IMAGES
Hi Forum it will be easier to see what the issue is if you can hop over to the 'My Software' page at http://www.whoismarkwalker.com
I seem to have a 1/2 frame around my software images and I can't remove it. I have tried what I think is all of the settings in the vSlider Setup.
Can anyone assist?
Many thanks,
Mark Walker
p.s: I'll happily give my solution finder a copy of either my http://www.tweetscheduler.net or http://www.powerlinkcloaker.com software as a thank you.
Unfortunately vSlider conflicts with the 'edit in place' feature of the flutter plugin. http://flutter.freshout.us/ Do you perhaps know of a solution? I really would like to use your very nice plugin!
[RUS] Большое спасибо Вам за отличный плагин. Пользуюсь им и радуюсь
Великолепный плагин!
wikkid plug!
there seems to be a conflict ith disus plugin...
no matter what option i use for post/image recognition the result displays some funny CDATA code from disqus...
deactivating disqus resolves this issue..
Greetings all,
is it possible to replace header image and instead of this to put there slider with its own content?
Cheers,
Srecko
Fatal error: Cannot use object of type WP_Error as array in C:\wamp\www\Intranet2010\wp-content\plugins\vslider\vslider.php on line 386
This is what i go to vslider set up in the admin
The pluging just shows nothing, no image, but shows a blank square with the correct size I've set. The theme sees the plugin, because the blank square is there. When I disable the plugin the area just vanish. Any ideas? Thanks!
Just another thing, the same happens with the widget.
Hey,
I've added the vSlider plugin to a testing site. It's working, sort of. I added 8 custom images, and for some reason, it's pulling four of them at the same time, thus ruining the home page with four images in a vertical column. Any idea why it's pulling 4 simultaneously instead of 1?
BTW, you can click my name to see the testing site I'm referring to.
When I add [vslider] to my page it posts a bullet point next to the slider. Any thoughts on how to get right of this?
"Vslider doesnot work on Farsi wordpress"
I installed v-slider on farsi-wordpress installation it does not work there .But when i use it on english wordpress installation it works properly.please guide me where is going something wrong
Hi - I've installed the plugin, but the CSS and javascript aren't applying. I had to copy the CSS into my theme's stylesheet to get it to apply, but there's no sliding going on.
Any idea how to fix this?
Thank you for this plugin; a nice easy fix for a client request. Works fine, just transitioning three testimonial quotes for a site. What I WISH I could do is stop the rotation; ie have it end on something static. Is there a way to manipulate the code to get that end result?
Is there anyway to put more than one vSlider on a site/page/post/header?
I am getting the plug-in to work properly except for a weird purple border on the top and left of the image. Any ideas?