Hello
Is it possible to have the latest portfolio item open on loading of the portfolio page to give the effect of a featured item?
Thanks
Hello
Is it possible to have the latest portfolio item open on loading of the portfolio page to give the effect of a featured item?
Thanks
Hey,
Let me tag Peter to help you out.
Regards,
Ismael
Open up js/avia.js and replace:
jQuery(document).ready(function(){
with:
jQuery(document).ready(function(){
setTimeout(function () {
jQuery('.ajax_portfolio_container .portfolio-title .main-title:first a').trigger('click');
}, 600);
You can increase/decrease the delay value (600ms atm).
Perfect, thank you
Hi,
Glad that Peter helped you. :)
Cheers,
Ismael
You must log in to post.