-2
For this mission, I’m out of ideas.
For more elaborate sliders use the Slider Revolution and more basic, the Wow Slider, always merging with PHP.
$(function(){
$('.bxslider').bxSlider({
mode: 'fade',
captions: true,
slideWidth: 600
});
});
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- bxSlider Javascript file -->
<script src="/js/jquery.bxslider.min.js"></script>
<!-- bxSlider CSS file -->
<link href="/lib/jquery.bxslider.css" rel="stylesheet" />
<div class="bxslider">
<div><img src="/assets/images/coffee1.jpg" title="Funky roots"></div>
<div><img src="/assets/images/coffee2.jpg" title="The long and winding road"></div>
<div><img src="/assets/images/coffee3.jpg" title="Happy trees"></div>
</div>
In the image it is possible to visualize what happens:
On the right side there are some topics.
I need to make a slider that, instead of clicking on Bullet change, that changes when clicking on any of the topics.
Enter your code
– Costamilam
I’ve done with the Wow Slider and the Slider Revolution. Both do not allow changing the Bullet. Only change slider there or by arrows.
– Rogério Pancini
I am using this code: https://bxslider.com/examples/image-slideshow-captions/ It is as if Bullet were the topics.
– Rogério Pancini