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.
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.
Yeah, thank you very much.