First of all… great plugin!!! 
I have a strange behaviour when I put an anchor in thecaption (ofetn h1 tag) of a slide.
In my slider I have put 3 slide with 3 captions (h1 tag):<div>
<img src="/MyImages/image-1.jpg" />
<h1>Here I write some normal text and then I insert an anchor: <a class="button" href="/href-1.html">I am an anchor</a> and the some additional text</h1>
</div>
<div>
<img src="/MyImages/image-2.jpg" />
<h1>Here I write some normal text and then I insert an anchor: <a class="button" href="/href-2.html">I am an anchor</a> and the some additional text</h1>
</div>
<div>
<img src="/MyImages/image-3.jpg" />
<h1>Here I write some normal text and then I insert an anchor: <a class="button" href="/href-3.html">I am an anchor</a> and the some additional text</h1>
</div>
During the first loop of slide rotation everything is ok. The problem occurs after the first complete loop: when the focus is again on whatever slide, the link still points to the href of the anchor of the third (last) slide!!! In other words the user can see the correct image, the correct text but if he clicks it goes always to the href of the anchor of the 3rd slide!!
Hope someone can help
Thanks
Diego
- Author was Featured
- Sold between 50 000 and 100 000 dollars
- Author had a Free File of the Month
- Bought between 1 and 9 items
- Exclusive Author
- Europe
- Has been a member for 3-4 years
- Referred between 10 and 49 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
You should ask the author in the comments of the file you bought.
Sorry!
ps: anyway if anybody is interested to the answer I found out the reason why it was not working: simply anchors in captions are not supported yet by design. You can only use anchors to nest the “img” tags (see official documentation)
