I placed a slider in my blogspot using bxslider but now the link (the title of the book) is not working. See phlawdigest.blospost.com to see the actual site. Below are the codes I used.
The Jquery Code is as follows:
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<link rel="stylesheet" href="http://bxslider.com/lib/jquery.bxslider.css" type="text/css" />
<script src="http://bxslider.com/lib/jquery.bxslider.js"></script>
<script>
$(document).ready(function() {
$('.image-left').bxSlider({
auto: true,
pause: 50000,
// in millisecond
autoHover: true, // pause on hover
autoControls: true,
captions: false,
});
});
HTML code is as follows:
<div class="image-left">
<div>
<img src="URL link/>
<h2><a href = "https://amzn.to/3tu0Bxf"> Book Title One</a></h2>
<p>some text description</p>
</div>
<div>
<img src="URL link"/>
<h2><a href = "https://amzn.to/3tu0Bxf"> Book Title Two</a></h2>
<p>some text description</p>
</div>
</div>
bxSlidersupportjquery3.1.1and you can not give appropriate css properties for your html class...