Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #543683

    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

    #544894

    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

    #545031

    Hi Josue,

    Yes. That’s the solution. It works!
    Thank you very much!

    Greets Mark

    #545094

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.