Slider Banner - Post ID 169188

User 2147878 Photo


Registered User
6 posts

Hi,

I would like to create and include a slider banner in my web site. Could anybody please comment or advise what I can/should use. I am using VSD.

Thanks
User 187934 Photo


Senior Advisor
20,271 posts

Do you mean this.:)
http://progrower.coffeecup.com/marqueeslide.html
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2147878 Photo


Registered User
6 posts

Yes, I think that is it. I will give it a try. Thanks
User 122279 Photo


Senior Advisor
14,649 posts

Or http://www.eikweb.com , bottom of page.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 471275 Photo


Ambassador
1,130 posts

Here is one I like and it is not too hard to implement.

http://www.zurb.com/playground/jquery_image_slider_plugin this one is free

Check this website out there have tons of image sliders and galleries for free.

http://www.tripwiremagazine.com/2010/11/jquery-image-slider.html




User 2147878 Photo


Registered User
6 posts

I also found a product called Easyrotator from DWUser.com. It appears to work quite well, except the positioning I cannot figure out. I cannot find the code anywhere in VSD otherwise I could probably manually move it.
User 2289668 Photo


Registered User
2 posts

The Easyrotator tool is perfect! I just need to know how to get the image slider I've created into my website. I'm a noob, so any help would be appreciated.
User 122279 Photo


Senior Advisor
14,649 posts

Robert, you need to tell us which programme you are using to create your site. Then we may be able to tell you what to do.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 122279 Photo


Senior Advisor
14,649 posts

For VSD users I think, after having experimented a bit with the Easyrotator, would be best to create first a folder, name it whatever you want, and then a basic html file, all you need is acually:


<html>
<head>

<title></title>

</head>
<body>

</body>
</html>


If you create this file in e.g. Notepad, just paste the code and save it as whatever.html to that folder you created.

Also, collect the images you want to use and put them in a folder 'pics' or something inside the folder.

Then you start making the slideshow, and initially you are asked about which file it has to go into, and the root folder. Give the path to the file and the folder you created.

When you have finished, Easyrotator has placed the necessary code in your file.

Now fire up VSD and find the page where you want this thing to appear, drag out a rectangle with the html tool and then go back to the file you created and open it in Notepad. Copy the Code that you see between
<!-- Begin DWUser_EasyRotator -->
and
<!-- End DWUser_EasyRotator --> (those two delimiters included)
and paste it all as 'body html' in VSD. You may have to manually move the 'pics' folder over to the folder created by VSD, of this I'm not quite sure, as I've haven't had to experiment that much. But you'll find out, I guess ;)
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2289668 Photo


Registered User
2 posts

Thanks! I'm using VSD, and I'll give this a try. I've been playing around with the EasyRotator a while now, and it's very helpful.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.