This is a simple html slider we have created to slide any html content you put in the slide. Here is a image to tell you about how to use the plugin. In settings tabs you will get an option name simple html slider. Click on it and you will see something like below image.

Have a look at the image and Here is the output for the settings we have made in the image.
Click here to Download the Plugin
Features
- Put any html content with in the slides may be video, images or html itself
- Adjust the timings at your wish
- Adjust the flow of the slide i.e. from left to right or top to bottom and so on
- Pause on hover or not.
- Above all Free to use
- Move the slides up and down as you wish.
- Add as many slides you can.
Please provide your feedbacks and comments.
Please reply with a comment. If you have used this plugin and if you could share the url where you have used it.


Hello
I recently installed the plugin, it works fine, only I was wondering: is it possible to create several different slides to insert in other articles?
Anyway thank you for this plugin ....
We are working on it in the next upgrade. Thanks for the feedback.
Really love the plugin. Wondering if you can add simple navigation to it. If you do that it would be perfect!
Thanks for your hard work.
Looks awesome! is there a way to add a simple navigation (left and right buttons) to move forward or backward? Thanks =)
Hi Jay,
Sorry the plugin doesn't have the option right now. We have been working on the update with a lot of new features.
Thanks
Very impressive author response time too =) thanks wpfruits! will check this out from time to time... i can tell this plugin will be known and will help a lot of people. Thanks for all your efforts and have a great blessed day!
Thank you.
Don't forget to check our latest two plugins Full Page Background Slider and Notification Bar Plugin
Thanks
Hi,
Any update on the navigation?
Is there any way to make it work in post excerpts? E.g: Make a slider work in a sticky post.
Nope not yet. Post excerpt filter the code and they dont allow any shortcodes within them. Either you will need to create custom excerpt to make it work with them.
Works great! Exactly what I needed. The one request I have is to be able to activate/deactivate slides without having to delete them. I run certain specials/featured products that rotate in on a monthly basis and I'd like to be able to save them for later use. thanks for a great plug-in!
yeah we are already working on the upgrade for the plugin hope to see it out soon.
That's great! You know, the ability to manually scroll through each slide would be nice, too.
Hi Sorry but can't see the point in adding YouTube videos, once you click play the slider continues so you can't actually watch the video.
Are you going to add in a function that when the video is playing the slider stops rotating until the video stops playing or has been stopped by the user?
Thanks
Colin
Can we get this to fade as well?
Hi
If your mouse is over the slide it wont slide. So if you are watching a youtube video you can watch it out. We are already working on the issue though. About the fade effect that can be easily achieved.
Thanks
Thanks for the reply. I know to hover over the video but other people using the site won't and they will think it a bit odd.
I tried the Fade effect but my skills in jQuery are very poor. I think it looks more professional for the transition to Fade rather than slide in any of the available directions.
Any idea when the new version will be released? Or could you give me a pointer on how to make it fade.
Once again Thanks
Colin
Having trouble with making this responsive I tried changing settings to width 100% height 100% this almost works except it winds up showing all 3 slides at once repeat same thing 3 times ?? can you help? thankyou Barry
Hello - I am looking to have the slides rotate randomly. How can I implement or can you point my in the right direction for support or dev?
Thank you
HI
I am sorry I didnt get what you mean by that. Do you want to have random effect?
I have three slides with logos 4x in each slide. Each page load it rotates in the same order so the last slide is likely to never be seen. I would like the three slides to rotate randomly with each page refresh so the third will sometimes be first. I hope that clarifies.
in the plugin file main.php on line 66-67 that is where the slides are generated for the show. Write a function to make it random. Let me know if that works.
Ok I'm not so versed at jquery. Anyway you can assist?
on line number 120 add these
$contents=get_option('shs_slider_contents');
shuffle($contents);
That should do it for you.
Thanks
I am working on it give me sometime I will get back with a solution
on line number 59 add these
$contents=get_option('shs_slider_contents');
shuffle($contents);
That should do it for you.
Thanks
Take a look at http://montco.adopttheweb.com/ code you provided. It's near the bottom with company logo's.
I really appreciate you looking into this.
Can you add me on skype rahulbrilliant2004 or gtalk wpfruits@gmail.com
Hi!
thanks for the great plugin.
is there a way to have the slide in the sidebar as a widget? I tried to do this with the "Text - Arbitrary text or HTML" widget and enter [shs_slider_show] or
but it didnt worked out?!
thanks
HI
I am sorry this doesnt support in widget yet.
You could try http://www.wprecipes.com/how-to-add-shortcodes-in-sidebar-widgets
You could also add this in your theme where you wanted including a sidebar div and style to your liking
[ ]
Hope that helps
if(function_exists('shs_slider_view')){ shs_slider_view(); }
Hello, it doesn't work very well in my ie8. Is it because my computer, or it doesnt work?
It is perfect for chrome, thanks
Hi
We have tested it out on different IE versions and does work absolutely fine for us. So may be your computer. Can you check it on another computer and let us know if the issue persist
thanks
Hi, Great plugin. Since upgrading to wordpress 3.5 it no longer scrolls but just switches straight to the next slide (no transition). Any ideas how to resolve this please?
HI
We did test it out with the 3.5 version and its working fine for us. Can you give me the url so that I can check what is causing the issue. Must be some jQuery conflict.
Hi.
Thanks for your work, but what do you think, when will the next version come out?
Waiting to use the plugin until it got a navigation.
I have installed your simple html slider and since I wanted it to be displayed in the sidebar of my blog. So I found a php code widget and added the php code in it and placed the widget in sidebar. But its not sliding the html code I added. Its a image and a blank text code. Can you help.
Is it possible to add multiple slides?
For example. 1 slide to the left, on at the bottom of the page and another on to the right? With different content on each.