Anchor or Jump to slide with thumbnail pager
-
I am currently using this to get my thumbnail images to go to a certain slide. But I also need the thumbnail to jump to the slide as I have quite a few. I am using this for a team page. You see a slideshow that goes through each member- or you can go through a grid of the team and click on the member you want to see which will to to the slide of that member. So it needs to scroll up. I can’t seem to make [next-slide] an anchor. And the index # is overwritten if I try anything else.
[slider]
This is my first slide. I can contain any html you like.
[next-slide]
And the shortcode above has made this text be the second slider.
[next-slide]
And thus we are now having the third slide of this slider. Below we close the initial shortcode to notify the end
of the slider. Simple, isn’t it?
[/slider]<div id=”bx-pager3″>
<div class=”bx-team-member”><p>Content </p><img src=”https://www.mysite.com/image” />
</div>
<div class=”bx-team-member”><p>Content </p><img src=”https://www.mysite.com/image” />
</div>
<div class=”bx-team-member”><p>Content </p><img src=”https://www.mysite.com/image” />
</div>
</div>
- The topic ‘Anchor or Jump to slide with thumbnail pager’ is closed to new replies.