Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26270

    Hi there,

    how can i manage, that the ajax portfolio is opened from beginning. So the first entry is to see and you can navigate through with the arrows. Close. Or navigate trough the thumbs under the ajax slider.

    Thank you.

    #129890

    In enfold/js/avia.js replace

    $.avia_utilities = $.avia_utilities || {};

    with

    $.avia_utilities = $.avia_utilities || {};

    var triggerportfolio = setTimeout(function(){jQuery('.grid-links-ajax a:first').trigger('click');},1000)

    and the first ajax item should show up automatically.

    #129891

    Yeah, thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Ajax Portfolio opened at the start?’ is closed to new replies.