3853 Delete image slideshow for website
  • Visual SlideShow

  • FAQ

How can I delete image slideshow for website from my page?

Q: I have a question. I want to remove the complete Visual SlideShow from my Homepage but I can´t find anything like Deleting this. Can you give me the answer?
OS: Mac OS 10.8.1
Browser: Safari
Version: 1.6

A: You should remove VisualSlideshow HTML code (head and body sections):

<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine/css/Slideshow.css" media="screen" />
<style type="text/css">.Slideshow a#vlb{display:none}</style>
<script type="text/javascript" src="engine/js/mootools.js"></script>
<script type="text/javascript" src="engine/js/visualslideshow.js"></script>
<!-- End VisualSlideShow.com HEAD section -->


and

<!-- Start VisualSlideShow.com BODY section -->
...
<!-- End VisualSlideShow.com BODY section -->


Also, VisualSlideshow generates "data" and "engine" folders. You should remove them from your server.

Related

0