Answer the question
In order to leave comments, you need to log in
Why is the link to the site in nivoslider not changing?
Good afternoon!
There is such a problem. There is a slider on the page. It displays pictures with links. When the page is loaded, the photo corresponds to the link, after the slider makes the first pass and returns to the first picture, the link does not change, but the last one remains, and on all the other pictures then the same.
<div id="slider" class="nivoslider">
<a href="link1"><img width="180" height="270" src="180x270.png" class="attachment-sidebar-anons wp-post-image" alt="" /></a>
<a href="link2"><img width="180" height="270" src="180x270.jpg" class="attachment-sidebar-anons wp-post-image" alt="" /></a>
</div>
$(window).load(function() {
$('#slider').nivoSlider({
pauseTime: 4000,
directionNav: false,
slices: 0,
boxCols: 0,
boxRows: 0,
controlNav: false
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question