Hi Kriesi,
I was participating at this topic: https://kriesi.at/support/topic/button-for-next-slide-grid-row-anchor-link/#post-540480
‘Blaahval’ received a solution for this problem by sending login information for his website.
I had the same problem. Could you tell me what you’ve done to his website to get it work?
If you need it, I’ll post my login data for my website too.
Thanks in advance.
Greets Mark
Hey!
In your case, the #next link is not inside the caption so you’d need to change the code accordingly:
var button = $('.avia-caption-content a[href="#next"]');
To:
var button = $('.avia-slideshow-inner a[href="#next"]');
Regards,
Josue
Hi Josue,
Yes. That’s the solution. It works!
Thank you very much!
Greets Mark
You are welcome, glad to help :)
Regards,
Josue