More Demos: carousel bootstrap 4, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Hi Support-
I recently bought the wowslider software and used it on my website so that my animations and portfolios will appear on all devices. The problem that I have with this product is that I have some clients who I am designing websites for and it’s all done thru a web browser (Moonfruit, SquareSpace etc.) These programs do not allow you to copy and paste code into the <head> section of a html file or even access their html files.
So my question to you, do you offer this product so that I can embed the html code right in an html snippet on the page? If so, do I need to upgrade or purchase anything. I’d like to stick with wowslider but if I have to change for these other solutions I may.
Please advise.
A: You can paste wowslider head and wowslider body sections into one html snippet.
Notice, wowslider head section should be above wowslider body section.
For example:
<!-- Start wowslider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End wowslider.com HEAD section -->
<!-- Start wowslider.com BODY section -->
<div id="wowslider-container1">
<div class="ws_images"><ul>
...
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
<!-- End wowslider.com BODY section -->